csm

package module
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2026 License: MIT Imports: 18 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
}

AppService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use AppService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/csm-sdk/pkg"

func (*AppService) CreateAppV1Short

func (aaa *AppService) CreateAppV1Short(input *app.CreateAppV1Params) (*app.CreateAppV1Response, error)

func (*AppService) DeleteAppV1Short

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

func (*AppService) GetAppListV1Short

func (aaa *AppService) GetAppListV1Short(input *app.GetAppListV1Params) (*app.GetAppListV1Response, error)

func (*AppService) GetAppReleaseV1Short

func (aaa *AppService) GetAppReleaseV1Short(input *app.GetAppReleaseV1Params) (*app.GetAppReleaseV1Response, error)

func (*AppService) GetAppV1Short

func (aaa *AppService) GetAppV1Short(input *app.GetAppV1Params) (*app.GetAppV1Response, error)

func (*AppService) GetAuthSession

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

func (*AppService) StartAppV1Short

func (aaa *AppService) StartAppV1Short(input *app.StartAppV1Params) (*app.StartAppV1Response, error)

func (*AppService) StopAppV1Short

func (aaa *AppService) StopAppV1Short(input *app.StopAppV1Params) (*app.StopAppV1Response, error)

func (*AppService) UpdateAppV1Short

func (aaa *AppService) UpdateAppV1Short(input *app.UpdateAppV1Params) (*app.UpdateAppV1Response, error)

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
}

AppV2Service this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use AppV2Service imported from "github.com/AccelByte/accelbyte-go-modular-sdk/csm-sdk/pkg"

func (*AppV2Service) CreateAppV2Short

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

func (*AppV2Service) DeleteAppV2Short

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

func (*AppV2Service) GetAppListV2Short

func (aaa *AppV2Service) GetAppListV2Short(input *app_v2.GetAppListV2Params) (*app_v2.GetAppListV2Response, error)

func (*AppV2Service) GetAppV2Short

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

func (*AppV2Service) GetAuthSession

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

func (*AppV2Service) StartAppV2Short

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

func (*AppV2Service) StopAppV2Short

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

func (*AppV2Service) UpdateAppResourcesResourceLimitFormV2Short

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

func (*AppV2Service) UpdateAppResourcesV2Short

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

func (*AppV2Service) UpdateAppV2Short

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

func (*AppV2Service) UpdateFlightId

func (aaa *AppV2Service) UpdateFlightId(flightId string)

type AsyncMessagingService added in v0.7.0

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

	FlightIdRepository *utils.FlightIdContainer
}

AsyncMessagingService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use AsyncMessagingService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/csm-sdk/pkg"

func (*AsyncMessagingService) CreateSubscriptionHandlerShort added in v0.7.0

func (*AsyncMessagingService) CreateTopicHandlerShort added in v0.7.0

func (*AsyncMessagingService) DeleteTopicHandlerShort added in v0.7.0

func (*AsyncMessagingService) GetAuthSession added in v0.7.0

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

func (*AsyncMessagingService) ListTopicsHandlerShort added in v0.7.0

func (*AsyncMessagingService) UnsubscribeTopicHandlerShort added in v0.7.0

func (*AsyncMessagingService) UpdateFlightId added in v0.7.0

func (aaa *AsyncMessagingService) UpdateFlightId(flightId string)

type ConfigurationService

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

	FlightIdRepository *utils.FlightIdContainer
}

ConfigurationService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use ConfigurationService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/csm-sdk/pkg"

func (*ConfigurationService) DeleteSecretV1Short

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

func (*ConfigurationService) DeleteVariableV1Short

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

func (*ConfigurationService) GetAuthSession

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

func (*ConfigurationService) GetListOfSecretsV1Short

func (*ConfigurationService) GetListOfVariablesV1Short

func (*ConfigurationService) SaveSecretV1Short

func (*ConfigurationService) SaveVariableV1Short

func (*ConfigurationService) UpdateFlightId

func (aaa *ConfigurationService) UpdateFlightId(flightId string)

func (*ConfigurationService) UpdateSecretV1Short

func (*ConfigurationService) UpdateVariableV1Short

type ConfigurationV2Service

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

	FlightIdRepository *utils.FlightIdContainer
}

ConfigurationV2Service this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use ConfigurationV2Service imported from "github.com/AccelByte/accelbyte-go-modular-sdk/csm-sdk/pkg"

func (*ConfigurationV2Service) DeleteSecretV2Short

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

func (*ConfigurationV2Service) DeleteVariableV2Short

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

func (*ConfigurationV2Service) GetAuthSession

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

func (*ConfigurationV2Service) SaveSecretV2Short

func (*ConfigurationV2Service) SaveVariableV2Short

func (*ConfigurationV2Service) UpdateFlightId

func (aaa *ConfigurationV2Service) UpdateFlightId(flightId string)

func (*ConfigurationV2Service) UpdateSecretV2Short

func (*ConfigurationV2Service) UpdateVariableV2Short

