1 Star 0 Fork 0

zhen/go_demo_keyauth

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
interface.go 311 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhen 提交于 2023-04-25 17:31 . commit
package authendpoint
const (
AppName = "authendpoint"
)
type Service interface {
RPCServer
}
func (s *EndpiontSet) ToDocs() (docs []interface{}) {
for i := range s.Endpoints {
docs = append(docs, s.Endpoints[i])
}
return
}
func NewRegistryResponse() *RegistryResponse {
return &RegistryResponse{}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/easy_code/go_demo_keyauth.git
git@gitee.com:easy_code/go_demo_keyauth.git
easy_code
go_demo_keyauth
go_demo_keyauth
33290b63155e

搜索帮助