csm

package
v0.78.0 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2025 License: MIT Imports: 17 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 AppV2Service

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

	FlightIdRepository *utils.FlightIdContainer
}

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