Documentation ¶
Index ¶
- Variables
- type AnotherMessage
- func (*AnotherMessage) Descriptor() ([]byte, []int)
- func (this *AnotherMessage) Equal(that interface{}) bool
- func (m *AnotherMessage) GetFoo() string
- func (m *AnotherMessage) IsNil() bool
- func (m *AnotherMessage) Marshal() (dAtA []byte, err error)
- func (m *AnotherMessage) MarshalTo(dAtA []byte) (int, error)
- func (m *AnotherMessage) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AnotherMessage) ProtoMessage()
- func (m *AnotherMessage) Reset()
- func (m *AnotherMessage) SetFoo_(val string)
- func (m *AnotherMessage) Size() (n int)
- func (m *AnotherMessage) String() string
- func (m *AnotherMessage) Unmarshal(dAtA []byte) error
- func (this *AnotherMessage) VerboseEqual(that interface{}) error
- func (m *AnotherMessage) XXX_DiscardUnknown()
- func (m *AnotherMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AnotherMessage) XXX_Merge(src proto.Message)
- func (m *AnotherMessage) XXX_Size() int
- func (m *AnotherMessage) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type AnotherMessage ¶
type AnotherMessage struct { Foo string `protobuf:"bytes,1,opt,name=foo,proto3" json:"foo,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AnotherMessage) Descriptor ¶
func (*AnotherMessage) Descriptor() ([]byte, []int)
func (*AnotherMessage) Equal ¶
func (this *AnotherMessage) Equal(that interface{}) bool
func (*AnotherMessage) GetFoo ¶
func (m *AnotherMessage) GetFoo() string
func (*AnotherMessage) IsNil ¶ added in v1.4.9
func (m *AnotherMessage) IsNil() bool
func (*AnotherMessage) Marshal ¶
func (m *AnotherMessage) Marshal() (dAtA []byte, err error)
func (*AnotherMessage) MarshalToSizedBuffer ¶ added in v1.4.9
func (m *AnotherMessage) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AnotherMessage) ProtoMessage ¶
func (*AnotherMessage) ProtoMessage()
func (*AnotherMessage) Reset ¶
func (m *AnotherMessage) Reset()
func (*AnotherMessage) SetFoo_ ¶ added in v1.4.9
func (m *AnotherMessage) SetFoo_(val string)
func (*AnotherMessage) Size ¶
func (m *AnotherMessage) Size() (n int)
func (*AnotherMessage) String ¶
func (m *AnotherMessage) String() string
func (*AnotherMessage) Unmarshal ¶
func (m *AnotherMessage) Unmarshal(dAtA []byte) error
func (*AnotherMessage) VerboseEqual ¶
func (this *AnotherMessage) VerboseEqual(that interface{}) error
func (*AnotherMessage) XXX_DiscardUnknown ¶ added in v1.4.9
func (m *AnotherMessage) XXX_DiscardUnknown()
func (*AnotherMessage) XXX_Marshal ¶ added in v1.4.9
func (m *AnotherMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AnotherMessage) XXX_Merge ¶ added in v1.4.9
func (m *AnotherMessage) XXX_Merge(src proto.Message)
func (*AnotherMessage) XXX_Size ¶ added in v1.4.9
func (m *AnotherMessage) XXX_Size() int
func (*AnotherMessage) XXX_Unmarshal ¶ added in v1.4.9
func (m *AnotherMessage) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.