Documentation
¶
Index ¶
- type Child
- func (*Child) Descriptor() ([]byte, []int)
- func (m *Child) GetName() string
- func (m *Child) GetParent() *Parent
- func (*Child) ProtoMessage()
- func (m *Child) Reset()
- func (m *Child) String() string
- func (m *Child) XXX_DiscardUnknown()
- func (m *Child) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Child) XXX_Merge(src proto.Message)
- func (m *Child) XXX_Size() int
- func (m *Child) XXX_Unmarshal(b []byte) error
- type Model
- func (*Model) Descriptor() ([]byte, []int)
- func (m *Model) GetUint32Key() uint32
- func (*Model) ProtoMessage()
- func (m *Model) Reset()
- func (m *Model) String() string
- func (m *Model) XXX_DiscardUnknown()
- func (m *Model) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Model) XXX_Merge(src proto.Message)
- func (m *Model) XXX_Size() int
- func (m *Model) XXX_Unmarshal(b []byte) error
- type Parent
- func (*Parent) Descriptor() ([]byte, []int)
- func (m *Parent) GetName() string
- func (*Parent) ProtoMessage()
- func (m *Parent) Reset()
- func (m *Parent) String() string
- func (m *Parent) XXX_DiscardUnknown()
- func (m *Parent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Parent) XXX_Merge(src proto.Message)
- func (m *Parent) XXX_Size() int
- func (m *Parent) XXX_Unmarshal(b []byte) error
- type StructMessage
- func (*StructMessage) Descriptor() ([]byte, []int)
- func (m *StructMessage) GetStructKey() *_struct.Struct
- func (*StructMessage) ProtoMessage()
- func (m *StructMessage) Reset()
- func (m *StructMessage) String() string
- func (m *StructMessage) XXX_DiscardUnknown()
- func (m *StructMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StructMessage) XXX_Merge(src proto.Message)
- func (m *StructMessage) XXX_Size() int
- func (m *StructMessage) XXX_Unmarshal(b []byte) error
- type TS
- func (*TS) Descriptor() ([]byte, []int)
- func (m *TS) GetStartedOn() *timestamp.Timestamp
- func (*TS) ProtoMessage()
- func (m *TS) Reset()
- func (m *TS) String() string
- func (m *TS) XXX_DiscardUnknown()
- func (m *TS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TS) XXX_Merge(src proto.Message)
- func (m *TS) XXX_Size() int
- func (m *TS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Child ¶
type Child struct { Name string `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"` Parent *Parent `protobuf:"bytes,2,opt,name=Parent,proto3" json:"Parent,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Child) Descriptor ¶
func (*Child) ProtoMessage ¶
func (*Child) ProtoMessage()
func (*Child) XXX_DiscardUnknown ¶
func (m *Child) XXX_DiscardUnknown()
func (*Child) XXX_Marshal ¶
func (*Child) XXX_Unmarshal ¶
type Model ¶
type Model struct { Uint32Key uint32 `protobuf:"varint,1,opt,name=uint32_key,json=uint32Key,proto3" json:"uint32_key,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Model) Descriptor ¶
func (*Model) GetUint32Key ¶
func (*Model) ProtoMessage ¶
func (*Model) ProtoMessage()
func (*Model) XXX_DiscardUnknown ¶
func (m *Model) XXX_DiscardUnknown()
func (*Model) XXX_Marshal ¶
func (*Model) XXX_Unmarshal ¶
type Parent ¶
type Parent struct { Name string `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Parent) Descriptor ¶
func (*Parent) ProtoMessage ¶
func (*Parent) ProtoMessage()
func (*Parent) XXX_DiscardUnknown ¶
func (m *Parent) XXX_DiscardUnknown()
func (*Parent) XXX_Marshal ¶
func (*Parent) XXX_Unmarshal ¶
type StructMessage ¶
type StructMessage struct { StructKey *_struct.Struct `protobuf:"bytes,1,opt,name=StructKey,proto3" json:"StructKey,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StructMessage) Descriptor ¶
func (*StructMessage) Descriptor() ([]byte, []int)
func (*StructMessage) GetStructKey ¶
func (m *StructMessage) GetStructKey() *_struct.Struct
func (*StructMessage) ProtoMessage ¶
func (*StructMessage) ProtoMessage()
func (*StructMessage) Reset ¶
func (m *StructMessage) Reset()
func (*StructMessage) String ¶
func (m *StructMessage) String() string
func (*StructMessage) XXX_DiscardUnknown ¶
func (m *StructMessage) XXX_DiscardUnknown()
func (*StructMessage) XXX_Marshal ¶
func (m *StructMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StructMessage) XXX_Merge ¶
func (m *StructMessage) XXX_Merge(src proto.Message)
func (*StructMessage) XXX_Size ¶
func (m *StructMessage) XXX_Size() int
func (*StructMessage) XXX_Unmarshal ¶
func (m *StructMessage) XXX_Unmarshal(b []byte) error
type TS ¶
type TS struct { StartedOn *timestamp.Timestamp `protobuf:"bytes,1,opt,name=StartedOn,proto3" json:"StartedOn,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TS) Descriptor ¶
func (*TS) GetStartedOn ¶
func (*TS) ProtoMessage ¶
func (*TS) ProtoMessage()
func (*TS) XXX_DiscardUnknown ¶
func (m *TS) XXX_DiscardUnknown()
func (*TS) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.