Documentation
¶
Index ¶
- Variables
- type FinishUnlockRequest
- func (*FinishUnlockRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FinishUnlockRequest) GetChallenge() []byte
- func (x *FinishUnlockRequest) GetSignature() []byte
- func (*FinishUnlockRequest) ProtoMessage()
- func (x *FinishUnlockRequest) ProtoReflect() protoreflect.Message
- func (x *FinishUnlockRequest) Reset()
- func (x *FinishUnlockRequest) String() string
- type FinishUnlockResponse
- func (*FinishUnlockResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FinishUnlockResponse) GetStatus() uint32
- func (*FinishUnlockResponse) ProtoMessage()
- func (x *FinishUnlockResponse) ProtoReflect() protoreflect.Message
- func (x *FinishUnlockResponse) Reset()
- func (x *FinishUnlockResponse) String() string
- type StartUnlockRequest
- type StartUnlockResponse
- func (*StartUnlockResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StartUnlockResponse) GetDeviceId() string
- func (x *StartUnlockResponse) GetNonce() []byte
- func (x *StartUnlockResponse) GetSignSpki() []byte
- func (*StartUnlockResponse) ProtoMessage()
- func (x *StartUnlockResponse) ProtoReflect() protoreflect.Message
- func (x *StartUnlockResponse) Reset()
- func (x *StartUnlockResponse) String() string
- type UnlockChallenge
- func (*UnlockChallenge) Descriptor() ([]byte, []int)deprecated
- func (x *UnlockChallenge) GetAuthorityGrants() []string
- func (x *UnlockChallenge) GetDeviceId() string
- func (x *UnlockChallenge) GetGrantKeydata() string
- func (x *UnlockChallenge) GetNonce() []byte
- func (x *UnlockChallenge) GetServiceKeydata() string
- func (x *UnlockChallenge) GetSignSpki() []byte
- func (*UnlockChallenge) ProtoMessage()
- func (x *UnlockChallenge) ProtoReflect() protoreflect.Message
- func (x *UnlockChallenge) Reset()
- func (x *UnlockChallenge) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_spacex_api_device_services_unlock_service_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type FinishUnlockRequest ¶
type FinishUnlockRequest struct { Challenge []byte `protobuf:"bytes,1,opt,name=challenge,proto3" json:"challenge,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*FinishUnlockRequest) Descriptor
deprecated
func (*FinishUnlockRequest) Descriptor() ([]byte, []int)
Deprecated: Use FinishUnlockRequest.ProtoReflect.Descriptor instead.
func (*FinishUnlockRequest) GetChallenge ¶
func (x *FinishUnlockRequest) GetChallenge() []byte
func (*FinishUnlockRequest) GetSignature ¶
func (x *FinishUnlockRequest) GetSignature() []byte
func (*FinishUnlockRequest) ProtoMessage ¶
func (*FinishUnlockRequest) ProtoMessage()
func (*FinishUnlockRequest) ProtoReflect ¶
func (x *FinishUnlockRequest) ProtoReflect() protoreflect.Message
func (*FinishUnlockRequest) Reset ¶
func (x *FinishUnlockRequest) Reset()
func (*FinishUnlockRequest) String ¶
func (x *FinishUnlockRequest) String() string
type FinishUnlockResponse ¶
type FinishUnlockResponse struct { Status uint32 `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*FinishUnlockResponse) Descriptor
deprecated
func (*FinishUnlockResponse) Descriptor() ([]byte, []int)
Deprecated: Use FinishUnlockResponse.ProtoReflect.Descriptor instead.
func (*FinishUnlockResponse) GetStatus ¶
func (x *FinishUnlockResponse) GetStatus() uint32
func (*FinishUnlockResponse) ProtoMessage ¶
func (*FinishUnlockResponse) ProtoMessage()
func (*FinishUnlockResponse) ProtoReflect ¶
func (x *FinishUnlockResponse) ProtoReflect() protoreflect.Message
func (*FinishUnlockResponse) Reset ¶
func (x *FinishUnlockResponse) Reset()
func (*FinishUnlockResponse) String ¶
func (x *FinishUnlockResponse) String() string
type StartUnlockRequest ¶
type StartUnlockRequest struct {
// contains filtered or unexported fields
}
func (*StartUnlockRequest) Descriptor
deprecated
func (*StartUnlockRequest) Descriptor() ([]byte, []int)
Deprecated: Use StartUnlockRequest.ProtoReflect.Descriptor instead.
func (*StartUnlockRequest) ProtoMessage ¶
func (*StartUnlockRequest) ProtoMessage()
func (*StartUnlockRequest) ProtoReflect ¶
func (x *StartUnlockRequest) ProtoReflect() protoreflect.Message
func (*StartUnlockRequest) Reset ¶
func (x *StartUnlockRequest) Reset()
func (*StartUnlockRequest) String ¶
func (x *StartUnlockRequest) String() string
type StartUnlockResponse ¶
type StartUnlockResponse struct { DeviceId string `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"` Nonce []byte `protobuf:"bytes,2,opt,name=nonce,proto3" json:"nonce,omitempty"` SignSpki []byte `protobuf:"bytes,3,opt,name=sign_spki,json=signSpki,proto3" json:"sign_spki,omitempty"` // contains filtered or unexported fields }
func (*StartUnlockResponse) Descriptor
deprecated
func (*StartUnlockResponse) Descriptor() ([]byte, []int)
Deprecated: Use StartUnlockResponse.ProtoReflect.Descriptor instead.
func (*StartUnlockResponse) GetDeviceId ¶
func (x *StartUnlockResponse) GetDeviceId() string
func (*StartUnlockResponse) GetNonce ¶
func (x *StartUnlockResponse) GetNonce() []byte
func (*StartUnlockResponse) GetSignSpki ¶
func (x *StartUnlockResponse) GetSignSpki() []byte
func (*StartUnlockResponse) ProtoMessage ¶
func (*StartUnlockResponse) ProtoMessage()
func (*StartUnlockResponse) ProtoReflect ¶
func (x *StartUnlockResponse) ProtoReflect() protoreflect.Message
func (*StartUnlockResponse) Reset ¶
func (x *StartUnlockResponse) Reset()
func (*StartUnlockResponse) String ¶
func (x *StartUnlockResponse) String() string
type UnlockChallenge ¶
type UnlockChallenge struct { DeviceId string `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"` Nonce []byte `protobuf:"bytes,2,opt,name=nonce,proto3" json:"nonce,omitempty"` SignSpki []byte `protobuf:"bytes,4,opt,name=sign_spki,json=signSpki,proto3" json:"sign_spki,omitempty"` GrantKeydata string `protobuf:"bytes,5,opt,name=grant_keydata,json=grantKeydata,proto3" json:"grant_keydata,omitempty"` ServiceKeydata string `protobuf:"bytes,6,opt,name=service_keydata,json=serviceKeydata,proto3" json:"service_keydata,omitempty"` AuthorityGrants []string `protobuf:"bytes,7,rep,name=authority_grants,json=authorityGrants,proto3" json:"authority_grants,omitempty"` // contains filtered or unexported fields }
func (*UnlockChallenge) Descriptor
deprecated
func (*UnlockChallenge) Descriptor() ([]byte, []int)
Deprecated: Use UnlockChallenge.ProtoReflect.Descriptor instead.
func (*UnlockChallenge) GetAuthorityGrants ¶
func (x *UnlockChallenge) GetAuthorityGrants() []string
func (*UnlockChallenge) GetDeviceId ¶
func (x *UnlockChallenge) GetDeviceId() string
func (*UnlockChallenge) GetGrantKeydata ¶
func (x *UnlockChallenge) GetGrantKeydata() string
func (*UnlockChallenge) GetNonce ¶
func (x *UnlockChallenge) GetNonce() []byte
func (*UnlockChallenge) GetServiceKeydata ¶
func (x *UnlockChallenge) GetServiceKeydata() string
func (*UnlockChallenge) GetSignSpki ¶
func (x *UnlockChallenge) GetSignSpki() []byte
func (*UnlockChallenge) ProtoMessage ¶
func (*UnlockChallenge) ProtoMessage()
func (*UnlockChallenge) ProtoReflect ¶
func (x *UnlockChallenge) ProtoReflect() protoreflect.Message
func (*UnlockChallenge) Reset ¶
func (x *UnlockChallenge) Reset()
func (*UnlockChallenge) String ¶
func (x *UnlockChallenge) String() string
Click to show internal directories.
Click to hide internal directories.