Documentation ¶
Index ¶
- type Bar
- func (*Bar) Descriptor() ([]byte, []int)
- func (m *Bar) GetField1() string
- func (m *Bar) IsNil() bool
- func (*Bar) ProtoMessage()
- func (m *Bar) Reset()
- func (m *Bar) SetField1_(val string)
- 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
- func (*BarFast) Descriptor() ([]byte, []int)
- func (this *BarFast) Equal(that interface{}) bool
- func (m *BarFast) GetField1() string
- func (m *BarFast) IsNil() bool
- 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 (m *BarFast) Reset()
- func (m *BarFast) SetField1_(val string)
- func (m *BarFast) Size() (n int)
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bar ¶
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 ¶
func (*Bar) ProtoMessage ¶
func (*Bar) ProtoMessage()
func (*Bar) SetField1_ ¶ added in v1.4.9
func (*Bar) XXX_DiscardUnknown ¶
func (m *Bar) XXX_DiscardUnknown()
func (*Bar) XXX_Unmarshal ¶
type BarFast ¶
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 ¶
func (*BarFast) MarshalToSizedBuffer ¶
func (*BarFast) ProtoMessage ¶
func (*BarFast) ProtoMessage()
func (*BarFast) SetField1_ ¶ added in v1.4.9
func (*BarFast) XXX_DiscardUnknown ¶
func (m *BarFast) XXX_DiscardUnknown()
func (*BarFast) XXX_Marshal ¶
func (*BarFast) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.