ams

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2025 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

View Source
const ServiceVersion = "1.38.1"

Variables

View Source
var SDKVersion string

Functions

func GetUserAgent

func GetUserAgent() string

func NewAmsClient

func NewAmsClient(configRepository repository.ConfigRepository) *amsclient.JusticeAmsService

Types

type AMSInfoService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*AMSInfoService) GetAuthSession

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

func (*AMSInfoService) InfoRegionsShort

func (*AMSInfoService) InfoSupportedInstancesShort

func (*AMSInfoService) UpdateFlightId

func (aaa *AMSInfoService) UpdateFlightId(flightId string)

func (*AMSInfoService) UploadURLGetShort

func (aaa *AMSInfoService) UploadURLGetShort(input *a_m_s_info.UploadURLGetParams) error

type AMSQoSService

type AMSQoSService struct {
	Client           *amsclient.JusticeAmsService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*AMSQoSService) GetAuthSession

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

func (*AMSQoSService) QoSRegionsGetShort

func (*AMSQoSService) QoSRegionsUpdateShort

func (aaa *AMSQoSService) QoSRegionsUpdateShort(input *a_m_s_qo_s.QoSRegionsUpdateParams) error

func (*AMSQoSService) UpdateFlightId

func (aaa *AMSQoSService) UpdateFlightId(flightId string)

type AccountService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*AccountService) AccountGetShort

func (aaa *AccountService) AccountGetShort(input *account.AccountGetParams) (*account.AccountGetResponse, error)

func (*AccountService) AdminAccountCreateShort

func (*AccountService) AdminAccountGetShort

func (aaa *AccountService) AdminAccountGetShort(input *account.AdminAccountGetParams) (*account.AdminAccountGetResponse, error)

func (*AccountService) AdminAccountLinkShort

func (aaa *AccountService) AdminAccountLinkShort(input *account.AdminAccountLinkParams) (*account.AdminAccountLinkResponse, error)

func (*AccountService) AdminAccountLinkTokenGetShort

func (*AccountService) GetAuthSession

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

func (*AccountService) UpdateFlightId

func (aaa *AccountService) UpdateFlightId(flightId string)

type ArtifactsService

type ArtifactsService struct {
	Client           *amsclient.JusticeAmsService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*ArtifactsService) ArtifactBulkDeleteShort

func (aaa *ArtifactsService) ArtifactBulkDeleteShort(input *artifacts.ArtifactBulkDeleteParams) error

func (*ArtifactsService) ArtifactDeleteShort

func (aaa *ArtifactsService) ArtifactDeleteShort(input *artifacts.ArtifactDeleteParams) error

func (*ArtifactsService) ArtifactGetShort

func (*ArtifactsService) ArtifactGetURLShort

func (*ArtifactsService) ArtifactUsageGetShort

func (*ArtifactsService) GetAuthSession

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

func (*ArtifactsService) UpdateFlightId

func (aaa *ArtifactsService) UpdateFlightId(flightId string)

type AuthService

type AuthService struct {
	Client           *amsclient.JusticeAmsService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*AuthService) AuthCheckShort

func (aaa *AuthService) AuthCheckShort(input *auth2.AuthCheckParams) error

func (*AuthService) GetAuthSession

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

func (*AuthService) UpdateFlightId

func (aaa *AuthService) UpdateFlightId(flightId string)

type DevelopmentService

type DevelopmentService struct {
	Client           *amsclient.JusticeAmsService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*DevelopmentService) DevelopmentServerConfigurationDeleteShort

func (aaa *DevelopmentService) DevelopmentServerConfigurationDeleteShort(input *development.DevelopmentServerConfigurationDeleteParams) error

func (*DevelopmentService) DevelopmentServerConfigurationPatchShort added in v0.4.0

func (aaa *DevelopmentService) DevelopmentServerConfigurationPatchShort(input *development.DevelopmentServerConfigurationPatchParams) error

func (*DevelopmentService) GetAuthSession

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

func (*DevelopmentService) UpdateFlightId

func (aaa *DevelopmentService) UpdateFlightId(flightId string)

