Documentation ¶
Index ¶
- type ORMVersionFieldProto
- func (*ORMVersionFieldProto) Descriptor() ([]byte, []int)
- func (m *ORMVersionFieldProto) GetMetadata() []byte
- func (m *ORMVersionFieldProto) GetVersionBytes() []byte
- func (*ORMVersionFieldProto) ProtoMessage()
- func (m *ORMVersionFieldProto) Reset()
- func (m *ORMVersionFieldProto) String() string
- func (m *ORMVersionFieldProto) XXX_DiscardUnknown()
- func (m *ORMVersionFieldProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ORMVersionFieldProto) XXX_Merge(src proto.Message)
- func (m *ORMVersionFieldProto) XXX_Size() int
- func (m *ORMVersionFieldProto) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ORMVersionFieldProto ¶
type ORMVersionFieldProto struct { VersionBytes []byte `protobuf:"bytes,1,opt,name=version_bytes,json=versionBytes,proto3" json:"version_bytes,omitempty"` Metadata []byte `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ORMVersionFieldProto) Descriptor ¶
func (*ORMVersionFieldProto) Descriptor() ([]byte, []int)
func (*ORMVersionFieldProto) GetMetadata ¶
func (m *ORMVersionFieldProto) GetMetadata() []byte
func (*ORMVersionFieldProto) GetVersionBytes ¶
func (m *ORMVersionFieldProto) GetVersionBytes() []byte
func (*ORMVersionFieldProto) ProtoMessage ¶
func (*ORMVersionFieldProto) ProtoMessage()
func (*ORMVersionFieldProto) Reset ¶
func (m *ORMVersionFieldProto) Reset()
func (*ORMVersionFieldProto) String ¶
func (m *ORMVersionFieldProto) String() string
func (*ORMVersionFieldProto) XXX_DiscardUnknown ¶
func (m *ORMVersionFieldProto) XXX_DiscardUnknown()
func (*ORMVersionFieldProto) XXX_Marshal ¶
func (m *ORMVersionFieldProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ORMVersionFieldProto) XXX_Merge ¶
func (m *ORMVersionFieldProto) XXX_Merge(src proto.Message)
func (*ORMVersionFieldProto) XXX_Size ¶
func (m *ORMVersionFieldProto) XXX_Size() int
func (*ORMVersionFieldProto) XXX_Unmarshal ¶
func (m *ORMVersionFieldProto) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.