Versions in this module Expand all Collapse all v1 v1.1.0 Nov 13, 2018 v1.0.0 Nov 13, 2018 Changes in this version + func RegisterLoggerServer(s *grpc.Server, srv LoggerServer) + type AddErrorLogResponse struct + Error string + Result bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*AddErrorLogResponse) Descriptor() ([]byte, []int) + func (*AddErrorLogResponse) ProtoMessage() + func (dst *AddErrorLogResponse) XXX_Merge(src proto.Message) + func (m *AddErrorLogResponse) GetError() string + func (m *AddErrorLogResponse) GetResult() bool + func (m *AddErrorLogResponse) Reset() + func (m *AddErrorLogResponse) String() string + func (m *AddErrorLogResponse) XXX_DiscardUnknown() + func (m *AddErrorLogResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AddErrorLogResponse) XXX_Size() int + func (m *AddErrorLogResponse) XXX_Unmarshal(b []byte) error + type ErrorLog struct + AdditionalInfo string + Msg string + ProjectAddress string + ServiceId int32 + ServiceTypeId int32 + Trace string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ErrorLog) Descriptor() ([]byte, []int) + func (*ErrorLog) ProtoMessage() + func (dst *ErrorLog) XXX_Merge(src proto.Message) + func (m *ErrorLog) GetAdditionalInfo() string + func (m *ErrorLog) GetMsg() string + func (m *ErrorLog) GetProjectAddress() string + func (m *ErrorLog) GetServiceId() int32 + func (m *ErrorLog) GetServiceTypeId() int32 + func (m *ErrorLog) GetTrace() string + func (m *ErrorLog) Reset() + func (m *ErrorLog) String() string + func (m *ErrorLog) XXX_DiscardUnknown() + func (m *ErrorLog) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ErrorLog) XXX_Size() int + func (m *ErrorLog) XXX_Unmarshal(b []byte) error + type LoggerClient interface + AddErrorLog func(ctx context.Context, in *ErrorLog, opts ...grpc.CallOption) (*AddErrorLogResponse, error) + func NewLoggerClient(cc *grpc.ClientConn) LoggerClient + type LoggerServer interface + AddErrorLog func(context.Context, *ErrorLog) (*AddErrorLogResponse, error)