type DeploymentService

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

	FlightIdRepository *utils.FlightIdContainer
}

DeploymentService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use DeploymentService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/csm-sdk/pkg"

func (*DeploymentService) CreateDeploymentV1Short

func (*DeploymentService) DeleteDeploymentV1Short

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

func (*DeploymentService) GetAuthSession

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

func (*DeploymentService) GetDeploymentV1Short

func (*DeploymentService) GetListOfDeploymentV1Short

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
}

DeploymentV2Service this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use DeploymentV2Service imported from "github.com/AccelByte/accelbyte-go-modular-sdk/csm-sdk/pkg"

func (*DeploymentV2Service) CreateDeploymentV2Short

func (*DeploymentV2Service) DeleteDeploymentV2Short

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

func (*DeploymentV2Service) GetAuthSession

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

func (*DeploymentV2Service) GetDeploymentV2Short

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
}

ImageService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use ImageService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/csm-sdk/pkg"

func (*ImageService) DeleteAppImagesV1Short

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

func (*ImageService) GetAppImageListV1Short

func (aaa *ImageService) GetAppImageListV1Short(input *image.GetAppImageListV1Params) (*image.GetAppImageListV1Response, error)

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
}

ImageV2Service this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use ImageV2Service imported from "github.com/AccelByte/accelbyte-go-modular-sdk/csm-sdk/pkg"

func (*ImageV2Service) DeleteAppImagesV2Short

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

func (*ImageV2Service) GetAppImageListV2Short

func (*ImageV2Service) GetAuthSession

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

func (*ImageV2Service) UpdateFlightId

func (aaa *ImageV2Service) UpdateFlightId(flightId string)

type ManagedResourcesService added in v0.6.0

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

	FlightIdRepository *utils.FlightIdContainer
}

ManagedResourcesService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use ManagedResourcesService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/csm-sdk/pkg"

func (*ManagedResourcesService) CreateNoSQLClusterV2Short added in v0.6.0

func (*ManagedResourcesService) CreateNoSQLDatabaseCredentialV2Short added in v0.6.0

func (*ManagedResourcesService) CreateNoSQLDatabaseV2Short added in v0.6.0

func (*ManagedResourcesService) DeleteNoSQLClusterV2Short added in v0.6.0

func (*ManagedResourcesService) DeleteNoSQLDatabaseV2Short added in v0.6.0

func (*ManagedResourcesService) GetAuthSession added in v0.6.0

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

func (*ManagedResourcesService) GetNoSQLAccessTunnelV2Short added in v0.6.0

func (*ManagedResourcesService) GetNoSQLAppListV2Short added in v0.8.0

func (*ManagedResourcesService) GetNoSQLClusterV2Short added in v0.6.0

func (*ManagedResourcesService) GetNoSQLDatabaseV2Short added in v0.6.0

func (*ManagedResourcesService) StartNoSQLClusterV2Short added in v0.7.0

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

func (*ManagedResourcesService) StopNoSQLClusterV2Short added in v0.7.0

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

func (*ManagedResourcesService) UpdateFlightId added in v0.6.0

func (aaa *ManagedResourcesService) UpdateFlightId(flightId string)

func (*ManagedResourcesService) UpdateNoSQLClusterV2Short added in v0.6.0

type MessagesService

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

	FlightIdRepository *utils.FlightIdContainer
}

MessagesService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use MessagesService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/csm-sdk/pkg"

func (*MessagesService) GetAuthSession

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

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
}

NotificationSubscriptionService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use NotificationSubscriptionService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/csm-sdk/pkg"

func (*NotificationSubscriptionService) DeleteSubscriptionAppNotificationByUserIDV2Short

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

func (*NotificationSubscriptionService) DeleteSubscriptionAppNotificationV2Short

func (*NotificationSubscriptionService) GetAuthSession

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

func (*NotificationSubscriptionService) SubscribeV2HandlerShort

func (*NotificationSubscriptionService) UnsubscribeV2HandlerShort

func (*NotificationSubscriptionService) UpdateFlightId

func (aaa *NotificationSubscriptionService) UpdateFlightId(flightId string)

type NotificationSubscriptionV3Service added in v0.4.0

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

	FlightIdRepository *utils.FlightIdContainer
}

NotificationSubscriptionV3Service this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use NotificationSubscriptionV3Service imported from "github.com/AccelByte/accelbyte-go-modular-sdk/csm-sdk/pkg"

func (*NotificationSubscriptionV3Service) DeleteSubscriptionAppNotificationV3Short added in v0.4.0

func (*NotificationSubscriptionV3Service) GetAuthSession added in v0.4.0

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

func (*NotificationSubscriptionV3Service) UpdateFlightId added in v0.4.0

func (aaa *NotificationSubscriptionV3Service) UpdateFlightId(flightId string)

type ResourcesLimitsService

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

	FlightIdRepository *utils.FlightIdContainer
}

ResourcesLimitsService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use ResourcesLimitsService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/csm-sdk/pkg"

func (*ResourcesLimitsService) GetAuthSession

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

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