dsmc

package
v0.37.0 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2023 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
	RefreshTokenRepository repository.RefreshTokenRepository
}

func (*AdminService) CountServer

deprecated(2022-01-10): please use CountServerShort instead.

func (*AdminService) CountServerDetailed

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(2022-01-10): please use CountSessionShort instead.

func (*AdminService) CountSessionShort added in v0.10.0

func (*AdminService) DeleteLocalServer

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

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

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(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(2022-01-10): please use ListLocalServerShort instead.

func (*AdminService) ListLocalServerShort added in v0.10.0

func (*AdminService) ListServer

deprecated(2022-01-10): please use ListServerShort instead.

func (*AdminService) ListServerShort added in v0.10.0

func (*AdminService) ListSession

deprecated(2022-01-10): please use ListSessionShort instead.

func (*AdminService) ListSessionShort added in v0.10.0

type ConfigService

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

func (*ConfigService) AddPort

deprecated(2022-01-10): please use AddPortShort instead.

func (*ConfigService) AddPortShort added in v0.10.0

func (*ConfigService) ClearCache

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(2022-01-10): please use CreateConfigShort instead.

func (*ConfigService) CreateConfigShort added in v0.10.0

func (*ConfigService) DeleteConfig

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(2022-01-10): please use DeletePortShort instead.

func (*ConfigService) DeletePortShort added in v0.10.0

func (*ConfigService) ExportConfigV1

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(2022-01-10): please use GetConfigShort instead.

func (*ConfigService) GetConfigShort added in v0.10.0

func (*ConfigService) ImportConfigV1

deprecated(2022-01-10): please use ImportConfigV1Short instead.

func (*ConfigService) ImportConfigV1Short added in v0.10.0

func (*ConfigService) ListConfig

deprecated(2022-01-10): please use ListConfigShort instead.

func (*ConfigService) ListConfigShort added in v0.10.0

func (*ConfigService) SaveConfig

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(2022-01-10): please use UpdateConfigShort instead.

func (*ConfigService) UpdateConfigShort added in v0.10.0

func (*ConfigService) UpdatePort

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
	RefreshTokenRepository repository.RefreshTokenRepository
}

func (*DeploymentConfigService) CreateDeployment

deprecated(2022-01-10): please use CreateDeploymentShort instead.

func (*DeploymentConfigService) CreateDeploymentOverride

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(2022-01-10): please use CreateOverrideRegionOverrideShort instead.

func (*DeploymentConfigService) CreateOverrideRegionOverrideShort added in v0.10.0

func (*DeploymentConfigService) CreateRootRegionOverride

deprecated(2022-01-10): please use CreateRootRegionOverrideShort instead.

func (*DeploymentConfigService) CreateRootRegionOverrideShort added in v0.10.0

func (*DeploymentConfigService) DeleteDeployment

deprecated(2022-01-10): please use DeleteDeploymentShort instead.

func (*DeploymentConfigService) DeleteDeploymentOverride

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(2022-01-10): please use DeleteOverrideRegionOverrideShort instead.

func (*DeploymentConfigService) DeleteOverrideRegionOverrideShort added in v0.10.0

func (*DeploymentConfigService) DeleteRootRegionOverride

deprecated(2022-01-10): please use DeleteRootRegionOverrideShort instead.

func (*DeploymentConfigService) DeleteRootRegionOverrideShort added in v0.10.0

func (*DeploymentConfigService) GetAllDeployment

deprecated(2022-01-10): please use GetAllDeploymentShort instead.

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(2022-01-10): please use GetDeploymentShort instead.

func (*DeploymentConfigService) GetDeploymentShort added in v0.10.0

func (*DeploymentConfigService) UpdateDeployment

deprecated(2022-01-10): please use UpdateDeploymentShort instead.

func (*DeploymentConfigService) UpdateDeploymentOverride

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) UpdateOverrideRegionOverride

deprecated(2022-01-10): please use UpdateOverrideRegionOverrideShort instead.

func (*DeploymentConfigService) UpdateOverrideRegionOverrideShort added in v0.10.0

