Documentation ¶ Index ¶ func Extract(c context.Context, s interface{}, path []string) (interface{}, error) func ExtractType(c context.Context, curType reflect.Type, path []string) (reflect.Type, error) type Builder func MakeBuilder(c context.Context, sType reflect.Type) (Builder, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Extract ¶ func Extract(c context.Context, s interface{}, path []string) (interface{}, error) func ExtractType ¶ added in v0.3.0 func ExtractType(c context.Context, curType reflect.Type, path []string) (reflect.Type, error) Types ¶ type Builder ¶ added in v0.3.0 type Builder func(cols []string, vals []interface{}) (interface{}, error) func MakeBuilder ¶ added in v0.3.0 func MakeBuilder(c context.Context, sType reflect.Type) (Builder, error) Source Files ¶ View all Source files extract.go mapper.go Click to show internal directories. Click to hide internal directories.