1 Star 0 Fork 0

技术狼/go-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
dto_oauth_google.go 194 Bytes
一键复制 编辑 原始数据 按行查看 历史
技术狼 提交于 2024-08-11 00:19 . v0.0.1
package config
type GoogleOAuthCnfDto struct {
ClientID string // 客户端ID
ClientSecret string // 客户端密钥
RedirectURL string // 回调地址
Debug bool // 调试
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/jishulangcom/go-config.git
git@gitee.com:jishulangcom/go-config.git
jishulangcom
go-config
go-config
v0.0.4

搜索帮助