func (*DeploymentConfigService) UpdateRootRegionOverride

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
	RefreshTokenRepository repository.RefreshTokenRepository
}

func (*DsmcOperationsService) GetAuthSession added in v0.21.0

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

func (*DsmcOperationsService) PublicGetMessages added in v0.16.0

deprecated(2022-01-10): please use PublicGetMessagesShort instead.

func (*DsmcOperationsService) PublicGetMessagesShort added in v0.16.0

type ImageConfigService

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

func (*ImageConfigService) CreateImage

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

deprecated(2022-01-10): please use CreateImageShort instead.

func (*ImageConfigService) CreateImagePatch 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) DeleteImage

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

deprecated(2022-01-10): please use DeleteImageShort instead.

func (*ImageConfigService) DeleteImagePatch 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(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(2022-01-10): please use GetImageDetailShort instead.

func (*ImageConfigService) GetImageDetailShort added in v0.10.0

func (*ImageConfigService) GetImageLimit

deprecated(2022-01-10): please use GetImageLimitShort instead.

func (*ImageConfigService) GetImageLimitShort added in v0.10.0

func (*ImageConfigService) GetImagePatchDetail added in v0.13.0

deprecated(2022-01-10): please use GetImagePatchDetailShort instead.

func (*ImageConfigService) GetImagePatchDetailShort added in v0.13.0

func (*ImageConfigService) GetImagePatches added in v0.13.0

deprecated(2022-01-10): please use GetImagePatchesShort instead.

func (*ImageConfigService) GetImagePatchesShort added in v0.13.0

func (*ImageConfigService) ImageDetailClient added in v0.10.0

deprecated(2022-01-10): please use ImageDetailClientShort instead.

func (*ImageConfigService) ImageDetailClientShort added in v0.10.0

func (*ImageConfigService) ImageLimitClient 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(2022-01-10): please use ImportImagesShort instead.

func (*ImageConfigService) ImportImagesShort added in v0.10.0

func (*ImageConfigService) ListImages

deprecated(2022-01-10): please use ListImagesShort instead.

func (*ImageConfigService) ListImagesShort added in v0.10.0

func (*ImageConfigService) UpdateImage

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
	RefreshTokenRepository repository.RefreshTokenRepository
}

func (*PodConfigService) CreatePodConfig

deprecated(2022-01-10): please use CreatePodConfigShort instead.

func (*PodConfigService) CreatePodConfigShort added in v0.10.0

func (*PodConfigService) DeletePodConfig

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

deprecated(2022-01-10): please use DeletePodConfigShort instead.

func (*PodConfigService) DeletePodConfigShort added in v0.10.0

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

func (*PodConfigService) GetAllPodConfig

deprecated(2022-01-10): please use GetAllPodConfigShort instead.

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 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(2022-01-10): please use GetPodConfigShort instead.

func (*PodConfigService) GetPodConfigShort added in v0.10.0

func (*PodConfigService) UpdatePodConfig

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
	RefreshTokenRepository repository.RefreshTokenRepository
}

func (*PublicService) GetAuthSession added in v0.21.0

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

func (*PublicService) GetDefaultProvider

deprecated(2022-01-10): please use GetDefaultProviderShort instead.

func (*PublicService) GetDefaultProviderShort added in v0.10.0

func (*PublicService) ListProviders

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

deprecated(2022-01-10): please use ListProvidersShort instead.

func (*PublicService) ListProvidersByRegion

deprecated(2022-01-10): please use ListProvidersByRegionShort instead.

func (*PublicService) ListProvidersByRegionShort added in v0.10.0

func (*PublicService) ListProvidersShort added in v0.10.0

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

type ServerService

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

func (*ServerService) DeregisterLocalServer

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(2022-01-10): please use GetServerSessionShort instead.

func (*ServerService) GetServerSessionShort added in v0.10.0

func (*ServerService) RegisterLocalServer

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(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) ShutdownServer

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

type SessionService

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

func (*SessionService) ClaimServer

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(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(2022-01-10): please use GetSessionShort instead.

func (*SessionService) GetSessionShort added in v0.10.0

Jump to

Keyboard shortcuts

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