Versions in this module Expand all Collapse all v0 v0.7.3 Feb 22, 2017 Changes in this version + const BoolID + const DateTimeID + const FloatID + const Int32ID + const StringID + var ErrIntOverflowFacets = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthFacets = fmt.Errorf("proto: negative length found during unmarshaling") + var Facet_ValType_name = map[int32]string + var Facet_ValType_value = map[string]int32 + func SameFacets(a []*Facet, b []*Facet) bool + func SortFacets(fs []*Facet) + type Facet struct + Key string + ValType Facet_ValType + Value []byte + func (*Facet) Descriptor() ([]byte, []int) + func (*Facet) ProtoMessage() + func (m *Facet) GetKey() string + func (m *Facet) GetValType() Facet_ValType + func (m *Facet) GetValue() []byte + func (m *Facet) Marshal() (dAtA []byte, err error) + func (m *Facet) MarshalTo(dAtA []byte) (int, error) + func (m *Facet) Reset() + func (m *Facet) Size() (n int) + func (m *Facet) String() string + func (m *Facet) Unmarshal(dAtA []byte) error + type Facet_ValType int32 + const Facet_BOOL + const Facet_DATETIME + const Facet_FLOAT + const Facet_INT32 + const Facet_STRING + func ValType(val string) (Facet_ValType, error) + func ValTypeForTypeID(typId TypeID) Facet_ValType + func (Facet_ValType) EnumDescriptor() ([]byte, []int) + func (x Facet_ValType) String() string + type Facets struct + Facets []*Facet + func (*Facets) Descriptor() ([]byte, []int) + func (*Facets) ProtoMessage() + func (a Facets) Len() int + func (a Facets) Less(i, j int) bool + func (a Facets) Swap(i, j int) + func (m *Facets) GetFacets() []*Facet + func (m *Facets) Marshal() (dAtA []byte, err error) + func (m *Facets) MarshalTo(dAtA []byte) (int, error) + func (m *Facets) Reset() + func (m *Facets) Size() (n int) + func (m *Facets) String() string + func (m *Facets) Unmarshal(dAtA []byte) error + type List struct + FacetsList []*Facets + func (*List) Descriptor() ([]byte, []int) + func (*List) ProtoMessage() + func (m *List) GetFacetsList() []*Facets + func (m *List) Marshal() (dAtA []byte, err error) + func (m *List) MarshalTo(dAtA []byte) (int, error) + func (m *List) Reset() + func (m *List) Size() (n int) + func (m *List) String() string + func (m *List) Unmarshal(dAtA []byte) error + type Param struct + AllKeys bool + Keys []string + func (*Param) Descriptor() ([]byte, []int) + func (*Param) ProtoMessage() + func (m *Param) GetAllKeys() bool + func (m *Param) GetKeys() []string + func (m *Param) Marshal() (dAtA []byte, err error) + func (m *Param) MarshalTo(dAtA []byte) (int, error) + func (m *Param) Reset() + func (m *Param) Size() (n int) + func (m *Param) String() string + func (m *Param) Unmarshal(dAtA []byte) error + type TypeID Facet_ValType + func TypeIDForValType(valType Facet_ValType) TypeID