csm

package
v0.88.0 Latest Latest
Warning

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

Go to latest
Published: May 28, 2026 License: MIT Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppService

type AppService struct {
	Client           *csmclient.JusticeCsmService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*AppService) CreateAppV1 deprecated

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

func (*AppService) CreateAppV1Short

func (*AppService) DeleteAppV1 deprecated

func (aaa *AppService) DeleteAppV1(input *app.DeleteAppV1Params) error

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

func (*AppService) DeleteAppV1Short

func (aaa *AppService) DeleteAppV1Short(input *app.DeleteAppV1Params) error

func (*AppService) GetAppListV1 deprecated

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

func (*AppService) GetAppListV1Short

func (*AppService) GetAppReleaseV1 deprecated

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

func (*AppService) GetAppReleaseV1Short

func (*AppService) GetAppV1 deprecated

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

func (*AppService) GetAppV1Short

func (*AppService) GetAuthSession

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

func (*AppService) StartAppV1 deprecated

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

func (*AppService) StartAppV1Short

func (*AppService) StopAppV1 deprecated

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

func (*AppService) StopAppV1Short

func (*AppService) UpdateAppV1 deprecated

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

func (*AppService) UpdateAppV1Short

func (*AppService) UpdateFlightId

func (aaa *AppService) UpdateFlightId(flightId string)

type AppUIService added in v0.88.0

type AppUIService struct {
	Client           *csmclient.JusticeCsmService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*AppUIService) CreateAppUI deprecated added in v0.88.0

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

func (*AppUIService) CreateAppUIShort added in v0.88.0

func (*AppUIService) DeleteAppUI deprecated added in v0.88.0

func (aaa *AppUIService) DeleteAppUI(input *app_ui.DeleteAppUIParams) error

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

func (*AppUIService) DeleteAppUIShort added in v0.88.0

func (aaa *AppUIService) DeleteAppUIShort(input *app_ui.DeleteAppUIParams) error

func (*AppUIService) GetAuthSession added in v0.88.0

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

func (*AppUIService) ListAppUI deprecated added in v0.88.0

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

func (*AppUIService) ListAppUIShort added in v0.88.0

func (*AppUIService) UpdateFlightId added in v0.88.0

func (aaa *AppUIService) UpdateFlightId(flightId string)

func (*AppUIService) UploadAppUIFile deprecated added in v0.88.0

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

func (*AppUIService) UploadAppUIFileShort added in v0.88.0

type AppV2Service

type AppV2Service struct {
	Client           *csmclient.JusticeCsmService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*AppV2Service) ApplyAppConfigV2 deprecated added in v0.88.0

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

func (*AppV2Service) ApplyAppConfigV2Short added in v0.88.0

func (aaa *AppV2Service) ApplyAppConfigV2Short(input *app_v2.ApplyAppConfigV2Params) (*csmclientmodels.ApimodelAppItem, error)

func (*AppV2Service) CreateAppV2 deprecated

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

func (*AppV2Service) CreateAppV2Short

func (aaa *AppV2Service) CreateAppV2Short(input *app_v2.CreateAppV2Params) (*csmclientmodels.ApimodelAppItem, error)

func (*AppV2Service) DeleteAppV2 deprecated

func (aaa *AppV2Service) DeleteAppV2(input *app_v2.DeleteAppV2Params) error

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

func (*AppV2Service) DeleteAppV2Short

func (aaa *AppV2Service) DeleteAppV2Short(input *app_v2.DeleteAppV2Params) error

func (*AppV2Service) GetAppListV2 deprecated

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

func (*AppV2Service) GetAppListV2Short

func (*AppV2Service) GetAppV2 deprecated

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

func (*AppV2Service) GetAppV2Short

func (aaa *AppV2Service) GetAppV2Short(input *app_v2.GetAppV2Params) (*csmclientmodels.ApimodelAppItem, error)

func (*AppV2Service) GetAuthSession

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

func (*AppV2Service) StartAppV2 deprecated

func (aaa *AppV2Service) StartAppV2(input *app_v2.StartAppV2Params) error

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

func (*AppV2Service) StartAppV2Short

func (aaa *AppV2Service) StartAppV2Short(input *app_v2.StartAppV2Params) error

func (*AppV2Service) StopAppV2 deprecated

