pb

package
v0.0.0-...-4334ecd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 18, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Action_name = map[int32]string{
	0: "RETRIEVE",
	1: "SEARCH",
	2: "ITERATE",
	3: "MERGE",
	4: "INSERT",
	5: "UPDATE",
	6: "UPSERT",
	7: "DELETE",
	8: "DEFAULT",
}
View Source
var Action_value = map[string]int32{
	"RETRIEVE": 0,
	"SEARCH":   1,
	"ITERATE":  2,
	"MERGE":    3,
	"INSERT":   4,
	"UPDATE":   5,
	"UPSERT":   6,
	"DELETE":   7,
	"DEFAULT":  8,
}
View Source
var IndexFieldType_name = map[int32]string{
	0: "TEXT",
	1: "NUMERIC",
	2: "BOOLEAN",
	3: "GEO_POINT",
	4: "DATE_TIME",
}
View Source
var IndexFieldType_value = map[string]int32{
	"TEXT":      0,
	"NUMERIC":   1,
	"BOOLEAN":   2,
	"GEO_POINT": 3,
	"DATE_TIME": 4,
}
View Source
var Status_name = map[int32]string{
	0: "REJECTED",
	1: "ACCEPTED",
}
View Source
var Status_value = map[string]int32{
	"REJECTED": 0,
	"ACCEPTED": 1,
}
View Source
var UserType_name = map[int32]string{
	0: "SUPER_USER",
	1: "NORMAL_USER",
}
View Source
var UserType_value = map[string]int32{
	"SUPER_USER":  0,
	"NORMAL_USER": 1,
}

Functions

This section is empty.

Types

type AccessControl

