basic

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2025 License: MIT Imports: 15 Imported by: 1

Documentation

Index

Constants

View Source
const ServiceVersion = "4.1.1"

Variables

View Source
var SDKVersion string

Functions

func GetUserAgent

func GetUserAgent() string

func NewBasicClient

func NewBasicClient(configRepository repository.ConfigRepository) *basicclient.JusticeBasicService

Types

type AnonymizationService

type AnonymizationService struct {
	Client           *basicclient.JusticeBasicService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*AnonymizationService) AnonymizeUserProfileShort

func (aaa *AnonymizationService) AnonymizeUserProfileShort(input *anonymization.AnonymizeUserProfileParams) error

func (*AnonymizationService) GetAuthSession

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

func (*AnonymizationService) UpdateFlightId

func (aaa *AnonymizationService) UpdateFlightId(flightId string)

type ConfigService

type ConfigService struct {
	Client           *basicclient.JusticeBasicService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*ConfigService) CreateConfigShort

func (aaa *ConfigService) CreateConfigShort(input *config.CreateConfigParams) (*config.CreateConfigResponse, error)

func (*ConfigService) DeleteConfigShort

func (aaa *ConfigService) DeleteConfigShort(input *config.DeleteConfigParams) error

func (*ConfigService) GetAuthSession

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

func (*ConfigService) GetConfigShort

func (aaa *ConfigService) GetConfigShort(input *config.GetConfigParams) (*config.GetConfigResponse, error)

func (*ConfigService) GetPublisherConfigShort

func (aaa *ConfigService) GetPublisherConfigShort(input *config.GetPublisherConfigParams) (*config.GetPublisherConfigResponse, error)

func (*ConfigService) UpdateConfigShort

func (aaa *ConfigService) UpdateConfigShort(input *config.UpdateConfigParams) (*config.UpdateConfigResponse, error)

func (*ConfigService) UpdateFlightId

func (aaa *ConfigService) UpdateFlightId(flightId string)

type FileUploadService

type FileUploadService struct {
	Client           *basicclient.JusticeBasicService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*FileUploadService) GeneratedUploadURLShort

func (*FileUploadService) GetAuthSession

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

func (*FileUploadService) UpdateFlightId

func (aaa *FileUploadService) UpdateFlightId(flightId string)

type MiscService

type MiscService struct {
	Client           *basicclient.JusticeBasicService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*MiscService) AddCountryGroupShort

func (aaa *MiscService) AddCountryGroupShort(input *misc.AddCountryGroupParams) (*misc.AddCountryGroupResponse, error)

func (*MiscService) DeleteCountryGroupShort

func (aaa *MiscService) DeleteCountryGroupShort(input *misc.DeleteCountryGroupParams) error

func (*MiscService) GetAuthSession

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

func (*MiscService) GetCountriesShort

func (aaa *MiscService) GetCountriesShort(input *misc.GetCountriesParams) (*misc.GetCountriesResponse, error)

func (*MiscService) GetCountryGroupsShort

func (aaa *MiscService) GetCountryGroupsShort(input *misc.GetCountryGroupsParams) (*misc.GetCountryGroupsResponse, error)

func (*MiscService) GetLanguagesShort

func (aaa *MiscService) GetLanguagesShort(input *misc.GetLanguagesParams) (*misc.GetLanguagesResponse, error)

func (*MiscService) GetTimeZonesShort

func (aaa *MiscService) GetTimeZonesShort(input *misc.GetTimeZonesParams) (*misc.GetTimeZonesResponse, error)

func (*MiscService) PublicGetCountriesShort

func (aaa *MiscService) PublicGetCountriesShort(input *misc.PublicGetCountriesParams) (*misc.PublicGetCountriesResponse, error)

func (*MiscService) PublicGetLanguagesShort

func (aaa *MiscService) PublicGetLanguagesShort(input *misc.PublicGetLanguagesParams) (*misc.PublicGetLanguagesResponse, error)

func (*MiscService) PublicGetTimeShort

func (aaa *MiscService) PublicGetTimeShort(input *misc.PublicGetTimeParams) (*misc.PublicGetTimeResponse, error)

func (*MiscService) PublicGetTimeZonesShort

func (aaa *MiscService) PublicGetTimeZonesShort(input *misc.PublicGetTimeZonesParams) (*misc.PublicGetTimeZonesResponse, error)

func (*MiscService) UpdateCountryGroupShort

func (aaa *MiscService) UpdateCountryGroupShort(input *misc.UpdateCountryGroupParams) (*misc.UpdateCountryGroupResponse, error)

func (*MiscService) UpdateFlightId

func (aaa *MiscService) UpdateFlightId(flightId string)

type NamespaceService

type NamespaceService struct {
	Client           *basicclient.JusticeBasicService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*NamespaceService) ChangeNamespaceStatusShort

func (*NamespaceService) CreateNamespaceShort

func (*NamespaceService) DeleteNamespaceShort

func (*NamespaceService) GetAuthSession

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

func (*NamespaceService) GetChildNamespacesShort

func (*NamespaceService) GetGameNamespacesShort

func (*NamespaceService) GetNamespace1Short

func (*NamespaceService) GetNamespaceContextShort

func (*NamespaceService) GetNamespacePublisherShort

func (*NamespaceService) GetNamespaceShort

func (*NamespaceService) GetNamespacesShort

func (*NamespaceService) PublicGetNamespacesShort

func (*NamespaceService) UpdateFlightId

func (aaa *NamespaceService) UpdateFlightId(flightId string)

func (*NamespaceService) UpdateNamespaceShort

type UserProfileService

type UserProfileService struct {
	Client           *basicclient.JusticeBasicService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*UserProfileService) CreateMyProfileShort

func (*UserProfileService) DeleteUserProfileShort

func (*UserProfileService) GetAuthSession

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

func (*UserProfileService) GetMyProfileInfoShort

func (*UserProfileService) GetMyZipCodeShort

func (*UserProfileService) GetUserProfileInfoShort

func (*UserProfileService) UpdateFlightId

func (aaa *UserProfileService) UpdateFlightId(flightId string)

func (*UserProfileService) UpdateMyProfileShort

func (*UserProfileService) UpdateMyZipCodeShort

func (*UserProfileService) UpdateUserProfileShort

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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