Versions in this module Expand all Collapse all v1 v1.1.1 Aug 14, 2023 v1.1.0 Aug 13, 2023 v1.0.15 Aug 9, 2023 v1.0.14 Aug 8, 2023 v1.0.13 Aug 1, 2023 v1.0.12 Jul 29, 2023 v1.0.11 Jul 26, 2023 v1.0.10 Jul 23, 2023 Changes in this version + const GListService_LIndex_FullMethodName + const GListService_LLen_FullMethodName + const GListService_LPop_FullMethodName + const GListService_LPush_FullMethodName + const GListService_LPushs_FullMethodName + const GListService_LRange_FullMethodName + const GListService_LRem_FullMethodName + const GListService_LSet_FullMethodName + const GListService_LTrim_FullMethodName + const GListService_RPop_FullMethodName + const GListService_RPush_FullMethodName + const GListService_RPushs_FullMethodName + var File_lib_proto_glist_db_proto protoreflect.FileDescriptor v1.0.9 Jul 22, 2023 Changes in this version + var File_db_proto protoreflect.FileDescriptor + var GListService_ServiceDesc = grpc.ServiceDesc + func RegisterGListServiceServer(s grpc.ServiceRegistrar, srv GListServiceServer) + type GListLIndexRequest struct + Index int32 + Key string + func (*GListLIndexRequest) Descriptor() ([]byte, []int) + func (*GListLIndexRequest) ProtoMessage() + func (x *GListLIndexRequest) GetIndex() int32 + func (x *GListLIndexRequest) GetKey() string + func (x *GListLIndexRequest) ProtoReflect() protoreflect.Message + func (x *GListLIndexRequest) Reset() + func (x *GListLIndexRequest) String() string + type GListLIndexResponse struct + Value isGListLIndexResponse_Value + func (*GListLIndexResponse) Descriptor() ([]byte, []int) + func (*GListLIndexResponse) ProtoMessage() + func (m *GListLIndexResponse) GetValue() isGListLIndexResponse_Value + func (x *GListLIndexResponse) GetBoolValue() bool + func (x *GListLIndexResponse) GetBytesValue() []byte + func (x *GListLIndexResponse) GetFloat32Value() float32 + func (x *GListLIndexResponse) GetFloat64Value() float64 + func (x *GListLIndexResponse) GetInt32Value() int32 + func (x *GListLIndexResponse) GetInt64Value() int64 + func (x *GListLIndexResponse) GetStringValue() string + func (x *GListLIndexResponse) ProtoReflect() protoreflect.Message + func (x *GListLIndexResponse) Reset() + func (x *GListLIndexResponse) String() string + type GListLIndexResponse_BoolValue struct + BoolValue bool + type GListLIndexResponse_BytesValue struct + BytesValue []byte + type GListLIndexResponse_Float32Value struct + Float32Value float32 + type GListLIndexResponse_Float64Value struct + Float64Value float64 + type GListLIndexResponse_Int32Value struct + Int32Value int32 + type GListLIndexResponse_Int64Value struct + Int64Value int64 + type GListLIndexResponse_StringValue struct + StringValue string + type GListLLenRequest struct + Key string + func (*GListLLenRequest) Descriptor() ([]byte, []int) + func (*GListLLenRequest) ProtoMessage() + func (x *GListLLenRequest) GetKey() string + func (x *GListLLenRequest) ProtoReflect() protoreflect.Message + func (x *GListLLenRequest) Reset() + func (x *GListLLenRequest) String() string + type GListLLenResponse struct + Length int32 + Ok bool + func (*GListLLenResponse) Descriptor() ([]byte, []int) + func (*GListLLenResponse) ProtoMessage() + func (x *GListLLenResponse) GetLength() int32 + func (x *GListLLenResponse) GetOk() bool + func (x *GListLLenResponse) ProtoReflect() protoreflect.Message + func (x *GListLLenResponse) Reset() + func (x *GListLLenResponse) String() string + type GListLPopRequest struct + Key string + func (*GListLPopRequest) Descriptor() ([]byte, []int) + func (*GListLPopRequest) ProtoMessage() + func (x *GListLPopRequest) GetKey() string + func (x *GListLPopRequest) ProtoReflect() protoreflect.Message + func (x *GListLPopRequest) Reset() + func (x *GListLPopRequest) String() string + type GListLPopResponse struct + Value isGListLPopResponse_Value + func (*GListLPopResponse) Descriptor() ([]byte, []int) + func (*GListLPopResponse) ProtoMessage() + func (m *GListLPopResponse) GetValue() isGListLPopResponse_Value + func (x *GListLPopResponse) GetBoolValue() bool + func (x *GListLPopResponse) GetBytesValue() []byte + func (x *GListLPopResponse) GetFloat32Value() float32 + func (x *GListLPopResponse) GetFloat64Value() float64 + func (x *GListLPopResponse) GetInt32Value() int32 + func (x *GListLPopResponse) GetInt64Value() int64 + func (x *GListLPopResponse) GetStringValue() string + func (x *GListLPopResponse) ProtoReflect() protoreflect.Message + func (x *GListLPopResponse) Reset() + func (x *GListLPopResponse) String() string + type GListLPopResponse_BoolValue struct + BoolValue bool + type GListLPopResponse_BytesValue struct + BytesValue []byte + type GListLPopResponse_Float32Value struct + Float32Value float32 + type GListLPopResponse_Float64Value struct + Float64Value float64 + type GListLPopResponse_Int32Value struct + Int32Value int32 + type GListLPopResponse_Int64Value struct + Int64Value int64 + type GListLPopResponse_StringValue struct + StringValue string + type GListLPushRequest struct + Key string + Value isGListLPushRequest_Value + func (*GListLPushRequest) Descriptor() ([]byte, []int) + func (*GListLPushRequest) ProtoMessage() + func (m *GListLPushRequest) GetValue() isGListLPushRequest_Value + func (x *GListLPushRequest) GetBoolValue() bool + func (x *GListLPushRequest) GetBytesValue() []byte + func (x *GListLPushRequest) GetFloat32Value() float32 + func (x *GListLPushRequest) GetFloat64Value() float64 + func (x *GListLPushRequest) GetInt32Value() int32 + func (x *GListLPushRequest) GetInt64Value() int64 + func (x *GListLPushRequest) GetKey() string + func (x *GListLPushRequest) GetStringValue() string + func (x *GListLPushRequest) ProtoReflect() protoreflect.Message + func (x *GListLPushRequest) Reset() + func (x *GListLPushRequest) String() string + type GListLPushRequest_BoolValue struct + BoolValue bool + type GListLPushRequest_BytesValue struct + BytesValue []byte + type GListLPushRequest_Float32Value struct + Float32Value float32 + type GListLPushRequest_Float64Value struct + Float64Value float64 + type GListLPushRequest_Int32Value struct + Int32Value int32 + type GListLPushRequest_Int64Value struct + Int64Value int64 + type GListLPushRequest_StringValue struct + StringValue string + type GListLPushResponse struct + Ok bool + func (*GListLPushResponse) Descriptor() ([]byte, []int) + func (*GListLPushResponse) ProtoMessage() + func (x *GListLPushResponse) GetOk() bool + func (x *GListLPushResponse) ProtoReflect() protoreflect.Message + func (x *GListLPushResponse) Reset() + func (x *GListLPushResponse) String() string + type GListLPushsRequest struct + Key string + Values []*Value + func (*GListLPushsRequest) Descriptor() ([]byte, []int) + func (*GListLPushsRequest) ProtoMessage() + func (x *GListLPushsRequest) GetKey() string + func (x *GListLPushsRequest) GetValues() []*Value + func (x *GListLPushsRequest) ProtoReflect() protoreflect.Message + func (x *GListLPushsRequest) Reset() + func (x *GListLPushsRequest) String() string + type GListLPushsResponse struct + Ok bool + func (*GListLPushsResponse) Descriptor() ([]byte, []int) + func (*GListLPushsResponse) ProtoMessage() + func (x *GListLPushsResponse) GetOk() bool + func (x *GListLPushsResponse) ProtoReflect() protoreflect.Message + func (x *GListLPushsResponse) Reset() + func (x *GListLPushsResponse) String() string + type GListLRangeRequest struct + Key string + Start int32 + Stop int32 + func (*GListLRangeRequest) Descriptor() ([]byte, []int) + func (*GListLRangeRequest) ProtoMessage() + func (x *GListLRangeRequest) GetKey() string + func (x *GListLRangeRequest) GetStart() int32 + func (x *GListLRangeRequest) GetStop() int32 + func (x *GListLRangeRequest) ProtoReflect() protoreflect.Message + func (x *GListLRangeRequest) Reset() + func (x *GListLRangeRequest) String() string + type GListLRangeResponse struct + Values []*Value + func (*GListLRangeResponse) Descriptor() ([]byte, []int) + func (*GListLRangeResponse) ProtoMessage() + func (x *GListLRangeResponse) GetValues() []*Value + func (x *GListLRangeResponse) ProtoReflect() protoreflect.Message + func (x *GListLRangeResponse) Reset() + func (x *GListLRangeResponse) String() string + type GListLRemRequest struct + Count int32 + Key string + Value isGListLRemRequest_Value + func (*GListLRemRequest) Descriptor() ([]byte, []int) + func (*GListLRemRequest) ProtoMessage() + func (m *GListLRemRequest) GetValue() isGListLRemRequest_Value + func (x *GListLRemRequest) GetBoolValue() bool + func (x *GListLRemRequest) GetBytesValue() []byte + func (x *GListLRemRequest) GetCount() int32 + func (x *GListLRemRequest) GetFloat32Value() float32 + func (x *GListLRemRequest) GetFloat64Value() float64 + func (x *GListLRemRequest) GetInt32Value() int32 + func (x *GListLRemRequest) GetInt64Value() int64 + func (x *GListLRemRequest) GetKey() string + func (x *GListLRemRequest) GetStringValue() string + func (x *GListLRemRequest) ProtoReflect() protoreflect.Message + func (x *GListLRemRequest) Reset() + func (x *GListLRemRequest) String() string + type GListLRemRequest_BoolValue struct + BoolValue bool + type GListLRemRequest_BytesValue struct + BytesValue []byte + type GListLRemRequest_Float32Value struct + Float32Value float32 + type GListLRemRequest_Float64Value struct + Float64Value float64 + type GListLRemRequest_Int32Value struct + Int32Value int32 + type GListLRemRequest_Int64Value struct + Int64Value int64 + type GListLRemRequest_StringValue struct + StringValue string + type GListLRemResponse struct + Count int32 + Ok bool + func (*GListLRemResponse) Descriptor() ([]byte, []int) + func (*GListLRemResponse) ProtoMessage() + func (x *GListLRemResponse) GetCount() int32 + func (x *GListLRemResponse) GetOk() bool + func (x *GListLRemResponse) ProtoReflect() protoreflect.Message + func (x *GListLRemResponse) Reset() + func (x *GListLRemResponse) String() string + type GListLSetRequest struct + Index int32 + Key string + Value isGListLSetRequest_Value + func (*GListLSetRequest) Descriptor() ([]byte, []int) + func (*GListLSetRequest) ProtoMessage() + func (m *GListLSetRequest) GetValue() isGListLSetRequest_Value + func (x *GListLSetRequest) GetBoolValue() bool + func (x *GListLSetRequest) GetBytesValue() []byte + func (x *GListLSetRequest) GetFloat32Value() float32 + func (x *GListLSetRequest) GetFloat64Value() float64 + func (x *GListLSetRequest) GetIndex() int32 + func (x *GListLSetRequest) GetInt32Value() int32 + func (x *GListLSetRequest) GetInt64Value() int64 + func (x *GListLSetRequest) GetKey() string + func (x *GListLSetRequest) GetStringValue() string + func (x *GListLSetRequest) ProtoReflect() protoreflect.Message + func (x *GListLSetRequest) Reset() + func (x *GListLSetRequest) String() string + type GListLSetRequest_BoolValue struct + BoolValue bool + type GListLSetRequest_BytesValue struct + BytesValue []byte + type GListLSetRequest_Float32Value struct + Float32Value float32 + type GListLSetRequest_Float64Value struct + Float64Value float64 + type GListLSetRequest_Int32Value struct + Int32Value int32 + type GListLSetRequest_Int64Value struct + Int64Value int64 + type GListLSetRequest_StringValue struct + StringValue string + type GListLSetResponse struct + Ok bool + func (*GListLSetResponse) Descriptor() ([]byte, []int) + func (*GListLSetResponse) ProtoMessage() + func (x *GListLSetResponse) GetOk() bool + func (x *GListLSetResponse) ProtoReflect() protoreflect.Message + func (x *GListLSetResponse) Reset() + func (x *GListLSetResponse) String() string + type GListLTrimRequest struct + Key string + Start int32 + Stop int32 + func (*GListLTrimRequest) Descriptor() ([]byte, []int) + func (*GListLTrimRequest) ProtoMessage() + func (x *GListLTrimRequest) GetKey() string + func (x *GListLTrimRequest) GetStart() int32 + func (x *GListLTrimRequest) GetStop() int32 + func (x *GListLTrimRequest) ProtoReflect() protoreflect.Message + func (x *GListLTrimRequest) Reset() + func (x *GListLTrimRequest) String() string + type GListLTrimResponse struct + Ok bool + func (*GListLTrimResponse) Descriptor() ([]byte, []int) + func (*GListLTrimResponse) ProtoMessage() + func (x *GListLTrimResponse) GetOk() bool + func (x *GListLTrimResponse) ProtoReflect() protoreflect.Message + func (x *GListLTrimResponse) Reset() + func (x *GListLTrimResponse) String() string + type GListRPopRequest struct + Key string + func (*GListRPopRequest) Descriptor() ([]byte, []int) + func (*GListRPopRequest) ProtoMessage() + func (x *GListRPopRequest) GetKey() string + func (x *GListRPopRequest) ProtoReflect() protoreflect.Message + func (x *GListRPopRequest) Reset() + func (x *GListRPopRequest) String() string + type GListRPopResponse struct + Value isGListRPopResponse_Value + func (*GListRPopResponse) Descriptor() ([]byte, []int) + func (*GListRPopResponse) ProtoMessage() + func (m *GListRPopResponse) GetValue() isGListRPopResponse_Value + func (x *GListRPopResponse) GetBoolValue() bool + func (x *GListRPopResponse) GetBytesValue() []byte + func (x *GListRPopResponse) GetFloat32Value() float32 + func (x *GListRPopResponse) GetFloat64Value() float64 + func (x *GListRPopResponse) GetInt32Value() int32 + func (x *GListRPopResponse) GetInt64Value() int64 + func (x *GListRPopResponse) GetStringValue() string + func (x *GListRPopResponse) ProtoReflect() protoreflect.Message + func (x *GListRPopResponse) Reset() + func (x *GListRPopResponse) String() string + type GListRPopResponse_BoolValue struct + BoolValue bool + type GListRPopResponse_BytesValue struct + BytesValue []byte + type GListRPopResponse_Float32Value struct + Float32Value float32 + type GListRPopResponse_Float64Value struct + Float64Value float64 + type GListRPopResponse_Int32Value struct + Int32Value int32 + type GListRPopResponse_Int64Value struct + Int64Value int64 + type GListRPopResponse_StringValue struct + StringValue string + type GListRPushRequest struct + Key string + Value isGListRPushRequest_Value + func (*GListRPushRequest) Descriptor() ([]byte, []int) + func (*GListRPushRequest) ProtoMessage() + func (m *GListRPushRequest) GetValue() isGListRPushRequest_Value + func (x *GListRPushRequest) GetBoolValue() bool + func (x *GListRPushRequest) GetBytesValue() []byte + func (x *GListRPushRequest) GetFloat32Value() float32 + func (x *GListRPushRequest) GetFloat64Value() float64 + func (x *GListRPushRequest) GetInt32Value() int32 + func (x *GListRPushRequest) GetInt64Value() int64 + func (x *GListRPushRequest) GetKey() string + func (x *GListRPushRequest) GetStringValue() string + func (x *GListRPushRequest) ProtoReflect() protoreflect.Message + func (x *GListRPushRequest) Reset() + func (x *GListRPushRequest) String() string + type GListRPushRequest_BoolValue struct + BoolValue bool + type GListRPushRequest_BytesValue struct + BytesValue []byte + type GListRPushRequest_Float32Value struct + Float32Value float32 + type GListRPushRequest_Float64Value struct + Float64Value float64 + type GListRPushRequest_Int32Value struct + Int32Value int32 + type GListRPushRequest_Int64Value struct + Int64Value int64 + type GListRPushRequest_StringValue struct + StringValue string + type GListRPushResponse struct + Ok bool + func (*GListRPushResponse) Descriptor() ([]byte, []int) + func (*GListRPushResponse) ProtoMessage() + func (x *GListRPushResponse) GetOk() bool + func (x *GListRPushResponse) ProtoReflect() protoreflect.Message + func (x *GListRPushResponse) Reset() + func (x *GListRPushResponse) String() string + type GListRPushsRequest struct + Key string + Values []*Value + func (*GListRPushsRequest) Descriptor() ([]byte, []int) + func (*GListRPushsRequest) ProtoMessage() + func (x *GListRPushsRequest) GetKey() string + func (x *GListRPushsRequest) GetValues() []*Value + func (x *GListRPushsRequest) ProtoReflect() protoreflect.Message + func (x *GListRPushsRequest) Reset() + func (x *GListRPushsRequest) String() string + type GListRPushsResponse struct + Ok bool + func (*GListRPushsResponse) Descriptor() ([]byte, []int) + func (*GListRPushsResponse) ProtoMessage() + func (x *GListRPushsResponse) GetOk() bool + func (x *GListRPushsResponse) ProtoReflect() protoreflect.Message + func (x *GListRPushsResponse) Reset() + func (x *GListRPushsResponse) String() string + type GListServiceClient interface + LIndex func(ctx context.Context, in *GListLIndexRequest, opts ...grpc.CallOption) (*GListLIndexResponse, error) + LLen func(ctx context.Context, in *GListLLenRequest, opts ...grpc.CallOption) (*GListLLenResponse, error) + LPop func(ctx context.Context, in *GListLPopRequest, opts ...grpc.CallOption) (*GListLPopResponse, error) + LPush func(ctx context.Context, in *GListLPushRequest, opts ...grpc.CallOption) (*GListLPushResponse, error) + LPushs func(ctx context.Context, in *GListLPushsRequest, opts ...grpc.CallOption) (*GListLPushsResponse, error) + LRange func(ctx context.Context, in *GListLRangeRequest, opts ...grpc.CallOption) (*GListLRangeResponse, error) + LRem func(ctx context.Context, in *GListLRemRequest, opts ...grpc.CallOption) (*GListLRemResponse, error) + LSet func(ctx context.Context, in *GListLSetRequest, opts ...grpc.CallOption) (*GListLSetResponse, error) + LTrim func(ctx context.Context, in *GListLTrimRequest, opts ...grpc.CallOption) (*GListLTrimResponse, error) + RPop func(ctx context.Context, in *GListRPopRequest, opts ...grpc.CallOption) (*GListRPopResponse, error) + RPush func(ctx context.Context, in *GListRPushRequest, opts ...grpc.CallOption) (*GListRPushResponse, error) + RPushs func(ctx context.Context, in *GListRPushsRequest, opts ...grpc.CallOption) (*GListRPushsResponse, error) + func NewGListServiceClient(cc grpc.ClientConnInterface) GListServiceClient + type GListServiceServer interface + LIndex func(context.Context, *GListLIndexRequest) (*GListLIndexResponse, error) + LLen func(context.Context, *GListLLenRequest) (*GListLLenResponse, error) + LPop func(context.Context, *GListLPopRequest) (*GListLPopResponse, error) + LPush func(context.Context, *GListLPushRequest) (*GListLPushResponse, error) + LPushs func(context.Context, *GListLPushsRequest) (*GListLPushsResponse, error) + LRange func(context.Context, *GListLRangeRequest) (*GListLRangeResponse, error) + LRem func(context.Context, *GListLRemRequest) (*GListLRemResponse, error) + LSet func(context.Context, *GListLSetRequest) (*GListLSetResponse, error) + LTrim func(context.Context, *GListLTrimRequest) (*GListLTrimResponse, error) + RPop func(context.Context, *GListRPopRequest) (*GListRPopResponse, error) + RPush func(context.Context, *GListRPushRequest) (*GListRPushResponse, error) + RPushs func(context.Context, *GListRPushsRequest) (*GListRPushsResponse, error) + type UnimplementedGListServiceServer struct + func (UnimplementedGListServiceServer) LIndex(context.Context, *GListLIndexRequest) (*GListLIndexResponse, error) + func (UnimplementedGListServiceServer) LLen(context.Context, *GListLLenRequest) (*GListLLenResponse, error) + func (UnimplementedGListServiceServer) LPop(context.Context, *GListLPopRequest) (*GListLPopResponse, error) + func (UnimplementedGListServiceServer) LPush(context.Context, *GListLPushRequest) (*GListLPushResponse, error) + func (UnimplementedGListServiceServer) LPushs(context.Context, *GListLPushsRequest) (*GListLPushsResponse, error) + func (UnimplementedGListServiceServer) LRange(context.Context, *GListLRangeRequest) (*GListLRangeResponse, error) + func (UnimplementedGListServiceServer) LRem(context.Context, *GListLRemRequest) (*GListLRemResponse, error) + func (UnimplementedGListServiceServer) LSet(context.Context, *GListLSetRequest) (*GListLSetResponse, error) + func (UnimplementedGListServiceServer) LTrim(context.Context, *GListLTrimRequest) (*GListLTrimResponse, error) + func (UnimplementedGListServiceServer) RPop(context.Context, *GListRPopRequest) (*GListRPopResponse, error) + func (UnimplementedGListServiceServer) RPush(context.Context, *GListRPushRequest) (*GListRPushResponse, error) + func (UnimplementedGListServiceServer) RPushs(context.Context, *GListRPushsRequest) (*GListRPushsResponse, error) + type UnsafeGListServiceServer interface + type Value struct + Value isValue_Value + func (*Value) Descriptor() ([]byte, []int) + func (*Value) ProtoMessage() + func (m *Value) GetValue() isValue_Value + func (x *Value) GetBoolValue() bool + func (x *Value) GetBytesValue() []byte + func (x *Value) GetFloat32Value() float32 + func (x *Value) GetFloat64Value() float64 + func (x *Value) GetInt32Value() int32 + func (x *Value) GetInt64Value() int64 + func (x *Value) GetStringValue() string + func (x *Value) ProtoReflect() protoreflect.Message + func (x *Value) Reset() + func (x *Value) String() string + type Value_BoolValue struct + BoolValue bool + type Value_BytesValue struct + BytesValue []byte + type Value_Float32Value struct + Float32Value float32 + type Value_Float64Value struct + Float64Value float64 + type Value_Int32Value struct + Int32Value int32 + type Value_Int64Value struct + Int64Value int64 + type Value_StringValue struct + StringValue string