Versions in this module Expand all Collapse all v0 v0.1.0 Feb 5, 2019 Changes in this version + type FieldType struct + SupportsPresence bool + Type *exprpb.Type + type Type interface + HasTrait func(trait int) bool + TypeName func() string + type TypeProvider interface + EnumValue func(enumName string) Val + FindFieldType func(t *exprpb.Type, fieldName string) (*FieldType, bool) + FindIdent func(identName string) (Val, bool) + FindType func(typeName string) (*exprpb.Type, bool) + NewValue func(typeName string, fields map[string]Val) Val + RegisterType func(types ...Type) error + type Val interface + ConvertToNative func(typeDesc reflect.Type) (interface{}, error) + ConvertToType func(typeValue Type) Val + Equal func(other Val) Val + Type func() Type + Value func() interface{}