func (aaa *AppV2Service) StopAppV2(input *app_v2.StopAppV2Params) error

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

func (*AppV2Service) StopAppV2Short

func (aaa *AppV2Service) StopAppV2Short(input *app_v2.StopAppV2Params) error

func (*AppV2Service) UpdateAppResourcesResourceLimitFormV2 deprecated

func (aaa *AppV2Service) UpdateAppResourcesResourceLimitFormV2(input *app_v2.UpdateAppResourcesResourceLimitFormV2Params) error

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

func (*AppV2Service) UpdateAppResourcesResourceLimitFormV2Short

func (aaa *AppV2Service) UpdateAppResourcesResourceLimitFormV2Short(input *app_v2.UpdateAppResourcesResourceLimitFormV2Params) error

func (*AppV2Service) UpdateAppResourcesV2 deprecated

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

func (*AppV2Service) UpdateAppResourcesV2Short

func (aaa *AppV2Service) UpdateAppResourcesV2Short(input *app_v2.UpdateAppResourcesV2Params) (*csmclientmodels.ApimodelAppItem, error)

func (*AppV2Service) UpdateAppV2 deprecated

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

func (*AppV2Service) UpdateAppV2Short

func (aaa *AppV2Service) UpdateAppV2Short(input *app_v2.UpdateAppV2Params) (*csmclientmodels.ApimodelAppItem, error)

func (*AppV2Service) UpdateFlightId

func (aaa *AppV2Service) UpdateFlightId(flightId string)

type AsyncMessagingService added in v0.85.0

type AsyncMessagingService struct {
	Client           *csmclient.JusticeCsmService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*AsyncMessagingService) CreateSubscriptionHandler deprecated added in v0.85.0

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

func (*AsyncMessagingService) CreateSubscriptionHandlerShort added in v0.85.0

func (*AsyncMessagingService) CreateTopicHandler deprecated added in v0.85.0

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

func (*AsyncMessagingService) CreateTopicHandlerShort added in v0.85.0

func (*AsyncMessagingService) DeleteTopicHandler deprecated added in v0.85.0

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

func (*AsyncMessagingService) DeleteTopicHandlerShort added in v0.85.0

func (*AsyncMessagingService) GetAuthSession added in v0.85.0

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

func (*AsyncMessagingService) ListTopicsHandler deprecated added in v0.85.0

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

func (*AsyncMessagingService) ListTopicsHandlerShort added in v0.85.0

func (*AsyncMessagingService) UnsubscribeTopicHandler deprecated added in v0.85.0

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

func (*AsyncMessagingService) UnsubscribeTopicHandlerShort added in v0.85.0

func (*AsyncMessagingService) UpdateFlightId added in v0.85.0

func (aaa *AsyncMessagingService) UpdateFlightId(flightId string)

type ConfigurationService

type ConfigurationService struct {
	Client           *csmclient.JusticeCsmService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*ConfigurationService) DeleteSecretV1 deprecated

func (aaa *ConfigurationService) DeleteSecretV1(input *configuration.DeleteSecretV1Params) error

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

func (*ConfigurationService) DeleteSecretV1Short

func (aaa *ConfigurationService) DeleteSecretV1Short(input *configuration.DeleteSecretV1Params) error

func (*ConfigurationService) DeleteVariableV1 deprecated

func (aaa *ConfigurationService) DeleteVariableV1(input *configuration.DeleteVariableV1Params) error

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

func (*ConfigurationService) DeleteVariableV1Short

func (aaa *ConfigurationService) DeleteVariableV1Short(input *configuration.DeleteVariableV1Params) error

func (*ConfigurationService) GetAuthSession

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

func (*ConfigurationService) GetListOfSecretsV1 deprecated

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

func (*ConfigurationService) GetListOfVariablesV1 deprecated

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

func (*ConfigurationService) SaveSecretV1 deprecated

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

func (*ConfigurationService) SaveVariableV1 deprecated

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

func (*ConfigurationService) UpdateFlightId

func (aaa *ConfigurationService) UpdateFlightId(flightId string)

func (*ConfigurationService) UpdateSecretV1 deprecated

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

func (*ConfigurationService) UpdateVariableV1 deprecated

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

type ConfigurationV2Service

type ConfigurationV2Service struct {
	Client           *csmclient.JusticeCsmService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*ConfigurationV2Service) DeleteSecretV2 deprecated

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

