dsmc

package
v0.68.0 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminService

type AdminService struct {
	Client           *dsmcclient.JusticeDsmcService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*AdminService) CountServer deprecated

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

func (*AdminService) CountServerDetailed deprecated

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

func (*AdminService) CountServerDetailedShort added in v0.10.0

func (*AdminService) CountServerShort added in v0.10.0

func (*AdminService) CountSession deprecated

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

func (*AdminService) CountSessionShort added in v0.10.0

func (*AdminService) DeleteLocalServer deprecated

func (aaa *AdminService) DeleteLocalServer(input *admin.DeleteLocalServerParams) error

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

func (*AdminService) DeleteLocalServerShort added in v0.10.0

func (aaa *AdminService) DeleteLocalServerShort(input *admin.DeleteLocalServerParams) error

func (*AdminService) DeleteServer deprecated

func (aaa *AdminService) DeleteServer(input *admin.DeleteServerParams) error

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

func (*AdminService) DeleteServerShort added in v0.10.0

func (aaa *AdminService) DeleteServerShort(input *admin.DeleteServerParams) error

func (*AdminService) DeleteSession deprecated

func (aaa *AdminService) DeleteSession(input *admin.DeleteSessionParams) error

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

func (*AdminService) DeleteSessionShort added in v0.10.0

func (aaa *AdminService) DeleteSessionShort(input *admin.DeleteSessionParams) error

func (*AdminService) GetAuthSession added in v0.21.0

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

func (*AdminService) GetServer deprecated

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

func (*AdminService) GetServerShort added in v0.10.0

func (aaa *AdminService) GetServerShort(input *admin.GetServerParams) (*dsmcclientmodels.ModelsServer, error)

func (*AdminService) ListLocalServer deprecated

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

func (*AdminService) ListLocalServerShort added in v0.10.0

func (*AdminService) ListServer deprecated

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

func (*AdminService) ListServerShort added in v0.10.0

func (*AdminService) ListSession deprecated

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

func (*AdminService) ListSessionShort added in v0.10.0

func (*AdminService) UpdateFlightId added in v0.63.0

func (aaa *AdminService) UpdateFlightId(flightId string)

type ConfigService

type ConfigService struct {
	Client           *dsmcclient.JusticeDsmcService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*ConfigService) AddPort deprecated

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

func (*ConfigService) AddPortShort added in v0.10.0

func (*ConfigService) ClearCache deprecated

func (aaa *ConfigService) ClearCache(input *config.ClearCacheParams) error

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

func (*ConfigService) ClearCacheShort added in v0.10.0

func (aaa *ConfigService) ClearCacheShort(input *config.ClearCacheParams) error

func (*ConfigService) CreateConfig deprecated

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

func (*ConfigService) CreateConfigShort added in v0.10.0

func (*ConfigService) DeleteConfig deprecated

func (aaa *ConfigService) DeleteConfig(input *config.DeleteConfigParams) error

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

func (*ConfigService) DeleteConfigShort added in v0.10.0

func (aaa *ConfigService) DeleteConfigShort(input *config.DeleteConfigParams) error

func (*ConfigService) DeletePort deprecated

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

func (*ConfigService) DeletePortShort added in v0.10.0

func (*ConfigService) ExportConfigV1 deprecated

func (aaa *ConfigService) ExportConfigV1(input *config.ExportConfigV1Params, writer io.Writer) (io.Writer, error)

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

func (*ConfigService) ExportConfigV1Short added in v0.10.0

func (aaa *ConfigService) ExportConfigV1Short(input *config.ExportConfigV1Params, writer io.Writer) (io.Writer, error)

func (*ConfigService) GetAuthSession added in v0.21.0

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

func (*ConfigService) GetConfig deprecated

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

func (*ConfigService) GetConfigShort added in v0.10.0

func (*ConfigService) ImportConfigV1 deprecated

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

