ams

package
v0.50.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 31, 2023 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AMSInfoService

type AMSInfoService struct {
	Client           *amsclient.JusticeAmsService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository
}

func (*AMSInfoService) GetAuthSession

func (aaa *AMSInfoService) GetAuthSession() auth.Session

func (*AMSInfoService) InfoRegions deprecated

Deprecated: 2022-01-10 - please use InfoRegionsShort instead.

func (*AMSInfoService) InfoRegionsShort

func (*AMSInfoService) InfoSupportedInstances deprecated

Deprecated: 2022-01-10 - please use InfoSupportedInstancesShort instead.

type AccountService

type AccountService struct {
	Client           *amsclient.JusticeAmsService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository
}

func (*AccountService) AccountCreate deprecated

Deprecated: 2022-01-10 - please use AccountCreateShort instead.

func (*AccountService) AccountCreateShort

func (*AccountService) AccountGet deprecated

Deprecated: 2022-01-10 - please use AccountGetShort instead.

func (*AccountService) AccountGetShort

Deprecated: 2022-01-10 - please use AccountLinkShort instead.

func (*AccountService) AccountLinkShort

func (*AccountService) AccountLinkTokenGet deprecated

Deprecated: 2022-01-10 - please use AccountLinkTokenGetShort instead.

func (*AccountService) AccountLinkTokenGetShort

func (*AccountService) GetAuthSession

func (aaa *AccountService) GetAuthSession() auth.Session

type FleetCommanderService added in v0.48.0

type FleetCommanderService struct {
	Client           *amsclient.JusticeAmsService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository
}

func (*FleetCommanderService) Func1 deprecated added in v0.48.0

Deprecated: 2022-01-10 - please use Func1Short instead.

func (*FleetCommanderService) Func1Short added in v0.48.0

func (aaa *FleetCommanderService) Func1Short(input *fleet_commander.Func1Params) error

func (*FleetCommanderService) GetAuthSession added in v0.48.0

func (aaa *FleetCommanderService) GetAuthSession() auth.Session

type FleetsService

type FleetsService struct {
	Client           *amsclient.JusticeAmsService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository
}

func (*FleetsService) FleetClaimByID deprecated

Deprecated: 2022-01-10 - please use FleetClaimByIDShort instead.

func (*FleetsService) FleetClaimByIDShort

func (*FleetsService) FleetClaimByKeys deprecated

Deprecated: 2022-01-10 - please use FleetClaimByKeysShort instead.

func (*FleetsService) FleetClaimByKeysShort

func (*FleetsService) FleetCreate deprecated

Deprecated: 2022-01-10 - please use FleetCreateShort instead.

func (*FleetsService) FleetCreateShort

func (*FleetsService) FleetDelete deprecated

func (aaa *FleetsService) FleetDelete(input *fleets.FleetDeleteParams) error

Deprecated: 2022-01-10 - please use FleetDeleteShort instead.

func (*FleetsService) FleetDeleteShort

func (aaa *FleetsService) FleetDeleteShort(input *fleets.FleetDeleteParams) error

func (*FleetsService) FleetGet deprecated

Deprecated: 2022-01-10 - please use FleetGetShort instead.

func (*FleetsService) FleetGetShort

func (*FleetsService) FleetList deprecated

Deprecated: 2022-01-10 - please use FleetListShort instead.

func (*FleetsService) FleetListShort

func (*FleetsService) FleetServers deprecated

Deprecated: 2022-01-10 - please use FleetServersShort instead.

func (*FleetsService) FleetServersShort

func (*FleetsService) FleetUpdate deprecated

func (aaa *FleetsService) FleetUpdate(input *fleets.FleetUpdateParams) error

Deprecated: 2022-01-10 - please use FleetUpdateShort instead.

func (*FleetsService) FleetUpdateShort

func (aaa *FleetsService) FleetUpdateShort(input *fleets.FleetUpdateParams) error

func (*FleetsService) GetAuthSession

func (aaa *FleetsService) GetAuthSession() auth.Session

type ImagesService

type ImagesService struct {
	Client           *amsclient.JusticeAmsService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository
}

func (*ImagesService) GetAuthSession

func (aaa *ImagesService) GetAuthSession() auth.Session

func (*ImagesService) ImageGet deprecated

Deprecated: 2022-01-10 - please use ImageGetShort instead.

func (*ImagesService) ImageGetShort

func (*ImagesService) ImageList deprecated

Deprecated: 2022-01-10 - please use ImageListShort instead.

func (*ImagesService) ImageListShort

func (aaa *ImagesService) ImageListShort(input *images.ImageListParams) (*amsclientmodels.APIImageList, error)

func (*ImagesService) ImagePatch deprecated

Deprecated: 2022-01-10 - please use ImagePatchShort instead.

func (*ImagesService) ImagePatchShort

func (aaa *ImagesService) ImagePatchShort(input *images.ImagePatchParams) (*amsclientmodels.APIImageDetails, error)

type OperationsService

type OperationsService struct {
	Client           *amsclient.JusticeAmsService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository
}

func (*OperationsService) BasicHealthCheck deprecated

func (aaa *OperationsService) BasicHealthCheck(input *operations.BasicHealthCheckParams) error

Deprecated: 2022-01-10 - please use BasicHealthCheckShort instead.

func (*OperationsService) BasicHealthCheckShort

func (aaa *OperationsService) BasicHealthCheckShort(input *operations.BasicHealthCheckParams) error

func (*OperationsService) GetAuthSession

func (aaa *OperationsService) GetAuthSession() auth.Session

type ServersService

type ServersService struct {
	Client           *amsclient.JusticeAmsService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository
}

func (*ServersService) FleetServerHistory deprecated

Deprecated: 2022-01-10 - please use FleetServerHistoryShort instead.

func (*ServersService) FleetServerHistoryShort

func (aaa *ServersService) FleetServerHistoryShort(input *servers.FleetServerHistoryParams) (*amsclientmodels.APIDSHistoryList, error)

func (*ServersService) FleetServerInfo deprecated

Deprecated: 2022-01-10 - please use FleetServerInfoShort instead.

func (*ServersService) FleetServerInfoShort

func (*ServersService) GetAuthSession

func (aaa *ServersService) GetAuthSession() auth.Session

func (*ServersService) ServerHistory deprecated

Deprecated: 2022-01-10 - please use ServerHistoryShort instead.

func (*ServersService) ServerHistoryShort

type WatchdogsService

type WatchdogsService struct {
	Client           *amsclient.JusticeAmsService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository
}

func (*WatchdogsService) GetAuthSession

func (aaa *WatchdogsService) GetAuthSession() auth.Session

func (*WatchdogsService) WatchdogConnect deprecated

func (aaa *WatchdogsService) WatchdogConnect(input *watchdogs.WatchdogConnectParams) error

Deprecated: 2022-01-10 - please use WatchdogConnectShort instead.

func (*WatchdogsService) WatchdogConnectShort

func (aaa *WatchdogsService) WatchdogConnectShort(input *watchdogs.WatchdogConnectParams) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL