Documentation ¶
Index ¶
- type Answer
- func (*Answer) Descriptor() ([]byte, []int)
- func (m *Answer) GetMsg() string
- func (*Answer) ProtoMessage()
- func (m *Answer) Reset()
- func (m *Answer) String() string
- func (m *Answer) XXX_DiscardUnknown()
- func (m *Answer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Answer) XXX_Merge(src proto.Message)
- func (m *Answer) XXX_Size() int
- func (m *Answer) XXX_Unmarshal(b []byte) error
- type QnA
- type Question
- func (*Question) Descriptor() ([]byte, []int)
- func (m *Question) GetMsg() string
- func (*Question) ProtoMessage()
- func (m *Question) Reset()
- func (m *Question) String() string
- func (m *Question) XXX_DiscardUnknown()
- func (m *Question) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Question) XXX_Merge(src proto.Message)
- func (m *Question) XXX_Size() int
- func (m *Question) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Answer ¶
type Answer struct { Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Answer) Descriptor ¶
func (*Answer) ProtoMessage ¶
func (*Answer) ProtoMessage()
func (*Answer) XXX_DiscardUnknown ¶
func (m *Answer) XXX_DiscardUnknown()
func (*Answer) XXX_Marshal ¶
func (*Answer) XXX_Unmarshal ¶
type QnA ¶
type QnA struct {
// contains filtered or unexported fields
}
func (*QnA) RegisterServiceImp ¶
type Question ¶
type Question struct { Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Question) Descriptor ¶
func (*Question) ProtoMessage ¶
func (*Question) ProtoMessage()
func (*Question) XXX_DiscardUnknown ¶
func (m *Question) XXX_DiscardUnknown()
func (*Question) XXX_Marshal ¶
func (*Question) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.