Versions in this module Expand all Collapse all v1 v1.0.1 Aug 11, 2020 v1.0.0 Aug 7, 2019 Changes in this version + func RegisterRedisServer(s *grpc.Server, srv RedisServer) + type RedisClient interface + Report func(ctx context.Context, in *ReportRequest, opts ...grpc.CallOption) (*ReportResponse, error) + func NewRedisClient(cc *grpc.ClientConn) RedisClient + type RedisServer interface + Report func(context.Context, *ReportRequest) (*ReportResponse, error) + type ReportRequest struct + Delay float32 + ExpireTime uint32 + Key string + Loss float32 + Timestamp uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ReportRequest) Descriptor() ([]byte, []int) + func (*ReportRequest) ProtoMessage() + func (dst *ReportRequest) XXX_Merge(src proto.Message) + func (m *ReportRequest) GetDelay() float32 + func (m *ReportRequest) GetExpireTime() uint32 + func (m *ReportRequest) GetKey() string + func (m *ReportRequest) GetLoss() float32 + func (m *ReportRequest) GetTimestamp() uint32 + func (m *ReportRequest) Reset() + func (m *ReportRequest) String() string + func (m *ReportRequest) XXX_DiscardUnknown() + func (m *ReportRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ReportRequest) XXX_Size() int + func (m *ReportRequest) XXX_Unmarshal(b []byte) error + type ReportResponse struct + Info string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ReportResponse) Descriptor() ([]byte, []int) + func (*ReportResponse) ProtoMessage() + func (dst *ReportResponse) XXX_Merge(src proto.Message) + func (m *ReportResponse) GetInfo() string + func (m *ReportResponse) Reset() + func (m *ReportResponse) String() string + func (m *ReportResponse) XXX_DiscardUnknown() + func (m *ReportResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ReportResponse) XXX_Size() int + func (m *ReportResponse) XXX_Unmarshal(b []byte) error