schema

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2021 License: MIT Imports: 5 Imported by: 2

Documentation

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,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) Descriptor() ([]byte, []int)

func (*KeyRef) GetIdx added in v0.4.3

func (m *KeyRef) GetIdx() string

func (*KeyRef) GetPKey added in v0.4.3

func (m *KeyRef) GetPKey() []string

func (*KeyRef) GetRefKey added in v0.4.3

func (m *KeyRef) GetRefKey() []string

func (*KeyRef) GetSchema added in v0.4.3

func (m *KeyRef) GetSchema() string

func (*KeyRef) ProtoMessage added in v0.4.3

func (*KeyRef) ProtoMessage()

func (*KeyRef) Reset added in v0.4.3

func (m *KeyRef) Reset()

func (*KeyRef) String added in v0.4.3

func (m *KeyRef) String() string

func (*KeyRef) Validate added in v0.7.0

func (this *KeyRef) Validate() error

func (*KeyRef) XXX_DiscardUnknown added in v0.7.3

func (m *KeyRef) XXX_DiscardUnknown()

func (*KeyRef) XXX_Marshal added in v0.7.3

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

func (*KeyRef) XXX_Merge added in v0.7.3

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

func (*KeyRef) XXX_Size added in v0.7.3

func (m *KeyRef) XXX_Size() int

func (*KeyRef) XXX_Unmarshal added in v0.7.3

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

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) Descriptor() ([]byte, []int)

func (*KeyRefId) GetIdx added in v0.4.3

func (m *KeyRefId) GetIdx() string

func (*KeyRefId) GetRefKey added in v0.4.3

func (m *KeyRefId) GetRefKey() []string

func (*KeyRefId) GetSchema added in v0.4.3

func (m *KeyRefId) GetSchema() string

func (*KeyRefId) ProtoMessage added in v0.4.3

func (*KeyRefId) ProtoMessage()

func (*KeyRefId) Reset added in v0.4.3

func (m *KeyRefId) Reset()

func (*KeyRefId) String added in v0.4.3

func (m *KeyRefId) String() string

func (*KeyRefId) Validate added in v0.7.0

func (this *KeyRefId) Validate() error

func (*KeyRefId) XXX_DiscardUnknown added in v0.7.3

func (m *KeyRefId) XXX_DiscardUnknown()

func (*KeyRefId) XXX_Marshal added in v0.7.3

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

func (*KeyRefId) XXX_Merge added in v0.7.3

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

func (*KeyRefId) XXX_Size added in v0.7.3

func (m *KeyRefId) XXX_Size() int

func (*KeyRefId) XXX_Unmarshal added in v0.7.3

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

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) Descriptor() ([]byte, []int)

func (*List) GetItems

func (m *List) GetItems() []*any.Any

func (*List) ProtoMessage

func (*List) ProtoMessage()

func (*List) Reset

func (m *List) Reset()

func (*List) String

func (m *List) String() string

func (*List) Validate added in v0.7.0

func (this *List) Validate() error

func (*List) XXX_DiscardUnknown added in v0.7.3

func (m *List) XXX_DiscardUnknown()

func (*List) XXX_Marshal added in v0.7.3

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

func (*List) XXX_Merge added in v0.7.3

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

func (*List) XXX_Size added in v0.7.3

func (m *List) XXX_Size() int

func (*List) XXX_Unmarshal added in v0.7.3

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

Jump to

Keyboard shortcuts

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