Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + const DeviceIdService_GetId_FullMethodName + const DeviceIdService_GetType_FullMethodName + var DeviceIdService_ServiceDesc = grpc.ServiceDesc + var File_proto_devicelock_devicelock_proto protoreflect.FileDescriptor + func RegisterDeviceIdServiceServer(s grpc.ServiceRegistrar, srv DeviceIdServiceServer) + type DeviceIdServiceClient interface + GetId func(ctx context.Context, in *GetIdRequest, opts ...grpc.CallOption) (*GetIdResponse, error) + GetType func(ctx context.Context, in *GetTypeRequest, opts ...grpc.CallOption) (*GetTypeResponse, error) + func NewDeviceIdServiceClient(cc grpc.ClientConnInterface) DeviceIdServiceClient + type DeviceIdServiceServer interface + GetId func(context.Context, *GetIdRequest) (*GetIdResponse, error) + GetType func(context.Context, *GetTypeRequest) (*GetTypeResponse, error) + type GetIdRequest struct + func (*GetIdRequest) Descriptor() ([]byte, []int) + func (*GetIdRequest) ProtoMessage() + 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 GetTypeRequest struct + func (*GetTypeRequest) Descriptor() ([]byte, []int) + func (*GetTypeRequest) ProtoMessage() + func (x *GetTypeRequest) ProtoReflect() protoreflect.Message + func (x *GetTypeRequest) Reset() + func (x *GetTypeRequest) String() string + type GetTypeResponse struct + Result int32 + func (*GetTypeResponse) Descriptor() ([]byte, []int) + func (*GetTypeResponse) ProtoMessage() + func (x *GetTypeResponse) GetResult() int32 + func (x *GetTypeResponse) ProtoReflect() protoreflect.Message + func (x *GetTypeResponse) Reset() + func (x *GetTypeResponse) String() string + type UnimplementedDeviceIdServiceServer struct + func (UnimplementedDeviceIdServiceServer) GetId(context.Context, *GetIdRequest) (*GetIdResponse, error) + func (UnimplementedDeviceIdServiceServer) GetType(context.Context, *GetTypeRequest) (*GetTypeResponse, error) + type UnsafeDeviceIdServiceServer interface