Documentation ¶
Index ¶
- Variables
- type BaseResponse
- func (*BaseResponse) Descriptor() ([]byte, []int)
- func (m *BaseResponse) GetResp() *Response
- func (*BaseResponse) ProtoMessage()
- func (m *BaseResponse) Reset()
- func (m *BaseResponse) String() string
- func (m *BaseResponse) XXX_DiscardUnknown()
- func (m *BaseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BaseResponse) XXX_Merge(src proto.Message)
- func (m *BaseResponse) XXX_Size() int
- func (m *BaseResponse) XXX_Unmarshal(b []byte) error
- type BoolResponse
- func (*BoolResponse) Descriptor() ([]byte, []int)
- func (m *BoolResponse) GetResp() *Response
- func (m *BoolResponse) GetResult() bool
- func (*BoolResponse) ProtoMessage()
- func (m *BoolResponse) Reset()
- func (m *BoolResponse) String() string
- func (m *BoolResponse) XXX_DiscardUnknown()
- func (m *BoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BoolResponse) XXX_Merge(src proto.Message)
- func (m *BoolResponse) XXX_Size() int
- func (m *BoolResponse) XXX_Unmarshal(b []byte) error
- type BytesResponse
- func (*BytesResponse) Descriptor() ([]byte, []int)
- func (m *BytesResponse) GetResp() *Response
- func (m *BytesResponse) GetResult() []byte
- func (*BytesResponse) ProtoMessage()
- func (m *BytesResponse) Reset()
- func (m *BytesResponse) String() string
- func (m *BytesResponse) XXX_DiscardUnknown()
- func (m *BytesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BytesResponse) XXX_Merge(src proto.Message)
- func (m *BytesResponse) XXX_Size() int
- func (m *BytesResponse) XXX_Unmarshal(b []byte) error
- type GenericResponse
- func (*GenericResponse) Descriptor() ([]byte, []int)
- func (m *GenericResponse) GetResp() *Response
- func (m *GenericResponse) GetResult() *any.Any
- func (*GenericResponse) ProtoMessage()
- func (m *GenericResponse) Reset()
- func (m *GenericResponse) String() string
- func (m *GenericResponse) XXX_DiscardUnknown()
- func (m *GenericResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GenericResponse) XXX_Merge(src proto.Message)
- func (m *GenericResponse) XXX_Size() int
- func (m *GenericResponse) XXX_Unmarshal(b []byte) error
- type IntResponse
- func (*IntResponse) Descriptor() ([]byte, []int)
- func (m *IntResponse) GetResp() *Response
- func (m *IntResponse) GetResult() int32
- func (*IntResponse) ProtoMessage()
- func (m *IntResponse) Reset()
- func (m *IntResponse) String() string
- func (m *IntResponse) XXX_DiscardUnknown()
- func (m *IntResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IntResponse) XXX_Merge(src proto.Message)
- func (m *IntResponse) XXX_Size() int
- func (m *IntResponse) XXX_Unmarshal(b []byte) error
- type ListResponse
- func (*ListResponse) Descriptor() ([]byte, []int)
- func (m *ListResponse) GetResp() *Response
- func (m *ListResponse) GetResult() []*any.Any
- func (*ListResponse) ProtoMessage()
- func (m *ListResponse) Reset()
- func (m *ListResponse) String() string
- func (m *ListResponse) XXX_DiscardUnknown()
- func (m *ListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListResponse) XXX_Merge(src proto.Message)
- func (m *ListResponse) XXX_Size() int
- func (m *ListResponse) XXX_Unmarshal(b []byte) error
- type MapResponse
- func (*MapResponse) Descriptor() ([]byte, []int)
- func (m *MapResponse) GetResp() *Response
- func (m *MapResponse) GetResult() map[string]string
- func (*MapResponse) ProtoMessage()
- func (m *MapResponse) Reset()
- func (m *MapResponse) String() string
- func (m *MapResponse) XXX_DiscardUnknown()
- func (m *MapResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MapResponse) XXX_Merge(src proto.Message)
- func (m *MapResponse) XXX_Size() int
- func (m *MapResponse) XXX_Unmarshal(b []byte) error
- type PageInfo
- func (*PageInfo) Descriptor() ([]byte, []int)
- func (m *PageInfo) GetCurrent() int32
- func (m *PageInfo) GetPageSize() int32
- func (m *PageInfo) GetTotal() int32
- func (*PageInfo) ProtoMessage()
- func (m *PageInfo) Reset()
- func (m *PageInfo) String() string
- func (m *PageInfo) XXX_DiscardUnknown()
- func (m *PageInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PageInfo) XXX_Merge(src proto.Message)
- func (m *PageInfo) XXX_Size() int
- func (m *PageInfo) XXX_Unmarshal(b []byte) error
- type PageResponse
- func (*PageResponse) Descriptor() ([]byte, []int)
- func (m *PageResponse) GetIsEnd() bool
- func (m *PageResponse) GetPageInfo() *PageInfo
- func (m *PageResponse) GetResp() *Response
- func (m *PageResponse) GetResult() []*any.Any
- func (*PageResponse) ProtoMessage()
- func (m *PageResponse) Reset()
- func (m *PageResponse) String() string
- func (m *PageResponse) XXX_DiscardUnknown()
- func (m *PageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PageResponse) XXX_Merge(src proto.Message)
- func (m *PageResponse) XXX_Size() int
- func (m *PageResponse) XXX_Unmarshal(b []byte) error
- type Response
- func (*Response) Descriptor() ([]byte, []int)
- func (m *Response) GetCode() string
- func (m *Response) GetInfo() string
- func (resp *Response) Is(srcResp *Response) (result bool)
- func (resp *Response) IsSuccess() (result bool)
- func (*Response) ProtoMessage()
- func (m *Response) Reset()
- func (m *Response) String() string
- func (m *Response) XXX_DiscardUnknown()
- func (m *Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Response) XXX_Merge(src proto.Message)
- func (m *Response) XXX_Size() int
- func (m *Response) XXX_Unmarshal(b []byte) error
- type StringResponse
- func (*StringResponse) Descriptor() ([]byte, []int)
- func (m *StringResponse) GetResp() *Response
- func (m *StringResponse) GetResult() string
- func (*StringResponse) ProtoMessage()
- func (m *StringResponse) Reset()
- func (m *StringResponse) String() string
- func (m *StringResponse) XXX_DiscardUnknown()
- func (m *StringResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StringResponse) XXX_Merge(src proto.Message)
- func (m *StringResponse) XXX_Size() int
- func (m *StringResponse) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SUCCESS = &Response{Code: "RC00000", Info: "Success"} LOGIN_ERROR = &Response{Code: "RC10000", Info: "Logic error."} CALL_SVC_ERROR = &Response{Code: "RC70000", Info: "Calling service %s error %s."} DB_ERROR = &Response{Code: "RC80000", Info: "Database invoke error: %s."} SYS_ERROR = &Response{Code: "RC90000", Info: "System error: %s."} )
Functions ¶
This section is empty.
Types ¶
type BaseResponse ¶ added in v0.0.15
type BaseResponse struct { Resp *Response `protobuf:"bytes,1,opt,name=resp,proto3" json:"resp,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BaseResponse) Descriptor ¶ added in v0.0.15
func (*BaseResponse) Descriptor() ([]byte, []int)
func (*BaseResponse) GetResp ¶ added in v0.0.15
func (m *BaseResponse) GetResp() *Response
func (*BaseResponse) ProtoMessage ¶ added in v0.0.15
func (*BaseResponse) ProtoMessage()
func (*BaseResponse) Reset ¶ added in v0.0.15
func (m *BaseResponse) Reset()
func (*BaseResponse) String ¶ added in v0.0.15
func (m *BaseResponse) String() string
func (*BaseResponse) XXX_DiscardUnknown ¶ added in v0.0.15
func (m *BaseResponse) XXX_DiscardUnknown()
func (*BaseResponse) XXX_Marshal ¶ added in v0.0.15
func (m *BaseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BaseResponse) XXX_Merge ¶ added in v0.0.15
func (m *BaseResponse) XXX_Merge(src proto.Message)
func (*BaseResponse) XXX_Size ¶ added in v0.0.15
func (m *BaseResponse) XXX_Size() int
func (*BaseResponse) XXX_Unmarshal ¶ added in v0.0.15
func (m *BaseResponse) XXX_Unmarshal(b []byte) error
type BoolResponse ¶ added in v0.0.9
type BoolResponse struct { Resp *Response `protobuf:"bytes,1,opt,name=resp,proto3" json:"resp,omitempty"` Result bool `protobuf:"varint,2,opt,name=result,proto3" json:"result,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BoolResponse) Descriptor ¶ added in v0.0.9
func (*BoolResponse) Descriptor() ([]byte, []int)
func (*BoolResponse) GetResp ¶ added in v0.0.9
func (m *BoolResponse) GetResp() *Response
func (*BoolResponse) GetResult ¶ added in v0.0.9
func (m *BoolResponse) GetResult() bool
func (*BoolResponse) ProtoMessage ¶ added in v0.0.9
func (*BoolResponse) ProtoMessage()
func (*BoolResponse) Reset ¶ added in v0.0.9
func (m *BoolResponse) Reset()
func (*BoolResponse) String ¶ added in v0.0.9
func (m *BoolResponse) String() string
func (*BoolResponse) XXX_DiscardUnknown ¶ added in v0.0.9
func (m *BoolResponse) XXX_DiscardUnknown()
func (*BoolResponse) XXX_Marshal ¶ added in v0.0.9
func (m *BoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BoolResponse) XXX_Merge ¶ added in v0.0.9
func (m *BoolResponse) XXX_Merge(src proto.Message)
func (*BoolResponse) XXX_Size ¶ added in v0.0.9
func (m *BoolResponse) XXX_Size() int
func (*BoolResponse) XXX_Unmarshal ¶ added in v0.0.9
func (m *BoolResponse) XXX_Unmarshal(b []byte) error
type BytesResponse ¶ added in v0.0.9
type BytesResponse struct { Resp *Response `protobuf:"bytes,1,opt,name=resp,proto3" json:"resp,omitempty"` Result []byte `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BytesResponse) Descriptor ¶ added in v0.0.9
func (*BytesResponse) Descriptor() ([]byte, []int)
func (*BytesResponse) GetResp ¶ added in v0.0.9
func (m *BytesResponse) GetResp() *Response
func (*BytesResponse) GetResult ¶ added in v0.0.9
func (m *BytesResponse) GetResult() []byte
func (*BytesResponse) ProtoMessage ¶ added in v0.0.9
func (*BytesResponse) ProtoMessage()
func (*BytesResponse) Reset ¶ added in v0.0.9
func (m *BytesResponse) Reset()
func (*BytesResponse) String ¶ added in v0.0.9
func (m *BytesResponse) String() string
func (*BytesResponse) XXX_DiscardUnknown ¶ added in v0.0.9
func (m *BytesResponse) XXX_DiscardUnknown()
func (*BytesResponse) XXX_Marshal ¶ added in v0.0.9
func (m *BytesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BytesResponse) XXX_Merge ¶ added in v0.0.9
func (m *BytesResponse) XXX_Merge(src proto.Message)
func (*BytesResponse) XXX_Size ¶ added in v0.0.9
func (m *BytesResponse) XXX_Size() int
func (*BytesResponse) XXX_Unmarshal ¶ added in v0.0.9
func (m *BytesResponse) XXX_Unmarshal(b []byte) error
type GenericResponse ¶
type GenericResponse struct { Resp *Response `protobuf:"bytes,1,opt,name=resp,proto3" json:"resp,omitempty"` Result *any.Any `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GenericResponse) Descriptor ¶
func (*GenericResponse) Descriptor() ([]byte, []int)
func (*GenericResponse) GetResp ¶
func (m *GenericResponse) GetResp() *Response
func (*GenericResponse) GetResult ¶
func (m *GenericResponse) GetResult() *any.Any
func (*GenericResponse) ProtoMessage ¶
func (*GenericResponse) ProtoMessage()
func (*GenericResponse) Reset ¶
func (m *GenericResponse) Reset()
func (*GenericResponse) String ¶
func (m *GenericResponse) String() string
func (*GenericResponse) XXX_DiscardUnknown ¶
func (m *GenericResponse) XXX_DiscardUnknown()
func (*GenericResponse) XXX_Marshal ¶
func (m *GenericResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GenericResponse) XXX_Merge ¶
func (m *GenericResponse) XXX_Merge(src proto.Message)
func (*GenericResponse) XXX_Size ¶
func (m *GenericResponse) XXX_Size() int
func (*GenericResponse) XXX_Unmarshal ¶
func (m *GenericResponse) XXX_Unmarshal(b []byte) error
type IntResponse ¶ added in v0.0.9
type IntResponse struct { Resp *Response `protobuf:"bytes,1,opt,name=resp,proto3" json:"resp,omitempty"` Result int32 `protobuf:"varint,2,opt,name=result,proto3" json:"result,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IntResponse) Descriptor ¶ added in v0.0.9
func (*IntResponse) Descriptor() ([]byte, []int)
func (*IntResponse) GetResp ¶ added in v0.0.9
func (m *IntResponse) GetResp() *Response
func (*IntResponse) GetResult ¶ added in v0.0.9
func (m *IntResponse) GetResult() int32
func (*IntResponse) ProtoMessage ¶ added in v0.0.9
func (*IntResponse) ProtoMessage()
func (*IntResponse) Reset ¶ added in v0.0.9
func (m *IntResponse) Reset()
func (*IntResponse) String ¶ added in v0.0.9
func (m *IntResponse) String() string
func (*IntResponse) XXX_DiscardUnknown ¶ added in v0.0.9
func (m *IntResponse) XXX_DiscardUnknown()
func (*IntResponse) XXX_Marshal ¶ added in v0.0.9
func (m *IntResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IntResponse) XXX_Merge ¶ added in v0.0.9
func (m *IntResponse) XXX_Merge(src proto.Message)
func (*IntResponse) XXX_Size ¶ added in v0.0.9
func (m *IntResponse) XXX_Size() int
func (*IntResponse) XXX_Unmarshal ¶ added in v0.0.9
func (m *IntResponse) XXX_Unmarshal(b []byte) error
type ListResponse ¶ added in v0.0.13
type ListResponse struct { Resp *Response `protobuf:"bytes,1,opt,name=resp,proto3" json:"resp,omitempty"` Result []*any.Any `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ListResponse) Descriptor ¶ added in v0.0.13
func (*ListResponse) Descriptor() ([]byte, []int)
func (*ListResponse) GetResp ¶ added in v0.0.13
func (m *ListResponse) GetResp() *Response
func (*ListResponse) GetResult ¶ added in v0.0.13
func (m *ListResponse) GetResult() []*any.Any
func (*ListResponse) ProtoMessage ¶ added in v0.0.13
func (*ListResponse) ProtoMessage()
func (*ListResponse) Reset ¶ added in v0.0.13
func (m *ListResponse) Reset()
func (*ListResponse) String ¶ added in v0.0.13
func (m *ListResponse) String() string
func (*ListResponse) XXX_DiscardUnknown ¶ added in v0.0.13
func (m *ListResponse) XXX_DiscardUnknown()
func (*ListResponse) XXX_Marshal ¶ added in v0.0.13
func (m *ListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ListResponse) XXX_Merge ¶ added in v0.0.13
func (m *ListResponse) XXX_Merge(src proto.Message)
func (*ListResponse) XXX_Size ¶ added in v0.0.13
func (m *ListResponse) XXX_Size() int
func (*ListResponse) XXX_Unmarshal ¶ added in v0.0.13
func (m *ListResponse) XXX_Unmarshal(b []byte) error
type MapResponse ¶ added in v0.0.11
type MapResponse struct { Resp *Response `protobuf:"bytes,1,opt,name=resp,proto3" json:"resp,omitempty"` Result map[string]string `` /* 153-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MapResponse) Descriptor ¶ added in v0.0.11
func (*MapResponse) Descriptor() ([]byte, []int)
func (*MapResponse) GetResp ¶ added in v0.0.11
func (m *MapResponse) GetResp() *Response
func (*MapResponse) GetResult ¶ added in v0.0.11
func (m *MapResponse) GetResult() map[string]string
func (*MapResponse) ProtoMessage ¶ added in v0.0.11
func (*MapResponse) ProtoMessage()
func (*MapResponse) Reset ¶ added in v0.0.11
func (m *MapResponse) Reset()
func (*MapResponse) String ¶ added in v0.0.11
func (m *MapResponse) String() string
func (*MapResponse) XXX_DiscardUnknown ¶ added in v0.0.11
func (m *MapResponse) XXX_DiscardUnknown()
func (*MapResponse) XXX_Marshal ¶ added in v0.0.11
func (m *MapResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MapResponse) XXX_Merge ¶ added in v0.0.11
func (m *MapResponse) XXX_Merge(src proto.Message)
func (*MapResponse) XXX_Size ¶ added in v0.0.11
func (m *MapResponse) XXX_Size() int
func (*MapResponse) XXX_Unmarshal ¶ added in v0.0.11
func (m *MapResponse) XXX_Unmarshal(b []byte) error
type PageInfo ¶ added in v0.0.9
type PageInfo struct { Current int32 `protobuf:"varint,1,opt,name=current,proto3" json:"current,omitempty"` Total int32 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"` PageSize int32 `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PageInfo) Descriptor ¶ added in v0.0.9
func (*PageInfo) GetCurrent ¶ added in v0.0.9
func (*PageInfo) GetPageSize ¶ added in v0.0.9
func (*PageInfo) ProtoMessage ¶ added in v0.0.9
func (*PageInfo) ProtoMessage()
func (*PageInfo) XXX_DiscardUnknown ¶ added in v0.0.9
func (m *PageInfo) XXX_DiscardUnknown()
func (*PageInfo) XXX_Marshal ¶ added in v0.0.9
func (*PageInfo) XXX_Unmarshal ¶ added in v0.0.9
type PageResponse ¶ added in v0.0.9
type PageResponse struct { Resp *Response `protobuf:"bytes,1,opt,name=resp,proto3" json:"resp,omitempty"` IsEnd bool `protobuf:"varint,2,opt,name=isEnd,proto3" json:"isEnd,omitempty"` PageInfo *PageInfo `protobuf:"bytes,3,opt,name=pageInfo,proto3" json:"pageInfo,omitempty"` Result []*any.Any `protobuf:"bytes,4,rep,name=result,proto3" json:"result,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PageResponse) Descriptor ¶ added in v0.0.9
func (*PageResponse) Descriptor() ([]byte, []int)
func (*PageResponse) GetIsEnd ¶ added in v0.0.9
func (m *PageResponse) GetIsEnd() bool
func (*PageResponse) GetPageInfo ¶ added in v0.0.9
func (m *PageResponse) GetPageInfo() *PageInfo
func (*PageResponse) GetResp ¶ added in v0.0.9
func (m *PageResponse) GetResp() *Response
func (*PageResponse) GetResult ¶ added in v0.0.9
func (m *PageResponse) GetResult() []*any.Any
func (*PageResponse) ProtoMessage ¶ added in v0.0.9
func (*PageResponse) ProtoMessage()
func (*PageResponse) Reset ¶ added in v0.0.9
func (m *PageResponse) Reset()
func (*PageResponse) String ¶ added in v0.0.9
func (m *PageResponse) String() string
func (*PageResponse) XXX_DiscardUnknown ¶ added in v0.0.9
func (m *PageResponse) XXX_DiscardUnknown()
func (*PageResponse) XXX_Marshal ¶ added in v0.0.9
func (m *PageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PageResponse) XXX_Merge ¶ added in v0.0.9
func (m *PageResponse) XXX_Merge(src proto.Message)
func (*PageResponse) XXX_Size ¶ added in v0.0.9
func (m *PageResponse) XXX_Size() int
func (*PageResponse) XXX_Unmarshal ¶ added in v0.0.9
func (m *PageResponse) XXX_Unmarshal(b []byte) error
type Response ¶
type Response struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` Info string `protobuf:"bytes,2,opt,name=info,proto3" json:"info,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func GenRespCode ¶ added in v0.0.10
func (*Response) Descriptor ¶
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
func (*Response) XXX_DiscardUnknown ¶
func (m *Response) XXX_DiscardUnknown()
func (*Response) XXX_Marshal ¶
func (*Response) XXX_Unmarshal ¶
type StringResponse ¶ added in v0.0.9
type StringResponse struct { Resp *Response `protobuf:"bytes,1,opt,name=resp,proto3" json:"resp,omitempty"` Result string `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StringResponse) Descriptor ¶ added in v0.0.9
func (*StringResponse) Descriptor() ([]byte, []int)
func (*StringResponse) GetResp ¶ added in v0.0.9
func (m *StringResponse) GetResp() *Response
func (*StringResponse) GetResult ¶ added in v0.0.9
func (m *StringResponse) GetResult() string
func (*StringResponse) ProtoMessage ¶ added in v0.0.9
func (*StringResponse) ProtoMessage()
func (*StringResponse) Reset ¶ added in v0.0.9
func (m *StringResponse) Reset()
func (*StringResponse) String ¶ added in v0.0.9
func (m *StringResponse) String() string
func (*StringResponse) XXX_DiscardUnknown ¶ added in v0.0.9
func (m *StringResponse) XXX_DiscardUnknown()
func (*StringResponse) XXX_Marshal ¶ added in v0.0.9
func (m *StringResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StringResponse) XXX_Merge ¶ added in v0.0.9
func (m *StringResponse) XXX_Merge(src proto.Message)
func (*StringResponse) XXX_Size ¶ added in v0.0.9
func (m *StringResponse) XXX_Size() int
func (*StringResponse) XXX_Unmarshal ¶ added in v0.0.9
func (m *StringResponse) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.