Documentation
¶
Index ¶
- func EnsureAllRequests(router *butlerd.Router)
- type AllowSandboxSetupType
- type CheckUpdateType
- type CleanDownloadsApplyType
- type CleanDownloadsSearchType
- type DownloadsClearFinishedType
- type DownloadsDiscardType
- type DownloadsDriveCancelType
- type DownloadsDriveDiscardedType
- type DownloadsDriveErroredType
- type DownloadsDriveFinishedType
- type DownloadsDriveProgressType
- type DownloadsDriveStartedType
- type DownloadsDriveType
- type DownloadsListType
- type DownloadsPrioritizeType
- type DownloadsQueueType
- type DownloadsRetryType
- type ExternalUploadsAreBadType
- type FetchCaveType
- type FetchCavesByGameIDType
- type FetchCavesByInstallLocationIDType
- type FetchCavesType
- type FetchCollectionType
- type FetchCollectionYieldType
- type FetchCommonsType
- type FetchGameType
- type FetchGameYieldType
- type FetchProfileCollectionsType
- type FetchProfileCollectionsYieldType
- type FetchProfileGamesType
- type FetchProfileGamesYieldType
- type FetchProfileOwnedKeysType
- type FetchProfileOwnedKeysYieldType
- type GameFindUploadsType
- type GameUpdateAvailableType
- type HTMLLaunchType
- type HandshakeType
- type InstallCancelType
- type InstallLocationsAddType
- type InstallLocationsGetByIDType
- type InstallLocationsListType
- type InstallLocationsRemoveType
- type InstallLocationsScanConfirmImportType
- type InstallLocationsScanType
- type InstallLocationsScanYieldType
- type InstallPerformType
- type InstallQueueType
- type InstallVersionSwitchPickType
- type InstallVersionSwitchQueueType
- type LaunchCancelType
- type LaunchExitedType
- type LaunchRunningType
- type LaunchType
- type LogType
- type NotificationMessage
- type PickManifestActionType
- type PickUploadType
- type PrereqsEndedType
- type PrereqsFailedType
- type PrereqsStartedType
- type PrereqsTaskStateType
- type ProfileDataGetType
- type ProfileDataPutType
- type ProfileForgetType
- type ProfileListType
- type ProfileLoginWithAPIKeyType
- type ProfileLoginWithPasswordType
- type ProfileRequestCaptchaType
- type ProfileRequestTOTPType
- type ProfileUseSavedLoginType
- type ProgressType
- type RequestMessage
- type SearchGamesType
- type SearchGamesYieldType
- type SearchUsersType
- type SearchUsersYieldType
- type ShellLaunchType
- type SystemStatFSType
- type TaskStartedType
- type TaskSucceededType
- type TestDoubleTwiceType
- type TestDoubleType
- type URLLaunchType
- type UninstallPerformType
- type VersionGetType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnsureAllRequests ¶
Types ¶
type AllowSandboxSetupType ¶
type AllowSandboxSetupType struct{}
var AllowSandboxSetup *AllowSandboxSetupType
func (*AllowSandboxSetupType) Call ¶
func (r *AllowSandboxSetupType) Call(rc *butlerd.RequestContext, params *butlerd.AllowSandboxSetupParams) (*butlerd.AllowSandboxSetupResult, error)
func (*AllowSandboxSetupType) Method ¶
func (r *AllowSandboxSetupType) Method() string
type CheckUpdateType ¶
type CheckUpdateType struct{}
var CheckUpdate *CheckUpdateType
func (*CheckUpdateType) Method ¶
func (r *CheckUpdateType) Method() string
func (*CheckUpdateType) Register ¶
func (r *CheckUpdateType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.CheckUpdateParams) (*butlerd.CheckUpdateResult, error))
type CleanDownloadsApplyType ¶
type CleanDownloadsApplyType struct{}
var CleanDownloadsApply *CleanDownloadsApplyType
func (*CleanDownloadsApplyType) Method ¶
func (r *CleanDownloadsApplyType) Method() string
func (*CleanDownloadsApplyType) Register ¶
func (r *CleanDownloadsApplyType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.CleanDownloadsApplyParams) (*butlerd.CleanDownloadsApplyResult, error))
type CleanDownloadsSearchType ¶
type CleanDownloadsSearchType struct{}
var CleanDownloadsSearch *CleanDownloadsSearchType
func (*CleanDownloadsSearchType) Method ¶
func (r *CleanDownloadsSearchType) Method() string
func (*CleanDownloadsSearchType) Register ¶
func (r *CleanDownloadsSearchType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.CleanDownloadsSearchParams) (*butlerd.CleanDownloadsSearchResult, error))
type DownloadsClearFinishedType ¶
type DownloadsClearFinishedType struct{}
var DownloadsClearFinished *DownloadsClearFinishedType
func (*DownloadsClearFinishedType) Method ¶
func (r *DownloadsClearFinishedType) Method() string
func (*DownloadsClearFinishedType) Register ¶
func (r *DownloadsClearFinishedType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.DownloadsClearFinishedParams) (*butlerd.DownloadsClearFinishedResult, error))
type DownloadsDiscardType ¶
type DownloadsDiscardType struct{}
var DownloadsDiscard *DownloadsDiscardType
func (*DownloadsDiscardType) Method ¶
func (r *DownloadsDiscardType) Method() string
func (*DownloadsDiscardType) Register ¶
func (r *DownloadsDiscardType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.DownloadsDiscardParams) (*butlerd.DownloadsDiscardResult, error))
type DownloadsDriveCancelType ¶
type DownloadsDriveCancelType struct{}
var DownloadsDriveCancel *DownloadsDriveCancelType
func (*DownloadsDriveCancelType) Method ¶
func (r *DownloadsDriveCancelType) Method() string
func (*DownloadsDriveCancelType) Register ¶
func (r *DownloadsDriveCancelType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.DownloadsDriveCancelParams) (*butlerd.DownloadsDriveCancelResult, error))
type DownloadsDriveDiscardedType ¶
type DownloadsDriveDiscardedType struct{}
var DownloadsDriveDiscarded *DownloadsDriveDiscardedType
func (*DownloadsDriveDiscardedType) Method ¶
func (r *DownloadsDriveDiscardedType) Method() string
func (*DownloadsDriveDiscardedType) Notify ¶
func (r *DownloadsDriveDiscardedType) Notify(rc *butlerd.RequestContext, params *butlerd.DownloadsDriveDiscardedNotification) error
type DownloadsDriveErroredType ¶
type DownloadsDriveErroredType struct{}
var DownloadsDriveErrored *DownloadsDriveErroredType
func (*DownloadsDriveErroredType) Method ¶
func (r *DownloadsDriveErroredType) Method() string
func (*DownloadsDriveErroredType) Notify ¶
func (r *DownloadsDriveErroredType) Notify(rc *butlerd.RequestContext, params *butlerd.DownloadsDriveErroredNotification) error
type DownloadsDriveFinishedType ¶
type DownloadsDriveFinishedType struct{}
var DownloadsDriveFinished *DownloadsDriveFinishedType
func (*DownloadsDriveFinishedType) Method ¶
func (r *DownloadsDriveFinishedType) Method() string
func (*DownloadsDriveFinishedType) Notify ¶
func (r *DownloadsDriveFinishedType) Notify(rc *butlerd.RequestContext, params *butlerd.DownloadsDriveFinishedNotification) error
type DownloadsDriveProgressType ¶
type DownloadsDriveProgressType struct{}
var DownloadsDriveProgress *DownloadsDriveProgressType
func (*DownloadsDriveProgressType) Method ¶
func (r *DownloadsDriveProgressType) Method() string
func (*DownloadsDriveProgressType) Notify ¶
func (r *DownloadsDriveProgressType) Notify(rc *butlerd.RequestContext, params *butlerd.DownloadsDriveProgressNotification) error
type DownloadsDriveStartedType ¶
type DownloadsDriveStartedType struct{}
var DownloadsDriveStarted *DownloadsDriveStartedType
func (*DownloadsDriveStartedType) Method ¶
func (r *DownloadsDriveStartedType) Method() string
func (*DownloadsDriveStartedType) Notify ¶
func (r *DownloadsDriveStartedType) Notify(rc *butlerd.RequestContext, params *butlerd.DownloadsDriveStartedNotification) error
type DownloadsDriveType ¶
type DownloadsDriveType struct{}
var DownloadsDrive *DownloadsDriveType
func (*DownloadsDriveType) Method ¶
func (r *DownloadsDriveType) Method() string
func (*DownloadsDriveType) Register ¶
func (r *DownloadsDriveType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.DownloadsDriveParams) (*butlerd.DownloadsDriveResult, error))
type DownloadsListType ¶
type DownloadsListType struct{}
var DownloadsList *DownloadsListType
func (*DownloadsListType) Method ¶
func (r *DownloadsListType) Method() string
func (*DownloadsListType) Register ¶
func (r *DownloadsListType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.DownloadsListParams) (*butlerd.DownloadsListResult, error))
type DownloadsPrioritizeType ¶
type DownloadsPrioritizeType struct{}
var DownloadsPrioritize *DownloadsPrioritizeType
func (*DownloadsPrioritizeType) Method ¶
func (r *DownloadsPrioritizeType) Method() string
func (*DownloadsPrioritizeType) Register ¶
func (r *DownloadsPrioritizeType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.DownloadsPrioritizeParams) (*butlerd.DownloadsPrioritizeResult, error))
type DownloadsQueueType ¶
type DownloadsQueueType struct{}
var DownloadsQueue *DownloadsQueueType
func (*DownloadsQueueType) Method ¶
func (r *DownloadsQueueType) Method() string
func (*DownloadsQueueType) Register ¶
func (r *DownloadsQueueType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.DownloadsQueueParams) (*butlerd.DownloadsQueueResult, error))
type DownloadsRetryType ¶
type DownloadsRetryType struct{}
var DownloadsRetry *DownloadsRetryType
func (*DownloadsRetryType) Method ¶
func (r *DownloadsRetryType) Method() string
func (*DownloadsRetryType) Register ¶
func (r *DownloadsRetryType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.DownloadsRetryParams) (*butlerd.DownloadsRetryResult, error))
type ExternalUploadsAreBadType ¶
type ExternalUploadsAreBadType struct{}
var ExternalUploadsAreBad *ExternalUploadsAreBadType
func (*ExternalUploadsAreBadType) Call ¶
func (r *ExternalUploadsAreBadType) Call(rc *butlerd.RequestContext, params *butlerd.ExternalUploadsAreBadParams) (*butlerd.ExternalUploadsAreBadResult, error)
func (*ExternalUploadsAreBadType) Method ¶
func (r *ExternalUploadsAreBadType) Method() string
type FetchCaveType ¶
type FetchCaveType struct{}
var FetchCave *FetchCaveType
func (*FetchCaveType) Method ¶
func (r *FetchCaveType) Method() string
func (*FetchCaveType) Register ¶
func (r *FetchCaveType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.FetchCaveParams) (*butlerd.FetchCaveResult, error))
type FetchCavesByGameIDType ¶
type FetchCavesByGameIDType struct{}
var FetchCavesByGameID *FetchCavesByGameIDType
func (*FetchCavesByGameIDType) Method ¶
func (r *FetchCavesByGameIDType) Method() string
func (*FetchCavesByGameIDType) Register ¶
func (r *FetchCavesByGameIDType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.FetchCavesByGameIDParams) (*butlerd.FetchCavesByGameIDResult, error))
type FetchCavesByInstallLocationIDType ¶
type FetchCavesByInstallLocationIDType struct{}
var FetchCavesByInstallLocationID *FetchCavesByInstallLocationIDType
func (*FetchCavesByInstallLocationIDType) Method ¶
func (r *FetchCavesByInstallLocationIDType) Method() string
func (*FetchCavesByInstallLocationIDType) Register ¶
func (r *FetchCavesByInstallLocationIDType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.FetchCavesByInstallLocationIDParams) (*butlerd.FetchCavesByInstallLocationIDResult, error))
type FetchCavesType ¶
type FetchCavesType struct{}
var FetchCaves *FetchCavesType
func (*FetchCavesType) Method ¶
func (r *FetchCavesType) Method() string
func (*FetchCavesType) Register ¶
func (r *FetchCavesType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.FetchCavesParams) (*butlerd.FetchCavesResult, error))
type FetchCollectionType ¶
type FetchCollectionType struct{}
var FetchCollection *FetchCollectionType
func (*FetchCollectionType) Method ¶
func (r *FetchCollectionType) Method() string
func (*FetchCollectionType) Register ¶
func (r *FetchCollectionType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.FetchCollectionParams) (*butlerd.FetchCollectionResult, error))
type FetchCollectionYieldType ¶
type FetchCollectionYieldType struct{}
var FetchCollectionYield *FetchCollectionYieldType
func (*FetchCollectionYieldType) Method ¶
func (r *FetchCollectionYieldType) Method() string
func (*FetchCollectionYieldType) Notify ¶
func (r *FetchCollectionYieldType) Notify(rc *butlerd.RequestContext, params *butlerd.FetchCollectionYieldNotification) error
type FetchCommonsType ¶
type FetchCommonsType struct{}
var FetchCommons *FetchCommonsType
func (*FetchCommonsType) Method ¶
func (r *FetchCommonsType) Method() string
func (*FetchCommonsType) Register ¶
func (r *FetchCommonsType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.FetchCommonsParams) (*butlerd.FetchCommonsResult, error))
type FetchGameType ¶
type FetchGameType struct{}
var FetchGame *FetchGameType
func (*FetchGameType) Method ¶
func (r *FetchGameType) Method() string
func (*FetchGameType) Register ¶
func (r *FetchGameType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.FetchGameParams) (*butlerd.FetchGameResult, error))
type FetchGameYieldType ¶
type FetchGameYieldType struct{}
var FetchGameYield *FetchGameYieldType
func (*FetchGameYieldType) Method ¶
func (r *FetchGameYieldType) Method() string
func (*FetchGameYieldType) Notify ¶
func (r *FetchGameYieldType) Notify(rc *butlerd.RequestContext, params *butlerd.FetchGameYieldNotification) error
type FetchProfileCollectionsType ¶
type FetchProfileCollectionsType struct{}
var FetchProfileCollections *FetchProfileCollectionsType
func (*FetchProfileCollectionsType) Method ¶
func (r *FetchProfileCollectionsType) Method() string
func (*FetchProfileCollectionsType) Register ¶
func (r *FetchProfileCollectionsType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.FetchProfileCollectionsParams) (*butlerd.FetchProfileCollectionsResult, error))
type FetchProfileCollectionsYieldType ¶
type FetchProfileCollectionsYieldType struct{}
var FetchProfileCollectionsYield *FetchProfileCollectionsYieldType
func (*FetchProfileCollectionsYieldType) Method ¶
func (r *FetchProfileCollectionsYieldType) Method() string
func (*FetchProfileCollectionsYieldType) Notify ¶
func (r *FetchProfileCollectionsYieldType) Notify(rc *butlerd.RequestContext, params *butlerd.FetchProfileCollectionsYieldNotification) error
type FetchProfileGamesType ¶
type FetchProfileGamesType struct{}
var FetchProfileGames *FetchProfileGamesType
func (*FetchProfileGamesType) Method ¶
func (r *FetchProfileGamesType) Method() string
func (*FetchProfileGamesType) Register ¶
func (r *FetchProfileGamesType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.FetchProfileGamesParams) (*butlerd.FetchProfileGamesResult, error))
type FetchProfileGamesYieldType ¶
type FetchProfileGamesYieldType struct{}
var FetchProfileGamesYield *FetchProfileGamesYieldType
func (*FetchProfileGamesYieldType) Method ¶
func (r *FetchProfileGamesYieldType) Method() string
func (*FetchProfileGamesYieldType) Notify ¶
func (r *FetchProfileGamesYieldType) Notify(rc *butlerd.RequestContext, params *butlerd.FetchProfileGamesYieldNotification) error
type FetchProfileOwnedKeysType ¶
type FetchProfileOwnedKeysType struct{}
var FetchProfileOwnedKeys *FetchProfileOwnedKeysType
func (*FetchProfileOwnedKeysType) Method ¶
func (r *FetchProfileOwnedKeysType) Method() string
func (*FetchProfileOwnedKeysType) Register ¶
func (r *FetchProfileOwnedKeysType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.FetchProfileOwnedKeysParams) (*butlerd.FetchProfileOwnedKeysResult, error))
type FetchProfileOwnedKeysYieldType ¶
type FetchProfileOwnedKeysYieldType struct{}
var FetchProfileOwnedKeysYield *FetchProfileOwnedKeysYieldType
func (*FetchProfileOwnedKeysYieldType) Method ¶
func (r *FetchProfileOwnedKeysYieldType) Method() string
func (*FetchProfileOwnedKeysYieldType) Notify ¶
func (r *FetchProfileOwnedKeysYieldType) Notify(rc *butlerd.RequestContext, params *butlerd.FetchProfileOwnedKeysYieldNotification) error
type GameFindUploadsType ¶
type GameFindUploadsType struct{}
var GameFindUploads *GameFindUploadsType
func (*GameFindUploadsType) Method ¶
func (r *GameFindUploadsType) Method() string
func (*GameFindUploadsType) Register ¶
func (r *GameFindUploadsType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.GameFindUploadsParams) (*butlerd.GameFindUploadsResult, error))
type GameUpdateAvailableType ¶
type GameUpdateAvailableType struct{}
var GameUpdateAvailable *GameUpdateAvailableType
func (*GameUpdateAvailableType) Method ¶
func (r *GameUpdateAvailableType) Method() string
func (*GameUpdateAvailableType) Notify ¶
func (r *GameUpdateAvailableType) Notify(rc *butlerd.RequestContext, params *butlerd.GameUpdateAvailableNotification) error
type HTMLLaunchType ¶
type HTMLLaunchType struct{}
var HTMLLaunch *HTMLLaunchType
func (*HTMLLaunchType) Call ¶
func (r *HTMLLaunchType) Call(rc *butlerd.RequestContext, params *butlerd.HTMLLaunchParams) (*butlerd.HTMLLaunchResult, error)
func (*HTMLLaunchType) Method ¶
func (r *HTMLLaunchType) Method() string
type HandshakeType ¶
type HandshakeType struct{}
var Handshake *HandshakeType
func (*HandshakeType) Call ¶
func (r *HandshakeType) Call(rc *butlerd.RequestContext, params *butlerd.HandshakeParams) (*butlerd.HandshakeResult, error)
func (*HandshakeType) Method ¶
func (r *HandshakeType) Method() string
type InstallCancelType ¶
type InstallCancelType struct{}
var InstallCancel *InstallCancelType
func (*InstallCancelType) Method ¶
func (r *InstallCancelType) Method() string
func (*InstallCancelType) Register ¶
func (r *InstallCancelType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.InstallCancelParams) (*butlerd.InstallCancelResult, error))
type InstallLocationsAddType ¶
type InstallLocationsAddType struct{}
var InstallLocationsAdd *InstallLocationsAddType
func (*InstallLocationsAddType) Method ¶
func (r *InstallLocationsAddType) Method() string
func (*InstallLocationsAddType) Register ¶
func (r *InstallLocationsAddType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.InstallLocationsAddParams) (*butlerd.InstallLocationsAddResult, error))
type InstallLocationsGetByIDType ¶
type InstallLocationsGetByIDType struct{}
var InstallLocationsGetByID *InstallLocationsGetByIDType
func (*InstallLocationsGetByIDType) Method ¶
func (r *InstallLocationsGetByIDType) Method() string
func (*InstallLocationsGetByIDType) Register ¶
func (r *InstallLocationsGetByIDType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.InstallLocationsGetByIDParams) (*butlerd.InstallLocationsGetByIDResult, error))
type InstallLocationsListType ¶
type InstallLocationsListType struct{}
var InstallLocationsList *InstallLocationsListType
func (*InstallLocationsListType) Method ¶
func (r *InstallLocationsListType) Method() string
func (*InstallLocationsListType) Register ¶
func (r *InstallLocationsListType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.InstallLocationsListParams) (*butlerd.InstallLocationsListResult, error))
type InstallLocationsRemoveType ¶
type InstallLocationsRemoveType struct{}
var InstallLocationsRemove *InstallLocationsRemoveType
func (*InstallLocationsRemoveType) Method ¶
func (r *InstallLocationsRemoveType) Method() string
func (*InstallLocationsRemoveType) Register ¶
func (r *InstallLocationsRemoveType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.InstallLocationsRemoveParams) (*butlerd.InstallLocationsRemoveResult, error))
type InstallLocationsScanConfirmImportType ¶
type InstallLocationsScanConfirmImportType struct{}
var InstallLocationsScanConfirmImport *InstallLocationsScanConfirmImportType
func (*InstallLocationsScanConfirmImportType) Call ¶
func (r *InstallLocationsScanConfirmImportType) Call(rc *butlerd.RequestContext, params *butlerd.InstallLocationsScanConfirmImportParams) (*butlerd.InstallLocationsScanConfirmImportResult, error)
func (*InstallLocationsScanConfirmImportType) Method ¶
func (r *InstallLocationsScanConfirmImportType) Method() string
type InstallLocationsScanType ¶
type InstallLocationsScanType struct{}
var InstallLocationsScan *InstallLocationsScanType
func (*InstallLocationsScanType) Method ¶
func (r *InstallLocationsScanType) Method() string
func (*InstallLocationsScanType) Register ¶
func (r *InstallLocationsScanType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.InstallLocationsScanParams) (*butlerd.InstallLocationsScanResult, error))
type InstallLocationsScanYieldType ¶
type InstallLocationsScanYieldType struct{}
var InstallLocationsScanYield *InstallLocationsScanYieldType
func (*InstallLocationsScanYieldType) Method ¶
func (r *InstallLocationsScanYieldType) Method() string
func (*InstallLocationsScanYieldType) Notify ¶
func (r *InstallLocationsScanYieldType) Notify(rc *butlerd.RequestContext, params *butlerd.InstallLocationsScanYieldNotification) error
type InstallPerformType ¶
type InstallPerformType struct{}
var InstallPerform *InstallPerformType
func (*InstallPerformType) Method ¶
func (r *InstallPerformType) Method() string
func (*InstallPerformType) Register ¶
func (r *InstallPerformType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.InstallPerformParams) (*butlerd.InstallPerformResult, error))
type InstallQueueType ¶
type InstallQueueType struct{}
var InstallQueue *InstallQueueType
func (*InstallQueueType) Method ¶
func (r *InstallQueueType) Method() string
func (*InstallQueueType) Register ¶
func (r *InstallQueueType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.InstallQueueParams) (*butlerd.InstallQueueResult, error))
type InstallVersionSwitchPickType ¶
type InstallVersionSwitchPickType struct{}
var InstallVersionSwitchPick *InstallVersionSwitchPickType
func (*InstallVersionSwitchPickType) Call ¶
func (r *InstallVersionSwitchPickType) Call(rc *butlerd.RequestContext, params *butlerd.InstallVersionSwitchPickParams) (*butlerd.InstallVersionSwitchPickResult, error)
func (*InstallVersionSwitchPickType) Method ¶
func (r *InstallVersionSwitchPickType) Method() string
type InstallVersionSwitchQueueType ¶
type InstallVersionSwitchQueueType struct{}
var InstallVersionSwitchQueue *InstallVersionSwitchQueueType
func (*InstallVersionSwitchQueueType) Method ¶
func (r *InstallVersionSwitchQueueType) Method() string
func (*InstallVersionSwitchQueueType) Register ¶
func (r *InstallVersionSwitchQueueType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.InstallVersionSwitchQueueParams) (*butlerd.InstallVersionSwitchQueueResult, error))
type LaunchCancelType ¶
type LaunchCancelType struct{}
var LaunchCancel *LaunchCancelType
func (*LaunchCancelType) Method ¶
func (r *LaunchCancelType) Method() string
func (*LaunchCancelType) Register ¶
func (r *LaunchCancelType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.LaunchCancelParams) (*butlerd.LaunchCancelResult, error))
type LaunchExitedType ¶
type LaunchExitedType struct{}
var LaunchExited *LaunchExitedType
func (*LaunchExitedType) Method ¶
func (r *LaunchExitedType) Method() string
func (*LaunchExitedType) Notify ¶
func (r *LaunchExitedType) Notify(rc *butlerd.RequestContext, params *butlerd.LaunchExitedNotification) error
type LaunchRunningType ¶
type LaunchRunningType struct{}
var LaunchRunning *LaunchRunningType
func (*LaunchRunningType) Method ¶
func (r *LaunchRunningType) Method() string
func (*LaunchRunningType) Notify ¶
func (r *LaunchRunningType) Notify(rc *butlerd.RequestContext, params *butlerd.LaunchRunningNotification) error
type LaunchType ¶
type LaunchType struct{}
var Launch *LaunchType
func (*LaunchType) Method ¶
func (r *LaunchType) Method() string
func (*LaunchType) Register ¶
func (r *LaunchType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.LaunchParams) (*butlerd.LaunchResult, error))
type LogType ¶
type LogType struct{}
var Log *LogType
func (*LogType) Notify ¶
func (r *LogType) Notify(rc *butlerd.RequestContext, params *butlerd.LogNotification) error
type NotificationMessage ¶
type NotificationMessage interface {
Method() string
}
type PickManifestActionType ¶
type PickManifestActionType struct{}
var PickManifestAction *PickManifestActionType
func (*PickManifestActionType) Call ¶
func (r *PickManifestActionType) Call(rc *butlerd.RequestContext, params *butlerd.PickManifestActionParams) (*butlerd.PickManifestActionResult, error)
func (*PickManifestActionType) Method ¶
func (r *PickManifestActionType) Method() string
type PickUploadType ¶
type PickUploadType struct{}
var PickUpload *PickUploadType
func (*PickUploadType) Call ¶
func (r *PickUploadType) Call(rc *butlerd.RequestContext, params *butlerd.PickUploadParams) (*butlerd.PickUploadResult, error)
func (*PickUploadType) Method ¶
func (r *PickUploadType) Method() string
type PrereqsEndedType ¶
type PrereqsEndedType struct{}
var PrereqsEnded *PrereqsEndedType
func (*PrereqsEndedType) Method ¶
func (r *PrereqsEndedType) Method() string
func (*PrereqsEndedType) Notify ¶
func (r *PrereqsEndedType) Notify(rc *butlerd.RequestContext, params *butlerd.PrereqsEndedNotification) error
type PrereqsFailedType ¶
type PrereqsFailedType struct{}
var PrereqsFailed *PrereqsFailedType
func (*PrereqsFailedType) Call ¶
func (r *PrereqsFailedType) Call(rc *butlerd.RequestContext, params *butlerd.PrereqsFailedParams) (*butlerd.PrereqsFailedResult, error)
func (*PrereqsFailedType) Method ¶
func (r *PrereqsFailedType) Method() string
type PrereqsStartedType ¶
type PrereqsStartedType struct{}
var PrereqsStarted *PrereqsStartedType
func (*PrereqsStartedType) Method ¶
func (r *PrereqsStartedType) Method() string
func (*PrereqsStartedType) Notify ¶
func (r *PrereqsStartedType) Notify(rc *butlerd.RequestContext, params *butlerd.PrereqsStartedNotification) error
type PrereqsTaskStateType ¶
type PrereqsTaskStateType struct{}
var PrereqsTaskState *PrereqsTaskStateType
func (*PrereqsTaskStateType) Method ¶
func (r *PrereqsTaskStateType) Method() string
func (*PrereqsTaskStateType) Notify ¶
func (r *PrereqsTaskStateType) Notify(rc *butlerd.RequestContext, params *butlerd.PrereqsTaskStateNotification) error
type ProfileDataGetType ¶
type ProfileDataGetType struct{}
var ProfileDataGet *ProfileDataGetType
func (*ProfileDataGetType) Method ¶
func (r *ProfileDataGetType) Method() string
func (*ProfileDataGetType) Register ¶
func (r *ProfileDataGetType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.ProfileDataGetParams) (*butlerd.ProfileDataGetResult, error))
type ProfileDataPutType ¶
type ProfileDataPutType struct{}
var ProfileDataPut *ProfileDataPutType
func (*ProfileDataPutType) Method ¶
func (r *ProfileDataPutType) Method() string
func (*ProfileDataPutType) Register ¶
func (r *ProfileDataPutType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.ProfileDataPutParams) (*butlerd.ProfileDataPutResult, error))
type ProfileForgetType ¶
type ProfileForgetType struct{}
var ProfileForget *ProfileForgetType
func (*ProfileForgetType) Method ¶
func (r *ProfileForgetType) Method() string
func (*ProfileForgetType) Register ¶
func (r *ProfileForgetType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.ProfileForgetParams) (*butlerd.ProfileForgetResult, error))
type ProfileListType ¶
type ProfileListType struct{}
var ProfileList *ProfileListType
func (*ProfileListType) Method ¶
func (r *ProfileListType) Method() string
func (*ProfileListType) Register ¶
func (r *ProfileListType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.ProfileListParams) (*butlerd.ProfileListResult, error))
type ProfileLoginWithAPIKeyType ¶
type ProfileLoginWithAPIKeyType struct{}
var ProfileLoginWithAPIKey *ProfileLoginWithAPIKeyType
func (*ProfileLoginWithAPIKeyType) Method ¶
func (r *ProfileLoginWithAPIKeyType) Method() string
func (*ProfileLoginWithAPIKeyType) Register ¶
func (r *ProfileLoginWithAPIKeyType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.ProfileLoginWithAPIKeyParams) (*butlerd.ProfileLoginWithAPIKeyResult, error))
type ProfileLoginWithPasswordType ¶
type ProfileLoginWithPasswordType struct{}
var ProfileLoginWithPassword *ProfileLoginWithPasswordType
func (*ProfileLoginWithPasswordType) Method ¶
func (r *ProfileLoginWithPasswordType) Method() string
func (*ProfileLoginWithPasswordType) Register ¶
func (r *ProfileLoginWithPasswordType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.ProfileLoginWithPasswordParams) (*butlerd.ProfileLoginWithPasswordResult, error))
type ProfileRequestCaptchaType ¶
type ProfileRequestCaptchaType struct{}
var ProfileRequestCaptcha *ProfileRequestCaptchaType
func (*ProfileRequestCaptchaType) Call ¶
func (r *ProfileRequestCaptchaType) Call(rc *butlerd.RequestContext, params *butlerd.ProfileRequestCaptchaParams) (*butlerd.ProfileRequestCaptchaResult, error)
func (*ProfileRequestCaptchaType) Method ¶
func (r *ProfileRequestCaptchaType) Method() string
type ProfileRequestTOTPType ¶
type ProfileRequestTOTPType struct{}
var ProfileRequestTOTP *ProfileRequestTOTPType
func (*ProfileRequestTOTPType) Call ¶
func (r *ProfileRequestTOTPType) Call(rc *butlerd.RequestContext, params *butlerd.ProfileRequestTOTPParams) (*butlerd.ProfileRequestTOTPResult, error)
func (*ProfileRequestTOTPType) Method ¶
func (r *ProfileRequestTOTPType) Method() string
type ProfileUseSavedLoginType ¶
type ProfileUseSavedLoginType struct{}
var ProfileUseSavedLogin *ProfileUseSavedLoginType
func (*ProfileUseSavedLoginType) Method ¶
func (r *ProfileUseSavedLoginType) Method() string
func (*ProfileUseSavedLoginType) Register ¶
func (r *ProfileUseSavedLoginType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.ProfileUseSavedLoginParams) (*butlerd.ProfileUseSavedLoginResult, error))
type ProgressType ¶
type ProgressType struct{}
var Progress *ProgressType
func (*ProgressType) Method ¶
func (r *ProgressType) Method() string
func (*ProgressType) Notify ¶
func (r *ProgressType) Notify(rc *butlerd.RequestContext, params *butlerd.ProgressNotification) error
type RequestMessage ¶
type RequestMessage interface {
Method() string
}
type SearchGamesType ¶
type SearchGamesType struct{}
var SearchGames *SearchGamesType
func (*SearchGamesType) Method ¶
func (r *SearchGamesType) Method() string
func (*SearchGamesType) Register ¶
func (r *SearchGamesType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.SearchGamesParams) (*butlerd.SearchGamesResult, error))
type SearchGamesYieldType ¶
type SearchGamesYieldType struct{}
var SearchGamesYield *SearchGamesYieldType
func (*SearchGamesYieldType) Method ¶
func (r *SearchGamesYieldType) Method() string
func (*SearchGamesYieldType) Notify ¶
func (r *SearchGamesYieldType) Notify(rc *butlerd.RequestContext, params *butlerd.SearchGamesYieldNotification) error
type SearchUsersType ¶
type SearchUsersType struct{}
var SearchUsers *SearchUsersType
func (*SearchUsersType) Method ¶
func (r *SearchUsersType) Method() string
func (*SearchUsersType) Register ¶
func (r *SearchUsersType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.SearchUsersParams) (*butlerd.SearchUsersResult, error))
type SearchUsersYieldType ¶
type SearchUsersYieldType struct{}
var SearchUsersYield *SearchUsersYieldType
func (*SearchUsersYieldType) Method ¶
func (r *SearchUsersYieldType) Method() string
func (*SearchUsersYieldType) Notify ¶
func (r *SearchUsersYieldType) Notify(rc *butlerd.RequestContext, params *butlerd.SearchUsersYieldNotification) error
type ShellLaunchType ¶
type ShellLaunchType struct{}
var ShellLaunch *ShellLaunchType
func (*ShellLaunchType) Call ¶
func (r *ShellLaunchType) Call(rc *butlerd.RequestContext, params *butlerd.ShellLaunchParams) (*butlerd.ShellLaunchResult, error)
func (*ShellLaunchType) Method ¶
func (r *ShellLaunchType) Method() string
type SystemStatFSType ¶
type SystemStatFSType struct{}
var SystemStatFS *SystemStatFSType
func (*SystemStatFSType) Method ¶
func (r *SystemStatFSType) Method() string
func (*SystemStatFSType) Register ¶
func (r *SystemStatFSType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.SystemStatFSParams) (*butlerd.SystemStatFSResult, error))
type TaskStartedType ¶
type TaskStartedType struct{}
var TaskStarted *TaskStartedType
func (*TaskStartedType) Method ¶
func (r *TaskStartedType) Method() string
func (*TaskStartedType) Notify ¶
func (r *TaskStartedType) Notify(rc *butlerd.RequestContext, params *butlerd.TaskStartedNotification) error
type TaskSucceededType ¶
type TaskSucceededType struct{}
var TaskSucceeded *TaskSucceededType
func (*TaskSucceededType) Method ¶
func (r *TaskSucceededType) Method() string
func (*TaskSucceededType) Notify ¶
func (r *TaskSucceededType) Notify(rc *butlerd.RequestContext, params *butlerd.TaskSucceededNotification) error
type TestDoubleTwiceType ¶
type TestDoubleTwiceType struct{}
var TestDoubleTwice *TestDoubleTwiceType
func (*TestDoubleTwiceType) Method ¶
func (r *TestDoubleTwiceType) Method() string
func (*TestDoubleTwiceType) Register ¶
func (r *TestDoubleTwiceType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.TestDoubleTwiceParams) (*butlerd.TestDoubleTwiceResult, error))
type TestDoubleType ¶
type TestDoubleType struct{}
var TestDouble *TestDoubleType
func (*TestDoubleType) Call ¶
func (r *TestDoubleType) Call(rc *butlerd.RequestContext, params *butlerd.TestDoubleParams) (*butlerd.TestDoubleResult, error)
func (*TestDoubleType) Method ¶
func (r *TestDoubleType) Method() string
type URLLaunchType ¶
type URLLaunchType struct{}
var URLLaunch *URLLaunchType
func (*URLLaunchType) Call ¶
func (r *URLLaunchType) Call(rc *butlerd.RequestContext, params *butlerd.URLLaunchParams) (*butlerd.URLLaunchResult, error)
func (*URLLaunchType) Method ¶
func (r *URLLaunchType) Method() string
type UninstallPerformType ¶
type UninstallPerformType struct{}
var UninstallPerform *UninstallPerformType
func (*UninstallPerformType) Method ¶
func (r *UninstallPerformType) Method() string
func (*UninstallPerformType) Register ¶
func (r *UninstallPerformType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.UninstallPerformParams) (*butlerd.UninstallPerformResult, error))
type VersionGetType ¶
type VersionGetType struct{}
var VersionGet *VersionGetType
func (*VersionGetType) Method ¶
func (r *VersionGetType) Method() string
func (*VersionGetType) Register ¶
func (r *VersionGetType) Register(router *butlerd.Router, f func(*butlerd.RequestContext, *butlerd.VersionGetParams) (*butlerd.VersionGetResult, error))
Click to show internal directories.
Click to hide internal directories.