Documentation ¶
Overview ¶
Package schema is a generated protocol buffer package.
It is generated from these files:
keyref.proto list.proto
It has these top-level messages:
KeyRefId KeyRef List
Index ¶
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" json:"schema,omitempty"` // idx name from entity type Idx string `protobuf:"bytes,2,opt,name=idx" json:"idx,omitempty"` // referred key RefKey []string `protobuf:"bytes,3,rep,name=ref_key,json=refKey" json:"ref_key,omitempty"` // primary key instance linked to PKey []string `protobuf:"bytes,4,rep,name=p_key,json=pKey" json:"p_key,omitempty"` }
func (*KeyRef) Descriptor ¶ added in v0.4.3
func (*KeyRef) ProtoMessage ¶ added in v0.4.3
func (*KeyRef) ProtoMessage()
type KeyRefId ¶ added in v0.4.3
type KeyRefId struct { // entity type Schema string `protobuf:"bytes,1,opt,name=schema" json:"schema,omitempty"` // idx name from entity type Idx string `protobuf:"bytes,2,opt,name=idx" json:"idx,omitempty"` // referred key RefKey []string `protobuf:"bytes,3,rep,name=ref_key,json=refKey" json:"ref_key,omitempty"` }
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()
type List ¶
type List struct {
Items []*google_protobuf.Any `protobuf:"bytes,1,rep,name=items" json:"items,omitempty"`
}
func (*List) Descriptor ¶
func (*List) GetItems ¶
func (m *List) GetItems() []*google_protobuf.Any
func (*List) ProtoMessage ¶
func (*List) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.