func (*ConfigService) ImportConfigV1Short added in v0.10.0

func (*ConfigService) ListConfig deprecated

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

func (*ConfigService) ListConfigShort added in v0.10.0

func (*ConfigService) SaveConfig deprecated

func (aaa *ConfigService) SaveConfig(input *config.SaveConfigParams) error

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

func (*ConfigService) SaveConfigShort added in v0.10.0

func (aaa *ConfigService) SaveConfigShort(input *config.SaveConfigParams) error

func (*ConfigService) UpdateConfig deprecated

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

func (*ConfigService) UpdateConfigShort added in v0.10.0

func (*ConfigService) UpdateFlightId added in v0.63.0

func (aaa *ConfigService) UpdateFlightId(flightId string)

func (*ConfigService) UpdatePort deprecated

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

func (*ConfigService) UpdatePortShort added in v0.10.0

type DeploymentConfigService

type DeploymentConfigService struct {
	Client           *dsmcclient.JusticeDsmcService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*DeploymentConfigService) CreateDeployment deprecated

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

func (*DeploymentConfigService) CreateDeploymentClient deprecated added in v0.45.0

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

func (*DeploymentConfigService) CreateDeploymentClientShort added in v0.45.0

func (*DeploymentConfigService) CreateDeploymentOverride deprecated

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

func (*DeploymentConfigService) CreateDeploymentOverrideShort added in v0.10.0

func (*DeploymentConfigService) CreateDeploymentShort added in v0.10.0

func (*DeploymentConfigService) CreateOverrideRegionOverride deprecated

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

func (*DeploymentConfigService) CreateOverrideRegionOverrideShort added in v0.10.0

func (*DeploymentConfigService) CreateRootRegionOverride deprecated

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

func (*DeploymentConfigService) CreateRootRegionOverrideShort added in v0.10.0

func (*DeploymentConfigService) DeleteDeployment deprecated

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

func (*DeploymentConfigService) DeleteDeploymentClient deprecated added in v0.45.0

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

func (*DeploymentConfigService) DeleteDeploymentClientShort added in v0.45.0

func (aaa *DeploymentConfigService) DeleteDeploymentClientShort(input *deployment_config.DeleteDeploymentClientParams) error

func (*DeploymentConfigService) DeleteDeploymentOverride deprecated

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

func (*DeploymentConfigService) DeleteDeploymentOverrideShort added in v0.10.0

func (*DeploymentConfigService) DeleteDeploymentShort added in v0.10.0

func (aaa *DeploymentConfigService) DeleteDeploymentShort(input *deployment_config.DeleteDeploymentParams) error

func (*DeploymentConfigService) DeleteOverrideRegionOverride deprecated

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

func (*DeploymentConfigService) DeleteOverrideRegionOverrideShort added in v0.10.0

func (*DeploymentConfigService) DeleteRootRegionOverride deprecated

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

func (*DeploymentConfigService) DeleteRootRegionOverrideShort added in v0.10.0

func (*DeploymentConfigService) GetAllDeployment deprecated

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

func (*DeploymentConfigService) GetAllDeploymentClient deprecated added in v0.45.0

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

func (*DeploymentConfigService) GetAllDeploymentClientShort added in v0.45.0

func (*DeploymentConfigService) GetAllDeploymentShort added in v0.10.0

func (*DeploymentConfigService) GetAuthSession added in v0.21.0

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

func (*DeploymentConfigService) GetDeployment deprecated

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

func (*DeploymentConfigService) GetDeploymentShort added in v0.10.0

func (*DeploymentConfigService) UpdateDeployment deprecated

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

func (*DeploymentConfigService) UpdateDeploymentOverride deprecated

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

func (*DeploymentConfigService) UpdateDeploymentOverrideShort added in v0.10.0

func (*DeploymentConfigService) UpdateDeploymentShort added in v0.10.0

func (*DeploymentConfigService) UpdateFlightId added in v0.63.0

