Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + const AppSetIdManagerService_Get_FullMethodName + const AppSetIdService_Equals_FullMethodName + const AppSetIdService_GetId_FullMethodName + const AppSetIdService_GetScope_FullMethodName + const AppSetIdService_HashCode_FullMethodName + const AppSetIdService_NewAppSetId_FullMethodName + var AppSetIdManagerService_ServiceDesc = grpc.ServiceDesc + var AppSetIdService_ServiceDesc = grpc.ServiceDesc + var File_proto_appsetid_appsetid_proto protoreflect.FileDescriptor + func RegisterAppSetIdManagerServiceServer(s grpc.ServiceRegistrar, srv AppSetIdManagerServiceServer) + func RegisterAppSetIdServiceServer(s grpc.ServiceRegistrar, srv AppSetIdServiceServer) + type AppSetIdManagerServiceClient interface + Get func(ctx context.Context, in *GetRequest, opts ...grpc.CallOption) (*GetResponse, error) + func NewAppSetIdManagerServiceClient(cc grpc.ClientConnInterface) AppSetIdManagerServiceClient + type AppSetIdManagerServiceServer interface + Get func(context.Context, *GetRequest) (*GetResponse, error) + type AppSetIdServiceClient interface + Equals func(ctx context.Context, in *EqualsRequest, opts ...grpc.CallOption) (*EqualsResponse, error) + GetId func(ctx context.Context, in *GetIdRequest, opts ...grpc.CallOption) (*GetIdResponse, error) + GetScope func(ctx context.Context, in *GetScopeRequest, opts ...grpc.CallOption) (*GetScopeResponse, error) + HashCode func(ctx context.Context, in *HashCodeRequest, opts ...grpc.CallOption) (*HashCodeResponse, error) + NewAppSetId func(ctx context.Context, in *NewAppSetIdRequest, opts ...grpc.CallOption) (*NewAppSetIdResponse, error) + func NewAppSetIdServiceClient(cc grpc.ClientConnInterface) AppSetIdServiceClient + type AppSetIdServiceServer interface + Equals func(context.Context, *EqualsRequest) (*EqualsResponse, error) + GetId func(context.Context, *GetIdRequest) (*GetIdResponse, error) + GetScope func(context.Context, *GetScopeRequest) (*GetScopeResponse, error) + HashCode func(context.Context, *HashCodeRequest) (*HashCodeResponse, error) + NewAppSetId func(context.Context, *NewAppSetIdRequest) (*NewAppSetIdResponse, error) + type EqualsRequest struct + Arg0 int64 + Handle int64 + func (*EqualsRequest) Descriptor() ([]byte, []int) + func (*EqualsRequest) ProtoMessage() + func (x *EqualsRequest) GetArg0() int64 + func (x *EqualsRequest) GetHandle() int64 + func (x *EqualsRequest) ProtoReflect() protoreflect.Message + func (x *EqualsRequest) Reset() + func (x *EqualsRequest) String() string + type EqualsResponse struct + Result bool + func (*EqualsResponse) Descriptor() ([]byte, []int) + func (*EqualsResponse) ProtoMessage() + func (x *EqualsResponse) GetResult() bool + func (x *EqualsResponse) ProtoReflect() protoreflect.Message + func (x *EqualsResponse) Reset() + func (x *EqualsResponse) String() string + type GetIdRequest struct + Handle int64 + func (*GetIdRequest) Descriptor() ([]byte, []int) + func (*GetIdRequest) ProtoMessage() + func (x *GetIdRequest) GetHandle() int64 + func (x *GetIdRequest) ProtoReflect() protoreflect.Message + func (x *GetIdRequest) Reset() + func (x *GetIdRequest) String() string + type GetIdResponse struct + Result string + func (*GetIdResponse) Descriptor() ([]byte, []int) + func (*GetIdResponse) ProtoMessage() + func (x *GetIdResponse) GetResult() string + func (x *GetIdResponse) ProtoReflect() protoreflect.Message + func (x *GetIdResponse) Reset() + func (x *GetIdResponse) String() string + type GetRequest struct + Arg0 int64 + func (*GetRequest) Descriptor() ([]byte, []int) + func (*GetRequest) ProtoMessage() + func (x *GetRequest) GetArg0() int64 + func (x *GetRequest) ProtoReflect() protoreflect.Message + func (x *GetRequest) Reset() + func (x *GetRequest) String() string + type GetResponse struct + Result int64 + func (*GetResponse) Descriptor() ([]byte, []int) + func (*GetResponse) ProtoMessage() + func (x *GetResponse) GetResult() int64 + func (x *GetResponse) ProtoReflect() protoreflect.Message + func (x *GetResponse) Reset() + func (x *GetResponse) String() string + type GetScopeRequest struct + Handle int64 + func (*GetScopeRequest) Descriptor() ([]byte, []int) + func (*GetScopeRequest) ProtoMessage() + func (x *GetScopeRequest) GetHandle() int64 + func (x *GetScopeRequest) ProtoReflect() protoreflect.Message + func (x *GetScopeRequest) Reset() + func (x *GetScopeRequest) String() string + type GetScopeResponse struct + Result int32 + func (*GetScopeResponse) Descriptor() ([]byte, []int) + func (*GetScopeResponse) ProtoMessage() + func (x *GetScopeResponse) GetResult() int32 + func (x *GetScopeResponse) ProtoReflect() protoreflect.Message + func (x *GetScopeResponse) Reset() + func (x *GetScopeResponse) String() string + type HashCodeRequest struct + Handle int64 + func (*HashCodeRequest) Descriptor() ([]byte, []int) + func (*HashCodeRequest) ProtoMessage() + func (x *HashCodeRequest) GetHandle() int64 + func (x *HashCodeRequest) ProtoReflect() protoreflect.Message + func (x *HashCodeRequest) Reset() + func (x *HashCodeRequest) String() string + type HashCodeResponse struct + Result int32 + func (*HashCodeResponse) Descriptor() ([]byte, []int) + func (*HashCodeResponse) ProtoMessage() + func (x *HashCodeResponse) GetResult() int32 + func (x *HashCodeResponse) ProtoReflect() protoreflect.Message + func (x *HashCodeResponse) Reset() + func (x *HashCodeResponse) String() string + type NewAppSetIdRequest struct + Arg0 string + Arg1 int32 + func (*NewAppSetIdRequest) Descriptor() ([]byte, []int) + func (*NewAppSetIdRequest) ProtoMessage() + func (x *NewAppSetIdRequest) GetArg0() string + func (x *NewAppSetIdRequest) GetArg1() int32 + func (x *NewAppSetIdRequest) ProtoReflect() protoreflect.Message + func (x *NewAppSetIdRequest) Reset() + func (x *NewAppSetIdRequest) String() string + type NewAppSetIdResponse struct + Result int64 + func (*NewAppSetIdResponse) Descriptor() ([]byte, []int) + func (*NewAppSetIdResponse) ProtoMessage() + func (x *NewAppSetIdResponse) GetResult() int64 + func (x *NewAppSetIdResponse) ProtoReflect() protoreflect.Message + func (x *NewAppSetIdResponse) Reset() + func (x *NewAppSetIdResponse) String() string + type UnimplementedAppSetIdManagerServiceServer struct + func (UnimplementedAppSetIdManagerServiceServer) Get(context.Context, *GetRequest) (*GetResponse, error) + type UnimplementedAppSetIdServiceServer struct + func (UnimplementedAppSetIdServiceServer) Equals(context.Context, *EqualsRequest) (*EqualsResponse, error) + func (UnimplementedAppSetIdServiceServer) GetId(context.Context, *GetIdRequest) (*GetIdResponse, error) + func (UnimplementedAppSetIdServiceServer) GetScope(context.Context, *GetScopeRequest) (*GetScopeResponse, error) + func (UnimplementedAppSetIdServiceServer) HashCode(context.Context, *HashCodeRequest) (*HashCodeResponse, error) + func (UnimplementedAppSetIdServiceServer) NewAppSetId(context.Context, *NewAppSetIdRequest) (*NewAppSetIdResponse, error) + type UnsafeAppSetIdManagerServiceServer interface + type UnsafeAppSetIdServiceServer interface