1 Star 0 Fork 0

谈子文 / keyauth-tz

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
interface.go 274 Bytes
一键复制 编辑 原始数据 按行查看 历史
谈子文 提交于 2023-10-26 23:13 . 更新policy 和 role
package endpoint
type Service interface {
RPCClient
}
func (s *EndpointSet) ToDocs() (docs []interface{}) {
for i := range s.Endpoints {
docs = append(docs, s.Endpoints[i])
}
return
}
func NewRegistryResponse() *RegistryResponse {
return &RegistryResponse{}
}
Go
1
https://gitee.com/talk-about-articles/keyauth-tz.git
git@gitee.com:talk-about-articles/keyauth-tz.git
talk-about-articles
keyauth-tz
keyauth-tz
v1.0.33

搜索帮助