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