Documentation
¶
Index ¶
- func Bind(mapping map[string]interface{}, o interface{}, keys ...string) error
- func Map(typ reflect.Type, v interface{}) (reflect.Value, error)
- func Slice(typ reflect.Type, v interface{}) (reflect.Value, error)
- func Struct(typ reflect.Type, v interface{}) (reflect.Value, error)
- func StructMap(typ reflect.Type, v interface{}, keys ...string) (reflect.Value, error)
- func StructStruct(typ reflect.Type, v interface{}, keys ...string) (reflect.Value, error)
- func Value(typ reflect.Type, v interface{}) (value reflect.Value, err error)
- func ValueFromString(typ reflect.Type, v string) (reflect.Value, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StructStruct ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.