type FleetCommanderService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*FleetCommanderService) BasicHealthCheckShort

func (aaa *FleetCommanderService) BasicHealthCheckShort(input *fleet_commander.BasicHealthCheckParams) error

func (*FleetCommanderService) Func1Short

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

func (*FleetCommanderService) GetAuthSession

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

func (*FleetCommanderService) PortalHealthCheckShort

func (aaa *FleetCommanderService) PortalHealthCheckShort(input *fleet_commander.PortalHealthCheckParams) error

func (*FleetCommanderService) UpdateFlightId

func (aaa *FleetCommanderService) UpdateFlightId(flightId string)

type FleetsService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*FleetsService) FleetClaimByIDShort

func (aaa *FleetsService) FleetClaimByIDShort(input *fleets.FleetClaimByIDParams) (*fleets.FleetClaimByIDResponse, error)

func (*FleetsService) FleetClaimByKeysShort

func (aaa *FleetsService) FleetClaimByKeysShort(input *fleets.FleetClaimByKeysParams) (*fleets.FleetClaimByKeysResponse, error)

func (*FleetsService) FleetCreateShort

func (aaa *FleetsService) FleetCreateShort(input *fleets.FleetCreateParams) (*fleets.FleetCreateResponse, error)

func (*FleetsService) FleetDeleteShort

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

func (*FleetsService) FleetGetShort

func (aaa *FleetsService) FleetGetShort(input *fleets.FleetGetParams) (*fleets.FleetGetResponse, error)

func (*FleetsService) FleetListShort

func (aaa *FleetsService) FleetListShort(input *fleets.FleetListParams) (*fleets.FleetListResponse, error)

func (*FleetsService) FleetServersShort

func (aaa *FleetsService) FleetServersShort(input *fleets.FleetServersParams) (*fleets.FleetServersResponse, error)

func (*FleetsService) FleetUpdateShort

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

func (*FleetsService) GetAuthSession

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

func (*FleetsService) UpdateFlightId

func (aaa *FleetsService) UpdateFlightId(flightId string)

type ImagesService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*ImagesService) GetAuthSession

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

func (*ImagesService) ImageGetShort

func (aaa *ImagesService) ImageGetShort(input *images.ImageGetParams) (*images.ImageGetResponse, error)

func (*ImagesService) ImageListShort

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

func (*ImagesService) ImageMarkForDeletionShort

func (aaa *ImagesService) ImageMarkForDeletionShort(input *images.ImageMarkForDeletionParams) error

func (*ImagesService) ImagePatchShort

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

func (*ImagesService) ImageUnmarkForDeletionShort

func (aaa *ImagesService) ImageUnmarkForDeletionShort(input *images.ImageUnmarkForDeletionParams) error

func (*ImagesService) ImagesStorageShort

func (aaa *ImagesService) ImagesStorageShort(input *images.ImagesStorageParams) (*images.ImagesStorageResponse, error)

func (*ImagesService) UpdateFlightId

func (aaa *ImagesService) UpdateFlightId(flightId string)

type ServersService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*ServersService) FleetServerConnectionInfoShort

func (*ServersService) FleetServerHistoryShort

func (*ServersService) FleetServerInfoShort

func (aaa *ServersService) FleetServerInfoShort(input *servers.FleetServerInfoParams) (*servers.FleetServerInfoResponse, error)

func (*ServersService) GetAuthSession

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

func (*ServersService) ServerHistoryShort

func (aaa *ServersService) ServerHistoryShort(input *servers.ServerHistoryParams) (*servers.ServerHistoryResponse, error)

func (*ServersService) UpdateFlightId

func (aaa *ServersService) UpdateFlightId(flightId string)

type WatchdogsService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*WatchdogsService) GetAuthSession

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

func (*WatchdogsService) LocalWatchdogConnectShort

func (aaa *WatchdogsService) LocalWatchdogConnectShort(input *watchdogs.LocalWatchdogConnectParams) error

func (*WatchdogsService) UpdateFlightId

func (aaa *WatchdogsService) UpdateFlightId(flightId string)

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