Documentation ¶
Index ¶
- type Dummy
- func (*Dummy) Descriptor() ([]byte, []int)
- func (*Dummy) ProtoMessage()
- func (m *Dummy) Reset()
- func (m *Dummy) String() string
- func (m *Dummy) XXX_DiscardUnknown()
- func (m *Dummy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Dummy) XXX_Merge(src proto.Message)
- func (m *Dummy) XXX_Size() int
- func (m *Dummy) XXX_Unmarshal(b []byte) error
- type WrapValue
- func (*WrapValue) Descriptor() ([]byte, []int)
- func (m *WrapValue) GetValue() int64
- func (*WrapValue) ProtoMessage()
- func (m *WrapValue) Reset()
- func (m *WrapValue) String() string
- func (m *WrapValue) XXX_DiscardUnknown()
- func (m *WrapValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *WrapValue) XXX_Merge(src proto.Message)
- func (m *WrapValue) XXX_Size() int
- func (m *WrapValue) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dummy ¶
type Dummy struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Dummy) Descriptor ¶
func (*Dummy) ProtoMessage ¶
func (*Dummy) ProtoMessage()
func (*Dummy) XXX_DiscardUnknown ¶
func (m *Dummy) XXX_DiscardUnknown()
func (*Dummy) XXX_Marshal ¶
func (*Dummy) XXX_Unmarshal ¶
type WrapValue ¶
type WrapValue struct { Value int64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*WrapValue) Descriptor ¶
func (*WrapValue) ProtoMessage ¶
func (*WrapValue) ProtoMessage()
func (*WrapValue) XXX_DiscardUnknown ¶
func (m *WrapValue) XXX_DiscardUnknown()
func (*WrapValue) XXX_Marshal ¶
func (*WrapValue) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.