1 Star 1 Fork 3

menuiis/gkit

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
url.go 190 Bytes
Copy Edit Raw Blame History
SongZhibin97 authored 2021-09-26 14:33 +08:00 . feat:bind支持自定义
package bind
type uriBinding struct{}
func (uriBinding) Name() string {
return "uri"
}
func (uriBinding) BindUri(m map[string][]string, obj interface{}) error {
return mapUri(obj, m)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/menciis/gkit.git
git@gitee.com:menciis/gkit.git
menciis
gkit
gkit
d3f65ed26d21

Search