Package issue620
type Bar struct {
Field1 *string `protobuf:"bytes,1,opt,name=Field1" json:"Field1,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*Bar) Descriptor() ([]byte, []int)
func (m *Bar) GetField1() string
func (*Bar) ProtoMessage()
func (*Bar) Reset
¶
func (m *Bar) Reset()
func (m *Bar) String() string
func (m *Bar) XXX_DiscardUnknown()
func (m *Bar) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *Bar) XXX_Merge(src proto.Message)
func (m *Bar) XXX_Size() int
func (m *Bar) XXX_Unmarshal(b []byte) error
type BarFast struct {
Field1 *string `protobuf:"bytes,1,opt,name=Field1" json:"Field1,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*BarFast) Descriptor() ([]byte, []int)
func (*BarFast) Equal
¶
func (this *BarFast) Equal(that interface{}) bool
func (m *BarFast) GetField1() string
func (*BarFast) Marshal
¶
func (m *BarFast) Marshal() (dAtA []byte, err error)
func (m *BarFast) MarshalTo(dAtA []byte) (int, error)
func (m *BarFast) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BarFast) ProtoMessage()
func (*BarFast) Reset
¶
func (m *BarFast) Reset()
func (*BarFast) Size
¶
func (m *BarFast) Size() (n int)
func (*BarFast) String
¶
func (m *BarFast) String() string
func (m *BarFast) XXX_DiscardUnknown()
func (m *BarFast) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *BarFast) XXX_Merge(src proto.Message)
func (m *BarFast) XXX_Size() int
func (m *BarFast) XXX_Unmarshal(b []byte) error