Documentation ¶
Index ¶
- Variables
- type IntMap
- func (*IntMap) Descriptor() ([]byte, []int)
- func (m *IntMap) GetRtt() map[int32]int32
- func (*IntMap) ProtoMessage()
- func (m *IntMap) Reset()
- func (m *IntMap) String() string
- func (m *IntMap) XXX_DiscardUnknown()
- func (m *IntMap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *IntMap) XXX_Merge(src proto.Message)
- func (m *IntMap) XXX_Size() int
- func (m *IntMap) XXX_Unmarshal(b []byte) error
- type IntMaps
- func (*IntMaps) Descriptor() ([]byte, []int)
- func (m *IntMaps) GetMaps() []*IntMap
- func (*IntMaps) ProtoMessage()
- func (m *IntMaps) Reset()
- func (m *IntMaps) String() string
- func (m *IntMaps) XXX_DiscardUnknown()
- func (m *IntMaps) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *IntMaps) XXX_Merge(src proto.Message)
- func (m *IntMaps) XXX_Size() int
- func (m *IntMaps) XXX_Unmarshal(b []byte) error
- type Message
- func (*Message) Descriptor() ([]byte, []int)
- func (m *Message) GetAnything() *types.Any
- func (m *Message) GetChildren() []*Message
- func (m *Message) GetData() []byte
- func (m *Message) GetHeightInCm() uint32
- func (m *Message) GetHilarity() Message_Humour
- func (m *Message) GetKey() []uint64
- func (m *Message) GetManyThings() []*types.Any
- func (m *Message) GetName() string
- func (m *Message) GetNested() *Nested
- func (m *Message) GetProto2Field() *test_proto.SubDefaults
- func (m *Message) GetProto2Value() map[string]*test_proto.SubDefaults
- func (m *Message) GetRFunny() []Message_Humour
- func (m *Message) GetResultCount() int64
- func (m *Message) GetScore() float32
- func (m *Message) GetShortKey() []int32
- func (m *Message) GetStringMap() map[string]string
- func (m *Message) GetSubmessage() *Message
- func (m *Message) GetTerrain() map[string]*Nested
- func (m *Message) GetTrueScotsman() bool
- func (*Message) ProtoMessage()
- func (m *Message) Reset()
- func (m *Message) String() string
- func (m *Message) XXX_DiscardUnknown()
- func (m *Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Message) XXX_Merge(src proto.Message)
- func (m *Message) XXX_Size() int
- func (m *Message) XXX_Unmarshal(b []byte) error
- type MessageWithMap
- func (*MessageWithMap) Descriptor() ([]byte, []int)
- func (m *MessageWithMap) GetByteMapping() map[bool][]byte
- func (*MessageWithMap) ProtoMessage()
- func (m *MessageWithMap) Reset()
- func (m *MessageWithMap) String() string
- func (m *MessageWithMap) XXX_DiscardUnknown()
- func (m *MessageWithMap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *MessageWithMap) XXX_Merge(src proto.Message)
- func (m *MessageWithMap) XXX_Size() int
- func (m *MessageWithMap) XXX_Unmarshal(b []byte) error
- type Message_Humour
- type Nested
- func (*Nested) Descriptor() ([]byte, []int)
- func (m *Nested) GetBunny() string
- func (m *Nested) GetCute() bool
- func (*Nested) ProtoMessage()
- func (m *Nested) Reset()
- func (m *Nested) String() string
- func (m *Nested) XXX_DiscardUnknown()
- func (m *Nested) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Nested) XXX_Merge(src proto.Message)
- func (m *Nested) XXX_Size() int
- func (m *Nested) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var Message_Humour_name = map[int32]string{
0: "UNKNOWN",
1: "PUNS",
2: "SLAPSTICK",
3: "BILL_BAILEY",
}
View Source
var Message_Humour_value = map[string]int32{
"UNKNOWN": 0,
"PUNS": 1,
"SLAPSTICK": 2,
"BILL_BAILEY": 3,
}
Functions ¶
This section is empty.
Types ¶
type IntMap ¶
type IntMap struct { Rtt map[int32]int32 `` /* 142-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IntMap) Descriptor ¶
func (*IntMap) ProtoMessage ¶
func (*IntMap) ProtoMessage()
func (*IntMap) XXX_DiscardUnknown ¶ added in v1.1.0
func (m *IntMap) XXX_DiscardUnknown()
func (*IntMap) XXX_Marshal ¶ added in v1.1.0
func (*IntMap) XXX_Unmarshal ¶ added in v1.1.0
type IntMaps ¶
type IntMaps struct { Maps []*IntMap `protobuf:"bytes,1,rep,name=maps" json:"maps,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IntMaps) Descriptor ¶
func (*IntMaps) ProtoMessage ¶
func (*IntMaps) ProtoMessage()
func (*IntMaps) XXX_DiscardUnknown ¶ added in v1.1.0
func (m *IntMaps) XXX_DiscardUnknown()
func (*IntMaps) XXX_Marshal ¶ added in v1.1.0
func (*IntMaps) XXX_Unmarshal ¶ added in v1.1.0
type Message ¶
type Message struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Hilarity Message_Humour `protobuf:"varint,2,opt,name=hilarity,proto3,enum=proto3_proto.Message_Humour" json:"hilarity,omitempty"` HeightInCm uint32 `protobuf:"varint,3,opt,name=height_in_cm,json=heightInCm,proto3" json:"height_in_cm,omitempty"` Data []byte `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"` ResultCount int64 `protobuf:"varint,7,opt,name=result_count,json=resultCount,proto3" json:"result_count,omitempty"` TrueScotsman bool `protobuf:"varint,8,opt,name=true_scotsman,json=trueScotsman,proto3" json:"true_scotsman,omitempty"` Score float32 `protobuf:"fixed32,9,opt,name=score,proto3" json:"score,omitempty"` Key []uint64 `protobuf:"varint,5,rep,packed,name=key" json:"key,omitempty"` ShortKey []int32 `protobuf:"varint,19,rep,packed,name=short_key,json=shortKey" json:"short_key,omitempty"` Nested *Nested `protobuf:"bytes,6,opt,name=nested" json:"nested,omitempty"` RFunny []Message_Humour `protobuf:"varint,16,rep,packed,name=r_funny,json=rFunny,enum=proto3_proto.Message_Humour" json:"r_funny,omitempty"` Terrain map[string]*Nested `` /* 142-byte string literal not displayed */ Proto2Field *test_proto.SubDefaults `protobuf:"bytes,11,opt,name=proto2_field,json=proto2Field" json:"proto2_field,omitempty"` Proto2Value map[string]*test_proto.SubDefaults `` /* 169-byte string literal not displayed */ Anything *types.Any `protobuf:"bytes,14,opt,name=anything" json:"anything,omitempty"` ManyThings []*types.Any `protobuf:"bytes,15,rep,name=many_things,json=manyThings" json:"many_things,omitempty"` Submessage *Message `protobuf:"bytes,17,opt,name=submessage" json:"submessage,omitempty"` Children []*Message `protobuf:"bytes,18,rep,name=children" json:"children,omitempty"` StringMap map[string]string `` /* 170-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Message) Descriptor ¶
func (*Message) GetAnything ¶
func (*Message) GetChildren ¶
func (*Message) GetHeightInCm ¶
func (*Message) GetHilarity ¶
func (m *Message) GetHilarity() Message_Humour
func (*Message) GetManyThings ¶
func (*Message) GetProto2Field ¶
func (m *Message) GetProto2Field() *test_proto.SubDefaults
func (*Message) GetProto2Value ¶
func (m *Message) GetProto2Value() map[string]*test_proto.SubDefaults
func (*Message) GetRFunny ¶
func (m *Message) GetRFunny() []Message_Humour
func (*Message) GetResultCount ¶
func (*Message) GetShortKey ¶
func (*Message) GetStringMap ¶ added in v1.1.0
func (*Message) GetSubmessage ¶
func (*Message) GetTerrain ¶
func (*Message) GetTrueScotsman ¶
func (*Message) ProtoMessage ¶
func (*Message) ProtoMessage()
func (*Message) XXX_DiscardUnknown ¶ added in v1.1.0
func (m *Message) XXX_DiscardUnknown()
func (*Message) XXX_Marshal ¶ added in v1.1.0
func (*Message) XXX_Unmarshal ¶ added in v1.1.0
type MessageWithMap ¶
type MessageWithMap struct { ByteMapping map[bool][]byte `` /* 176-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MessageWithMap) Descriptor ¶
func (*MessageWithMap) Descriptor() ([]byte, []int)
func (*MessageWithMap) GetByteMapping ¶
func (m *MessageWithMap) GetByteMapping() map[bool][]byte
func (*MessageWithMap) ProtoMessage ¶
func (*MessageWithMap) ProtoMessage()
func (*MessageWithMap) Reset ¶
func (m *MessageWithMap) Reset()
func (*MessageWithMap) String ¶
func (m *MessageWithMap) String() string
func (*MessageWithMap) XXX_DiscardUnknown ¶ added in v1.1.0
func (m *MessageWithMap) XXX_DiscardUnknown()
func (*MessageWithMap) XXX_Marshal ¶ added in v1.1.0
func (m *MessageWithMap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MessageWithMap) XXX_Merge ¶ added in v1.1.0
func (dst *MessageWithMap) XXX_Merge(src proto.Message)
func (*MessageWithMap) XXX_Size ¶ added in v1.1.0
func (m *MessageWithMap) XXX_Size() int
func (*MessageWithMap) XXX_Unmarshal ¶ added in v1.1.0
func (m *MessageWithMap) XXX_Unmarshal(b []byte) error
type Message_Humour ¶
type Message_Humour int32
const ( Message_UNKNOWN Message_Humour = 0 Message_PUNS Message_Humour = 1 Message_SLAPSTICK Message_Humour = 2 Message_BILL_BAILEY Message_Humour = 3 )
func (Message_Humour) EnumDescriptor ¶
func (Message_Humour) EnumDescriptor() ([]byte, []int)
func (Message_Humour) String ¶
func (x Message_Humour) String() string
type Nested ¶
type Nested struct { Bunny string `protobuf:"bytes,1,opt,name=bunny,proto3" json:"bunny,omitempty"` Cute bool `protobuf:"varint,2,opt,name=cute,proto3" json:"cute,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Nested) Descriptor ¶
func (*Nested) ProtoMessage ¶
func (*Nested) ProtoMessage()
func (*Nested) XXX_DiscardUnknown ¶ added in v1.1.0
func (m *Nested) XXX_DiscardUnknown()
func (*Nested) XXX_Marshal ¶ added in v1.1.0
func (*Nested) XXX_Unmarshal ¶ added in v1.1.0
Click to show internal directories.
Click to hide internal directories.