英文: Calling Token Values in Other Functions with JWT Token in Golang 问题 我正在使用golang开发一个项目。我使用的框架有gin...
GoLang的Get方法返回缺失的信息。
英文: GoLang Get Method Returns Missing Info 问题 我正在尝试使用golang、gin和gorm框架获取一些个人资料信息。这是我的数据结构: type Mode...
Custom JSON Marshaller Supporting Base64 encoding | error calling MarshalJSON for type routes.Temp: invalid character 'e'
英文: Custom JSON Marshaller Supporting Base64 encoding | error calling MarshalJSON for type routes.Te...
如何在Golang中为JSON字符串添加前缀
英文: how to add prefix json string in golang 问题 我是你的中文翻译助手,以下是翻译好的内容: 我是新手。我在我的数据库中有一个image,它以路径的形式存储...
Go Gin绑定JSON问题
英文: Go Gin Bind JSON issue 问题 奇怪的是,我的代码中的HTTP POST/GET请求返回的是空的JSON(对于GET请求)或添加了空的结构体(对于POST请求)。 以下是代...
该函数返回 nil。
英文: The function returns nil 问题 我是一个初学者,我编写了一个函数,用于检查请求中的pagination.Main == true,如果是,则函数返回prod,否则返回p...
使用Golang Gin与AWS Lambda和Serverless代理路径。
英文: Using Golang Gin with AWS Lambda and Serverless with proxy path 问题 我想通过一个单一的 Lambda 函数调用来代理所有的根目...
How to iterate over an int array in GORM
英文: How to iterate over an int array in GORM 问题 在Params模型中,我有一个整数数组Cat_id。 我发出了一个请求:localhost:8080/p...
如何在gin中获取参数值的数组
英文: How to get an array of parameter values in gin 问题 我需要在请求中接受多个cat_id值,例如: localhost:8080/products...
如何在Gin-Gonic中验证请求头和请求体?
英文: How to validate headers and body in Gin-Gonic? 问题 我有一个Gin程序。当有请求到来时,我希望变量data(类型为ProductCreate)的...
26