func (aaa *DeploymentConfigService) UpdateFlightId(flightId string)

func (*DeploymentConfigService) UpdateOverrideRegionOverride deprecated

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

func (*DeploymentConfigService) UpdateOverrideRegionOverrideShort added in v0.10.0

func (*DeploymentConfigService) UpdateRootRegionOverride deprecated

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

func (*DeploymentConfigService) UpdateRootRegionOverrideShort added in v0.10.0

type DsmcOperationsService added in v0.16.0

type DsmcOperationsService struct {
	Client           *dsmcclient.JusticeDsmcService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*DsmcOperationsService) GetAuthSession added in v0.21.0

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

func (*DsmcOperationsService) PublicGetMessages deprecated added in v0.16.0

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

func (*DsmcOperationsService) PublicGetMessagesShort added in v0.16.0

func (*DsmcOperationsService) UpdateFlightId added in v0.63.0

func (aaa *DsmcOperationsService) UpdateFlightId(flightId string)

type ImageConfigService

type ImageConfigService struct {
	Client           *dsmcclient.JusticeDsmcService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*ImageConfigService) CreateImage deprecated

func (aaa *ImageConfigService) CreateImage(input *image_config.CreateImageParams) error

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

func (*ImageConfigService) CreateImagePatch deprecated added in v0.13.0

func (aaa *ImageConfigService) CreateImagePatch(input *image_config.CreateImagePatchParams) error

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

func (*ImageConfigService) CreateImagePatchShort added in v0.13.0

func (aaa *ImageConfigService) CreateImagePatchShort(input *image_config.CreateImagePatchParams) error

func (*ImageConfigService) CreateImageShort added in v0.10.0

func (aaa *ImageConfigService) CreateImageShort(input *image_config.CreateImageParams) error

func (*ImageConfigService) CreateRepository deprecated added in v0.45.0

func (aaa *ImageConfigService) CreateRepository(input *image_config.CreateRepositoryParams) error

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

func (*ImageConfigService) CreateRepositoryShort added in v0.45.0

func (aaa *ImageConfigService) CreateRepositoryShort(input *image_config.CreateRepositoryParams) error

func (*ImageConfigService) DeleteImage deprecated

func (aaa *ImageConfigService) DeleteImage(input *image_config.DeleteImageParams) error

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

func (*ImageConfigService) DeleteImagePatch deprecated added in v0.13.0

func (aaa *ImageConfigService) DeleteImagePatch(input *image_config.DeleteImagePatchParams) error

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

func (*ImageConfigService) DeleteImagePatchShort added in v0.13.0

func (aaa *ImageConfigService) DeleteImagePatchShort(input *image_config.DeleteImagePatchParams) error

func (*ImageConfigService) DeleteImageShort added in v0.10.0

func (aaa *ImageConfigService) DeleteImageShort(input *image_config.DeleteImageParams) error

func (*ImageConfigService) ExportImages deprecated

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

func (*ImageConfigService) ExportImagesShort added in v0.10.0

func (*ImageConfigService) GetAuthSession added in v0.21.0

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

func (*ImageConfigService) GetImageDetail deprecated

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

func (*ImageConfigService) GetImageDetailShort added in v0.10.0

func (*ImageConfigService) GetImageLimit deprecated

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

func (*ImageConfigService) GetImageLimitShort added in v0.10.0

func (*ImageConfigService) GetImagePatchDetail deprecated added in v0.13.0

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

func (*ImageConfigService) GetImagePatchDetailShort added in v0.13.0

func (*ImageConfigService) GetImagePatches deprecated added in v0.13.0

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

func (*ImageConfigService) GetImagePatchesShort added in v0.13.0

func (*ImageConfigService) GetRepository deprecated added in v0.45.0

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

func (*ImageConfigService) GetRepositoryShort added in v0.45.0

func (*ImageConfigService) ImageDetailClient deprecated added in v0.10.0

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