type AccessControl struct {
	Username             string   `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Namespace            []byte   `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Permission           uint64   `protobuf:"fixed64,3,opt,name=permission,proto3" json:"permission,omitempty"`
	CreatedAt            uint64   `protobuf:"varint,4,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt            uint64   `protobuf:"varint,5,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	Data                 []byte   `protobuf:"bytes,6,opt,name=data,proto3" json:"data,omitempty"`
	Meta                 []byte   `protobuf:"bytes,7,opt,name=meta,proto3" json:"meta,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AccessControl) Descriptor

func (*AccessControl) Descriptor() ([]byte, []int)

func (*AccessControl) GetCreatedAt

func (m *AccessControl) GetCreatedAt() uint64

func (*AccessControl) GetData

func (m *AccessControl) GetData() []byte

func (*AccessControl) GetMeta

func (m *AccessControl) GetMeta() []byte

func (*AccessControl) GetNamespace

func (m *AccessControl) GetNamespace() []byte

func (*AccessControl) GetPermission

func (m *AccessControl) GetPermission() uint64

func (*AccessControl) GetUpdatedAt

func (m *AccessControl) GetUpdatedAt() uint64

func (*AccessControl) GetUsername

func (m *AccessControl) GetUsername() string

func (*AccessControl) ProtoMessage

func (*AccessControl) ProtoMessage()

func (*AccessControl) Reset

func (m *AccessControl) Reset()

func (*AccessControl) String

func (m *AccessControl) String() string

func (*AccessControl) XXX_DiscardUnknown

func (m *AccessControl) XXX_DiscardUnknown()

func (*AccessControl) XXX_Marshal

func (m *AccessControl) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccessControl) XXX_Merge

func (m *AccessControl) XXX_Merge(src proto.Message)

func (*AccessControl) XXX_Size

func (m *AccessControl) XXX_Size() int

func (*AccessControl) XXX_Unmarshal

func (m *AccessControl) XXX_Unmarshal(b []byte) error

type AccessControlList

type AccessControlList struct {
	AccessControlList    []*AccessControl `protobuf:"bytes,1,rep,name=accessControlList,proto3" json:"accessControlList,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*AccessControlList) Descriptor

func (*AccessControlList) Descriptor() ([]byte, []int)

func (*AccessControlList) GetAccessControlList

func (m *AccessControlList) GetAccessControlList() []*AccessControl

func (*AccessControlList) ProtoMessage

func (*AccessControlList) ProtoMessage()

func (*AccessControlList) Reset

func (m *AccessControlList) Reset()

func (*AccessControlList) String

func (m *AccessControlList) String() string

func (*AccessControlList) XXX_DiscardUnknown

func (m *AccessControlList) XXX_DiscardUnknown()

func (*AccessControlList) XXX_Marshal

func (m *AccessControlList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccessControlList) XXX_Merge

func (m *AccessControlList) XXX_Merge(src proto.Message)

func (*AccessControlList) XXX_Size

func (m *AccessControlList) XXX_Size() int

func (*AccessControlList) XXX_Unmarshal

func (m *AccessControlList) XXX_Unmarshal(b []byte) error

type AccessControlPayload

type AccessControlPayload struct {
	Action               Action         `protobuf:"varint,1,opt,name=action,proto3,enum=pb.Action" json:"action,omitempty"`
	AccessControl        *AccessControl `protobuf:"bytes,2,opt,name=accessControl,proto3" json:"accessControl,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*AccessControlPayload) Descriptor

func (*AccessControlPayload) Descriptor() ([]byte, []int)

func (*AccessControlPayload) GetAccessControl

func (m *AccessControlPayload) GetAccessControl() *AccessControl

func (*AccessControlPayload) GetAction

func (m *AccessControlPayload) GetAction() Action

func (*AccessControlPayload) ProtoMessage

func (*AccessControlPayload) ProtoMessage()

func (*AccessControlPayload) Reset

func (m *AccessControlPayload) Reset()

func (*AccessControlPayload) String

func (m *AccessControlPayload) String() string

func (*AccessControlPayload) XXX_DiscardUnknown

func (m *AccessControlPayload) XXX_DiscardUnknown()

func (*AccessControlPayload) XXX_Marshal

func (m *AccessControlPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccessControlPayload) XXX_Merge

func (m *AccessControlPayload) XXX_Merge(src proto.Message)

func (*AccessControlPayload) XXX_Size

func (m *AccessControlPayload) XXX_Size() int

func (*AccessControlPayload) XXX_Unmarshal

func (m *AccessControlPayload) XXX_Unmarshal(b []byte) error

type Action

type Action int32
const (
	Action_RETRIEVE Action = 0
	Action_SEARCH   Action = 1
	Action_ITERATE  Action = 2
	Action_MERGE    Action = 3
	Action_INSERT   Action = 4
	Action_UPDATE   Action = 5
	Action_UPSERT   Action = 6
	Action_DELETE   Action = 7
	Action_DEFAULT  Action = 8
)

func (Action) EnumDescriptor

func (Action) EnumDescriptor() ([]byte, []int)

func (Action) String

func (x Action) String() string

type AppliedIndexQuery

type AppliedIndexQuery struct {
	AppliedIndex         uint64   `protobuf:"varint,1,opt,name=appliedIndex,proto3" json:"appliedIndex,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AppliedIndexQuery) Descriptor

func (*AppliedIndexQuery) Descriptor() ([]byte, []int)

func (*AppliedIndexQuery) GetAppliedIndex

func (m *AppliedIndexQuery) GetAppliedIndex() uint64

func (*AppliedIndexQuery) ProtoMessage

func (*AppliedIndexQuery) ProtoMessage()

func (*AppliedIndexQuery) Reset

func (m *AppliedIndexQuery) Reset()

func (*AppliedIndexQuery) String

func (m *AppliedIndexQuery) String() string

func (*AppliedIndexQuery) XXX_DiscardUnknown

func (m *AppliedIndexQuery) XXX_DiscardUnknown()

func (*AppliedIndexQuery) XXX_Marshal

func (m *AppliedIndexQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AppliedIndexQuery) XXX_Merge

func (m *AppliedIndexQuery) XXX_Merge(src proto.Message)

func (*AppliedIndexQuery) XXX_Size

func (m *AppliedIndexQuery) XXX_Size() int

func (*AppliedIndexQuery) XXX_Unmarshal

func (m *AppliedIndexQuery) XXX_Unmarshal(b []byte) error

type DateTimeRangeFacet

type DateTimeRangeFacet struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Start                string   `protobuf:"bytes,2,opt,name=start,proto3" json:"start,omitempty"`
	End                  string   `protobuf:"bytes,3,opt,name=end,proto3" json:"end,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DateTimeRangeFacet) Descriptor

func (*DateTimeRangeFacet) Descriptor() ([]byte, []int)

func (*DateTimeRangeFacet) GetEnd

func (m *DateTimeRangeFacet) GetEnd() string

func (*DateTimeRangeFacet) GetName

func (m *DateTimeRangeFacet) GetName() string

func (*DateTimeRangeFacet) GetStart

func (m *DateTimeRangeFacet) GetStart() string

func (*DateTimeRangeFacet) ProtoMessage

func (*DateTimeRangeFacet) ProtoMessage()

func (*DateTimeRangeFacet) Reset

func (m *DateTimeRangeFacet) Reset()

func (*DateTimeRangeFacet) String

func (m *DateTimeRangeFacet) String() string

func (*DateTimeRangeFacet) XXX_DiscardUnknown

func (m *DateTimeRangeFacet) XXX_DiscardUnknown()

func (*DateTimeRangeFacet) XXX_Marshal

func (m *DateTimeRangeFacet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DateTimeRangeFacet) XXX_Merge

func (m *DateTimeRangeFacet) XXX_Merge(src proto.Message)

func (*DateTimeRangeFacet) XXX_Size

func (m *DateTimeRangeFacet) XXX_Size() int

func (*DateTimeRangeFacet) XXX_Unmarshal

func (m *DateTimeRangeFacet) XXX_Unmarshal(b []byte) error

type Facet

type Facet struct {
	Name                 string                `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Field                string                `protobuf:"bytes,2,opt,name=field,proto3" json:"field,omitempty"`
	Size                 int32                 `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"`
	DateTimeRangeFacets  []*DateTimeRangeFacet `protobuf:"bytes,4,rep,name=dateTimeRangeFacets,proto3" json:"dateTimeRangeFacets,omitempty"`
	NumericRangeFacets   []*NumericRangeFacet  `protobuf:"bytes,5,rep,name=numericRangeFacets,proto3" json:"numericRangeFacets,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*Facet) Descriptor

func (*Facet) Descriptor() ([]byte, []int)

func (*Facet) GetDateTimeRangeFacets

func (m *Facet) GetDateTimeRangeFacets() []*DateTimeRangeFacet

func (*Facet) GetField

func (m *Facet) GetField() string

func (*Facet) GetName

func (m *Facet) GetName() string

func (*Facet) GetNumericRangeFacets

func (m *Facet) GetNumericRangeFacets() []*NumericRangeFacet

func (*Facet) GetSize

func (m *Facet) GetSize() int32

func (*Facet) ProtoMessage

func (*Facet) ProtoMessage()

func (*Facet) Reset

func (m *Facet) Reset()

func (*Facet) String

func (m *Facet) String() string

func (*Facet) XXX_DiscardUnknown

func (m *Facet) XXX_DiscardUnknown()

func (*Facet) XXX_Marshal

func (m *Facet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Facet) XXX_Merge

func (m *Facet) XXX_Merge(src proto.Message)

func (*Facet) XXX_Size

func (m *Facet) XXX_Size() int

func (*Facet) XXX_Unmarshal

func (m *Facet) XXX_Unmarshal(b []byte) error

type Fuzzy

type Fuzzy struct {
	Term                 string   `protobuf:"bytes,1,opt,name=term,proto3" json:"term,omitempty"`
	Fuzziness            int32    `protobuf:"varint,2,opt,name=fuzziness,proto3" json:"fuzziness,omitempty"`
	Field                string   `protobuf:"bytes,3,opt,name=field,proto3" json:"field,omitempty"`
	PrefixLength         string   `protobuf:"bytes,4,opt,name=prefixLength,proto3" json:"prefixLength,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Fuzzy) Descriptor

func (*Fuzzy) Descriptor() ([]byte, []int)

func (*Fuzzy) GetField

func (m *Fuzzy) GetField() string

func (*Fuzzy) GetFuzziness

func (m *Fuzzy) GetFuzziness() int32

func (*Fuzzy) GetPrefixLength

func (m *Fuzzy) GetPrefixLength() string

func (*Fuzzy) GetTerm

func (m *Fuzzy) GetTerm() string

func (*Fuzzy) ProtoMessage

func (*Fuzzy) ProtoMessage()

func (*Fuzzy) Reset

func (m *Fuzzy) Reset()

func (*Fuzzy) String

func (m *Fuzzy) String() string

func (*Fuzzy) XXX_DiscardUnknown

func (m *Fuzzy) XXX_DiscardUnknown()

func (*Fuzzy) XXX_Marshal

func (m *Fuzzy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Fuzzy) XXX_Merge

func (m *Fuzzy) XXX_Merge(src proto.Message)

func (*Fuzzy) XXX_Size

func (m *Fuzzy) XXX_Size() int

func (*Fuzzy) XXX_Unmarshal

func (m *Fuzzy) XXX_Unmarshal(b []byte) error

type GeoDistance

type GeoDistance struct {
	Lon                  float32  `protobuf:"fixed32,1,opt,name=lon,proto3" json:"lon,omitempty"`
	Lat                  float32  `protobuf:"fixed32,2,opt,name=lat,proto3" json:"lat,omitempty"`
	Distance             string   `protobuf:"bytes,3,opt,name=distance,proto3" json:"distance,omitempty"`
	Field                string   `protobuf:"bytes,4,opt,name=field,proto3" json:"field,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GeoDistance) Descriptor

func (*GeoDistance) Descriptor() ([]byte, []int)

func (*GeoDistance) GetDistance

func (m *GeoDistance) GetDistance() string

func (*GeoDistance) GetField

func (m *GeoDistance) GetField() string

func (*GeoDistance) GetLat

func (m *GeoDistance) GetLat() float32

func (*GeoDistance) GetLon

func (m *GeoDistance) GetLon() float32

func (*GeoDistance) ProtoMessage

func (*GeoDistance) ProtoMessage()

func (*GeoDistance) Reset

func (m *GeoDistance) Reset()

func (*GeoDistance) String

func (m *GeoDistance) String() string

func (*GeoDistance) XXX_DiscardUnknown

func (m *GeoDistance) XXX_DiscardUnknown()

func (*GeoDistance) XXX_Marshal

func (m *GeoDistance) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GeoDistance) XXX_Merge

func (m *GeoDistance) XXX_Merge(src proto.Message)

func (*GeoDistance) XXX_Size

func (m *GeoDistance) XXX_Size() int

func (*GeoDistance) XXX_Unmarshal

func (m *GeoDistance) XXX_Unmarshal(b []byte) error

type GlobalDeleteInput

type GlobalDeleteInput struct {
	Namespace            []byte   `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Addresses            [][]byte `protobuf:"bytes,2,rep,name=addresses,proto3" json:"addresses,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GlobalDeleteInput) Descriptor

func (*GlobalDeleteInput) Descriptor() ([]byte, []int)

func (*GlobalDeleteInput) GetAddresses

func (m *GlobalDeleteInput) GetAddresses() [][]byte

func (*GlobalDeleteInput) GetNamespace

func (m *GlobalDeleteInput) GetNamespace() []byte

func (*GlobalDeleteInput) ProtoMessage

func (*GlobalDeleteInput) ProtoMessage()

func (*GlobalDeleteInput) Reset

func (m *GlobalDeleteInput) Reset()

func (*GlobalDeleteInput) String

func (m *GlobalDeleteInput) String() string

func (*GlobalDeleteInput) XXX_DiscardUnknown

func (m *GlobalDeleteInput) XXX_DiscardUnknown()

func (*GlobalDeleteInput) XXX_Marshal

func (m *GlobalDeleteInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GlobalDeleteInput) XXX_Merge

func (m *GlobalDeleteInput) XXX_Merge(src proto.Message)

func (*GlobalDeleteInput) XXX_Size

func (m *GlobalDeleteInput) XXX_Size() int

func (*GlobalDeleteInput) XXX_Unmarshal

func (m *GlobalDeleteInput) XXX_Unmarshal(b []byte) error

type GlobalIterateInput

type GlobalIterateInput struct {
	Namespace            []byte   `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	From                 []byte   `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	Prefix               []byte   `protobuf:"bytes,3,opt,name=prefix,proto3" json:"prefix,omitempty"`
	Limit                uint64   `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GlobalIterateInput) Descriptor

func (*GlobalIterateInput) Descriptor() ([]byte, []int)

func (*GlobalIterateInput) GetFrom

func (m *GlobalIterateInput) GetFrom() []byte

func (*GlobalIterateInput) GetLimit

func (m *GlobalIterateInput) GetLimit() uint64

func (*GlobalIterateInput) GetNamespace

func (m *GlobalIterateInput) GetNamespace() []byte

func (*GlobalIterateInput) GetPrefix

func (m *GlobalIterateInput) GetPrefix() []byte

func (*GlobalIterateInput) ProtoMessage

func (*GlobalIterateInput) ProtoMessage()

func (*GlobalIterateInput) Reset

func (m *GlobalIterateInput) Reset()

func (*GlobalIterateInput) String

func (m *GlobalIterateInput) String() string

func (*GlobalIterateInput) XXX_DiscardUnknown

func (m *GlobalIterateInput) XXX_DiscardUnknown()

func (*GlobalIterateInput) XXX_Marshal

func (m *GlobalIterateInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GlobalIterateInput) XXX_Merge

func (m *GlobalIterateInput) XXX_Merge(src proto.Message)

func (*GlobalIterateInput) XXX_Size

func (m *GlobalIterateInput) XXX_Size() int

func (*GlobalIterateInput) XXX_Unmarshal

func (m *GlobalIterateInput) XXX_Unmarshal(b []byte) error

type GlobalRetrieveInput

type GlobalRetrieveInput struct {
	Namespace            []byte   `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Addresses            [][]byte `protobuf:"bytes,2,rep,name=addresses,proto3" json:"addresses,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GlobalRetrieveInput) Descriptor

func (*GlobalRetrieveInput) Descriptor() ([]byte, []int)

func (*GlobalRetrieveInput) GetAddresses

func (m *GlobalRetrieveInput) GetAddresses() [][]byte

func (*GlobalRetrieveInput) GetNamespace

func (m *GlobalRetrieveInput) GetNamespace() []byte

func (*GlobalRetrieveInput) ProtoMessage

func (*GlobalRetrieveInput) ProtoMessage()

func (*GlobalRetrieveInput) Reset

func (m *GlobalRetrieveInput) Reset()

func (*GlobalRetrieveInput) String

func (m *GlobalRetrieveInput) String() string

func (*GlobalRetrieveInput) XXX_DiscardUnknown

func (m *GlobalRetrieveInput) XXX_DiscardUnknown()

func (*GlobalRetrieveInput) XXX_Marshal

func (m *GlobalRetrieveInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GlobalRetrieveInput) XXX_Merge

func (m *GlobalRetrieveInput) XXX_Merge(src proto.Message)

func (*GlobalRetrieveInput) XXX_Size

func (m *GlobalRetrieveInput) XXX_Size() int

func (*GlobalRetrieveInput) XXX_Unmarshal

func (m *GlobalRetrieveInput) XXX_Unmarshal(b []byte) error

type GlobalSearchInput

type GlobalSearchInput struct {
	Namespace        []byte   `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Size             int32    `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	From             int32    `protobuf:"varint,3,opt,name=from,proto3" json:"from,omitempty"`
	Score            string   `protobuf:"bytes,4,opt,name=score,proto3" json:"score,omitempty"`
	Explain          bool     `protobuf:"varint,5,opt,name=explain,proto3" json:"explain,omitempty"`
	IncludeLocations bool     `protobuf:"varint,6,opt,name=includeLocations,proto3" json:"includeLocations,omitempty"`
	Fields           []string `protobuf:"bytes,7,rep,name=fields,proto3" json:"fields,omitempty"`
	Sort             []string `protobuf:"bytes,8,rep,name=sort,proto3" json:"sort,omitempty"`
	SearchAfter      []string `protobuf:"bytes,9,rep,name=searchAfter,proto3" json:"searchAfter,omitempty"`
	SearchBefore     []string `protobuf:"bytes,10,rep,name=searchBefore,proto3" json:"searchBefore,omitempty"`
	Highlight        bool     `protobuf:"varint,11,opt,name=highlight,proto3" json:"highlight,omitempty"`
	HighlightStyle   string   `protobuf:"bytes,12,opt,name=highlightStyle,proto3" json:"highlightStyle,omitempty"`
	HighlightFields  []string `protobuf:"bytes,13,rep,name=highlightFields,proto3" json:"highlightFields,omitempty"`
	Facets           []*Facet `protobuf:"bytes,14,rep,name=facets,proto3" json:"facets,omitempty"`
	// Types that are valid to be assigned to Query:
	//	*GlobalSearchInput_QueryString
	//	*GlobalSearchInput_Fuzzy
	//	*GlobalSearchInput_Regexp
	//	*GlobalSearchInput_Term
	//	*GlobalSearchInput_MatchPhrase
	//	*GlobalSearchInput_Match
	//	*GlobalSearchInput_Prefix
	//	*GlobalSearchInput_Wildcard
	//	*GlobalSearchInput_GeoDistance
	Query                isGlobalSearchInput_Query `protobuf_oneof:"query"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*GlobalSearchInput) Descriptor

func (*GlobalSearchInput) Descriptor() ([]byte, []int)

func (*GlobalSearchInput) GetExplain

func (m *GlobalSearchInput) GetExplain() bool

func (*GlobalSearchInput) GetFacets

func (m *GlobalSearchInput) GetFacets() []*Facet

func (*GlobalSearchInput) GetFields

func (m *GlobalSearchInput) GetFields() []string

func (*GlobalSearchInput) GetFrom

func (m *GlobalSearchInput) GetFrom() int32

func (*GlobalSearchInput) GetFuzzy

func (m *GlobalSearchInput) GetFuzzy() *Fuzzy

func (*GlobalSearchInput) GetGeoDistance

func (m *GlobalSearchInput) GetGeoDistance() *GeoDistance

func (*GlobalSearchInput) GetHighlight

func (m *GlobalSearchInput) GetHighlight() bool

func (*GlobalSearchInput) GetHighlightFields

func (m *GlobalSearchInput) GetHighlightFields() []string

func (*GlobalSearchInput) GetHighlightStyle

func (m *GlobalSearchInput) GetHighlightStyle() string

func (*GlobalSearchInput) GetIncludeLocations

func (m *GlobalSearchInput) GetIncludeLocations() bool

func (*GlobalSearchInput) GetMatch

func (m *GlobalSearchInput) GetMatch() *Match

func (*GlobalSearchInput) GetMatchPhrase

func (m *GlobalSearchInput) GetMatchPhrase() *MatchPhrase

func (*GlobalSearchInput) GetNamespace

func (m *GlobalSearchInput) GetNamespace() []byte

func (*GlobalSearchInput) GetPrefix

func (m *GlobalSearchInput) GetPrefix() *Prefix

func (*GlobalSearchInput) GetQuery

func (m *GlobalSearchInput) GetQuery() isGlobalSearchInput_Query

func (*GlobalSearchInput) GetQueryString

func (m *GlobalSearchInput) GetQueryString() *QueryString

func (*GlobalSearchInput) GetRegexp

func (m *GlobalSearchInput) GetRegexp() *Regexp

func (*GlobalSearchInput) GetScore

func (m *GlobalSearchInput) GetScore() string

func (*GlobalSearchInput) GetSearchAfter

func (m *GlobalSearchInput) GetSearchAfter() []string

func (*GlobalSearchInput) GetSearchBefore

func (m *GlobalSearchInput) GetSearchBefore() []string

func (*GlobalSearchInput) GetSize

func (m *GlobalSearchInput) GetSize() int32

func (*GlobalSearchInput) GetSort

func (m *GlobalSearchInput) GetSort() []string

func (*GlobalSearchInput) GetTerm

func (m *GlobalSearchInput) GetTerm() *Term

func (*GlobalSearchInput) GetWildcard

func (m *GlobalSearchInput) GetWildcard() *Wildcard

func (*GlobalSearchInput) ProtoMessage

func (*GlobalSearchInput) ProtoMessage()

func (*GlobalSearchInput) Reset

func (m *GlobalSearchInput) Reset()

func (*GlobalSearchInput) String

func (m *GlobalSearchInput) String() string

func (*GlobalSearchInput) XXX_DiscardUnknown

func (m *GlobalSearchInput) XXX_DiscardUnknown()

func (*GlobalSearchInput) XXX_Marshal

func (m *GlobalSearchInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GlobalSearchInput) XXX_Merge

func (m *GlobalSearchInput) XXX_Merge(src proto.Message)

func (*GlobalSearchInput) XXX_OneofWrappers

func (*GlobalSearchInput) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*GlobalSearchInput) XXX_Size

func (m *GlobalSearchInput) XXX_Size() int

func (*GlobalSearchInput) XXX_Unmarshal

func (m *GlobalSearchInput) XXX_Unmarshal(b []byte) error

type GlobalSearchInput_Fuzzy

type GlobalSearchInput_Fuzzy struct {
	Fuzzy *Fuzzy `protobuf:"bytes,22,opt,name=fuzzy,proto3,oneof"`
}

type GlobalSearchInput_GeoDistance

type GlobalSearchInput_GeoDistance struct {
	GeoDistance *GeoDistance `protobuf:"bytes,29,opt,name=geoDistance,proto3,oneof"`
}

type GlobalSearchInput_Match

type GlobalSearchInput_Match struct {
	Match *Match `protobuf:"bytes,26,opt,name=match,proto3,oneof"`
}

type GlobalSearchInput_MatchPhrase

type GlobalSearchInput_MatchPhrase struct {
	MatchPhrase *MatchPhrase `protobuf:"bytes,25,opt,name=matchPhrase,proto3,oneof"`
}

type GlobalSearchInput_Prefix

type GlobalSearchInput_Prefix struct {
	Prefix *Prefix `protobuf:"bytes,27,opt,name=prefix,proto3,oneof"`
}

type GlobalSearchInput_QueryString

type GlobalSearchInput_QueryString struct {
	QueryString *QueryString `protobuf:"bytes,21,opt,name=queryString,proto3,oneof"`
}

type GlobalSearchInput_Regexp

type GlobalSearchInput_Regexp struct {
	Regexp *Regexp `protobuf:"bytes,23,opt,name=regexp,proto3,oneof"`
}

type GlobalSearchInput_Term

type GlobalSearchInput_Term struct {
	Term *Term `protobuf:"bytes,24,opt,name=term,proto3,oneof"`
}

type GlobalSearchInput_Wildcard

type GlobalSearchInput_Wildcard struct {
	Wildcard *Wildcard `protobuf:"bytes,28,opt,name=wildcard,proto3,oneof"`
}

type IndexDocument

type IndexDocument struct {
	Name                 string        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Enabled              bool          `protobuf:"varint,2,opt,name=enabled,proto3" json:"enabled,omitempty"`
	DefaultAnalyzer      string        `protobuf:"bytes,3,opt,name=defaultAnalyzer,proto3" json:"defaultAnalyzer,omitempty"`
	Dynamic              bool          `protobuf:"varint,4,opt,name=dynamic,proto3" json:"dynamic,omitempty"`
	IndexFieldList       []*IndexField `protobuf:"bytes,5,rep,name=indexFieldList,proto3" json:"indexFieldList,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*IndexDocument) Descriptor

func (*IndexDocument) Descriptor() ([]byte, []int)

func (*IndexDocument) GetDefaultAnalyzer

func (m *IndexDocument) GetDefaultAnalyzer() string

func (*IndexDocument) GetDynamic

func (m *IndexDocument) GetDynamic() bool

func (*IndexDocument) GetEnabled

func (m *IndexDocument) GetEnabled() bool

func (*IndexDocument) GetIndexFieldList

func (m *IndexDocument) GetIndexFieldList() []*IndexField

func (*IndexDocument) GetName

func (m *IndexDocument) GetName() string

func (*IndexDocument) ProtoMessage

func (*IndexDocument) ProtoMessage()

func (*IndexDocument) Reset

func (m *IndexDocument) Reset()

func (*IndexDocument) String

func (m *IndexDocument) String() string

func (*IndexDocument) XXX_DiscardUnknown

func (m *IndexDocument) XXX_DiscardUnknown()

func (*IndexDocument) XXX_Marshal

func (m *IndexDocument) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IndexDocument) XXX_Merge

func (m *IndexDocument) XXX_Merge(src proto.Message)

func (*IndexDocument) XXX_Size

func (m *IndexDocument) XXX_Size() int

func (*IndexDocument) XXX_Unmarshal

func (m *IndexDocument) XXX_Unmarshal(b []byte) error

type IndexField

type IndexField struct {
	IndexFieldType       IndexFieldType `protobuf:"varint,1,opt,name=indexFieldType,proto3,enum=pb.IndexFieldType" json:"indexFieldType,omitempty"`
	Name                 string         `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Analyzer             string         `protobuf:"bytes,3,opt,name=analyzer,proto3" json:"analyzer,omitempty"`
	Enabled              bool           `protobuf:"varint,4,opt,name=enabled,proto3" json:"enabled,omitempty"`
	Index                bool           `protobuf:"varint,5,opt,name=index,proto3" json:"index,omitempty"`
	Store                bool           `protobuf:"varint,6,opt,name=store,proto3" json:"store,omitempty"`
	IncludeTermVectors   bool           `protobuf:"varint,7,opt,name=includeTermVectors,proto3" json:"includeTermVectors,omitempty"`
	IncludeInAll         bool           `protobuf:"varint,8,opt,name=includeInAll,proto3" json:"includeInAll,omitempty"`
	DocValues            bool           `protobuf:"varint,9,opt,name=docValues,proto3" json:"docValues,omitempty"`
	DateFormat           string         `protobuf:"bytes,10,opt,name=dateFormat,proto3" json:"dateFormat,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*IndexField) Descriptor

func (*IndexField) Descriptor() ([]byte, []int)

func (*IndexField) GetAnalyzer

func (m *IndexField) GetAnalyzer() string

func (*IndexField) GetDateFormat

func (m *IndexField) GetDateFormat() string

func (*IndexField) GetDocValues

func (m *IndexField) GetDocValues() bool

func (*IndexField) GetEnabled

func (m *IndexField) GetEnabled() bool

func (*IndexField) GetIncludeInAll

func (m *IndexField) GetIncludeInAll() bool

func (*IndexField) GetIncludeTermVectors

func (m *IndexField) GetIncludeTermVectors() bool

func (*IndexField) GetIndex

func (m *IndexField) GetIndex() bool

func (*IndexField) GetIndexFieldType

func (m *IndexField) GetIndexFieldType() IndexFieldType

func (*IndexField) GetName

func (m *IndexField) GetName() string

func (*IndexField) GetStore

func (m *IndexField) GetStore() bool

func (*IndexField) ProtoMessage

func (*IndexField) ProtoMessage()

func (*IndexField) Reset

func (m *IndexField) Reset()

func (*IndexField) String

func (m *IndexField) String() string

func (*IndexField) XXX_DiscardUnknown

func (m *IndexField) XXX_DiscardUnknown()

func (*IndexField) XXX_Marshal

func (m *IndexField) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IndexField) XXX_Merge

func (m *IndexField) XXX_Merge(src proto.Message)

func (*IndexField) XXX_Size

func (m *IndexField) XXX_Size() int

func (*IndexField) XXX_Unmarshal

func (m *IndexField) XXX_Unmarshal(b []byte) error

type IndexFieldType

type IndexFieldType int32
const (
	IndexFieldType_TEXT      IndexFieldType = 0
	IndexFieldType_NUMERIC   IndexFieldType = 1
	IndexFieldType_BOOLEAN   IndexFieldType = 2
	IndexFieldType_GEO_POINT IndexFieldType = 3
	IndexFieldType_DATE_TIME IndexFieldType = 4
)

func (IndexFieldType) EnumDescriptor

func (IndexFieldType) EnumDescriptor() ([]byte, []int)

func (IndexFieldType) String

func (x IndexFieldType) String() string

type IndexMeta

type IndexMeta struct {
	Namespace             []byte           `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Version               uint64           `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
	Enabled               bool             `protobuf:"varint,3,opt,name=enabled,proto3" json:"enabled,omitempty"`
	Default               bool             `protobuf:"varint,4,opt,name=default,proto3" json:"default,omitempty"`
	IndexDynamic          bool             `protobuf:"varint,5,opt,name=indexDynamic,proto3" json:"indexDynamic,omitempty"`
	StoreDynamic          bool             `protobuf:"varint,6,opt,name=storeDynamic,proto3" json:"storeDynamic,omitempty"`
	DocValuesDynamic      bool             `protobuf:"varint,7,opt,name=docValuesDynamic,proto3" json:"docValuesDynamic,omitempty"`
	DefaultType           string           `protobuf:"bytes,8,opt,name=defaultType,proto3" json:"defaultType,omitempty"`
	DefaultAnalyzer       string           `protobuf:"bytes,9,opt,name=defaultAnalyzer,proto3" json:"defaultAnalyzer,omitempty"`
	DefaultDateTimeParser string           `protobuf:"bytes,10,opt,name=defaultDateTimeParser,proto3" json:"defaultDateTimeParser,omitempty"`
	DefaultField          string           `protobuf:"bytes,11,opt,name=defaultField,proto3" json:"defaultField,omitempty"`
	TypeField             string           `protobuf:"bytes,12,opt,name=typeField,proto3" json:"typeField,omitempty"`
	CustomAnalysis        string           `protobuf:"bytes,13,opt,name=customAnalysis,proto3" json:"customAnalysis,omitempty"`
	CreatedAt             uint64           `protobuf:"varint,14,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt             uint64           `protobuf:"varint,15,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	IndexDocumentList     []*IndexDocument `protobuf:"bytes,16,rep,name=indexDocumentList,proto3" json:"indexDocumentList,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}         `json:"-"`
	XXX_unrecognized      []byte           `json:"-"`
	XXX_sizecache         int32            `json:"-"`
}

func (*IndexMeta) Descriptor

func (*IndexMeta) Descriptor() ([]byte, []int)

func (*IndexMeta) GetCreatedAt

func (m *IndexMeta) GetCreatedAt() uint64

func (*IndexMeta) GetCustomAnalysis

func (m *IndexMeta) GetCustomAnalysis() string

func (*IndexMeta) GetDefault

func (m *IndexMeta) GetDefault() bool

func (*IndexMeta) GetDefaultAnalyzer

func (m *IndexMeta) GetDefaultAnalyzer() string

func (*IndexMeta) GetDefaultDateTimeParser

func (m *IndexMeta) GetDefaultDateTimeParser() string

func (*IndexMeta) GetDefaultField

func (m *IndexMeta) GetDefaultField() string

func (*IndexMeta) GetDefaultType

func (m *IndexMeta) GetDefaultType() string

func (*IndexMeta) GetDocValuesDynamic

func (m *IndexMeta) GetDocValuesDynamic() bool

func (*IndexMeta) GetEnabled

func (m *IndexMeta) GetEnabled() bool

func (*IndexMeta) GetIndexDocumentList

func (m *IndexMeta) GetIndexDocumentList() []*IndexDocument

func (*IndexMeta) GetIndexDynamic

func (m *IndexMeta) GetIndexDynamic() bool

func (*IndexMeta) GetNamespace

func (m *IndexMeta) GetNamespace() []byte

func (*IndexMeta) GetStoreDynamic

func (m *IndexMeta) GetStoreDynamic() bool

func (*IndexMeta) GetTypeField

func (m *IndexMeta) GetTypeField() string

func (*IndexMeta) GetUpdatedAt

func (m *IndexMeta) GetUpdatedAt() uint64

func (*IndexMeta) GetVersion

func (m *IndexMeta) GetVersion() uint64

func (*IndexMeta) ProtoMessage

func (*IndexMeta) ProtoMessage()

func (*IndexMeta) Reset

func (m *IndexMeta) Reset()

func (*IndexMeta) String

func (m *IndexMeta) String() string

func (*IndexMeta) XXX_DiscardUnknown

func (m *IndexMeta) XXX_DiscardUnknown()

func (*IndexMeta) XXX_Marshal

func (m *IndexMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IndexMeta) XXX_Merge

func (m *IndexMeta) XXX_Merge(src proto.Message)

func (*IndexMeta) XXX_Size

func (m *IndexMeta) XXX_Size() int

func (*IndexMeta) XXX_Unmarshal

func (m *IndexMeta) XXX_Unmarshal(b []byte) error

type IndexMetaList

type IndexMetaList struct {
	IndexMetaList        []*IndexMeta `protobuf:"bytes,1,rep,name=indexMetaList,proto3" json:"indexMetaList,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*IndexMetaList) Descriptor

func (*IndexMetaList) Descriptor() ([]byte, []int)

func (*IndexMetaList) GetIndexMetaList

func (m *IndexMetaList) GetIndexMetaList() []*IndexMeta

func (*IndexMetaList) ProtoMessage

func (*IndexMetaList) ProtoMessage()

func (*IndexMetaList) Reset

func (m *IndexMetaList) Reset()

func (*IndexMetaList) String

func (m *IndexMetaList) String() string

func (*IndexMetaList) XXX_DiscardUnknown

func (m *IndexMetaList) XXX_DiscardUnknown()

func (*IndexMetaList) XXX_Marshal

func (m *IndexMetaList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IndexMetaList) XXX_Merge

func (m *IndexMetaList) XXX_Merge(src proto.Message)

func (*IndexMetaList) XXX_Size

func (m *IndexMetaList) XXX_Size() int

func (*IndexMetaList) XXX_Unmarshal

func (m *IndexMetaList) XXX_Unmarshal(b []byte) error

type IndexMetaPayload

type IndexMetaPayload struct {
	Action               Action     `protobuf:"varint,1,opt,name=action,proto3,enum=pb.Action" json:"action,omitempty"`
	IndexMeta            *IndexMeta `protobuf:"bytes,2,opt,name=indexMeta,proto3" json:"indexMeta,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*IndexMetaPayload) Descriptor

func (*IndexMetaPayload) Descriptor() ([]byte, []int)

func (*IndexMetaPayload) GetAction

func (m *IndexMetaPayload) GetAction() Action

func (*IndexMetaPayload) GetIndexMeta

func (m *IndexMetaPayload) GetIndexMeta() *IndexMeta

func (*IndexMetaPayload) ProtoMessage

func (*IndexMetaPayload) ProtoMessage()

func (*IndexMetaPayload) Reset

func (m *IndexMetaPayload) Reset()

func (*IndexMetaPayload) String

func (m *IndexMetaPayload) String() string

func (*IndexMetaPayload) XXX_DiscardUnknown

func (m *IndexMetaPayload) XXX_DiscardUnknown()

func (*IndexMetaPayload) XXX_Marshal

func (m *IndexMetaPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IndexMetaPayload) XXX_Merge

func (m *IndexMetaPayload) XXX_Merge(src proto.Message)

func (*IndexMetaPayload) XXX_Size

func (m *IndexMetaPayload) XXX_Size() int

func (*IndexMetaPayload) XXX_Unmarshal

func (m *IndexMetaPayload) XXX_Unmarshal(b []byte) error

type IterateInput

type IterateInput struct {
	Namespace            []byte   `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	FamilyName           string   `protobuf:"bytes,2,opt,name=familyName,proto3" json:"familyName,omitempty"`
	FamilyVersion        string   `protobuf:"bytes,3,opt,name=familyVersion,proto3" json:"familyVersion,omitempty"`
	From                 []byte   `protobuf:"bytes,4,opt,name=from,proto3" json:"from,omitempty"`
	Prefix               []byte   `protobuf:"bytes,5,opt,name=prefix,proto3" json:"prefix,omitempty"`
	Limit                uint64   `protobuf:"varint,6,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IterateInput) Descriptor

func (*IterateInput) Descriptor() ([]byte, []int)

func (*IterateInput) GetFamilyName

func (m *IterateInput) GetFamilyName() string

func (*IterateInput) GetFamilyVersion

func (m *IterateInput) GetFamilyVersion() string

func (*IterateInput) GetFrom

func (m *IterateInput) GetFrom() []byte

func (*IterateInput) GetLimit

func (m *IterateInput) GetLimit() uint64

func (*IterateInput) GetNamespace

func (m *IterateInput) GetNamespace() []byte

func (*IterateInput) GetPrefix

func (m *IterateInput) GetPrefix() []byte

func (*IterateInput) ProtoMessage

func (*IterateInput) ProtoMessage()

func (*IterateInput) Reset

func (m *IterateInput) Reset()

func (*IterateInput) String

func (m *IterateInput) String() string

func (*IterateInput) XXX_DiscardUnknown

func (m *IterateInput) XXX_DiscardUnknown()

func (*IterateInput) XXX_Marshal

func (m *IterateInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IterateInput) XXX_Merge

func (m *IterateInput) XXX_Merge(src proto.Message)

func (*IterateInput) XXX_Size

func (m *IterateInput) XXX_Size() int

func (*IterateInput) XXX_Unmarshal

func (m *IterateInput) XXX_Unmarshal(b []byte) error

type Match

type Match struct {
	Match                string   `protobuf:"bytes,1,opt,name=match,proto3" json:"match,omitempty"`
	Field                string   `protobuf:"bytes,2,opt,name=field,proto3" json:"field,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Match) Descriptor

func (*Match) Descriptor() ([]byte, []int)

func (*Match) GetField

func (m *Match) GetField() string

func (*Match) GetMatch

func (m *Match) GetMatch() string

func (*Match) ProtoMessage

func (*Match) ProtoMessage()

func (*Match) Reset

func (m *Match) Reset()

func (*Match) String

func (m *Match) String() string

func (*Match) XXX_DiscardUnknown

func (m *Match) XXX_DiscardUnknown()

func (*Match) XXX_Marshal

func (m *Match) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Match) XXX_Merge

func (m *Match) XXX_Merge(src proto.Message)

func (*Match) XXX_Size

func (m *Match) XXX_Size() int

func (*Match) XXX_Unmarshal

func (m *Match) XXX_Unmarshal(b []byte) error

type MatchPhrase

type MatchPhrase struct {
	MatchPhrase          string   `protobuf:"bytes,1,opt,name=matchPhrase,proto3" json:"matchPhrase,omitempty"`
	Field                string   `protobuf:"bytes,2,opt,name=field,proto3" json:"field,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MatchPhrase) Descriptor

func (*MatchPhrase) Descriptor() ([]byte, []int)

func (*MatchPhrase) GetField

func (m *MatchPhrase) GetField() string

func (*MatchPhrase) GetMatchPhrase

func (m *MatchPhrase) GetMatchPhrase() string

func (*MatchPhrase) ProtoMessage

func (*MatchPhrase) ProtoMessage()

func (*MatchPhrase) Reset

func (m *MatchPhrase) Reset()

func (*MatchPhrase) String

func (m *MatchPhrase) String() string

func (*MatchPhrase) XXX_DiscardUnknown

func (m *MatchPhrase) XXX_DiscardUnknown()

func (*MatchPhrase) XXX_Marshal

func (m *MatchPhrase) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MatchPhrase) XXX_Merge

func (m *MatchPhrase) XXX_Merge(src proto.Message)

func (*MatchPhrase) XXX_Size

func (m *MatchPhrase) XXX_Size() int

func (*MatchPhrase) XXX_Unmarshal

func (m *MatchPhrase) XXX_Unmarshal(b []byte) error

type NumericRangeFacet

type NumericRangeFacet struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Min                  float64  `protobuf:"fixed64,2,opt,name=min,proto3" json:"min,omitempty"`
	Max                  float64  `protobuf:"fixed64,3,opt,name=max,proto3" json:"max,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NumericRangeFacet) Descriptor

func (*NumericRangeFacet) Descriptor() ([]byte, []int)

func (*NumericRangeFacet) GetMax

func (m *NumericRangeFacet) GetMax() float64

func (*NumericRangeFacet) GetMin

func (m *NumericRangeFacet) GetMin() float64

func (*NumericRangeFacet) GetName

func (m *NumericRangeFacet) GetName() string

func (*NumericRangeFacet) ProtoMessage

func (*NumericRangeFacet) ProtoMessage()

func (*NumericRangeFacet) Reset

func (m *NumericRangeFacet) Reset()

func (*NumericRangeFacet) String

func (m *NumericRangeFacet) String() string

func (*NumericRangeFacet) XXX_DiscardUnknown

func (m *NumericRangeFacet) XXX_DiscardUnknown()

func (*NumericRangeFacet) XXX_Marshal

func (m *NumericRangeFacet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NumericRangeFacet) XXX_Merge

func (m *NumericRangeFacet) XXX_Merge(src proto.Message)

func (*NumericRangeFacet) XXX_Size

func (m *NumericRangeFacet) XXX_Size() int

func (*NumericRangeFacet) XXX_Unmarshal

func (m *NumericRangeFacet) XXX_Unmarshal(b []byte) error

type Prefix

type Prefix struct {
	Prefix               string   `protobuf:"bytes,1,opt,name=prefix,proto3" json:"prefix,omitempty"`
	Field                string   `protobuf:"bytes,2,opt,name=field,proto3" json:"field,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Prefix) Descriptor

func (*Prefix) Descriptor() ([]byte, []int)

func (*Prefix) GetField

func (m *Prefix) GetField() string

func (*Prefix) GetPrefix

func (m *Prefix) GetPrefix() string

func (*Prefix) ProtoMessage

func (*Prefix) ProtoMessage()

func (*Prefix) Reset

func (m *Prefix) Reset()

func (*Prefix) String

func (m *Prefix) String() string

func (*Prefix) XXX_DiscardUnknown

func (m *Prefix) XXX_DiscardUnknown()

func (*Prefix) XXX_Marshal

func (m *Prefix) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Prefix) XXX_Merge

func (m *Prefix) XXX_Merge(src proto.Message)

func (*Prefix) XXX_Size

func (m *Prefix) XXX_Size() int

func (*Prefix) XXX_Unmarshal

func (m *Prefix) XXX_Unmarshal(b []byte) error

type Proposal

type Proposal struct {
	Uuid                 []byte         `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Meta                 []byte         `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
	CreatedAt            uint64         `protobuf:"varint,3,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	Transactions         []*Transaction `protobuf:"bytes,4,rep,name=transactions,proto3" json:"transactions,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func NewProposal

func NewProposal() *Proposal

func (*Proposal) AddTransaction

func (m *Proposal) AddTransaction(namespace []byte, familyName string, familyVersion string, payload []byte)

func (*Proposal) AddTransactionObject

func (m *Proposal) AddTransactionObject(txn *Transaction)

func (*Proposal) Descriptor

func (*Proposal) Descriptor() ([]byte, []int)

func (*Proposal) GetCreatedAt

func (m *Proposal) GetCreatedAt() uint64

func (*Proposal) GetMeta

func (m *Proposal) GetMeta() []byte

func (*Proposal) GetTransactions

func (m *Proposal) GetTransactions() []*Transaction

func (*Proposal) GetUuid

func (m *Proposal) GetUuid() []byte

func (*Proposal) ProtoMessage

func (*Proposal) ProtoMessage()

func (*Proposal) Reset

func (m *Proposal) Reset()

func (*Proposal) String

func (m *Proposal) String() string

func (*Proposal) XXX_DiscardUnknown

func (m *Proposal) XXX_DiscardUnknown()

func (*Proposal) XXX_Marshal

func (m *Proposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Proposal) XXX_Merge

func (m *Proposal) XXX_Merge(src proto.Message)

func (*Proposal) XXX_Size

func (m *Proposal) XXX_Size() int

func (*Proposal) XXX_Unmarshal

func (m *Proposal) XXX_Unmarshal(b []byte) error

type ProposalResponse

type ProposalResponse struct {
	Uuid                 []byte                 `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Status               Status                 `protobuf:"varint,2,opt,name=status,proto3,enum=pb.Status" json:"status,omitempty"`
	ErrorCode            uint32                 `protobuf:"varint,3,opt,name=errorCode,proto3" json:"errorCode,omitempty"`
	ErrorText            string                 `protobuf:"bytes,4,opt,name=errorText,proto3" json:"errorText,omitempty"`
	TransactionResponses []*TransactionResponse `protobuf:"bytes,5,rep,name=transactionResponses,proto3" json:"transactionResponses,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func NewProposalResponse

func NewProposalResponse(status Status) *ProposalResponse

func (*ProposalResponse) Append

func (m *ProposalResponse) Append(tpr *TransactionResponse)

func (*ProposalResponse) Descriptor

func (*ProposalResponse) Descriptor() ([]byte, []int)

func (*ProposalResponse) GetErrorCode

func (m *ProposalResponse) GetErrorCode() uint32

func (*ProposalResponse) GetErrorText

func (m *ProposalResponse) GetErrorText() string

func (*ProposalResponse) GetStatus

func (m *ProposalResponse) GetStatus() Status

func (*ProposalResponse) GetTransactionResponses

func (m *ProposalResponse) GetTransactionResponses() []*TransactionResponse

func (*ProposalResponse) GetUuid

func (m *ProposalResponse) GetUuid() []byte

func (*ProposalResponse) ProtoMessage

func (*ProposalResponse) ProtoMessage()

func (*ProposalResponse) Reset

func (m *ProposalResponse) Reset()

func (*ProposalResponse) String

func (m *ProposalResponse) String() string

func (*ProposalResponse) XXX_DiscardUnknown

func (m *ProposalResponse) XXX_DiscardUnknown()

func (*ProposalResponse) XXX_Marshal

func (m *ProposalResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProposalResponse) XXX_Merge

func (m *ProposalResponse) XXX_Merge(src proto.Message)

func (*ProposalResponse) XXX_Size

func (m *ProposalResponse) XXX_Size() int

func (*ProposalResponse) XXX_Unmarshal

func (m *ProposalResponse) XXX_Unmarshal(b []byte) error

type QueryString

type QueryString struct {
	Q                    string   `protobuf:"bytes,1,opt,name=q,proto3" json:"q,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*QueryString) Descriptor

func (*QueryString) Descriptor() ([]byte, []int)

func (*QueryString) GetQ

func (m *QueryString) GetQ() string

func (*QueryString) ProtoMessage

func (*QueryString) ProtoMessage()

func (*QueryString) Reset

func (m *QueryString) Reset()

func (*QueryString) String

func (m *QueryString) String() string

func (*QueryString) XXX_DiscardUnknown

func (m *QueryString) XXX_DiscardUnknown()

func (*QueryString) XXX_Marshal

func (m *QueryString) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryString) XXX_Merge

func (m *QueryString) XXX_Merge(src proto.Message)

func (*QueryString) XXX_Size

func (m *QueryString) XXX_Size() int

func (*QueryString) XXX_Unmarshal

func (m *QueryString) XXX_Unmarshal(b []byte) error

type Regexp

type Regexp struct {
	Regexp               string   `protobuf:"bytes,1,opt,name=regexp,proto3" json:"regexp,omitempty"`
	Field                string   `protobuf:"bytes,2,opt,name=field,proto3" json:"field,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Regexp) Descriptor

func (*Regexp) Descriptor() ([]byte, []int)

func (*Regexp) GetField

func (m *Regexp) GetField() string

func (*Regexp) GetRegexp

func (m *Regexp) GetRegexp() string

func (*Regexp) ProtoMessage

func (*Regexp) ProtoMessage()

func (*Regexp) Reset

func (m *Regexp) Reset()

func (*Regexp) String

func (m *Regexp) String() string

func (*Regexp) XXX_DiscardUnknown

func (m *Regexp) XXX_DiscardUnknown()

func (*Regexp) XXX_Marshal

func (m *Regexp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Regexp) XXX_Merge

func (m *Regexp) XXX_Merge(src proto.Message)

func (*Regexp) XXX_Size

func (m *Regexp) XXX_Size() int

func (*Regexp) XXX_Unmarshal

func (m *Regexp) XXX_Unmarshal(b []byte) error

type RetrieveInput

type RetrieveInput struct {
	Namespace            []byte   `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	FamilyName           string   `protobuf:"bytes,2,opt,name=familyName,proto3" json:"familyName,omitempty"`
	FamilyVersion        string   `protobuf:"bytes,3,opt,name=familyVersion,proto3" json:"familyVersion,omitempty"`
	Addresses            [][]byte `protobuf:"bytes,4,rep,name=addresses,proto3" json:"addresses,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RetrieveInput) Descriptor

func (*RetrieveInput) Descriptor() ([]byte, []int)

func (*RetrieveInput) GetAddresses

func (m *RetrieveInput) GetAddresses() [][]byte

func (*RetrieveInput) GetFamilyName

func (m *RetrieveInput) GetFamilyName() string

func (*RetrieveInput) GetFamilyVersion

func (m *RetrieveInput) GetFamilyVersion() string

func (*RetrieveInput) GetNamespace

func (m *RetrieveInput) GetNamespace() []byte

func (*RetrieveInput) ProtoMessage

func (*RetrieveInput) ProtoMessage()

func (*RetrieveInput) Reset

func (m *RetrieveInput) Reset()

func (*RetrieveInput) String

func (m *RetrieveInput) String() string

func (*RetrieveInput) XXX_DiscardUnknown

func (m *RetrieveInput) XXX_DiscardUnknown()

func (*RetrieveInput) XXX_Marshal

func (m *RetrieveInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RetrieveInput) XXX_Merge

func (m *RetrieveInput) XXX_Merge(src proto.Message)

func (*RetrieveInput) XXX_Size

func (m *RetrieveInput) XXX_Size() int

func (*RetrieveInput) XXX_Unmarshal

func (m *RetrieveInput) XXX_Unmarshal(b []byte) error

type SearchInput

type SearchInput struct {
	Namespace            []byte   `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	FamilyName           string   `protobuf:"bytes,2,opt,name=familyName,proto3" json:"familyName,omitempty"`
	FamilyVersion        string   `protobuf:"bytes,3,opt,name=familyVersion,proto3" json:"familyVersion,omitempty"`
	Query                []byte   `protobuf:"bytes,4,opt,name=query,proto3" json:"query,omitempty"`
	From                 uint64   `protobuf:"varint,5,opt,name=from,proto3" json:"from,omitempty"`
	Limit                uint64   `protobuf:"varint,6,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SearchInput) Descriptor

func (*SearchInput) Descriptor() ([]byte, []int)

func (*SearchInput) GetFamilyName

func (m *SearchInput) GetFamilyName() string

func (*SearchInput) GetFamilyVersion

func (m *SearchInput) GetFamilyVersion() string

func (*SearchInput) GetFrom

func (m *SearchInput) GetFrom() uint64

func (*SearchInput) GetLimit

func (m *SearchInput) GetLimit() uint64

func (*SearchInput) GetNamespace

func (m *SearchInput) GetNamespace() []byte

func (*SearchInput) GetQuery

func (m *SearchInput) GetQuery() []byte

func (*SearchInput) ProtoMessage

func (*SearchInput) ProtoMessage()

func (*SearchInput) Reset

func (m *SearchInput) Reset()

func (*SearchInput) String

func (m *SearchInput) String() string

func (*SearchInput) XXX_DiscardUnknown

func (m *SearchInput) XXX_DiscardUnknown()

func (*SearchInput) XXX_Marshal

func (m *SearchInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchInput) XXX_Merge

func (m *SearchInput) XXX_Merge(src proto.Message)

func (*SearchInput) XXX_Size

func (m *SearchInput) XXX_Size() int

func (*SearchInput) XXX_Unmarshal

func (m *SearchInput) XXX_Unmarshal(b []byte) error

type StateEntry

type StateEntry struct {
	Payload              []byte   `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Namespace            []byte   `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	FamilyName           string   `protobuf:"bytes,3,opt,name=familyName,proto3" json:"familyName,omitempty"`
	FamilyVersion        string   `protobuf:"bytes,4,opt,name=familyVersion,proto3" json:"familyVersion,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StateEntry) Descriptor

func (*StateEntry) Descriptor() ([]byte, []int)

func (*StateEntry) GetFamilyName

func (m *StateEntry) GetFamilyName() string

func (*StateEntry) GetFamilyVersion

func (m *StateEntry) GetFamilyVersion() string

func (*StateEntry) GetNamespace

func (m *StateEntry) GetNamespace() []byte

func (*StateEntry) GetPayload

func (m *StateEntry) GetPayload() []byte

func (*StateEntry) ProtoMessage

func (*StateEntry) ProtoMessage()

func (*StateEntry) Reset

func (m *StateEntry) Reset()

func (*StateEntry) String

func (m *StateEntry) String() string

func (*StateEntry) XXX_DiscardUnknown

func (m *StateEntry) XXX_DiscardUnknown()

func (*StateEntry) XXX_Marshal

func (m *StateEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StateEntry) XXX_Merge

func (m *StateEntry) XXX_Merge(src proto.Message)

func (*StateEntry) XXX_Size

func (m *StateEntry) XXX_Size() int

func (*StateEntry) XXX_Unmarshal

func (m *StateEntry) XXX_Unmarshal(b []byte) error

type StateEntryResponse

type StateEntryResponse struct {
	StateAvailable       bool        `protobuf:"varint,1,opt,name=stateAvailable,proto3" json:"stateAvailable,omitempty"`
	Address              string      `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	StateEntry           *StateEntry `protobuf:"bytes,3,opt,name=stateEntry,proto3" json:"stateEntry,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*StateEntryResponse) Descriptor

func (*StateEntryResponse) Descriptor() ([]byte, []int)

func (*StateEntryResponse) GetAddress

func (m *StateEntryResponse) GetAddress() string

func (*StateEntryResponse) GetStateAvailable

func (m *StateEntryResponse) GetStateAvailable() bool

func (*StateEntryResponse) GetStateEntry

func (m *StateEntryResponse) GetStateEntry() *StateEntry

func (*StateEntryResponse) ProtoMessage

func (*StateEntryResponse) ProtoMessage()

func (*StateEntryResponse) Reset

func (m *StateEntryResponse) Reset()

func (*StateEntryResponse) String

func (m *StateEntryResponse) String() string

func (*StateEntryResponse) XXX_DiscardUnknown

func (m *StateEntryResponse) XXX_DiscardUnknown()

func (*StateEntryResponse) XXX_Marshal

func (m *StateEntryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StateEntryResponse) XXX_Merge

func (m *StateEntryResponse) XXX_Merge(src proto.Message)

func (*StateEntryResponse) XXX_Size

func (m *StateEntryResponse) XXX_Size() int

func (*StateEntryResponse) XXX_Unmarshal

func (m *StateEntryResponse) XXX_Unmarshal(b []byte) error

type StateSnapshot

type StateSnapshot struct {
	Address              []byte   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Data                 []byte   `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StateSnapshot) Descriptor

func (*StateSnapshot) Descriptor() ([]byte, []int)

func (*StateSnapshot) GetAddress

func (m *StateSnapshot) GetAddress() []byte

func (*StateSnapshot) GetData

func (m *StateSnapshot) GetData() []byte

func (*StateSnapshot) ProtoMessage

func (*StateSnapshot) ProtoMessage()

func (*StateSnapshot) Reset

func (m *StateSnapshot) Reset()

func (*StateSnapshot) String

func (m *StateSnapshot) String() string

func (*StateSnapshot) ToStateEntry

func (m *StateSnapshot) ToStateEntry() *StateEntry

func (*StateSnapshot) XXX_DiscardUnknown

func (m *StateSnapshot) XXX_DiscardUnknown()

func (*StateSnapshot) XXX_Marshal

func (m *StateSnapshot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StateSnapshot) XXX_Merge

func (m *StateSnapshot) XXX_Merge(src proto.Message)

func (*StateSnapshot) XXX_Size

func (m *StateSnapshot) XXX_Size() int

func (*StateSnapshot) XXX_Unmarshal

func (m *StateSnapshot) XXX_Unmarshal(b []byte) error

type Status

type Status int32
const (
	Status_REJECTED Status = 0
	Status_ACCEPTED Status = 1
)

func (Status) EnumDescriptor

func (Status) EnumDescriptor() ([]byte, []int)

func (Status) String

func (x Status) String() string

type Term

type Term struct {
	Term                 string   `protobuf:"bytes,1,opt,name=term,proto3" json:"term,omitempty"`
	Field                string   `protobuf:"bytes,2,opt,name=field,proto3" json:"field,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Term) Descriptor

func (*Term) Descriptor() ([]byte, []int)

func (*Term) GetField

func (m *Term) GetField() string

func (*Term) GetTerm

func (m *Term) GetTerm() string

func (*Term) ProtoMessage

func (*Term) ProtoMessage()

func (*Term) Reset

func (m *Term) Reset()

func (*Term) String

func (m *Term) String() string

func (*Term) XXX_DiscardUnknown

func (m *Term) XXX_DiscardUnknown()

func (*Term) XXX_Marshal

func (m *Term) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Term) XXX_Merge

func (m *Term) XXX_Merge(src proto.Message)

func (*Term) XXX_Size

func (m *Term) XXX_Size() int

func (*Term) XXX_Unmarshal

func (m *Term) XXX_Unmarshal(b []byte) error

type Transaction

type Transaction struct {
	Payload              []byte   `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Namespace            []byte   `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	FamilyName           string   `protobuf:"bytes,3,opt,name=familyName,proto3" json:"familyName,omitempty"`
	FamilyVersion        string   `protobuf:"bytes,4,opt,name=familyVersion,proto3" json:"familyVersion,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Transaction) Descriptor

func (*Transaction) Descriptor() ([]byte, []int)

func (*Transaction) GetFamilyName

func (m *Transaction) GetFamilyName() string

func (*Transaction) GetFamilyVersion

func (m *Transaction) GetFamilyVersion() string

func (*Transaction) GetNamespace

func (m *Transaction) GetNamespace() []byte

func (*Transaction) GetPayload

func (m *Transaction) GetPayload() []byte

func (*Transaction) ProtoMessage

func (*Transaction) ProtoMessage()

func (*Transaction) Reset

func (m *Transaction) Reset()

func (*Transaction) String

func (m *Transaction) String() string

func (*Transaction) XXX_DiscardUnknown

func (m *Transaction) XXX_DiscardUnknown()

func (*Transaction) XXX_Marshal

func (m *Transaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Transaction) XXX_Merge

func (m *Transaction) XXX_Merge(src proto.Message)

func (*Transaction) XXX_Size

func (m *Transaction) XXX_Size() int

func (*Transaction) XXX_Unmarshal

func (m *Transaction) XXX_Unmarshal(b []byte) error

type TransactionResponse

type TransactionResponse struct {
	Status               Status   `protobuf:"varint,1,opt,name=status,proto3,enum=pb.Status" json:"status,omitempty"`
	ErrorCode            uint32   `protobuf:"varint,2,opt,name=errorCode,proto3" json:"errorCode,omitempty"`
	ErrorText            string   `protobuf:"bytes,3,opt,name=errorText,proto3" json:"errorText,omitempty"`
	FamilyName           string   `protobuf:"bytes,4,opt,name=familyName,proto3" json:"familyName,omitempty"`
	FamilyVersion        string   `protobuf:"bytes,5,opt,name=familyVersion,proto3" json:"familyVersion,omitempty"`
	ResponseMessage      string   `protobuf:"bytes,6,opt,name=responseMessage,proto3" json:"responseMessage,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TransactionResponse) Descriptor

func (*TransactionResponse) Descriptor() ([]byte, []int)

func (*TransactionResponse) GetErrorCode

func (m *TransactionResponse) GetErrorCode() uint32

func (*TransactionResponse) GetErrorText

func (m *TransactionResponse) GetErrorText() string

func (*TransactionResponse) GetFamilyName

func (m *TransactionResponse) GetFamilyName() string

func (*TransactionResponse) GetFamilyVersion

func (m *TransactionResponse) GetFamilyVersion() string

func (*TransactionResponse) GetResponseMessage

func (m *TransactionResponse) GetResponseMessage() string

func (*TransactionResponse) GetStatus

func (m *TransactionResponse) GetStatus() Status

func (*TransactionResponse) ProtoMessage

func (*TransactionResponse) ProtoMessage()

func (*TransactionResponse) Reset

func (m *TransactionResponse) Reset()

func (*TransactionResponse) String

func (m *TransactionResponse) String() string

func (*TransactionResponse) XXX_DiscardUnknown

func (m *TransactionResponse) XXX_DiscardUnknown()

func (*TransactionResponse) XXX_Marshal

func (m *TransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionResponse) XXX_Merge

func (m *TransactionResponse) XXX_Merge(src proto.Message)

func (*TransactionResponse) XXX_Size

func (m *TransactionResponse) XXX_Size() int

func (*TransactionResponse) XXX_Unmarshal

func (m *TransactionResponse) XXX_Unmarshal(b []byte) error

type User

type User struct {
	UserType             UserType `protobuf:"varint,1,opt,name=userType,proto3,enum=pb.UserType" json:"userType,omitempty"`
	Roles                string   `protobuf:"bytes,2,opt,name=roles,proto3" json:"roles,omitempty"`
	Username             string   `protobuf:"bytes,3,opt,name=username,proto3" json:"username,omitempty"`
	Password             string   `protobuf:"bytes,4,opt,name=password,proto3" json:"password,omitempty"`
	CreatedAt            uint64   `protobuf:"varint,5,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt            uint64   `protobuf:"varint,6,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	Data                 []byte   `protobuf:"bytes,7,opt,name=data,proto3" json:"data,omitempty"`
	Meta                 []byte   `protobuf:"bytes,8,opt,name=meta,proto3" json:"meta,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*User) Descriptor

func (*User) Descriptor() ([]byte, []int)

func (*User) GetCreatedAt

func (m *User) GetCreatedAt() uint64

func (*User) GetData

func (m *User) GetData() []byte

func (*User) GetMeta

func (m *User) GetMeta() []byte

func (*User) GetPassword

func (m *User) GetPassword() string

func (*User) GetRoles

func (m *User) GetRoles() string

func (*User) GetUpdatedAt

func (m *User) GetUpdatedAt() uint64

func (*User) GetUserType

func (m *User) GetUserType() UserType

func (*User) GetUsername

func (m *User) GetUsername() string

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) Reset

func (m *User) Reset()

func (*User) String

func (m *User) String() string

func (*User) XXX_DiscardUnknown

func (m *User) XXX_DiscardUnknown()

func (*User) XXX_Marshal

func (m *User) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*User) XXX_Merge

func (m *User) XXX_Merge(src proto.Message)

func (*User) XXX_Size

func (m *User) XXX_Size() int

func (*User) XXX_Unmarshal

func (m *User) XXX_Unmarshal(b []byte) error

type UserList

type UserList struct {
	UserList             []*User  `protobuf:"bytes,1,rep,name=userList,proto3" json:"userList,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserList) Descriptor

func (*UserList) Descriptor() ([]byte, []int)

func (*UserList) GetUserList

func (m *UserList) GetUserList() []*User

func (*UserList) ProtoMessage

func (*UserList) ProtoMessage()

func (*UserList) Reset

func (m *UserList) Reset()

func (*UserList) String

func (m *UserList) String() string

func (*UserList) XXX_DiscardUnknown

func (m *UserList) XXX_DiscardUnknown()

func (*UserList) XXX_Marshal

func (m *UserList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserList) XXX_Merge

func (m *UserList) XXX_Merge(src proto.Message)

func (*UserList) XXX_Size

func (m *UserList) XXX_Size() int

func (*UserList) XXX_Unmarshal

func (m *UserList) XXX_Unmarshal(b []byte) error

type UserPayload

type UserPayload struct {
	Action               Action   `protobuf:"varint,1,opt,name=action,proto3,enum=pb.Action" json:"action,omitempty"`
	User                 *User    `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserPayload) Descriptor

func (*UserPayload) Descriptor() ([]byte, []int)

func (*UserPayload) GetAction

func (m *UserPayload) GetAction() Action

func (*UserPayload) GetUser

func (m *UserPayload) GetUser() *User

func (*UserPayload) ProtoMessage

func (*UserPayload) ProtoMessage()

func (*UserPayload) Reset

func (m *UserPayload) Reset()

func (*UserPayload) String

func (m *UserPayload) String() string

func (*UserPayload) XXX_DiscardUnknown

func (m *UserPayload) XXX_DiscardUnknown()

func (*UserPayload) XXX_Marshal

func (m *UserPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserPayload) XXX_Merge

func (m *UserPayload) XXX_Merge(src proto.Message)

func (*UserPayload) XXX_Size

func (m *UserPayload) XXX_Size() int

func (*UserPayload) XXX_Unmarshal

func (m *UserPayload) XXX_Unmarshal(b []byte) error

type UserType

type UserType int32
const (
	UserType_SUPER_USER  UserType = 0
	UserType_NORMAL_USER UserType = 1
)

func (UserType) EnumDescriptor

func (UserType) EnumDescriptor() ([]byte, []int)

func (UserType) String

func (x UserType) String() string

type UsernameList

type UsernameList struct {
	UsernameList         []string `protobuf:"bytes,1,rep,name=usernameList,proto3" json:"usernameList,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UsernameList) Descriptor

func (*UsernameList) Descriptor() ([]byte, []int)

func (*UsernameList) GetUsernameList

func (m *UsernameList) GetUsernameList() []string

func (*UsernameList) ProtoMessage

func (*UsernameList) ProtoMessage()

func (*UsernameList) Reset

func (m *UsernameList) Reset()

func (*UsernameList) String

func (m *UsernameList) String() string

func (*UsernameList) XXX_DiscardUnknown

func (m *UsernameList) XXX_DiscardUnknown()

func (*UsernameList) XXX_Marshal

func (m *UsernameList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UsernameList) XXX_Merge

func (m *UsernameList) XXX_Merge(src proto.Message)

func (*UsernameList) XXX_Size

func (m *UsernameList) XXX_Size() int

func (*UsernameList) XXX_Unmarshal

func (m *UsernameList) XXX_Unmarshal(b []byte) error

type Wildcard

type Wildcard struct {
	Wildcard             string   `protobuf:"bytes,1,opt,name=wildcard,proto3" json:"wildcard,omitempty"`
	Field                string   `protobuf:"bytes,2,opt,name=field,proto3" json:"field,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Wildcard) Descriptor

func (*Wildcard) Descriptor() ([]byte, []int)

func (*Wildcard) GetField

func (m *Wildcard) GetField() string

func (*Wildcard) GetWildcard

func (m *Wildcard) GetWildcard() string

func (*Wildcard) ProtoMessage

func (*Wildcard) ProtoMessage()

func (*Wildcard) Reset

func (m *Wildcard) Reset()

func (*Wildcard) String

func (m *Wildcard) String() string

func (*Wildcard) XXX_DiscardUnknown

func (m *Wildcard) XXX_DiscardUnknown()

func (*Wildcard) XXX_Marshal

func (m *Wildcard) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Wildcard) XXX_Merge

func (m *Wildcard) XXX_Merge(src proto.Message)

func (*Wildcard) XXX_Size

func (m *Wildcard) XXX_Size() int

func (*Wildcard) XXX_Unmarshal

func (m *Wildcard) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL