func github.com/oapi-codegen/runtime.BindStringToObject
9 uses
github.com/oapi-codegen/runtime (current package)
bindform.go#L161: if err := BindStringToObject(item, result.Index(indexedElementsCount+i).Addr().Interface()); err != nil {
bindform.go#L200: return true, BindStringToObject(value[0], v.Addr().Interface())
bindparam.go#L134: return BindStringToObject(value, dest)
bindparam.go#L242: err := BindStringToObject(p, newArray.Index(i).Addr().Interface())
bindparam.go#L412: err = BindStringToObject(values[0], output)
bindparam.go#L454: err = BindStringToObject(parts[0], output)
bindparam.go#L491: return true, BindStringToObject(values.Get(paramName), dest)
bindparam.go#L524: err := BindStringToObject(fieldVal[0], v.Field(i).Addr().Interface())
bindstring.go#L33: func BindStringToObject(src string, dst interface{}) error {
 |
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. |