basic

package
v0.1.0-alpha.5 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2024 License: MIT Imports: 16 Imported by: 1

Documentation

Index

Constants

View Source
const ServiceVersion = "2.21.0"

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) (*basicclientmodels.ConfigInfo, 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) (*basicclientmodels.ConfigInfo, error)

func (*ConfigService) GetPublisherConfigShort

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

func (*ConfigService) UpdateConfigShort

func (aaa *ConfigService) UpdateConfigShort(input *config.UpdateConfigParams) (*basicclientmodels.ConfigInfo, 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) GeneratedUserUploadContentURLShort

func (*FileUploadService) GetAuthSession

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

func (*FileUploadService) PublicGeneratedUploadURLShort

func (*FileUploadService) PublicGeneratedUserUploadContentURLShort

func (aaa *FileUploadService) PublicGeneratedUserUploadContentURLShort(input *file_upload.PublicGeneratedUserUploadContentURLParams) (*basicclientmodels.FileUploadURLInfo, error)

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 (*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) ([]*basicclientmodels.CountryObject, error)

func (*MiscService) GetCountryGroupsShort

func (*MiscService) GetLanguagesShort

func (aaa *MiscService) GetLanguagesShort(input *misc.GetLanguagesParams) (map[string]interface{}, error)

func (*MiscService) GetTimeZonesShort

func (aaa *MiscService) GetTimeZonesShort(input *misc.GetTimeZonesParams) ([]string, error)

func (*MiscService) PublicGetCountriesShort

func (aaa *MiscService) PublicGetCountriesShort(input *misc.PublicGetCountriesParams) ([]*basicclientmodels.CountryObject, error)

func (*MiscService) PublicGetLanguagesShort

func (aaa *MiscService) PublicGetLanguagesShort(input *misc.PublicGetLanguagesParams) (map[string]interface{}, error)

func (*MiscService) PublicGetTimeShort

func (*MiscService) PublicGetTimeZonesShort

func (aaa *MiscService) PublicGetTimeZonesShort(input *misc.PublicGetTimeZonesParams) ([]string, error)

func (*MiscService) UpdateCountryGroupShort

func (aaa *MiscService) UpdateCountryGroupShort(input *misc.UpdateCountryGroupParams) (*basicclientmodels.CountryGroupObject, 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 (aaa *NamespaceService) ChangeNamespaceStatusShort(input *namespace.ChangeNamespaceStatusParams) (*basicclientmodels.NamespaceInfo, error)

func (*NamespaceService) CreateNamespaceShort

func (*NamespaceService) DeleteNamespaceShort

func (*NamespaceService) GetAuthSession

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

func (*NamespaceService) GetChildNamespacesShort

func (aaa *NamespaceService) GetChildNamespacesShort(input *namespace.GetChildNamespacesParams) ([]*basicclientmodels.NamespaceInfo, error)

func (*NamespaceService) GetGameNamespacesShort

func (aaa *NamespaceService) GetGameNamespacesShort(input *namespace.GetGameNamespacesParams) ([]*basicclientmodels.NamespaceInfo, error)

func (*NamespaceService) GetNamespace1Short

func (*NamespaceService) GetNamespaceContextShort

func (*NamespaceService) GetNamespacePublisherShort

func (*NamespaceService) GetNamespaceShort

func (*NamespaceService) GetNamespacesShort

func (*NamespaceService) PublicGetNamespacePublisherShort

func (*NamespaceService) PublicGetNamespacesShort

func (aaa *NamespaceService) PublicGetNamespacesShort(input *namespace.PublicGetNamespacesParams) ([]*basicclientmodels.NamespaceInfo, error)

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

func (aaa *UserProfileService) GetCustomAttributesInfoShort(input *user_profile.GetCustomAttributesInfoParams) (map[string]interface{}, error)

func (*UserProfileService) GetMyPrivateCustomAttributesInfoShort

func (aaa *UserProfileService) GetMyPrivateCustomAttributesInfoShort(input *user_profile.GetMyPrivateCustomAttributesInfoParams) (map[string]interface{}, error)

func (*UserProfileService) GetMyProfileInfoShort

func (*UserProfileService) GetMyZipCodeShort

func (*UserProfileService) GetPrivateCustomAttributesInfoShort

func (aaa *UserProfileService) GetPrivateCustomAttributesInfoShort(input *user_profile.GetPrivateCustomAttributesInfoParams) (map[string]interface{}, error)

func (*UserProfileService) GetUserProfileInfoByPublicIDShort

func (*UserProfileService) GetUserProfileInfoShort

func (*UserProfileService) PublicCreateUserProfileShort

func (*UserProfileService) PublicGetCustomAttributesInfoShort

func (aaa *UserProfileService) PublicGetCustomAttributesInfoShort(input *user_profile.PublicGetCustomAttributesInfoParams) (map[string]interface{}, error)

func (*UserProfileService) PublicGetUserProfileInfoShort

func (*UserProfileService) PublicUpdateCustomAttributesPartiallyShort

func (aaa *UserProfileService) PublicUpdateCustomAttributesPartiallyShort(input *user_profile.PublicUpdateCustomAttributesPartiallyParams) (map[string]interface{}, error)

func (*UserProfileService) PublicUpdateUserProfileShort

func (*UserProfileService) PublicUpdateUserProfileStatusShort

func (*UserProfileService) UpdateCustomAttributesPartiallyShort

func (aaa *UserProfileService) UpdateCustomAttributesPartiallyShort(input *user_profile.UpdateCustomAttributesPartiallyParams) (map[string]interface{}, error)

func (*UserProfileService) UpdateFlightId

func (aaa *UserProfileService) UpdateFlightId(flightId string)

func (*UserProfileService) UpdateMyPrivateCustomAttributesPartiallyShort

func (aaa *UserProfileService) UpdateMyPrivateCustomAttributesPartiallyShort(input *user_profile.UpdateMyPrivateCustomAttributesPartiallyParams) (map[string]interface{}, error)

func (*UserProfileService) UpdateMyProfileShort

func (*UserProfileService) UpdateMyZipCodeShort

func (*UserProfileService) UpdatePrivateCustomAttributesPartiallyShort

func (aaa *UserProfileService) UpdatePrivateCustomAttributesPartiallyShort(input *user_profile.UpdatePrivateCustomAttributesPartiallyParams) (map[string]interface{}, error)

func (*UserProfileService) UpdateUserProfileShort

func (*UserProfileService) UpdateUserProfileStatusShort

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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