func (*ImageConfigService) ImageDetailClientShort added in v0.10.0

func (*ImageConfigService) ImageLimitClient deprecated added in v0.27.0

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

func (*ImageConfigService) ImageLimitClientShort added in v0.27.0

func (*ImageConfigService) ImportImages deprecated

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

func (*ImageConfigService) ImportImagesShort added in v0.10.0

func (*ImageConfigService) ListImages deprecated

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

func (*ImageConfigService) ListImagesClient deprecated added in v0.53.0

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

func (*ImageConfigService) ListImagesClientShort added in v0.53.0

func (*ImageConfigService) ListImagesShort added in v0.10.0

func (*ImageConfigService) UpdateFlightId added in v0.63.0

func (aaa *ImageConfigService) UpdateFlightId(flightId string)

func (*ImageConfigService) UpdateImage deprecated

func (aaa *ImageConfigService) UpdateImage(input *image_config.UpdateImageParams) error

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

func (*ImageConfigService) UpdateImageShort added in v0.10.0

func (aaa *ImageConfigService) UpdateImageShort(input *image_config.UpdateImageParams) error

type PodConfigService

type PodConfigService struct {
	Client           *dsmcclient.JusticeDsmcService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*PodConfigService) CreatePodConfig deprecated

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

func (*PodConfigService) CreatePodConfigClient deprecated added in v0.45.0

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

func (*PodConfigService) CreatePodConfigClientShort added in v0.45.0

func (*PodConfigService) CreatePodConfigShort added in v0.10.0

func (*PodConfigService) DeletePodConfig deprecated

func (aaa *PodConfigService) DeletePodConfig(input *pod_config.DeletePodConfigParams) error

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

func (*PodConfigService) DeletePodConfigClient deprecated added in v0.45.0

func (aaa *PodConfigService) DeletePodConfigClient(input *pod_config.DeletePodConfigClientParams) error

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

func (*PodConfigService) DeletePodConfigClientShort added in v0.45.0

func (aaa *PodConfigService) DeletePodConfigClientShort(input *pod_config.DeletePodConfigClientParams) error

func (*PodConfigService) DeletePodConfigShort added in v0.10.0

func (aaa *PodConfigService) DeletePodConfigShort(input *pod_config.DeletePodConfigParams) error

func (*PodConfigService) GetAllPodConfig deprecated

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

func (*PodConfigService) GetAllPodConfigClient deprecated added in v0.45.0

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

func (*PodConfigService) GetAllPodConfigClientShort added in v0.45.0

func (*PodConfigService) GetAllPodConfigShort added in v0.10.0

func (*PodConfigService) GetAuthSession added in v0.21.0

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

func (*PodConfigService) GetLowestInstanceSpec deprecated added in v0.32.0

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

func (*PodConfigService) GetLowestInstanceSpecShort added in v0.32.0

func (*PodConfigService) GetPodConfig deprecated

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

func (*PodConfigService) GetPodConfigShort added in v0.10.0

func (*PodConfigService) UpdateFlightId added in v0.63.0

func (aaa *PodConfigService) UpdateFlightId(flightId string)

func (*PodConfigService) UpdatePodConfig deprecated

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

func (*PodConfigService) UpdatePodConfigShort added in v0.10.0

type PublicService

type PublicService struct {
	Client           *dsmcclient.JusticeDsmcService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*PublicService) GetAuthSession added in v0.21.0

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

func (*PublicService) GetDefaultProvider deprecated

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

func (*PublicService) GetDefaultProviderShort added in v0.10.0

func (*PublicService) ListProviders deprecated

func (aaa *PublicService) ListProviders(input *public.ListProvidersParams) ([]string, error)

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

func (*PublicService) ListProvidersByRegion deprecated

func (aaa *PublicService) ListProvidersByRegion(input *public.ListProvidersByRegionParams) ([]string, error)

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

