Documentation ¶
Index ¶
- Variables
- type KeyRef
- func (*KeyRef) Descriptor() ([]byte, []int)deprecated
- func (x *KeyRef) GetIdx() string
- func (x *KeyRef) GetPKey() []string
- func (x *KeyRef) GetRefKey() []string
- func (x *KeyRef) GetSchema() string
- func (*KeyRef) ProtoMessage()
- func (x *KeyRef) ProtoReflect() protoreflect.Message
- func (x *KeyRef) Reset()
- func (x *KeyRef) String() string
- func (this *KeyRef) Validate() error
- type KeyRefId
- func (*KeyRefId) Descriptor() ([]byte, []int)deprecated
- func (x *KeyRefId) GetIdx() string
- func (x *KeyRefId) GetRefKey() []string
- func (x *KeyRefId) GetSchema() string
- func (*KeyRefId) ProtoMessage()
- func (x *KeyRefId) ProtoReflect() protoreflect.Message
- func (x *KeyRefId) Reset()
- func (x *KeyRefId) String() string
- func (this *KeyRefId) Validate() error
- type List
Constants ¶
This section is empty.
Variables ¶
View Source
var File_schema_schema_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type KeyRef ¶
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"` // contains filtered or unexported fields }
func (*KeyRef) Descriptor
deprecated
func (*KeyRef) ProtoMessage ¶
func (*KeyRef) ProtoMessage()
func (*KeyRef) ProtoReflect ¶
func (x *KeyRef) ProtoReflect() protoreflect.Message
type KeyRefId ¶
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"` // contains filtered or unexported fields }
KeyRefId id part of key reference
func (*KeyRefId) Descriptor
deprecated
func (*KeyRefId) ProtoMessage ¶
func (*KeyRefId) ProtoMessage()
func (*KeyRefId) ProtoReflect ¶
func (x *KeyRefId) ProtoReflect() protoreflect.Message
type List ¶
type List struct { Items []*anypb.Any `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` // contains filtered or unexported fields }
func (*List) Descriptor
deprecated
func (*List) ProtoMessage ¶
func (*List) ProtoMessage()
func (*List) ProtoReflect ¶
func (x *List) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.