Versions in this module Expand all Collapse all v0 v0.7.1 Aug 16, 2018 v0.5.1 May 31, 2018 Changes in this version + var MsgTypeName = map[int32]string + var MsgTypeValue = map[string]int32 + type LoginRequest struct + Protocol string + UseProtobufMapCodec bool + ZipName string + func (*LoginRequest) Descriptor() ([]byte, []int) + func (*LoginRequest) ProtoMessage() + func (m *LoginRequest) GetProtocol() string + func (m *LoginRequest) GetUseProtobufMapCodec() bool + func (m *LoginRequest) GetZipName() string + func (m *LoginRequest) Reset() + func (m *LoginRequest) String() string + type LoginResponse struct + Protocol string + UseProtobufMapCodec bool + ZipName string + func (*LoginResponse) Descriptor() ([]byte, []int) + func (*LoginResponse) ProtoMessage() + func (m *LoginResponse) GetProtocol() string + func (m *LoginResponse) GetUseProtobufMapCodec() bool + func (m *LoginResponse) GetZipName() string + func (m *LoginResponse) Reset() + func (m *LoginResponse) String() string + type MsgType int32 + const MsgTypeLogin + const MsgTypeRequest + func (MsgType) EnumDescriptor() ([]byte, []int) + func (x MsgType) String() string + type RequestHeader struct + Context map[string]string + DestMicroservice string + Flags int32 + MsgType MsgType + OperationName string + SchemaID string + func (*RequestHeader) Descriptor() ([]byte, []int) + func (*RequestHeader) ProtoMessage() + func (m *RequestHeader) GetContext() map[string]string + func (m *RequestHeader) GetDestMicroservice() string + func (m *RequestHeader) GetFlags() int32 + func (m *RequestHeader) GetMsgType() MsgType + func (m *RequestHeader) GetOperationName() string + func (m *RequestHeader) GetSchemaID() string + func (m *RequestHeader) Reset() + func (m *RequestHeader) String() string + type ResponseHeader struct + Context map[string]string + Flags int32 + Reason string + StatusCode int32 + func (*ResponseHeader) Descriptor() ([]byte, []int) + func (*ResponseHeader) ProtoMessage() + func (m *ResponseHeader) GetContext() map[string]string + func (m *ResponseHeader) GetFlags() int32 + func (m *ResponseHeader) GetReason() string + func (m *ResponseHeader) GetStatusCode() int32 + func (m *ResponseHeader) Reset() + func (m *ResponseHeader) String() string