Documentation
¶
Index ¶
- func ActivationFailMsg(s string) func(msg proto.Message) error
- func BytesReceived(i uint64) func(msg proto.Message) error
- func Description(s string) func(msg proto.Message) error
- func ErrorDetail(d string) func(msg proto.Message) error
- func ErrorType(e int32) func(msg proto.Message) error
- func NewActivateErrorResponse(opts ...OsOption) (*gnoios.ActivateResponse, error)
- func NewActivateOKResponse() *gnoios.ActivateResponse
- func NewActivateRequest(opts ...OsOption) (*gnoios.ActivateRequest, error)
- func NewOSInstallError(opts ...OsOption) (*gnoios.InstallError, error)
- func NewOSInstallInstallErrorResponse(opts ...OsOption) (*gnoios.InstallResponse, error)
- func NewOSInstallSyncProgressResponse(opts ...OsOption) (*gnoios.InstallResponse, error)
- func NewOSInstallTransferContent(opts ...OsOption) (*gnoios.InstallRequest, error)
- func NewOSInstallTransferEnd() *gnoios.InstallRequest
- func NewOSInstallTransferProgressResponse(opts ...OsOption) (*gnoios.InstallResponse, error)
- func NewOSInstallTransferReadyResponse() *gnoios.InstallResponse
- func NewOSInstallTransferRequest(opts ...OsOption) (*gnoios.InstallRequest, error)
- func NewOSInstallValidatedResponse(opts ...OsOption) (*gnoios.InstallResponse, error)
- func NewOSSyncProgress(opts ...OsOption) (*gnoios.SyncProgress, error)
- func NewOSTransferProgress(opts ...OsOption) (*gnoios.TransferProgress, error)
- func NewOSTransferRequest(opts ...OsOption) (*gnoios.TransferRequest, error)
- func NewOSValidated(opts ...OsOption) (*gnoios.Validated, error)
- func NewOSVerifyRequest() *gnoios.VerifyRequest
- func NewOSVerifyResponse(opts ...OsOption) (*gnoios.VerifyResponse, error)
- func NoReboot(b bool) func(msg proto.Message) error
- func PackageSize(pkgSize uint64) func(msg proto.Message) error
- func PercentageTransferred(i uint32) func(msg proto.Message) error
- func StandbyResponseID(id string) func(msg proto.Message) error
- func StandbySupervisor(b bool) func(msg proto.Message) error
- func VerifyStandbyResponse(opts ...OsOption) func(msg proto.Message) error
- func VerifyStandbyState(s gnoios.StandbyState_State) func(msg proto.Message) error
- func VerifyStandbyStateNON_EXISTENT() func(msg proto.Message) error
- func VerifyStandbyStateUNAVAILABLE() func(msg proto.Message) error
- func VerifyStandbyStateUNSUPPORTED() func(msg proto.Message) error
- func Version(s string) func(msg proto.Message) error
- type OsOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewActivateErrorResponse ¶
func NewActivateErrorResponse(opts ...OsOption) (*gnoios.ActivateResponse, error)
func NewActivateOKResponse ¶
func NewActivateOKResponse() *gnoios.ActivateResponse
func NewActivateRequest ¶
func NewActivateRequest(opts ...OsOption) (*gnoios.ActivateRequest, error)
func NewOSInstallError ¶
func NewOSInstallError(opts ...OsOption) (*gnoios.InstallError, error)
func NewOSInstallInstallErrorResponse ¶
func NewOSInstallInstallErrorResponse(opts ...OsOption) (*gnoios.InstallResponse, error)
func NewOSInstallSyncProgressResponse ¶
func NewOSInstallSyncProgressResponse(opts ...OsOption) (*gnoios.InstallResponse, error)
func NewOSInstallTransferContent ¶
func NewOSInstallTransferContent(opts ...OsOption) (*gnoios.InstallRequest, error)
func NewOSInstallTransferEnd ¶
func NewOSInstallTransferEnd() *gnoios.InstallRequest
func NewOSInstallTransferProgressResponse ¶
func NewOSInstallTransferProgressResponse(opts ...OsOption) (*gnoios.InstallResponse, error)
func NewOSInstallTransferReadyResponse ¶
func NewOSInstallTransferReadyResponse() *gnoios.InstallResponse
func NewOSInstallTransferRequest ¶
func NewOSInstallTransferRequest(opts ...OsOption) (*gnoios.InstallRequest, error)
func NewOSInstallValidatedResponse ¶
func NewOSInstallValidatedResponse(opts ...OsOption) (*gnoios.InstallResponse, error)
func NewOSSyncProgress ¶
func NewOSSyncProgress(opts ...OsOption) (*gnoios.SyncProgress, error)
func NewOSTransferProgress ¶
func NewOSTransferProgress(opts ...OsOption) (*gnoios.TransferProgress, error)
func NewOSTransferRequest ¶
func NewOSTransferRequest(opts ...OsOption) (*gnoios.TransferRequest, error)
func NewOSVerifyRequest ¶
func NewOSVerifyRequest() *gnoios.VerifyRequest
func NewOSVerifyResponse ¶
func NewOSVerifyResponse(opts ...OsOption) (*gnoios.VerifyResponse, error)
func PercentageTransferred ¶ added in v0.0.9
func VerifyStandbyResponse ¶
func VerifyStandbyState ¶
func VerifyStandbyState(s gnoios.StandbyState_State) func(msg proto.Message) error
Types ¶
Click to show internal directories.
Click to hide internal directories.