func (*ConfigurationV2Service) DeleteSecretV2Short

func (aaa *ConfigurationV2Service) DeleteSecretV2Short(input *configuration_v2.DeleteSecretV2Params) error

func (*ConfigurationV2Service) DeleteVariableV2 deprecated

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

func (*ConfigurationV2Service) DeleteVariableV2Short

func (aaa *ConfigurationV2Service) DeleteVariableV2Short(input *configuration_v2.DeleteVariableV2Params) error

func (*ConfigurationV2Service) GetAuthSession

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

func (*ConfigurationV2Service) GetListOfSecretsV2 deprecated

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

func (*ConfigurationV2Service) GetListOfVariablesV2 deprecated

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

func (*ConfigurationV2Service) SaveSecretV2 deprecated

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

func (*ConfigurationV2Service) SaveVariableV2 deprecated

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

func (*ConfigurationV2Service) UpdateFlightId

func (aaa *ConfigurationV2Service) UpdateFlightId(flightId string)

func (*ConfigurationV2Service) UpdateSecretV2 deprecated

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

func (*ConfigurationV2Service) UpdateVariableV2 deprecated

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

type DeploymentService

type DeploymentService struct {
	Client           *csmclient.JusticeCsmService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*DeploymentService) CreateDeploymentV1 deprecated

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

func (*DeploymentService) DeleteDeploymentV1 deprecated

func (aaa *DeploymentService) DeleteDeploymentV1(input *deployment.DeleteDeploymentV1Params) error

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

func (*DeploymentService) DeleteDeploymentV1Short

func (aaa *DeploymentService) DeleteDeploymentV1Short(input *deployment.DeleteDeploymentV1Params) error

func (*DeploymentService) GetAuthSession

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

func (*DeploymentService) GetDeploymentV1 deprecated

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

func (*DeploymentService) GetListOfDeploymentV1 deprecated

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

func (*DeploymentService) UpdateFlightId

func (aaa *DeploymentService) UpdateFlightId(flightId string)

type DeploymentV2Service

type DeploymentV2Service struct {
	Client           *csmclient.JusticeCsmService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*DeploymentV2Service) CreateDeploymentV2 deprecated

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

func (*DeploymentV2Service) DeleteDeploymentV2 deprecated

func (aaa *DeploymentV2Service) DeleteDeploymentV2(input *deployment_v2.DeleteDeploymentV2Params) error

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

func (*DeploymentV2Service) DeleteDeploymentV2Short

func (aaa *DeploymentV2Service) DeleteDeploymentV2Short(input *deployment_v2.DeleteDeploymentV2Params) error

func (*DeploymentV2Service) GetAuthSession

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

func (*DeploymentV2Service) GetDeploymentV2 deprecated

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

func (*DeploymentV2Service) GetListOfDeploymentV2 deprecated

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

func (*DeploymentV2Service) UpdateFlightId

func (aaa *DeploymentV2Service) UpdateFlightId(flightId string)

type ExtendFilesService added in v0.88.0

type ExtendFilesService struct {
	Client           *csmclient.JusticeCsmService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*ExtendFilesService) GetAuthSession added in v0.88.0

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

func (*ExtendFilesService) GetExtendFile deprecated added in v0.88.0

func (aaa *ExtendFilesService) GetExtendFile(input *extend_files.GetExtendFileParams) error

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

func (*ExtendFilesService) GetExtendFileShort added in v0.88.0

func (aaa *ExtendFilesService) GetExtendFileShort(input *extend_files.GetExtendFileParams) error

func (*ExtendFilesService) UpdateFlightId added in v0.88.0

func (aaa *ExtendFilesService) UpdateFlightId(flightId string)

type ImageService

type ImageService struct {
	Client           *csmclient.JusticeCsmService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*ImageService) DeleteAppImagesV1 deprecated

func (aaa *ImageService) DeleteAppImagesV1(input *image.DeleteAppImagesV1Params) error

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

func (*ImageService) DeleteAppImagesV1Short

func (aaa *ImageService) DeleteAppImagesV1Short(input *image.DeleteAppImagesV1Params) error

func (*ImageService) GetAppImageListV1 deprecated

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

func (*ImageService) GetAuthSession

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

