Documentation ¶
Index ¶
- Variables
- func RegisterDeviceServer(s grpc.ServiceRegistrar, srv DeviceServer)
- type DeviceClient
- type DeviceServer
- type GetLoggedInAccountsRequest
- func (*GetLoggedInAccountsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetLoggedInAccountsRequest) GetAppInstall() *v1.AppInstallId
- func (*GetLoggedInAccountsRequest) ProtoMessage()
- func (x *GetLoggedInAccountsRequest) ProtoReflect() protoreflect.Message
- func (x *GetLoggedInAccountsRequest) Reset()
- func (x *GetLoggedInAccountsRequest) String() string
- func (m *GetLoggedInAccountsRequest) Validate() error
- type GetLoggedInAccountsRequestValidationError
- func (e GetLoggedInAccountsRequestValidationError) Cause() error
- func (e GetLoggedInAccountsRequestValidationError) Error() string
- func (e GetLoggedInAccountsRequestValidationError) ErrorName() string
- func (e GetLoggedInAccountsRequestValidationError) Field() string
- func (e GetLoggedInAccountsRequestValidationError) Key() bool
- func (e GetLoggedInAccountsRequestValidationError) Reason() string
- type GetLoggedInAccountsResponse
- func (*GetLoggedInAccountsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetLoggedInAccountsResponse) GetOwners() []*v1.SolanaAccountId
- func (x *GetLoggedInAccountsResponse) GetResult() GetLoggedInAccountsResponse_Result
- func (*GetLoggedInAccountsResponse) ProtoMessage()
- func (x *GetLoggedInAccountsResponse) ProtoReflect() protoreflect.Message
- func (x *GetLoggedInAccountsResponse) Reset()
- func (x *GetLoggedInAccountsResponse) String() string
- func (m *GetLoggedInAccountsResponse) Validate() error
- type GetLoggedInAccountsResponseValidationError
- func (e GetLoggedInAccountsResponseValidationError) Cause() error
- func (e GetLoggedInAccountsResponseValidationError) Error() string
- func (e GetLoggedInAccountsResponseValidationError) ErrorName() string
- func (e GetLoggedInAccountsResponseValidationError) Field() string
- func (e GetLoggedInAccountsResponseValidationError) Key() bool
- func (e GetLoggedInAccountsResponseValidationError) Reason() string
- type GetLoggedInAccountsResponse_Result
- func (GetLoggedInAccountsResponse_Result) Descriptor() protoreflect.EnumDescriptor
- func (x GetLoggedInAccountsResponse_Result) Enum() *GetLoggedInAccountsResponse_Result
- func (GetLoggedInAccountsResponse_Result) EnumDescriptor() ([]byte, []int)deprecated
- func (x GetLoggedInAccountsResponse_Result) Number() protoreflect.EnumNumber
- func (x GetLoggedInAccountsResponse_Result) String() string
- func (GetLoggedInAccountsResponse_Result) Type() protoreflect.EnumType
- type RegisterLoggedInAccountsRequest
- func (*RegisterLoggedInAccountsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RegisterLoggedInAccountsRequest) GetAppInstall() *v1.AppInstallId
- func (x *RegisterLoggedInAccountsRequest) GetOwners() []*v1.SolanaAccountId
- func (x *RegisterLoggedInAccountsRequest) GetSignatures() []*v1.Signature
- func (*RegisterLoggedInAccountsRequest) ProtoMessage()
- func (x *RegisterLoggedInAccountsRequest) ProtoReflect() protoreflect.Message
- func (x *RegisterLoggedInAccountsRequest) Reset()
- func (x *RegisterLoggedInAccountsRequest) String() string
- func (m *RegisterLoggedInAccountsRequest) Validate() error
- type RegisterLoggedInAccountsRequestValidationError
- func (e RegisterLoggedInAccountsRequestValidationError) Cause() error
- func (e RegisterLoggedInAccountsRequestValidationError) Error() string
- func (e RegisterLoggedInAccountsRequestValidationError) ErrorName() string
- func (e RegisterLoggedInAccountsRequestValidationError) Field() string
- func (e RegisterLoggedInAccountsRequestValidationError) Key() bool
- func (e RegisterLoggedInAccountsRequestValidationError) Reason() string
- type RegisterLoggedInAccountsResponse
- func (*RegisterLoggedInAccountsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RegisterLoggedInAccountsResponse) GetInvalidOwners() []*v1.SolanaAccountId
- func (x *RegisterLoggedInAccountsResponse) GetResult() RegisterLoggedInAccountsResponse_Result
- func (*RegisterLoggedInAccountsResponse) ProtoMessage()
- func (x *RegisterLoggedInAccountsResponse) ProtoReflect() protoreflect.Message
- func (x *RegisterLoggedInAccountsResponse) Reset()
- func (x *RegisterLoggedInAccountsResponse) String() string
- func (m *RegisterLoggedInAccountsResponse) Validate() error
- type RegisterLoggedInAccountsResponseValidationError
- func (e RegisterLoggedInAccountsResponseValidationError) Cause() error
- func (e RegisterLoggedInAccountsResponseValidationError) Error() string
- func (e RegisterLoggedInAccountsResponseValidationError) ErrorName() string
- func (e RegisterLoggedInAccountsResponseValidationError) Field() string
- func (e RegisterLoggedInAccountsResponseValidationError) Key() bool
- func (e RegisterLoggedInAccountsResponseValidationError) Reason() string
- type RegisterLoggedInAccountsResponse_Result
- func (RegisterLoggedInAccountsResponse_Result) Descriptor() protoreflect.EnumDescriptor
- func (x RegisterLoggedInAccountsResponse_Result) Enum() *RegisterLoggedInAccountsResponse_Result
- func (RegisterLoggedInAccountsResponse_Result) EnumDescriptor() ([]byte, []int)deprecated
- func (x RegisterLoggedInAccountsResponse_Result) Number() protoreflect.EnumNumber
- func (x RegisterLoggedInAccountsResponse_Result) String() string
- func (RegisterLoggedInAccountsResponse_Result) Type() protoreflect.EnumType
- type UnimplementedDeviceServer
- type UnsafeDeviceServer
Constants ¶
This section is empty.
Variables ¶
var ( RegisterLoggedInAccountsResponse_Result_name = map[int32]string{ 0: "OK", 1: "INVALID_OWNER", } RegisterLoggedInAccountsResponse_Result_value = map[string]int32{ "OK": 0, "INVALID_OWNER": 1, } )
Enum value maps for RegisterLoggedInAccountsResponse_Result.
var ( GetLoggedInAccountsResponse_Result_name = map[int32]string{ 0: "OK", } GetLoggedInAccountsResponse_Result_value = map[string]int32{ "OK": 0, } )
Enum value maps for GetLoggedInAccountsResponse_Result.
var Device_ServiceDesc = grpc.ServiceDesc{ ServiceName: "code.device.v1.Device", HandlerType: (*DeviceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "RegisterLoggedInAccounts", Handler: _Device_RegisterLoggedInAccounts_Handler, }, { MethodName: "GetLoggedInAccounts", Handler: _Device_GetLoggedInAccounts_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "device/v1/device_service.proto", }
Device_ServiceDesc is the grpc.ServiceDesc for Device service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_device_v1_device_service_proto protoreflect.FileDescriptor
Functions ¶
func RegisterDeviceServer ¶
func RegisterDeviceServer(s grpc.ServiceRegistrar, srv DeviceServer)
Types ¶
type DeviceClient ¶
type DeviceClient interface { // RegisterLoggedInAccounts registers a set of owner accounts logged for // an app install. Currently, a single login is enforced per app install. // After using GetLoggedInAccounts to detect stale logins, clients can use // this RPC to update the set of accounts with valid login sessions. RegisterLoggedInAccounts(ctx context.Context, in *RegisterLoggedInAccountsRequest, opts ...grpc.CallOption) (*RegisterLoggedInAccountsResponse, error) // GetLoggedInAccounts gets the set of logged in accounts for an app install. // Clients can use this RPC to detect stale logins for boot out of the app. GetLoggedInAccounts(ctx context.Context, in *GetLoggedInAccountsRequest, opts ...grpc.CallOption) (*GetLoggedInAccountsResponse, error) }
DeviceClient is the client API for Device service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewDeviceClient ¶
func NewDeviceClient(cc grpc.ClientConnInterface) DeviceClient
type DeviceServer ¶
type DeviceServer interface { // RegisterLoggedInAccounts registers a set of owner accounts logged for // an app install. Currently, a single login is enforced per app install. // After using GetLoggedInAccounts to detect stale logins, clients can use // this RPC to update the set of accounts with valid login sessions. RegisterLoggedInAccounts(context.Context, *RegisterLoggedInAccountsRequest) (*RegisterLoggedInAccountsResponse, error) // GetLoggedInAccounts gets the set of logged in accounts for an app install. // Clients can use this RPC to detect stale logins for boot out of the app. GetLoggedInAccounts(context.Context, *GetLoggedInAccountsRequest) (*GetLoggedInAccountsResponse, error) // contains filtered or unexported methods }
DeviceServer is the server API for Device service. All implementations must embed UnimplementedDeviceServer for forward compatibility
type GetLoggedInAccountsRequest ¶
type GetLoggedInAccountsRequest struct { AppInstall *v1.AppInstallId `protobuf:"bytes,1,opt,name=app_install,json=appInstall,proto3" json:"app_install,omitempty"` // contains filtered or unexported fields }
func (*GetLoggedInAccountsRequest) Descriptor
deprecated
func (*GetLoggedInAccountsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetLoggedInAccountsRequest.ProtoReflect.Descriptor instead.
func (*GetLoggedInAccountsRequest) GetAppInstall ¶
func (x *GetLoggedInAccountsRequest) GetAppInstall() *v1.AppInstallId
func (*GetLoggedInAccountsRequest) ProtoMessage ¶
func (*GetLoggedInAccountsRequest) ProtoMessage()
func (*GetLoggedInAccountsRequest) ProtoReflect ¶
func (x *GetLoggedInAccountsRequest) ProtoReflect() protoreflect.Message
func (*GetLoggedInAccountsRequest) Reset ¶
func (x *GetLoggedInAccountsRequest) Reset()
func (*GetLoggedInAccountsRequest) String ¶
func (x *GetLoggedInAccountsRequest) String() string
func (*GetLoggedInAccountsRequest) Validate ¶
func (m *GetLoggedInAccountsRequest) Validate() error
Validate checks the field values on GetLoggedInAccountsRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type GetLoggedInAccountsRequestValidationError ¶
type GetLoggedInAccountsRequestValidationError struct {
// contains filtered or unexported fields
}
GetLoggedInAccountsRequestValidationError is the validation error returned by GetLoggedInAccountsRequest.Validate if the designated constraints aren't met.
func (GetLoggedInAccountsRequestValidationError) Cause ¶
func (e GetLoggedInAccountsRequestValidationError) Cause() error
Cause function returns cause value.
func (GetLoggedInAccountsRequestValidationError) Error ¶
func (e GetLoggedInAccountsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetLoggedInAccountsRequestValidationError) ErrorName ¶
func (e GetLoggedInAccountsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetLoggedInAccountsRequestValidationError) Field ¶
func (e GetLoggedInAccountsRequestValidationError) Field() string
Field function returns field value.
func (GetLoggedInAccountsRequestValidationError) Key ¶
func (e GetLoggedInAccountsRequestValidationError) Key() bool
Key function returns key value.
func (GetLoggedInAccountsRequestValidationError) Reason ¶
func (e GetLoggedInAccountsRequestValidationError) Reason() string
Reason function returns reason value.
type GetLoggedInAccountsResponse ¶
type GetLoggedInAccountsResponse struct { Result GetLoggedInAccountsResponse_Result `protobuf:"varint,1,opt,name=result,proto3,enum=code.device.v1.GetLoggedInAccountsResponse_Result" json:"result,omitempty"` Owners []*v1.SolanaAccountId `protobuf:"bytes,2,rep,name=owners,proto3" json:"owners,omitempty"` // contains filtered or unexported fields }
func (*GetLoggedInAccountsResponse) Descriptor
deprecated
func (*GetLoggedInAccountsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetLoggedInAccountsResponse.ProtoReflect.Descriptor instead.
func (*GetLoggedInAccountsResponse) GetOwners ¶
func (x *GetLoggedInAccountsResponse) GetOwners() []*v1.SolanaAccountId
func (*GetLoggedInAccountsResponse) GetResult ¶
func (x *GetLoggedInAccountsResponse) GetResult() GetLoggedInAccountsResponse_Result
func (*GetLoggedInAccountsResponse) ProtoMessage ¶
func (*GetLoggedInAccountsResponse) ProtoMessage()
func (*GetLoggedInAccountsResponse) ProtoReflect ¶
func (x *GetLoggedInAccountsResponse) ProtoReflect() protoreflect.Message
func (*GetLoggedInAccountsResponse) Reset ¶
func (x *GetLoggedInAccountsResponse) Reset()
func (*GetLoggedInAccountsResponse) String ¶
func (x *GetLoggedInAccountsResponse) String() string
func (*GetLoggedInAccountsResponse) Validate ¶
func (m *GetLoggedInAccountsResponse) Validate() error
Validate checks the field values on GetLoggedInAccountsResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type GetLoggedInAccountsResponseValidationError ¶
type GetLoggedInAccountsResponseValidationError struct {
// contains filtered or unexported fields
}
GetLoggedInAccountsResponseValidationError is the validation error returned by GetLoggedInAccountsResponse.Validate if the designated constraints aren't met.
func (GetLoggedInAccountsResponseValidationError) Cause ¶
func (e GetLoggedInAccountsResponseValidationError) Cause() error
Cause function returns cause value.
func (GetLoggedInAccountsResponseValidationError) Error ¶
func (e GetLoggedInAccountsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetLoggedInAccountsResponseValidationError) ErrorName ¶
func (e GetLoggedInAccountsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetLoggedInAccountsResponseValidationError) Field ¶
func (e GetLoggedInAccountsResponseValidationError) Field() string
Field function returns field value.
func (GetLoggedInAccountsResponseValidationError) Key ¶
func (e GetLoggedInAccountsResponseValidationError) Key() bool
Key function returns key value.
func (GetLoggedInAccountsResponseValidationError) Reason ¶
func (e GetLoggedInAccountsResponseValidationError) Reason() string
Reason function returns reason value.
type GetLoggedInAccountsResponse_Result ¶
type GetLoggedInAccountsResponse_Result int32
const (
GetLoggedInAccountsResponse_OK GetLoggedInAccountsResponse_Result = 0
)
func (GetLoggedInAccountsResponse_Result) Descriptor ¶
func (GetLoggedInAccountsResponse_Result) Descriptor() protoreflect.EnumDescriptor
func (GetLoggedInAccountsResponse_Result) Enum ¶
func (x GetLoggedInAccountsResponse_Result) Enum() *GetLoggedInAccountsResponse_Result
func (GetLoggedInAccountsResponse_Result) EnumDescriptor
deprecated
func (GetLoggedInAccountsResponse_Result) EnumDescriptor() ([]byte, []int)
Deprecated: Use GetLoggedInAccountsResponse_Result.Descriptor instead.
func (GetLoggedInAccountsResponse_Result) Number ¶
func (x GetLoggedInAccountsResponse_Result) Number() protoreflect.EnumNumber
func (GetLoggedInAccountsResponse_Result) String ¶
func (x GetLoggedInAccountsResponse_Result) String() string
func (GetLoggedInAccountsResponse_Result) Type ¶
func (GetLoggedInAccountsResponse_Result) Type() protoreflect.EnumType
type RegisterLoggedInAccountsRequest ¶
type RegisterLoggedInAccountsRequest struct { AppInstall *v1.AppInstallId `protobuf:"bytes,1,opt,name=app_install,json=appInstall,proto3" json:"app_install,omitempty"` // The set of owners logged into the app install. Setting an empty value // indicates there are no logged in users. We allow for more than one owner // in the spec with a repeated field to be flexible in the future. Owners []*v1.SolanaAccountId `protobuf:"bytes,2,rep,name=owners,proto3" json:"owners,omitempty"` // Signature values must appear in the exact order their respecitive signing // owner account appears in the owners field. All signatures should be generated // without any other signature values set. Signatures []*v1.Signature `protobuf:"bytes,3,rep,name=signatures,proto3" json:"signatures,omitempty"` // contains filtered or unexported fields }
func (*RegisterLoggedInAccountsRequest) Descriptor
deprecated
func (*RegisterLoggedInAccountsRequest) Descriptor() ([]byte, []int)
Deprecated: Use RegisterLoggedInAccountsRequest.ProtoReflect.Descriptor instead.
func (*RegisterLoggedInAccountsRequest) GetAppInstall ¶
func (x *RegisterLoggedInAccountsRequest) GetAppInstall() *v1.AppInstallId
func (*RegisterLoggedInAccountsRequest) GetOwners ¶
func (x *RegisterLoggedInAccountsRequest) GetOwners() []*v1.SolanaAccountId
func (*RegisterLoggedInAccountsRequest) GetSignatures ¶
func (x *RegisterLoggedInAccountsRequest) GetSignatures() []*v1.Signature
func (*RegisterLoggedInAccountsRequest) ProtoMessage ¶
func (*RegisterLoggedInAccountsRequest) ProtoMessage()
func (*RegisterLoggedInAccountsRequest) ProtoReflect ¶
func (x *RegisterLoggedInAccountsRequest) ProtoReflect() protoreflect.Message
func (*RegisterLoggedInAccountsRequest) Reset ¶
func (x *RegisterLoggedInAccountsRequest) Reset()
func (*RegisterLoggedInAccountsRequest) String ¶
func (x *RegisterLoggedInAccountsRequest) String() string
func (*RegisterLoggedInAccountsRequest) Validate ¶
func (m *RegisterLoggedInAccountsRequest) Validate() error
Validate checks the field values on RegisterLoggedInAccountsRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type RegisterLoggedInAccountsRequestValidationError ¶
type RegisterLoggedInAccountsRequestValidationError struct {
// contains filtered or unexported fields
}
RegisterLoggedInAccountsRequestValidationError is the validation error returned by RegisterLoggedInAccountsRequest.Validate if the designated constraints aren't met.
func (RegisterLoggedInAccountsRequestValidationError) Cause ¶
func (e RegisterLoggedInAccountsRequestValidationError) Cause() error
Cause function returns cause value.
func (RegisterLoggedInAccountsRequestValidationError) Error ¶
func (e RegisterLoggedInAccountsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (RegisterLoggedInAccountsRequestValidationError) ErrorName ¶
func (e RegisterLoggedInAccountsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (RegisterLoggedInAccountsRequestValidationError) Field ¶
func (e RegisterLoggedInAccountsRequestValidationError) Field() string
Field function returns field value.
func (RegisterLoggedInAccountsRequestValidationError) Key ¶
func (e RegisterLoggedInAccountsRequestValidationError) Key() bool
Key function returns key value.
func (RegisterLoggedInAccountsRequestValidationError) Reason ¶
func (e RegisterLoggedInAccountsRequestValidationError) Reason() string
Reason function returns reason value.
type RegisterLoggedInAccountsResponse ¶
type RegisterLoggedInAccountsResponse struct { Result RegisterLoggedInAccountsResponse_Result `` /* 126-byte string literal not displayed */ // Set of invalid owner accounts detected in the request. An owner account // can be invalid for several reasons: not phone verified, timelock account // unlocked, etc. Value is set when result is INVALID_OWNER. InvalidOwners []*v1.SolanaAccountId `protobuf:"bytes,2,rep,name=invalid_owners,json=invalidOwners,proto3" json:"invalid_owners,omitempty"` // contains filtered or unexported fields }
func (*RegisterLoggedInAccountsResponse) Descriptor
deprecated
func (*RegisterLoggedInAccountsResponse) Descriptor() ([]byte, []int)
Deprecated: Use RegisterLoggedInAccountsResponse.ProtoReflect.Descriptor instead.
func (*RegisterLoggedInAccountsResponse) GetInvalidOwners ¶
func (x *RegisterLoggedInAccountsResponse) GetInvalidOwners() []*v1.SolanaAccountId
func (*RegisterLoggedInAccountsResponse) GetResult ¶
func (x *RegisterLoggedInAccountsResponse) GetResult() RegisterLoggedInAccountsResponse_Result
func (*RegisterLoggedInAccountsResponse) ProtoMessage ¶
func (*RegisterLoggedInAccountsResponse) ProtoMessage()
func (*RegisterLoggedInAccountsResponse) ProtoReflect ¶
func (x *RegisterLoggedInAccountsResponse) ProtoReflect() protoreflect.Message
func (*RegisterLoggedInAccountsResponse) Reset ¶
func (x *RegisterLoggedInAccountsResponse) Reset()
func (*RegisterLoggedInAccountsResponse) String ¶
func (x *RegisterLoggedInAccountsResponse) String() string
func (*RegisterLoggedInAccountsResponse) Validate ¶
func (m *RegisterLoggedInAccountsResponse) Validate() error
Validate checks the field values on RegisterLoggedInAccountsResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type RegisterLoggedInAccountsResponseValidationError ¶
type RegisterLoggedInAccountsResponseValidationError struct {
// contains filtered or unexported fields
}
RegisterLoggedInAccountsResponseValidationError is the validation error returned by RegisterLoggedInAccountsResponse.Validate if the designated constraints aren't met.
func (RegisterLoggedInAccountsResponseValidationError) Cause ¶
func (e RegisterLoggedInAccountsResponseValidationError) Cause() error
Cause function returns cause value.
func (RegisterLoggedInAccountsResponseValidationError) Error ¶
func (e RegisterLoggedInAccountsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (RegisterLoggedInAccountsResponseValidationError) ErrorName ¶
func (e RegisterLoggedInAccountsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (RegisterLoggedInAccountsResponseValidationError) Field ¶
func (e RegisterLoggedInAccountsResponseValidationError) Field() string
Field function returns field value.
func (RegisterLoggedInAccountsResponseValidationError) Key ¶
func (e RegisterLoggedInAccountsResponseValidationError) Key() bool
Key function returns key value.
func (RegisterLoggedInAccountsResponseValidationError) Reason ¶
func (e RegisterLoggedInAccountsResponseValidationError) Reason() string
Reason function returns reason value.
type RegisterLoggedInAccountsResponse_Result ¶
type RegisterLoggedInAccountsResponse_Result int32
const ( RegisterLoggedInAccountsResponse_OK RegisterLoggedInAccountsResponse_Result = 0 RegisterLoggedInAccountsResponse_INVALID_OWNER RegisterLoggedInAccountsResponse_Result = 1 )
func (RegisterLoggedInAccountsResponse_Result) Descriptor ¶
func (RegisterLoggedInAccountsResponse_Result) Descriptor() protoreflect.EnumDescriptor
func (RegisterLoggedInAccountsResponse_Result) EnumDescriptor
deprecated
func (RegisterLoggedInAccountsResponse_Result) EnumDescriptor() ([]byte, []int)
Deprecated: Use RegisterLoggedInAccountsResponse_Result.Descriptor instead.
func (RegisterLoggedInAccountsResponse_Result) Number ¶
func (x RegisterLoggedInAccountsResponse_Result) Number() protoreflect.EnumNumber
func (RegisterLoggedInAccountsResponse_Result) String ¶
func (x RegisterLoggedInAccountsResponse_Result) String() string
func (RegisterLoggedInAccountsResponse_Result) Type ¶
func (RegisterLoggedInAccountsResponse_Result) Type() protoreflect.EnumType
type UnimplementedDeviceServer ¶
type UnimplementedDeviceServer struct { }
UnimplementedDeviceServer must be embedded to have forward compatible implementations.
func (UnimplementedDeviceServer) GetLoggedInAccounts ¶
func (UnimplementedDeviceServer) GetLoggedInAccounts(context.Context, *GetLoggedInAccountsRequest) (*GetLoggedInAccountsResponse, error)
func (UnimplementedDeviceServer) RegisterLoggedInAccounts ¶
func (UnimplementedDeviceServer) RegisterLoggedInAccounts(context.Context, *RegisterLoggedInAccountsRequest) (*RegisterLoggedInAccountsResponse, error)
type UnsafeDeviceServer ¶
type UnsafeDeviceServer interface {
// contains filtered or unexported methods
}
UnsafeDeviceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DeviceServer will result in compilation errors.