Documentation
¶
Index ¶
- type KeyRef
- func (*KeyRef) Descriptor() ([]byte, []int)
- func (m *KeyRef) GetIdx() string
- func (m *KeyRef) GetPKey() []string
- func (m *KeyRef) GetRefKey() []string
- func (m *KeyRef) GetSchema() string
- func (*KeyRef) ProtoMessage()
- func (m *KeyRef) Reset()
- func (m *KeyRef) String() string
- func (this *KeyRef) Validate() error
- func (m *KeyRef) XXX_DiscardUnknown()
- func (m *KeyRef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *KeyRef) XXX_Merge(src proto.Message)
- func (m *KeyRef) XXX_Size() int
- func (m *KeyRef) XXX_Unmarshal(b []byte) error
- type KeyRefId
- func (*KeyRefId) Descriptor() ([]byte, []int)
- func (m *KeyRefId) GetIdx() string
- func (m *KeyRefId) GetRefKey() []string
- func (m *KeyRefId) GetSchema() string
- func (*KeyRefId) ProtoMessage()
- func (m *KeyRefId) Reset()
- func (m *KeyRefId) String() string
- func (this *KeyRefId) Validate() error
- func (m *KeyRefId) XXX_DiscardUnknown()
- func (m *KeyRefId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *KeyRefId) XXX_Merge(src proto.Message)
- func (m *KeyRefId) XXX_Size() int
- func (m *KeyRefId) XXX_Unmarshal(b []byte) error
- type List
- func (*List) Descriptor() ([]byte, []int)
- func (m *List) GetItems() []*any.Any
- func (*List) ProtoMessage()
- func (m *List) Reset()
- func (m *List) String() string
- func (this *List) Validate() error
- func (m *List) XXX_DiscardUnknown()
- func (m *List) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *List) XXX_Merge(src proto.Message)
- func (m *List) XXX_Size() int
- func (m *List) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyRef ¶ added in v0.4.3
type KeyRef struct { // entity type Schema string `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"` // idx name from entity type Idx string `protobuf:"bytes,2,opt,name=idx,proto3" json:"idx,omitempty"` // referred key RefKey []string `protobuf:"bytes,3,rep,name=ref_key,json=refKey,proto3" json:"ref_key,omitempty"` // primary key instance linked to PKey []string `protobuf:"bytes,4,rep,name=p_key,json=pKey,proto3" json:"p_key,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*KeyRef) Descriptor ¶ added in v0.4.3
func (*KeyRef) ProtoMessage ¶ added in v0.4.3
func (*KeyRef) ProtoMessage()
func (*KeyRef) XXX_DiscardUnknown ¶ added in v0.7.3
func (m *KeyRef) XXX_DiscardUnknown()
func (*KeyRef) XXX_Marshal ¶ added in v0.7.3
func (*KeyRef) XXX_Unmarshal ¶ added in v0.7.3
type KeyRefId ¶ added in v0.4.3
type KeyRefId struct { // entity type Schema string `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"` // idx name from entity type Idx string `protobuf:"bytes,2,opt,name=idx,proto3" json:"idx,omitempty"` // referred key RefKey []string `protobuf:"bytes,3,rep,name=ref_key,json=refKey,proto3" json:"ref_key,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
KeyRefId id part of key reference
func (*KeyRefId) Descriptor ¶ added in v0.4.3
func (*KeyRefId) ProtoMessage ¶ added in v0.4.3
func (*KeyRefId) ProtoMessage()
func (*KeyRefId) XXX_DiscardUnknown ¶ added in v0.7.3
func (m *KeyRefId) XXX_DiscardUnknown()
func (*KeyRefId) XXX_Marshal ¶ added in v0.7.3
func (*KeyRefId) XXX_Unmarshal ¶ added in v0.7.3
type List ¶
type List struct { Items []*any.Any `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*List) Descriptor ¶
func (*List) ProtoMessage ¶
func (*List) ProtoMessage()
func (*List) XXX_DiscardUnknown ¶ added in v0.7.3
func (m *List) XXX_DiscardUnknown()
func (*List) XXX_Marshal ¶ added in v0.7.3
func (*List) XXX_Unmarshal ¶ added in v0.7.3
Click to show internal directories.
Click to hide internal directories.