Documentation ¶
Index ¶
- Variables
- type Foo
- func (*Foo) Descriptor() ([]byte, []int)
- func (this *Foo) Equal(that interface{}) bool
- func (m *Foo) GetDat1() [][]byte
- func (m *Foo) GetNum1() []int64
- func (m *Foo) GetNum2() []int32
- func (m *Foo) GetStr1() []string
- func (m *Foo) IsNil() bool
- func (m *Foo) Marshal() (dAtA []byte, err error)
- func (m *Foo) MarshalTo(dAtA []byte) (int, error)
- func (m *Foo) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Foo) ProtoMessage()
- func (m *Foo) Reset()
- func (m *Foo) SetDat1_(val [][]byte)
- func (m *Foo) SetNum1_(val []int64)
- func (m *Foo) SetNum2_(val []int32)
- func (m *Foo) SetStr1_(val []string)
- func (m *Foo) Size() (n int)
- func (m *Foo) String() string
- func (m *Foo) Unmarshal(dAtA []byte) error
- func (this *Foo) VerboseEqual(that interface{}) error
- func (m *Foo) XXX_DiscardUnknown()
- func (m *Foo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Foo) XXX_Merge(src proto.Message)
- func (m *Foo) XXX_Size() int
- func (m *Foo) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Foo ¶
type Foo struct { Num1 []int64 `protobuf:"varint,1,rep,packed,name=num1,proto3" json:"num1,omitempty"` Num2 []int32 `protobuf:"varint,2,rep,packed,name=num2,proto3" json:"num2,omitempty"` Str1 []string `protobuf:"bytes,3,rep,name=str1,proto3" json:"str1,omitempty"` Dat1 [][]byte `protobuf:"bytes,4,rep,name=dat1,proto3" json:"dat1,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedFoo ¶
func (*Foo) Descriptor ¶
func (*Foo) ProtoMessage ¶
func (*Foo) ProtoMessage()
func (*Foo) VerboseEqual ¶
func (*Foo) XXX_DiscardUnknown ¶
func (m *Foo) XXX_DiscardUnknown()
func (*Foo) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.