func (*ImageService) UpdateFlightId

func (aaa *ImageService) UpdateFlightId(flightId string)

type ImageV2Service

type ImageV2Service struct {
	Client           *csmclient.JusticeCsmService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*ImageV2Service) DeleteAppImagesV2 deprecated

func (aaa *ImageV2Service) DeleteAppImagesV2(input *image_v2.DeleteAppImagesV2Params) error

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

func (*ImageV2Service) DeleteAppImagesV2Short

func (aaa *ImageV2Service) DeleteAppImagesV2Short(input *image_v2.DeleteAppImagesV2Params) error

func (*ImageV2Service) GetAppImageListV2 deprecated

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

func (*ImageV2Service) GetAuthSession

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

func (*ImageV2Service) UpdateFlightId

func (aaa *ImageV2Service) UpdateFlightId(flightId string)

type ManagedResourcesKeyValueService added in v0.88.0

type ManagedResourcesKeyValueService struct {
	Client           *csmclient.JusticeCsmService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*ManagedResourcesKeyValueService) CreateKeyValueClusterV2 deprecated added in v0.88.0

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

func (*ManagedResourcesKeyValueService) CreateKeyValueClusterV2Short added in v0.88.0

func (*ManagedResourcesKeyValueService) CreateKeyValueCredentialV2 deprecated added in v0.88.0

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

func (*ManagedResourcesKeyValueService) CreateKeyValueCredentialV2Short added in v0.88.0

func (*ManagedResourcesKeyValueService) DeleteKeyValueClusterV2 deprecated added in v0.88.0

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

func (*ManagedResourcesKeyValueService) DeleteKeyValueClusterV2Short added in v0.88.0

func (*ManagedResourcesKeyValueService) GetAuthSession added in v0.88.0

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

func (*ManagedResourcesKeyValueService) GetIntegrationAppKeyValueClusterV2 deprecated added in v0.88.0

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

func (*ManagedResourcesKeyValueService) GetKeyValueClusterLimitConfigV2 deprecated added in v0.88.0

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

func (*ManagedResourcesKeyValueService) GetKeyValueClusterLimitConfigV2Short added in v0.88.0

func (*ManagedResourcesKeyValueService) GetKeyValueClusterV2 deprecated added in v0.88.0

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

func (*ManagedResourcesKeyValueService) GetKeyValueClusterV2Short added in v0.88.0

func (*ManagedResourcesKeyValueService) GetListIntegratedAppKeyValueClusterV2 deprecated added in v0.88.0

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

func (*ManagedResourcesKeyValueService) IntegrateAppKeyValueClusterV2 deprecated added in v0.88.0

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

func (*ManagedResourcesKeyValueService) IntegrateAppKeyValueClusterV2Short added in v0.88.0

func (*ManagedResourcesKeyValueService) ListKeyValueClusterV2 deprecated added in v0.88.0

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

func (*ManagedResourcesKeyValueService) ListKeyValueClusterV2Short added in v0.88.0

func (*ManagedResourcesKeyValueService) RemoveIntegrationAppKeyValueClusterV2 deprecated added in v0.88.0

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

func (*ManagedResourcesKeyValueService) RemoveIntegrationAppKeyValueClusterV2Short added in v0.88.0

func (*ManagedResourcesKeyValueService) UpdateFlightId added in v0.88.0

func (aaa *ManagedResourcesKeyValueService) UpdateFlightId(flightId string)

func (*ManagedResourcesKeyValueService) UpdateKeyValueClusterV2 deprecated added in v0.88.0

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

func (*ManagedResourcesKeyValueService) UpdateKeyValueClusterV2Short added in v0.88.0

type ManagedResourcesSQLService added in v0.88.0

type ManagedResourcesSQLService struct {
	Client           *csmclient.JusticeCsmService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*ManagedResourcesSQLService) CreateSQLClusterV2 deprecated added in v0.88.0

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

func (*ManagedResourcesSQLService) CreateSQLClusterV2Short added in v0.88.0

func (*ManagedResourcesSQLService) CreateSQLDatabaseCredentialV2 deprecated added in v0.88.0

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

func (*ManagedResourcesSQLService) CreateSQLDatabaseCredentialV2Short added in v0.88.0

func (*ManagedResourcesSQLService) CreateSQLDatabaseV2 deprecated added in v0.88.0

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

