 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package proto3_proto is a generated protocol buffer package.
It is generated from these files:
proto3_proto/proto3.proto
It has these top-level messages:
Message Nested MessageWithMap
Index ¶
- Variables
- type Message
- func (m *Message) GetNested() *Nested
- func (m *Message) GetProto2Field() *testdata.SubDefaults
- func (m *Message) GetProto2Value() map[string]*testdata.SubDefaults
- func (m *Message) GetTerrain() map[string]*Nested
- func (*Message) ProtoMessage()
- func (m *Message) Reset()
- func (m *Message) String() string
 
- type MessageWithMap
- type Message_Humour
- type Nested
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 Message ¶
type Message struct {
	Name         string                           `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Hilarity     Message_Humour                   `protobuf:"varint,2,opt,name=hilarity,enum=proto3_proto.Message_Humour" json:"hilarity,omitempty"`
	HeightInCm   uint32                           `protobuf:"varint,3,opt,name=height_in_cm" 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:"result_count,omitempty"`
	TrueScotsman bool                             `protobuf:"varint,8,opt,name=true_scotsman" json:"true_scotsman,omitempty"`
	Score        float32                          `protobuf:"fixed32,9,opt,name=score" json:"score,omitempty"`
	Key          []uint64                         `protobuf:"varint,5,rep,name=key" json:"key,omitempty"`
	Nested       *Nested                          `protobuf:"bytes,6,opt,name=nested" json:"nested,omitempty"`
	Terrain      map[string]*Nested               `` /* 135-byte string literal not displayed */
	Proto2Field  *testdata.SubDefaults            `protobuf:"bytes,11,opt,name=proto2_field" json:"proto2_field,omitempty"`
	Proto2Value  map[string]*testdata.SubDefaults `` /* 145-byte string literal not displayed */
}
    func (*Message) GetProto2Field ¶
func (m *Message) GetProto2Field() *testdata.SubDefaults
func (*Message) GetProto2Value ¶
func (m *Message) GetProto2Value() map[string]*testdata.SubDefaults
func (*Message) GetTerrain ¶
func (*Message) ProtoMessage ¶
func (*Message) ProtoMessage()
type MessageWithMap ¶
type MessageWithMap struct {
	ByteMapping map[bool][]byte `` /* 152-byte string literal not displayed */
}
    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
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) String ¶
func (x Message_Humour) String() string
 Click to show internal directories. 
   Click to hide internal directories.