Documentation
¶
Index ¶
- Variables
- type Position
- func (*Position) Descriptor() ([]byte, []int)deprecated
- func (x *Position) GetX() float64
- func (x *Position) GetY() float64
- func (x *Position) GetZ() float64
- func (*Position) ProtoMessage()
- func (x *Position) ProtoReflect() protoreflect.Message
- func (x *Position) Reset()
- func (x *Position) String() string
- func (m *Position) Validate() error
- type PositionValidationError
- type Rotation
- func (*Rotation) Descriptor() ([]byte, []int)deprecated
- func (x *Rotation) GetRx() float64
- func (x *Rotation) GetRy() float64
- func (x *Rotation) GetRz() float64
- func (*Rotation) ProtoMessage()
- func (x *Rotation) ProtoReflect() protoreflect.Message
- func (x *Rotation) Reset()
- func (x *Rotation) String() string
- func (m *Rotation) Validate() error
- type RotationValidationError
- type ServiceStatusRequest
- func (*ServiceStatusRequest) Descriptor() ([]byte, []int)deprecated
- func (*ServiceStatusRequest) ProtoMessage()
- func (x *ServiceStatusRequest) ProtoReflect() protoreflect.Message
- func (x *ServiceStatusRequest) Reset()
- func (x *ServiceStatusRequest) String() string
- func (m *ServiceStatusRequest) Validate() error
- type ServiceStatusRequestValidationError
- func (e ServiceStatusRequestValidationError) Cause() error
- func (e ServiceStatusRequestValidationError) Error() string
- func (e ServiceStatusRequestValidationError) ErrorName() string
- func (e ServiceStatusRequestValidationError) Field() string
- func (e ServiceStatusRequestValidationError) Key() bool
- func (e ServiceStatusRequestValidationError) Reason() string
- type ServiceStatusResponse
- func (*ServiceStatusResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceStatusResponse) GetStatus() string
- func (*ServiceStatusResponse) ProtoMessage()
- func (x *ServiceStatusResponse) ProtoReflect() protoreflect.Message
- func (x *ServiceStatusResponse) Reset()
- func (x *ServiceStatusResponse) String() string
- func (m *ServiceStatusResponse) Validate() error
- type ServiceStatusResponseValidationError
- func (e ServiceStatusResponseValidationError) Cause() error
- func (e ServiceStatusResponseValidationError) Error() string
- func (e ServiceStatusResponseValidationError) ErrorName() string
- func (e ServiceStatusResponseValidationError) Field() string
- func (e ServiceStatusResponseValidationError) Key() bool
- func (e ServiceStatusResponseValidationError) Reason() string
- type VersionRequest
- type VersionRequestValidationError
- func (e VersionRequestValidationError) Cause() error
- func (e VersionRequestValidationError) Error() string
- func (e VersionRequestValidationError) ErrorName() string
- func (e VersionRequestValidationError) Field() string
- func (e VersionRequestValidationError) Key() bool
- func (e VersionRequestValidationError) Reason() string
- type VersionResponse
- func (*VersionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *VersionResponse) GetBuildDate() string
- func (x *VersionResponse) GetCommit() string
- func (x *VersionResponse) GetOsArch() string
- func (x *VersionResponse) GetVersion() string
- func (*VersionResponse) ProtoMessage()
- func (x *VersionResponse) ProtoReflect() protoreflect.Message
- func (x *VersionResponse) Reset()
- func (x *VersionResponse) String() string
- func (m *VersionResponse) Validate() error
- type VersionResponseValidationError
- func (e VersionResponseValidationError) Cause() error
- func (e VersionResponseValidationError) Error() string
- func (e VersionResponseValidationError) ErrorName() string
- func (e VersionResponseValidationError) Field() string
- func (e VersionResponseValidationError) Key() bool
- func (e VersionResponseValidationError) Reason() string
Constants ¶
This section is empty.
Variables ¶
var File_common_health_proto protoreflect.FileDescriptor
var File_common_spatial_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Position ¶
type Position struct { X float64 `protobuf:"fixed64,1,opt,name=x,proto3" json:"x,omitempty"` Y float64 `protobuf:"fixed64,2,opt,name=y,proto3" json:"y,omitempty"` Z float64 `protobuf:"fixed64,3,opt,name=z,proto3" json:"z,omitempty"` // contains filtered or unexported fields }
func (*Position) Descriptor
deprecated
func (*Position) ProtoMessage ¶
func (*Position) ProtoMessage()
func (*Position) ProtoReflect ¶ added in v0.8.4
func (x *Position) ProtoReflect() protoreflect.Message
type PositionValidationError ¶
type PositionValidationError struct {
// contains filtered or unexported fields
}
PositionValidationError is the validation error returned by Position.Validate if the designated constraints aren't met.
func (PositionValidationError) Cause ¶
func (e PositionValidationError) Cause() error
Cause function returns cause value.
func (PositionValidationError) Error ¶
func (e PositionValidationError) Error() string
Error satisfies the builtin error interface
func (PositionValidationError) ErrorName ¶
func (e PositionValidationError) ErrorName() string
ErrorName returns error name.
func (PositionValidationError) Field ¶
func (e PositionValidationError) Field() string
Field function returns field value.
func (PositionValidationError) Key ¶
func (e PositionValidationError) Key() bool
Key function returns key value.
func (PositionValidationError) Reason ¶
func (e PositionValidationError) Reason() string
Reason function returns reason value.
type Rotation ¶
type Rotation struct { Rx float64 `protobuf:"fixed64,1,opt,name=rx,proto3" json:"rx,omitempty"` Ry float64 `protobuf:"fixed64,2,opt,name=ry,proto3" json:"ry,omitempty"` Rz float64 `protobuf:"fixed64,3,opt,name=rz,proto3" json:"rz,omitempty"` // contains filtered or unexported fields }
func (*Rotation) Descriptor
deprecated
func (*Rotation) ProtoMessage ¶
func (*Rotation) ProtoMessage()
func (*Rotation) ProtoReflect ¶ added in v0.8.4
func (x *Rotation) ProtoReflect() protoreflect.Message
type RotationValidationError ¶
type RotationValidationError struct {
// contains filtered or unexported fields
}
RotationValidationError is the validation error returned by Rotation.Validate if the designated constraints aren't met.
func (RotationValidationError) Cause ¶
func (e RotationValidationError) Cause() error
Cause function returns cause value.
func (RotationValidationError) Error ¶
func (e RotationValidationError) Error() string
Error satisfies the builtin error interface
func (RotationValidationError) ErrorName ¶
func (e RotationValidationError) ErrorName() string
ErrorName returns error name.
func (RotationValidationError) Field ¶
func (e RotationValidationError) Field() string
Field function returns field value.
func (RotationValidationError) Key ¶
func (e RotationValidationError) Key() bool
Key function returns key value.
func (RotationValidationError) Reason ¶
func (e RotationValidationError) Reason() string
Reason function returns reason value.
type ServiceStatusRequest ¶
type ServiceStatusRequest struct {
// contains filtered or unexported fields
}
func (*ServiceStatusRequest) Descriptor
deprecated
func (*ServiceStatusRequest) Descriptor() ([]byte, []int)
Deprecated: Use ServiceStatusRequest.ProtoReflect.Descriptor instead.
func (*ServiceStatusRequest) ProtoMessage ¶
func (*ServiceStatusRequest) ProtoMessage()
func (*ServiceStatusRequest) ProtoReflect ¶ added in v0.8.4
func (x *ServiceStatusRequest) ProtoReflect() protoreflect.Message
func (*ServiceStatusRequest) Reset ¶
func (x *ServiceStatusRequest) Reset()
func (*ServiceStatusRequest) String ¶
func (x *ServiceStatusRequest) String() string
func (*ServiceStatusRequest) Validate ¶
func (m *ServiceStatusRequest) Validate() error
Validate checks the field values on ServiceStatusRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type ServiceStatusRequestValidationError ¶
type ServiceStatusRequestValidationError struct {
// contains filtered or unexported fields
}
ServiceStatusRequestValidationError is the validation error returned by ServiceStatusRequest.Validate if the designated constraints aren't met.
func (ServiceStatusRequestValidationError) Cause ¶
func (e ServiceStatusRequestValidationError) Cause() error
Cause function returns cause value.
func (ServiceStatusRequestValidationError) Error ¶
func (e ServiceStatusRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ServiceStatusRequestValidationError) ErrorName ¶
func (e ServiceStatusRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ServiceStatusRequestValidationError) Field ¶
func (e ServiceStatusRequestValidationError) Field() string
Field function returns field value.
func (ServiceStatusRequestValidationError) Key ¶
func (e ServiceStatusRequestValidationError) Key() bool
Key function returns key value.
func (ServiceStatusRequestValidationError) Reason ¶
func (e ServiceStatusRequestValidationError) Reason() string
Reason function returns reason value.
type ServiceStatusResponse ¶
type ServiceStatusResponse struct { Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*ServiceStatusResponse) Descriptor
deprecated
func (*ServiceStatusResponse) Descriptor() ([]byte, []int)
Deprecated: Use ServiceStatusResponse.ProtoReflect.Descriptor instead.
func (*ServiceStatusResponse) GetStatus ¶
func (x *ServiceStatusResponse) GetStatus() string
func (*ServiceStatusResponse) ProtoMessage ¶
func (*ServiceStatusResponse) ProtoMessage()
func (*ServiceStatusResponse) ProtoReflect ¶ added in v0.8.4
func (x *ServiceStatusResponse) ProtoReflect() protoreflect.Message
func (*ServiceStatusResponse) Reset ¶
func (x *ServiceStatusResponse) Reset()
func (*ServiceStatusResponse) String ¶
func (x *ServiceStatusResponse) String() string
func (*ServiceStatusResponse) Validate ¶
func (m *ServiceStatusResponse) Validate() error
Validate checks the field values on ServiceStatusResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type ServiceStatusResponseValidationError ¶
type ServiceStatusResponseValidationError struct {
// contains filtered or unexported fields
}
ServiceStatusResponseValidationError is the validation error returned by ServiceStatusResponse.Validate if the designated constraints aren't met.
func (ServiceStatusResponseValidationError) Cause ¶
func (e ServiceStatusResponseValidationError) Cause() error
Cause function returns cause value.
func (ServiceStatusResponseValidationError) Error ¶
func (e ServiceStatusResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ServiceStatusResponseValidationError) ErrorName ¶
func (e ServiceStatusResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ServiceStatusResponseValidationError) Field ¶
func (e ServiceStatusResponseValidationError) Field() string
Field function returns field value.
func (ServiceStatusResponseValidationError) Key ¶
func (e ServiceStatusResponseValidationError) Key() bool
Key function returns key value.
func (ServiceStatusResponseValidationError) Reason ¶
func (e ServiceStatusResponseValidationError) Reason() string
Reason function returns reason value.
type VersionRequest ¶
type VersionRequest struct {
// contains filtered or unexported fields
}
func (*VersionRequest) Descriptor
deprecated
func (*VersionRequest) Descriptor() ([]byte, []int)
Deprecated: Use VersionRequest.ProtoReflect.Descriptor instead.
func (*VersionRequest) ProtoMessage ¶
func (*VersionRequest) ProtoMessage()
func (*VersionRequest) ProtoReflect ¶ added in v0.8.4
func (x *VersionRequest) ProtoReflect() protoreflect.Message
func (*VersionRequest) Reset ¶
func (x *VersionRequest) Reset()
func (*VersionRequest) String ¶
func (x *VersionRequest) String() string
func (*VersionRequest) Validate ¶
func (m *VersionRequest) Validate() error
Validate checks the field values on VersionRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type VersionRequestValidationError ¶
type VersionRequestValidationError struct {
// contains filtered or unexported fields
}
VersionRequestValidationError is the validation error returned by VersionRequest.Validate if the designated constraints aren't met.
func (VersionRequestValidationError) Cause ¶
func (e VersionRequestValidationError) Cause() error
Cause function returns cause value.
func (VersionRequestValidationError) Error ¶
func (e VersionRequestValidationError) Error() string
Error satisfies the builtin error interface
func (VersionRequestValidationError) ErrorName ¶
func (e VersionRequestValidationError) ErrorName() string
ErrorName returns error name.
func (VersionRequestValidationError) Field ¶
func (e VersionRequestValidationError) Field() string
Field function returns field value.
func (VersionRequestValidationError) Key ¶
func (e VersionRequestValidationError) Key() bool
Key function returns key value.
func (VersionRequestValidationError) Reason ¶
func (e VersionRequestValidationError) Reason() string
Reason function returns reason value.
type VersionResponse ¶
type VersionResponse struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` BuildDate string `protobuf:"bytes,2,opt,name=build_date,json=buildDate,proto3" json:"build_date,omitempty"` Commit string `protobuf:"bytes,3,opt,name=commit,proto3" json:"commit,omitempty"` OsArch string `protobuf:"bytes,4,opt,name=os_arch,json=osArch,proto3" json:"os_arch,omitempty"` // contains filtered or unexported fields }
func (*VersionResponse) Descriptor
deprecated
func (*VersionResponse) Descriptor() ([]byte, []int)
Deprecated: Use VersionResponse.ProtoReflect.Descriptor instead.
func (*VersionResponse) GetBuildDate ¶
func (x *VersionResponse) GetBuildDate() string
func (*VersionResponse) GetCommit ¶
func (x *VersionResponse) GetCommit() string
func (*VersionResponse) GetOsArch ¶
func (x *VersionResponse) GetOsArch() string
func (*VersionResponse) GetVersion ¶
func (x *VersionResponse) GetVersion() string
func (*VersionResponse) ProtoMessage ¶
func (*VersionResponse) ProtoMessage()
func (*VersionResponse) ProtoReflect ¶ added in v0.8.4
func (x *VersionResponse) ProtoReflect() protoreflect.Message
func (*VersionResponse) Reset ¶
func (x *VersionResponse) Reset()
func (*VersionResponse) String ¶
func (x *VersionResponse) String() string
func (*VersionResponse) Validate ¶
func (m *VersionResponse) Validate() error
Validate checks the field values on VersionResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type VersionResponseValidationError ¶
type VersionResponseValidationError struct {
// contains filtered or unexported fields
}
VersionResponseValidationError is the validation error returned by VersionResponse.Validate if the designated constraints aren't met.
func (VersionResponseValidationError) Cause ¶
func (e VersionResponseValidationError) Cause() error
Cause function returns cause value.
func (VersionResponseValidationError) Error ¶
func (e VersionResponseValidationError) Error() string
Error satisfies the builtin error interface
func (VersionResponseValidationError) ErrorName ¶
func (e VersionResponseValidationError) ErrorName() string
ErrorName returns error name.
func (VersionResponseValidationError) Field ¶
func (e VersionResponseValidationError) Field() string
Field function returns field value.
func (VersionResponseValidationError) Key ¶
func (e VersionResponseValidationError) Key() bool
Key function returns key value.
func (VersionResponseValidationError) Reason ¶
func (e VersionResponseValidationError) Reason() string
Reason function returns reason value.