Documentation
¶
Index ¶
- type EntityConfig
- func (*EntityConfig) Descriptor() ([]byte, []int)
- func (m *EntityConfig) GetConfig() []byte
- func (m *EntityConfig) GetName() string
- func (m *EntityConfig) GetTomstoned() bool
- func (*EntityConfig) ProtoMessage()
- func (m *EntityConfig) Reset()
- func (m *EntityConfig) String() string
- func (m *EntityConfig) XXX_DiscardUnknown()
- func (m *EntityConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EntityConfig) XXX_Merge(src proto.Message)
- func (m *EntityConfig) XXX_Size() int
- func (m *EntityConfig) XXX_Unmarshal(b []byte) error
- type EntityList
- func (*EntityList) Descriptor() ([]byte, []int)
- func (m *EntityList) GetEntities() []*EntityName
- func (m *EntityList) GetLastUpdatedAt() int64
- func (*EntityList) ProtoMessage()
- func (m *EntityList) Reset()
- func (m *EntityList) String() string
- func (m *EntityList) XXX_DiscardUnknown()
- func (m *EntityList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EntityList) XXX_Merge(src proto.Message)
- func (m *EntityList) XXX_Size() int
- func (m *EntityList) XXX_Unmarshal(b []byte) error
- type EntityName
- func (*EntityName) Descriptor() ([]byte, []int)
- func (m *EntityName) GetIncarnation() int32
- func (m *EntityName) GetLastUpdatedAt() int64
- func (m *EntityName) GetName() string
- func (m *EntityName) GetTomstoned() bool
- func (*EntityName) ProtoMessage()
- func (m *EntityName) Reset()
- func (m *EntityName) String() string
- func (m *EntityName) XXX_DiscardUnknown()
- func (m *EntityName) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EntityName) XXX_Merge(src proto.Message)
- func (m *EntityName) XXX_Size() int
- func (m *EntityName) XXX_Unmarshal(b []byte) error
- type EnumCases
- func (*EnumCases) Descriptor() ([]byte, []int)
- func (m *EnumCases) GetCases() []string
- func (*EnumCases) ProtoMessage()
- func (m *EnumCases) Reset()
- func (m *EnumCases) String() string
- func (m *EnumCases) XXX_DiscardUnknown()
- func (m *EnumCases) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EnumCases) XXX_Merge(src proto.Message)
- func (m *EnumCases) XXX_Size() int
- func (m *EnumCases) XXX_Unmarshal(b []byte) error
- type EnumNodeList
- func (*EnumNodeList) Descriptor() ([]byte, []int)
- func (m *EnumNodeList) GetNumEnumNodes() int32
- func (*EnumNodeList) ProtoMessage()
- func (m *EnumNodeList) Reset()
- func (m *EnumNodeList) String() string
- func (m *EnumNodeList) XXX_DiscardUnknown()
- func (m *EnumNodeList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EnumNodeList) XXX_Merge(src proto.Message)
- func (m *EnumNodeList) XXX_Size() int
- func (m *EnumNodeList) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EntityConfig ¶
type EntityConfig struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Tomstoned bool `protobuf:"varint,2,opt,name=tomstoned,proto3" json:"tomstoned,omitempty"`
Config []byte `protobuf:"bytes,3,opt,name=config,proto3" json:"config,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*EntityConfig) Descriptor ¶
func (*EntityConfig) Descriptor() ([]byte, []int)
func (*EntityConfig) GetConfig ¶
func (m *EntityConfig) GetConfig() []byte
func (*EntityConfig) GetName ¶
func (m *EntityConfig) GetName() string
func (*EntityConfig) GetTomstoned ¶
func (m *EntityConfig) GetTomstoned() bool
func (*EntityConfig) ProtoMessage ¶
func (*EntityConfig) ProtoMessage()
func (*EntityConfig) Reset ¶
func (m *EntityConfig) Reset()
func (*EntityConfig) String ¶
func (m *EntityConfig) String() string
func (*EntityConfig) XXX_DiscardUnknown ¶
func (m *EntityConfig) XXX_DiscardUnknown()
func (*EntityConfig) XXX_Marshal ¶
func (m *EntityConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EntityConfig) XXX_Merge ¶
func (m *EntityConfig) XXX_Merge(src proto.Message)
func (*EntityConfig) XXX_Size ¶
func (m *EntityConfig) XXX_Size() int
func (*EntityConfig) XXX_Unmarshal ¶
func (m *EntityConfig) XXX_Unmarshal(b []byte) error
type EntityList ¶
type EntityList struct {
LastUpdatedAt int64 `protobuf:"varint,1,opt,name=last_updated_at,json=lastUpdatedAt,proto3" json:"last_updated_at,omitempty"`
Entities []*EntityName `protobuf:"bytes,2,rep,name=entities,proto3" json:"entities,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*EntityList) Descriptor ¶
func (*EntityList) Descriptor() ([]byte, []int)
func (*EntityList) GetEntities ¶
func (m *EntityList) GetEntities() []*EntityName
func (*EntityList) GetLastUpdatedAt ¶
func (m *EntityList) GetLastUpdatedAt() int64
func (*EntityList) ProtoMessage ¶
func (*EntityList) ProtoMessage()
func (*EntityList) Reset ¶
func (m *EntityList) Reset()
func (*EntityList) String ¶
func (m *EntityList) String() string
func (*EntityList) XXX_DiscardUnknown ¶
func (m *EntityList) XXX_DiscardUnknown()
func (*EntityList) XXX_Marshal ¶
func (m *EntityList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EntityList) XXX_Merge ¶
func (m *EntityList) XXX_Merge(src proto.Message)
func (*EntityList) XXX_Size ¶
func (m *EntityList) XXX_Size() int
func (*EntityList) XXX_Unmarshal ¶
func (m *EntityList) XXX_Unmarshal(b []byte) error
type EntityName ¶
type EntityName struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Tomstoned bool `protobuf:"varint,2,opt,name=tomstoned,proto3" json:"tomstoned,omitempty"`
Incarnation int32 `protobuf:"varint,3,opt,name=incarnation,proto3" json:"incarnation,omitempty"`
LastUpdatedAt int64 `protobuf:"varint,4,opt,name=last_updated_at,json=lastUpdatedAt,proto3" json:"last_updated_at,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*EntityName) Descriptor ¶
func (*EntityName) Descriptor() ([]byte, []int)
func (*EntityName) GetIncarnation ¶
func (m *EntityName) GetIncarnation() int32
func (*EntityName) GetLastUpdatedAt ¶
func (m *EntityName) GetLastUpdatedAt() int64
func (*EntityName) GetName ¶
func (m *EntityName) GetName() string
func (*EntityName) GetTomstoned ¶
func (m *EntityName) GetTomstoned() bool
func (*EntityName) ProtoMessage ¶
func (*EntityName) ProtoMessage()
func (*EntityName) Reset ¶
func (m *EntityName) Reset()
func (*EntityName) String ¶
func (m *EntityName) String() string
func (*EntityName) XXX_DiscardUnknown ¶
func (m *EntityName) XXX_DiscardUnknown()
func (*EntityName) XXX_Marshal ¶
func (m *EntityName) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EntityName) XXX_Merge ¶
func (m *EntityName) XXX_Merge(src proto.Message)
func (*EntityName) XXX_Size ¶
func (m *EntityName) XXX_Size() int
func (*EntityName) XXX_Unmarshal ¶
func (m *EntityName) XXX_Unmarshal(b []byte) error
type EnumCases ¶
type EnumCases struct {
Cases []string `protobuf:"bytes,1,rep,name=cases,proto3" json:"cases,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*EnumCases) Descriptor ¶
func (*EnumCases) ProtoMessage ¶
func (*EnumCases) ProtoMessage()
func (*EnumCases) XXX_DiscardUnknown ¶
func (m *EnumCases) XXX_DiscardUnknown()
func (*EnumCases) XXX_Marshal ¶
func (*EnumCases) XXX_Unmarshal ¶
type EnumNodeList ¶
type EnumNodeList struct {
NumEnumNodes int32 `protobuf:"varint,1,opt,name=numEnumNodes,proto3" json:"numEnumNodes,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*EnumNodeList) Descriptor ¶
func (*EnumNodeList) Descriptor() ([]byte, []int)
func (*EnumNodeList) GetNumEnumNodes ¶
func (m *EnumNodeList) GetNumEnumNodes() int32
func (*EnumNodeList) ProtoMessage ¶
func (*EnumNodeList) ProtoMessage()
func (*EnumNodeList) Reset ¶
func (m *EnumNodeList) Reset()
func (*EnumNodeList) String ¶
func (m *EnumNodeList) String() string
func (*EnumNodeList) XXX_DiscardUnknown ¶
func (m *EnumNodeList) XXX_DiscardUnknown()
func (*EnumNodeList) XXX_Marshal ¶
func (m *EnumNodeList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EnumNodeList) XXX_Merge ¶
func (m *EnumNodeList) XXX_Merge(src proto.Message)
func (*EnumNodeList) XXX_Size ¶
func (m *EnumNodeList) XXX_Size() int
func (*EnumNodeList) XXX_Unmarshal ¶
func (m *EnumNodeList) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.