Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPrepareState ¶
func NewPrepareState(s *service.AndroidService) common_utils.ServiceState
Types ¶
type OSFetchState ¶
type OSFetchState struct {
// contains filtered or unexported fields
}
func (OSFetchState) Execute ¶
func (s OSFetchState) Execute(ctx context.Context, log *log.Logger) (*anypb.Any, api.InstallResponse_Status, error)
func (OSFetchState) Name ¶
func (s OSFetchState) Name() string
func (OSFetchState) Next ¶
func (s OSFetchState) Next() common_utils.ServiceState
type OSInstallState ¶
type OSInstallState struct {
// contains filtered or unexported fields
}
func (OSInstallState) Execute ¶
func (s OSInstallState) Execute(ctx context.Context, log *log.Logger) (*anypb.Any, api.InstallResponse_Status, error)
func (OSInstallState) Name ¶
func (s OSInstallState) Name() string
func (OSInstallState) Next ¶
func (s OSInstallState) Next() common_utils.ServiceState
type PackageFetchState ¶
type PackageFetchState struct {
// contains filtered or unexported fields
}
func (PackageFetchState) Execute ¶
func (s PackageFetchState) Execute(ctx context.Context, log *log.Logger) (*anypb.Any, api.InstallResponse_Status, error)
func (PackageFetchState) Name ¶
func (s PackageFetchState) Name() string
func (PackageFetchState) Next ¶
func (s PackageFetchState) Next() common_utils.ServiceState
type PackageInstallState ¶
type PackageInstallState struct {
// contains filtered or unexported fields
}
func (PackageInstallState) Execute ¶
func (s PackageInstallState) Execute(ctx context.Context, log *log.Logger) (*anypb.Any, api.InstallResponse_Status, error)
func (PackageInstallState) Name ¶
func (s PackageInstallState) Name() string
func (PackageInstallState) Next ¶
func (s PackageInstallState) Next() common_utils.ServiceState
type PostInstallState ¶
type PostInstallState struct {
// contains filtered or unexported fields
}
func (PostInstallState) Execute ¶
func (s PostInstallState) Execute(ctx context.Context, log *log.Logger) (*anypb.Any, api.InstallResponse_Status, error)
func (PostInstallState) Name ¶
func (s PostInstallState) Name() string
func (PostInstallState) Next ¶
func (s PostInstallState) Next() common_utils.ServiceState
type PrepareState ¶
type PrepareState struct {
// contains filtered or unexported fields
}
func (PrepareState) Execute ¶
func (s PrepareState) Execute(ctx context.Context, log *log.Logger) (*anypb.Any, api.InstallResponse_Status, error)
func (PrepareState) Name ¶
func (s PrepareState) Name() string
func (PrepareState) Next ¶
func (s PrepareState) Next() common_utils.ServiceState
Source Files
¶
Click to show internal directories.
Click to hide internal directories.