Documentation
¶
Index ¶
- type SayHelloReponse
- func (*SayHelloReponse) Descriptor() ([]byte, []int)
- func (m *SayHelloReponse) GetMessage() string
- func (*SayHelloReponse) ProtoMessage()
- func (m *SayHelloReponse) Reset()
- func (m *SayHelloReponse) String() string
- func (m *SayHelloReponse) XXX_DiscardUnknown()
- func (m *SayHelloReponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SayHelloReponse) XXX_Merge(src proto.Message)
- func (m *SayHelloReponse) XXX_Size() int
- func (m *SayHelloReponse) XXX_Unmarshal(b []byte) error
- type SayHelloRequest
- func (*SayHelloRequest) Descriptor() ([]byte, []int)
- func (m *SayHelloRequest) GetUsername() string
- func (*SayHelloRequest) ProtoMessage()
- func (m *SayHelloRequest) Reset()
- func (m *SayHelloRequest) String() string
- func (m *SayHelloRequest) XXX_DiscardUnknown()
- func (m *SayHelloRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SayHelloRequest) XXX_Merge(src proto.Message)
- func (m *SayHelloRequest) XXX_Size() int
- func (m *SayHelloRequest) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SayHelloReponse ¶
type SayHelloReponse struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SayHelloReponse) Descriptor ¶
func (*SayHelloReponse) Descriptor() ([]byte, []int)
func (*SayHelloReponse) GetMessage ¶
func (m *SayHelloReponse) GetMessage() string
func (*SayHelloReponse) ProtoMessage ¶
func (*SayHelloReponse) ProtoMessage()
func (*SayHelloReponse) Reset ¶
func (m *SayHelloReponse) Reset()
func (*SayHelloReponse) String ¶
func (m *SayHelloReponse) String() string
func (*SayHelloReponse) XXX_DiscardUnknown ¶
func (m *SayHelloReponse) XXX_DiscardUnknown()
func (*SayHelloReponse) XXX_Marshal ¶
func (m *SayHelloReponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SayHelloReponse) XXX_Merge ¶
func (m *SayHelloReponse) XXX_Merge(src proto.Message)
func (*SayHelloReponse) XXX_Size ¶
func (m *SayHelloReponse) XXX_Size() int
func (*SayHelloReponse) XXX_Unmarshal ¶
func (m *SayHelloReponse) XXX_Unmarshal(b []byte) error
type SayHelloRequest ¶
type SayHelloRequest struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SayHelloRequest) Descriptor ¶
func (*SayHelloRequest) Descriptor() ([]byte, []int)
func (*SayHelloRequest) GetUsername ¶
func (m *SayHelloRequest) GetUsername() string
func (*SayHelloRequest) ProtoMessage ¶
func (*SayHelloRequest) ProtoMessage()
func (*SayHelloRequest) Reset ¶
func (m *SayHelloRequest) Reset()
func (*SayHelloRequest) String ¶
func (m *SayHelloRequest) String() string
func (*SayHelloRequest) XXX_DiscardUnknown ¶
func (m *SayHelloRequest) XXX_DiscardUnknown()
func (*SayHelloRequest) XXX_Marshal ¶
func (m *SayHelloRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SayHelloRequest) XXX_Merge ¶
func (m *SayHelloRequest) XXX_Merge(src proto.Message)
func (*SayHelloRequest) XXX_Size ¶
func (m *SayHelloRequest) XXX_Size() int
func (*SayHelloRequest) XXX_Unmarshal ¶
func (m *SayHelloRequest) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.