func (*PublicService) ListProvidersByRegionShort added in v0.10.0

func (aaa *PublicService) ListProvidersByRegionShort(input *public.ListProvidersByRegionParams) ([]string, error)

func (*PublicService) ListProvidersShort added in v0.10.0

func (aaa *PublicService) ListProvidersShort(input *public.ListProvidersParams) ([]string, error)

func (*PublicService) UpdateFlightId added in v0.63.0

func (aaa *PublicService) UpdateFlightId(flightId string)

type ServerService

type ServerService struct {
	Client           *dsmcclient.JusticeDsmcService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*ServerService) DeregisterLocalServer deprecated

func (aaa *ServerService) DeregisterLocalServer(input *server.DeregisterLocalServerParams) error

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

func (*ServerService) DeregisterLocalServerShort added in v0.10.0

func (aaa *ServerService) DeregisterLocalServerShort(input *server.DeregisterLocalServerParams) error

func (*ServerService) GetAuthSession added in v0.21.0

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

func (*ServerService) GetServerSession deprecated

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

func (*ServerService) GetServerSessionShort added in v0.10.0

func (*ServerService) GetServerSessionTimeout deprecated added in v0.45.0

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

func (*ServerService) GetServerSessionTimeoutShort added in v0.45.0

func (*ServerService) ListServerClient deprecated added in v0.45.0

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

func (*ServerService) ListServerClientShort added in v0.45.0

func (*ServerService) RegisterLocalServer deprecated

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

func (*ServerService) RegisterLocalServerShort added in v0.10.0

func (aaa *ServerService) RegisterLocalServerShort(input *server.RegisterLocalServerParams) (*dsmcclientmodels.ModelsServer, error)

func (*ServerService) RegisterServer deprecated

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

func (*ServerService) RegisterServerShort added in v0.10.0

func (aaa *ServerService) RegisterServerShort(input *server.RegisterServerParams) (*dsmcclientmodels.ModelsServer, error)

func (*ServerService) ServerHeartbeat deprecated added in v0.45.0

func (aaa *ServerService) ServerHeartbeat(input *server.ServerHeartbeatParams) error

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

func (*ServerService) ServerHeartbeatShort added in v0.45.0

func (aaa *ServerService) ServerHeartbeatShort(input *server.ServerHeartbeatParams) error

func (*ServerService) ShutdownServer deprecated

func (aaa *ServerService) ShutdownServer(input *server.ShutdownServerParams) error

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

func (*ServerService) ShutdownServerShort added in v0.10.0

func (aaa *ServerService) ShutdownServerShort(input *server.ShutdownServerParams) error

func (*ServerService) UpdateFlightId added in v0.63.0

func (aaa *ServerService) UpdateFlightId(flightId string)

type SessionService

type SessionService struct {
	Client           *dsmcclient.JusticeDsmcService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*SessionService) CancelSession deprecated added in v0.45.0

func (aaa *SessionService) CancelSession(input *session.CancelSessionParams) error

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

func (*SessionService) CancelSessionShort added in v0.45.0

func (aaa *SessionService) CancelSessionShort(input *session.CancelSessionParams) error

func (*SessionService) ClaimServer deprecated

func (aaa *SessionService) ClaimServer(input *session.ClaimServerParams) error

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

func (*SessionService) ClaimServerShort added in v0.10.0

func (aaa *SessionService) ClaimServerShort(input *session.ClaimServerParams) error

func (*SessionService) CreateSession deprecated

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

func (*SessionService) CreateSessionShort added in v0.10.0

func (*SessionService) GetAuthSession added in v0.21.0

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

func (*SessionService) GetSession deprecated

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

func (*SessionService) GetSessionShort added in v0.10.0

func (*SessionService) UpdateFlightId added in v0.63.0

func (aaa *SessionService) UpdateFlightId(flightId string)

Jump to

Keyboard shortcuts

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