gdpr

package module
v0.3.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: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigurationService

type ConfigurationService struct {
	Client           *gdprclient.JusticeGdprService
	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/gdpr-sdk/pkg"

func (*ConfigurationService) AdminResetPlatformAccountClosureServicesConfigurationShort

func (aaa *ConfigurationService) AdminResetPlatformAccountClosureServicesConfigurationShort(input *configuration.AdminResetPlatformAccountClosureServicesConfigurationParams) error

func (*ConfigurationService) AdminResetServicesConfigurationShort

func (aaa *ConfigurationService) AdminResetServicesConfigurationShort(input *configuration.AdminResetServicesConfigurationParams) error

func (*ConfigurationService) DeleteAdminEmailConfigurationShort

func (aaa *ConfigurationService) DeleteAdminEmailConfigurationShort(input *configuration.DeleteAdminEmailConfigurationParams) error

func (*ConfigurationService) GetAuthSession

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

func (*ConfigurationService) SaveAdminEmailConfigurationShort

func (aaa *ConfigurationService) SaveAdminEmailConfigurationShort(input *configuration.SaveAdminEmailConfigurationParams) error

func (*ConfigurationService) UpdateAdminEmailConfigurationShort

func (aaa *ConfigurationService) UpdateAdminEmailConfigurationShort(input *configuration.UpdateAdminEmailConfigurationParams) error

func (*ConfigurationService) UpdateFlightId

func (aaa *ConfigurationService) UpdateFlightId(flightId string)

type DataDeletionS2SService

type DataDeletionS2SService struct {
	Client           *gdprclient.JusticeGdprService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

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

func (*DataDeletionS2SService) GetAuthSession

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

func (*DataDeletionS2SService) UpdateFlightId

func (aaa *DataDeletionS2SService) UpdateFlightId(flightId string)

type DataDeletionService

type DataDeletionService struct {
	Client           *gdprclient.JusticeGdprService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

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

func (*DataDeletionService) AdminCancelUserAccountDeletionRequestShort

func (aaa *DataDeletionService) AdminCancelUserAccountDeletionRequestShort(input *data_deletion.AdminCancelUserAccountDeletionRequestParams) error

func (*DataDeletionService) GetAuthSession

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

func (*DataDeletionService) PublicCancelMyAccountDeletionRequestShort

func (aaa *DataDeletionService) PublicCancelMyAccountDeletionRequestShort(input *data_deletion.PublicCancelMyAccountDeletionRequestParams) error

func (*DataDeletionService) PublicCancelUserAccountDeletionRequestShort

func (aaa *DataDeletionService) PublicCancelUserAccountDeletionRequestShort(input *data_deletion.PublicCancelUserAccountDeletionRequestParams) error

func (*DataDeletionService) UpdateFlightId

func (aaa *DataDeletionService) UpdateFlightId(flightId string)

type DataRetrievalS2SService

type DataRetrievalS2SService struct {
	Client           *gdprclient.JusticeGdprService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

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

func (*DataRetrievalS2SService) GetAuthSession

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

func (*DataRetrievalS2SService) UpdateFlightId

func (aaa *DataRetrievalS2SService) UpdateFlightId(flightId string)

type DataRetrievalService

type DataRetrievalService struct {
	Client           *gdprclient.JusticeGdprService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

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

func (*DataRetrievalService) AdminCancelUserPersonalDataRequestShort

func (aaa *DataRetrievalService) AdminCancelUserPersonalDataRequestShort(input *data_retrieval.AdminCancelUserPersonalDataRequestParams) error

func (*DataRetrievalService) GetAuthSession

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

func (*DataRetrievalService) PublicCancelUserPersonalDataRequestShort

func (aaa *DataRetrievalService) PublicCancelUserPersonalDataRequestShort(input *data_retrieval.PublicCancelUserPersonalDataRequestParams) error

func (*DataRetrievalService) UpdateFlightId

func (aaa *DataRetrievalService) UpdateFlightId(flightId string)

type PlatformAccountClosureClientService

type PlatformAccountClosureClientService struct {
	Client           *gdprclient.JusticeGdprService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

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

func (*PlatformAccountClosureClientService) AdminDeletePlatformAccountClosureClientShort

func (*PlatformAccountClosureClientService) AdminMockPlatformAccountClosureDataShort

func (*PlatformAccountClosureClientService) AdminUpdatePlatformAccountClosureClientShort

func (*PlatformAccountClosureClientService) GetAuthSession

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

func (*PlatformAccountClosureClientService) UpdateFlightId

func (aaa *PlatformAccountClosureClientService) UpdateFlightId(flightId string)

type PlatformAccountClosureHistoryService

type PlatformAccountClosureHistoryService struct {
	Client           *gdprclient.JusticeGdprService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

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

func (*PlatformAccountClosureHistoryService) GetAuthSession

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

func (*PlatformAccountClosureHistoryService) UpdateFlightId

func (aaa *PlatformAccountClosureHistoryService) UpdateFlightId(flightId string)

Jump to

Keyboard shortcuts

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