func (*ManagedResourcesSQLService) CreateSQLDatabaseV2Short added in v0.88.0

func (*ManagedResourcesSQLService) DeleteSQLClusterV2 deprecated added in v0.88.0

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

func (*ManagedResourcesSQLService) DeleteSQLClusterV2Short added in v0.88.0

func (*ManagedResourcesSQLService) DeleteSQLDatabaseV2 deprecated added in v0.88.0

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

func (*ManagedResourcesSQLService) DeleteSQLDatabaseV2Short added in v0.88.0

func (*ManagedResourcesSQLService) GetAuthSession added in v0.88.0

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

func (*ManagedResourcesSQLService) GetSQLAppListV2 deprecated added in v0.88.0

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

func (*ManagedResourcesSQLService) GetSQLAppListV2Short added in v0.88.0

func (*ManagedResourcesSQLService) GetSQLClusterV2 deprecated added in v0.88.0

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

func (*ManagedResourcesSQLService) GetSQLClusterV2Short added in v0.88.0

func (*ManagedResourcesSQLService) GetSQLDatabaseV2 deprecated added in v0.88.0

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

func (*ManagedResourcesSQLService) GetSQLDatabaseV2Short added in v0.88.0

func (*ManagedResourcesSQLService) StartSQLClusterV2 deprecated added in v0.88.0

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

func (*ManagedResourcesSQLService) StartSQLClusterV2Short added in v0.88.0

func (*ManagedResourcesSQLService) StopSQLClusterV2 deprecated added in v0.88.0

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

func (*ManagedResourcesSQLService) StopSQLClusterV2Short added in v0.88.0

func (*ManagedResourcesSQLService) UpdateFlightId added in v0.88.0

func (aaa *ManagedResourcesSQLService) UpdateFlightId(flightId string)

func (*ManagedResourcesSQLService) UpdateSQLClusterV2 deprecated added in v0.88.0

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

func (*ManagedResourcesSQLService) UpdateSQLClusterV2Short added in v0.88.0

type ManagedResourcesService added in v0.84.0

type ManagedResourcesService struct {
	Client           *csmclient.JusticeCsmService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*ManagedResourcesService) CreateNewNoSQLDatabaseCredentialV2 deprecated added in v0.88.0

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

func (*ManagedResourcesService) CreateNewNoSQLDatabaseCredentialV2Short added in v0.88.0

func (*ManagedResourcesService) CreateNoSQLClusterV2 deprecated added in v0.84.0

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

func (*ManagedResourcesService) CreateNoSQLClusterV2Short added in v0.84.0

func (*ManagedResourcesService) CreateNoSQLDatabaseCredentialV2 deprecated added in v0.84.0

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

func (*ManagedResourcesService) CreateNoSQLDatabaseCredentialV2Short added in v0.84.0

func (*ManagedResourcesService) CreateNoSQLDatabaseV2 deprecated added in v0.84.0

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

func (*ManagedResourcesService) CreateNoSQLDatabaseV2Short added in v0.84.0

func (*ManagedResourcesService) DeleteNoSQLClusterV2 deprecated added in v0.84.0

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

func (*ManagedResourcesService) DeleteNoSQLClusterV2Short added in v0.84.0

func (*ManagedResourcesService) DeleteNoSQLDatabaseV2 deprecated added in v0.84.0

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

func (*ManagedResourcesService) DeleteNoSQLDatabaseV2Short added in v0.84.0

func (*ManagedResourcesService) GetAuthSession added in v0.84.0

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

func (*ManagedResourcesService) GetNoSQLAccessTunnelV2 deprecated added in v0.84.0

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

func (*ManagedResourcesService) GetNoSQLAccessTunnelV2Short added in v0.84.0

func (*ManagedResourcesService) GetNoSQLAppListV2 deprecated added in v0.86.0

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

func (*ManagedResourcesService) GetNoSQLAppListV2Short added in v0.86.0

func (*ManagedResourcesService) GetNoSQLClusterV2 deprecated added in v0.84.0

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

func (*ManagedResourcesService) GetNoSQLClusterV2Short added in v0.84.0

func (*ManagedResourcesService) GetNoSQLDatabaseV2 deprecated added in v0.84.0

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

func (*ManagedResourcesService) GetNoSQLDatabaseV2Short added in v0.84.0

