1 Star 0 Fork 0

谈子文 / keyauth-tz

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
endpoint.go 342 Bytes
一键复制 编辑 原始数据 按行查看 历史
谈子文 提交于 2023-10-26 01:07 . endpoint部分
package impl
import (
"context"
"gitee.com/talk-about-articles/keyauth-tz/apps/endpoint"
)
func (s *service) RegistryEndpoint(ctx context.Context, set *endpoint.EndpointSet) (*endpoint.RegistryResponse, error) {
resp := endpoint.NewRegistryResponse()
if err := s.save(ctx, set); err != nil {
return nil, err
}
return resp, nil
}
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

搜索帮助