1 Star 0 Fork 0

kade/librarys

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
interface.go 202 Bytes
一键复制 编辑 原始数据 按行查看 历史
kade 提交于 2024-03-26 16:58 . v1
package apidoc
const (
AppName = "apidoc"
AppNamegin = "apidoc1"
)
type ApiDoc struct {
// Swagger API Doc URL路径
Path string `json:"path" yaml:"path" toml:"path" env:"HTTP_API_DOC_PATH"`
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/go-kade/librarys.git
git@gitee.com:go-kade/librarys.git
go-kade
librarys
librarys
70cb23a27fa4

搜索帮助