func (*ManagedResourcesService) StartNoSQLClusterV2 deprecated added in v0.85.0

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

func (*ManagedResourcesService) StartNoSQLClusterV2Short added in v0.85.0

func (aaa *ManagedResourcesService) StartNoSQLClusterV2Short(input *managed_resources.StartNoSQLClusterV2Params) error

func (*ManagedResourcesService) StopNoSQLClusterV2 deprecated added in v0.85.0

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

func (*ManagedResourcesService) StopNoSQLClusterV2Short added in v0.85.0

func (aaa *ManagedResourcesService) StopNoSQLClusterV2Short(input *managed_resources.StopNoSQLClusterV2Params) error

func (*ManagedResourcesService) UpdateFlightId added in v0.84.0

func (aaa *ManagedResourcesService) UpdateFlightId(flightId string)

func (*ManagedResourcesService) UpdateNoSQLClusterV2 deprecated added in v0.84.0

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

func (*ManagedResourcesService) UpdateNoSQLClusterV2Short added in v0.84.0

type MessagesService

type MessagesService struct {
	Client           *csmclient.JusticeCsmService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*MessagesService) GetAuthSession

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

func (*MessagesService) PublicGetMessages deprecated

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

func (*MessagesService) PublicGetMessagesShort

func (*MessagesService) UpdateFlightId

func (aaa *MessagesService) UpdateFlightId(flightId string)

type NotificationSubscriptionService

type NotificationSubscriptionService struct {
	Client           *csmclient.JusticeCsmService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*NotificationSubscriptionService) BulkSaveSubscriptionAppNotificationV2 deprecated

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

func (*NotificationSubscriptionService) DeleteSubscriptionAppNotificationByUserIDV2 deprecated

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

func (*NotificationSubscriptionService) DeleteSubscriptionAppNotificationByUserIDV2Short

func (aaa *NotificationSubscriptionService) DeleteSubscriptionAppNotificationByUserIDV2Short(input *notification_subscription.DeleteSubscriptionAppNotificationByUserIDV2Params) error

func (*NotificationSubscriptionService) DeleteSubscriptionAppNotificationV2 deprecated

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

func (*NotificationSubscriptionService) DeleteSubscriptionAppNotificationV2Short

func (*NotificationSubscriptionService) GetAuthSession

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

func (*NotificationSubscriptionService) GetNotificationSubscriberListV2 deprecated

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

func (*NotificationSubscriptionService) GetSubscriptionV2Handler deprecated

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

func (*NotificationSubscriptionService) SubscribeAppNotificationV2 deprecated

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

func (*NotificationSubscriptionService) SubscribeV2Handler deprecated

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

func (*NotificationSubscriptionService) SubscribeV2HandlerShort

func (*NotificationSubscriptionService) UnsubscribeV2Handler deprecated

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

func (*NotificationSubscriptionService) UnsubscribeV2HandlerShort

func (*NotificationSubscriptionService) UpdateFlightId

func (aaa *NotificationSubscriptionService) UpdateFlightId(flightId string)

type NotificationSubscriptionV3Service added in v0.81.0

type NotificationSubscriptionV3Service struct {
	Client           *csmclient.JusticeCsmService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*NotificationSubscriptionV3Service) DeleteSubscriptionAppNotificationV3 deprecated added in v0.81.0

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

func (*NotificationSubscriptionV3Service) DeleteSubscriptionAppNotificationV3Short added in v0.81.0

func (*NotificationSubscriptionV3Service) GetAuthSession added in v0.81.0

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

func (*NotificationSubscriptionV3Service) GetNotificationSubscriberListV3 deprecated added in v0.81.0

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

func (*NotificationSubscriptionV3Service) UpdateFlightId added in v0.81.0

func (aaa *NotificationSubscriptionV3Service) UpdateFlightId(flightId string)

type ResourcesLimitsService

type ResourcesLimitsService struct {
	Client           *csmclient.JusticeCsmService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*ResourcesLimitsService) GetAuthSession

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

func (*ResourcesLimitsService) GetResourcesLimits deprecated

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

func (*ResourcesLimitsService) UpdateFlightId

func (aaa *ResourcesLimitsService) UpdateFlightId(flightId string)

Jump to

Keyboard shortcuts

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