type github.com/oapi-codegen/runtime.Binder
4 uses
github.com/oapi-codegen/runtime (current package)
bind.go#L22: type Binder interface {
bindparam.go#L538: if u, ok := v.Interface().(Binder); ok {
bindstring.go#L111: if dstType, ok := dst.(Binder); ok {
deepobject.go#L232: if dst, isBinder := v.Interface().(Binder); isBinder {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |