3 Star 6 Fork 0

workits/pkgs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
types.go 193 Bytes
一键复制 编辑 原始数据 按行查看 历史
workits 提交于 1年前 . add restful module
package contextx
type CtxKeyType int
const (
TraceIdKey CtxKeyType = iota
TraceUserKey
)
type TraceUser struct {
UID any `json:"uid,omitempty"`
Role string `json:"role,omitempty"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/workits/pkgs.git
git@gitee.com:workits/pkgs.git
workits
pkgs
pkgs
v0.0.1

搜索帮助