ugc

package
v0.1.0-alpha.9 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2024 License: MIT Imports: 33 Imported by: 0

Documentation

Index

Constants

View Source
const ServiceVersion = "2.19.7"

Variables

View Source
var SDKVersion string

Functions

func GetUserAgent

func GetUserAgent() string

func NewUgcClient

func NewUgcClient(configRepository repository.ConfigRepository) *ugcclient.JusticeUgcService

Types

type AdminChannelService

type AdminChannelService struct {
	Client           *ugcclient.JusticeUgcService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*AdminChannelService) AdminCreateChannel deprecated

Deprecated: 2022-01-10 - Please use AdminCreateChannelShort instead.

func (*AdminChannelService) AdminCreateChannelShort

func (*AdminChannelService) AdminDeleteChannel deprecated

func (aaa *AdminChannelService) AdminDeleteChannel(input *admin_channel.AdminDeleteChannelParams) error

Deprecated: 2022-01-10 - Please use AdminDeleteChannelShort instead.

func (*AdminChannelService) AdminDeleteChannelShort

func (aaa *AdminChannelService) AdminDeleteChannelShort(input *admin_channel.AdminDeleteChannelParams) error

func (*AdminChannelService) AdminGetChannel deprecated

Deprecated: 2022-01-10 - Please use AdminGetChannelShort instead.

func (*AdminChannelService) AdminUpdateChannel deprecated

Deprecated: 2022-01-10 - Please use AdminUpdateChannelShort instead.

func (*AdminChannelService) AdminUpdateChannelShort

func (*AdminChannelService) GetAuthSession

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

func (*AdminChannelService) SingleAdminDeleteChannel deprecated

func (aaa *AdminChannelService) SingleAdminDeleteChannel(input *admin_channel.SingleAdminDeleteChannelParams) error

Deprecated: 2022-01-10 - Please use SingleAdminDeleteChannelShort instead.

func (*AdminChannelService) SingleAdminDeleteChannelShort

func (aaa *AdminChannelService) SingleAdminDeleteChannelShort(input *admin_channel.SingleAdminDeleteChannelParams) error

func (*AdminChannelService) SingleAdminGetChannel deprecated

Deprecated: 2022-01-10 - Please use SingleAdminGetChannelShort instead.

func (*AdminChannelService) SingleAdminUpdateChannel deprecated

Deprecated: 2022-01-10 - Please use SingleAdminUpdateChannelShort instead.

func (*AdminChannelService) SingleAdminUpdateChannelShort

func (*AdminChannelService) UpdateFlightId

func (aaa *AdminChannelService) UpdateFlightId(flightId string)

type AdminConfigService

type AdminConfigService struct {
	Client           *ugcclient.JusticeUgcService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*AdminConfigService) AdminGetConfigs deprecated

Deprecated: 2022-01-10 - Please use AdminGetConfigsShort instead.

func (*AdminConfigService) AdminUpdateConfig deprecated

func (aaa *AdminConfigService) AdminUpdateConfig(input *admin_config.AdminUpdateConfigParams) error

Deprecated: 2022-01-10 - Please use AdminUpdateConfigShort instead.

func (*AdminConfigService) AdminUpdateConfigShort

func (aaa *AdminConfigService) AdminUpdateConfigShort(input *admin_config.AdminUpdateConfigParams) error

func (*AdminConfigService) GetAuthSession

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

func (*AdminConfigService) UpdateFlightId

func (aaa *AdminConfigService) UpdateFlightId(flightId string)

type AdminContentService

type AdminContentService struct {
	Client           *ugcclient.JusticeUgcService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*AdminContentService) AdminDeleteContent deprecated

func (aaa *AdminContentService) AdminDeleteContent(input *admin_content.AdminDeleteContentParams) error

Deprecated: 2022-01-10 - Please use AdminDeleteContentShort instead.

func (*AdminContentService) AdminDeleteContentScreenshot deprecated

func (aaa *AdminContentService) AdminDeleteContentScreenshot(input *admin_content.AdminDeleteContentScreenshotParams) error

Deprecated: 2022-01-10 - Please use AdminDeleteContentScreenshotShort instead.

func (*AdminContentService) AdminDeleteContentScreenshotShort

func (aaa *AdminContentService) AdminDeleteContentScreenshotShort(input *admin_content.AdminDeleteContentScreenshotParams) error

func (*AdminContentService) AdminDeleteContentShort

func (aaa *AdminContentService) AdminDeleteContentShort(input *admin_content.AdminDeleteContentParams) error

func (*AdminContentService) AdminDownloadContentPreview deprecated

Deprecated: 2022-01-10 - Please use AdminDownloadContentPreviewShort instead.

func (*AdminContentService) AdminGetContent deprecated

Deprecated: 2022-01-10 - Please use AdminGetContentShort instead.

func (*AdminContentService) AdminGetContentBulk deprecated

Deprecated: 2022-01-10 - Please use AdminGetContentBulkShort instead.

func (*AdminContentService) AdminGetContentBulkByShareCodes deprecated

Deprecated: 2022-01-10 - Please use AdminGetContentBulkByShareCodesShort instead.

func (*AdminContentService) AdminGetContentBulkShort

func (*AdminContentService) AdminGetSpecificContent deprecated

Deprecated: 2022-01-10 - Please use AdminGetSpecificContentShort instead.

func (*AdminContentService) AdminGetUserContentByShareCode deprecated

Deprecated: 2022-01-10 - Please use AdminGetUserContentByShareCodeShort instead.

func (*AdminContentService) AdminHideUserContent deprecated

Deprecated: 2022-01-10 - Please use AdminHideUserContentShort instead.

func (*AdminContentService) AdminSearchChannelSpecificContent deprecated

Deprecated: 2022-01-10 - Please use AdminSearchChannelSpecificContentShort instead.

func (*AdminContentService) AdminSearchContent deprecated

Deprecated: 2022-01-10 - Please use AdminSearchContentShort instead.

func (*AdminContentService) AdminUpdateContentDirect deprecated

Deprecated: 2022-01-10 - Please use AdminUpdateContentDirectShort instead.

func (*AdminContentService) AdminUpdateContentS3 deprecated

Deprecated: 2022-01-10 - Please use AdminUpdateContentS3Short instead.

func (*AdminContentService) AdminUpdateContentS3ByShareCode deprecated

Deprecated: 2022-01-10 - Please use AdminUpdateContentS3ByShareCodeShort instead.

func (*AdminContentService) AdminUpdateScreenshots deprecated

Deprecated: 2022-01-10 - Please use AdminUpdateScreenshotsShort instead.

func (*AdminContentService) AdminUploadContentDirect deprecated

Deprecated: 2022-01-10 - Please use AdminUploadContentDirectShort instead.

func (*AdminContentService) AdminUploadContentS3 deprecated

Deprecated: 2022-01-10 - Please use AdminUploadContentS3Short instead.

func (*AdminContentService) AdminUploadContentScreenshot deprecated

Deprecated: 2022-01-10 - Please use AdminUploadContentScreenshotShort instead.

func (*AdminContentService) DeleteContentByShareCode deprecated

func (aaa *AdminContentService) DeleteContentByShareCode(input *admin_content.DeleteContentByShareCodeParams) error

Deprecated: 2022-01-10 - Please use DeleteContentByShareCodeShort instead.

func (*AdminContentService) DeleteContentByShareCodeShort

func (aaa *AdminContentService) DeleteContentByShareCodeShort(input *admin_content.DeleteContentByShareCodeParams) error

func (*AdminContentService) GetAuthSession

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

func (*AdminContentService) ListContentVersions deprecated

Deprecated: 2022-01-10 - Please use ListContentVersionsShort instead.

func (*AdminContentService) RollbackContentVersion deprecated

Deprecated: 2022-01-10 - Please use RollbackContentVersionShort instead.

func (*AdminContentService) SingleAdminDeleteContent deprecated

func (aaa *AdminContentService) SingleAdminDeleteContent(input *admin_content.SingleAdminDeleteContentParams) error

Deprecated: 2022-01-10 - Please use SingleAdminDeleteContentShort instead.

func (*AdminContentService) SingleAdminDeleteContentShort

func (aaa *AdminContentService) SingleAdminDeleteContentShort(input *admin_content.SingleAdminDeleteContentParams) error

func (*AdminContentService) SingleAdminGetContent deprecated

Deprecated: 2022-01-10 - Please use SingleAdminGetContentShort instead.

func (*AdminContentService) SingleAdminUpdateContentDirect deprecated

Deprecated: 2022-01-10 - Please use SingleAdminUpdateContentDirectShort instead.

func (*AdminContentService) SingleAdminUpdateContentS3 deprecated

Deprecated: 2022-01-10 - Please use SingleAdminUpdateContentS3Short instead.

func (*AdminContentService) UpdateFlightId

func (aaa *AdminContentService) UpdateFlightId(flightId string)

type AdminContentV2Service

type AdminContentV2Service struct {
	Client           *ugcclient.JusticeUgcService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*AdminContentV2Service) AdminBulkGetContentByIDsV2 deprecated

Deprecated: 2022-01-10 - Please use AdminBulkGetContentByIDsV2Short instead.

func (*AdminContentV2Service) AdminCreateContentV2 deprecated

Deprecated: 2022-01-10 - Please use AdminCreateContentV2Short instead.

func (*AdminContentV2Service) AdminDeleteContentByShareCodeV2 deprecated

func (aaa *AdminContentV2Service) AdminDeleteContentByShareCodeV2(input *admin_content_v2.AdminDeleteContentByShareCodeV2Params) error

Deprecated: 2022-01-10 - Please use AdminDeleteContentByShareCodeV2Short instead.

func (*AdminContentV2Service) AdminDeleteContentByShareCodeV2Short

func (aaa *AdminContentV2Service) AdminDeleteContentByShareCodeV2Short(input *admin_content_v2.AdminDeleteContentByShareCodeV2Params) error

func (*AdminContentV2Service) AdminDeleteContentScreenshotV2 deprecated

func (aaa *AdminContentV2Service) AdminDeleteContentScreenshotV2(input *admin_content_v2.AdminDeleteContentScreenshotV2Params) error

Deprecated: 2022-01-10 - Please use AdminDeleteContentScreenshotV2Short instead.

func (*AdminContentV2Service) AdminDeleteContentScreenshotV2Short

func (aaa *AdminContentV2Service) AdminDeleteContentScreenshotV2Short(input *admin_content_v2.AdminDeleteContentScreenshotV2Params) error

func (*AdminContentV2Service) AdminDeleteOfficialContentV2 deprecated

func (aaa *AdminContentV2Service) AdminDeleteOfficialContentV2(input *admin_content_v2.AdminDeleteOfficialContentV2Params) error

Deprecated: 2022-01-10 - Please use AdminDeleteOfficialContentV2Short instead.

func (*AdminContentV2Service) AdminDeleteOfficialContentV2Short

func (aaa *AdminContentV2Service) AdminDeleteOfficialContentV2Short(input *admin_content_v2.AdminDeleteOfficialContentV2Params) error

func (*AdminContentV2Service) AdminDeleteUserContentV2 deprecated

func (aaa *AdminContentV2Service) AdminDeleteUserContentV2(input *admin_content_v2.AdminDeleteUserContentV2Params) error

Deprecated: 2022-01-10 - Please use AdminDeleteUserContentV2Short instead.

func (*AdminContentV2Service) AdminDeleteUserContentV2Short

func (aaa *AdminContentV2Service) AdminDeleteUserContentV2Short(input *admin_content_v2.AdminDeleteUserContentV2Params) error

func (*AdminContentV2Service) AdminGenerateOfficialContentUploadURLV2 deprecated

Deprecated: 2022-01-10 - Please use AdminGenerateOfficialContentUploadURLV2Short instead.

func (*AdminContentV2Service) AdminGenerateUserContentUploadURLV2 deprecated

Deprecated: 2022-01-10 - Please use AdminGenerateUserContentUploadURLV2Short instead.

func (*AdminContentV2Service) AdminGetContentBulkByShareCodesV2 deprecated

Deprecated: 2022-01-10 - Please use AdminGetContentBulkByShareCodesV2Short instead.

func (*AdminContentV2Service) AdminGetContentByChannelIDV2 deprecated

Deprecated: 2022-01-10 - Please use AdminGetContentByChannelIDV2Short instead.

func (*AdminContentV2Service) AdminGetContentByContentIDV2 deprecated

Deprecated: 2022-01-10 - Please use AdminGetContentByContentIDV2Short instead.

func (*AdminContentV2Service) AdminGetContentByShareCodeV2 deprecated

Deprecated: 2022-01-10 - Please use AdminGetContentByShareCodeV2Short instead.

func (*AdminContentV2Service) AdminGetContentByUserIDV2 deprecated

Deprecated: 2022-01-10 - Please use AdminGetContentByUserIDV2Short instead.

func (*AdminContentV2Service) AdminListContentV2 deprecated

Deprecated: 2022-01-10 - Please use AdminListContentV2Short instead.

func (*AdminContentV2Service) AdminUpdateContentByShareCodeV2 deprecated

Deprecated: 2022-01-10 - Please use AdminUpdateContentByShareCodeV2Short instead.

func (*AdminContentV2Service) AdminUpdateContentHideStatusV2 deprecated

Deprecated: 2022-01-10 - Please use AdminUpdateContentHideStatusV2Short instead.

func (*AdminContentV2Service) AdminUpdateOfficialContentFileLocation deprecated

Deprecated: 2022-01-10 - Please use AdminUpdateOfficialContentFileLocationShort instead.

func (*AdminContentV2Service) AdminUpdateOfficialContentV2 deprecated

Deprecated: 2022-01-10 - Please use AdminUpdateOfficialContentV2Short instead.

func (*AdminContentV2Service) AdminUpdateScreenshotsV2 deprecated

Deprecated: 2022-01-10 - Please use AdminUpdateScreenshotsV2Short instead.

func (*AdminContentV2Service) AdminUpdateUserContentFileLocation deprecated

Deprecated: 2022-01-10 - Please use AdminUpdateUserContentFileLocationShort instead.

func (*AdminContentV2Service) AdminUpdateUserContentV2 deprecated

Deprecated: 2022-01-10 - Please use AdminUpdateUserContentV2Short instead.

func (*AdminContentV2Service) AdminUploadContentScreenshotV2 deprecated

Deprecated: 2022-01-10 - Please use AdminUploadContentScreenshotV2Short instead.

func (*AdminContentV2Service) GetAuthSession

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

func (*AdminContentV2Service) ListContentVersionsV2 deprecated

Deprecated: 2022-01-10 - Please use ListContentVersionsV2Short instead.

func (*AdminContentV2Service) RollbackContentVersionV2 deprecated

Deprecated: 2022-01-10 - Please use RollbackContentVersionV2Short instead.

func (*AdminContentV2Service) UpdateFlightId

func (aaa *AdminContentV2Service) UpdateFlightId(flightId string)

type AdminGroupService

type AdminGroupService struct {
	Client           *ugcclient.JusticeUgcService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*AdminGroupService) AdminCreateGroup deprecated

Deprecated: 2022-01-10 - Please use AdminCreateGroupShort instead.

func (*AdminGroupService) AdminCreateGroupShort

func (*AdminGroupService) AdminDeleteGroup deprecated

func (aaa *AdminGroupService) AdminDeleteGroup(input *admin_group.AdminDeleteGroupParams) error

Deprecated: 2022-01-10 - Please use AdminDeleteGroupShort instead.

func (*AdminGroupService) AdminDeleteGroupShort

func (aaa *AdminGroupService) AdminDeleteGroupShort(input *admin_group.AdminDeleteGroupParams) error

func (*AdminGroupService) AdminGetAllGroups deprecated

Deprecated: 2022-01-10 - Please use AdminGetAllGroupsShort instead.

func (*AdminGroupService) AdminGetAllGroupsShort

func (*AdminGroupService) AdminGetGroup deprecated

Deprecated: 2022-01-10 - Please use AdminGetGroupShort instead.

func (*AdminGroupService) AdminGetGroupContents deprecated

Deprecated: 2022-01-10 - Please use AdminGetGroupContentsShort instead.

func (*AdminGroupService) AdminGetGroupShort

func (*AdminGroupService) AdminGetOfficialGroupContentsV2 deprecated

Deprecated: 2022-01-10 - Please use AdminGetOfficialGroupContentsV2Short instead.

func (*AdminGroupService) AdminGetUserGroupContentsV2 deprecated

Deprecated: 2022-01-10 - Please use AdminGetUserGroupContentsV2Short instead.

func (*AdminGroupService) AdminUpdateGroup deprecated

Deprecated: 2022-01-10 - Please use AdminUpdateGroupShort instead.

func (*AdminGroupService) AdminUpdateGroupShort

func (*AdminGroupService) GetAuthSession

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

func (*AdminGroupService) SingleAdminDeleteGroup deprecated

func (aaa *AdminGroupService) SingleAdminDeleteGroup(input *admin_group.SingleAdminDeleteGroupParams) error

Deprecated: 2022-01-10 - Please use SingleAdminDeleteGroupShort instead.

func (*AdminGroupService) SingleAdminDeleteGroupShort

func (aaa *AdminGroupService) SingleAdminDeleteGroupShort(input *admin_group.SingleAdminDeleteGroupParams) error

func (*AdminGroupService) SingleAdminGetAllGroups deprecated

Deprecated: 2022-01-10 - Please use SingleAdminGetAllGroupsShort instead.

func (*AdminGroupService) SingleAdminGetGroup deprecated

Deprecated: 2022-01-10 - Please use SingleAdminGetGroupShort instead.

func (*AdminGroupService) SingleAdminGetGroupContents deprecated

Deprecated: 2022-01-10 - Please use SingleAdminGetGroupContentsShort instead.

func (*AdminGroupService) SingleAdminGetGroupShort

func (*AdminGroupService) SingleAdminUpdateGroup deprecated

Deprecated: 2022-01-10 - Please use SingleAdminUpdateGroupShort instead.

func (*AdminGroupService) SingleAdminUpdateGroupShort

func (*AdminGroupService) UpdateFlightId

func (aaa *AdminGroupService) UpdateFlightId(flightId string)

type AdminStagingContentService

type AdminStagingContentService struct {
	Client           *ugcclient.JusticeUgcService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*AdminStagingContentService) AdminApproveStagingContent deprecated

Deprecated: 2022-01-10 - Please use AdminApproveStagingContentShort instead.

func (*AdminStagingContentService) AdminGetStagingContentByID deprecated

Deprecated: 2022-01-10 - Please use AdminGetStagingContentByIDShort instead.

func (*AdminStagingContentService) AdminListStagingContents deprecated

Deprecated: 2022-01-10 - Please use AdminListStagingContentsShort instead.

func (*AdminStagingContentService) AdminListUserStagingContents deprecated

Deprecated: 2022-01-10 - Please use AdminListUserStagingContentsShort instead.

func (*AdminStagingContentService) GetAuthSession

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

func (*AdminStagingContentService) UpdateFlightId

func (aaa *AdminStagingContentService) UpdateFlightId(flightId string)

type AdminTagService

type AdminTagService struct {
	Client           *ugcclient.JusticeUgcService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*AdminTagService) AdminCreateTag deprecated

Deprecated: 2022-01-10 - Please use AdminCreateTagShort instead.

func (*AdminTagService) AdminCreateTagShort

func (*AdminTagService) AdminDeleteTag deprecated

func (aaa *AdminTagService) AdminDeleteTag(input *admin_tag.AdminDeleteTagParams) error

Deprecated: 2022-01-10 - Please use AdminDeleteTagShort instead.

func (*AdminTagService) AdminDeleteTagShort

func (aaa *AdminTagService) AdminDeleteTagShort(input *admin_tag.AdminDeleteTagParams) error

func (*AdminTagService) AdminGetTag deprecated

Deprecated: 2022-01-10 - Please use AdminGetTagShort instead.

func (*AdminTagService) AdminGetTagShort

func (*AdminTagService) AdminUpdateTag deprecated

Deprecated: 2022-01-10 - Please use AdminUpdateTagShort instead.

func (*AdminTagService) AdminUpdateTagShort

func (*AdminTagService) GetAuthSession

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

func (*AdminTagService) UpdateFlightId

func (aaa *AdminTagService) UpdateFlightId(flightId string)

type AdminTypeService

type AdminTypeService struct {
	Client           *ugcclient.JusticeUgcService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*AdminTypeService) AdminCreateType deprecated

Deprecated: 2022-01-10 - Please use AdminCreateTypeShort instead.

func (*AdminTypeService) AdminCreateTypeShort

func (*AdminTypeService) AdminDeleteType deprecated

func (aaa *AdminTypeService) AdminDeleteType(input *admin_type.AdminDeleteTypeParams) error

Deprecated: 2022-01-10 - Please use AdminDeleteTypeShort instead.

func (*AdminTypeService) AdminDeleteTypeShort

func (aaa *AdminTypeService) AdminDeleteTypeShort(input *admin_type.AdminDeleteTypeParams) error

func (*AdminTypeService) AdminGetType deprecated

Deprecated: 2022-01-10 - Please use AdminGetTypeShort instead.

func (*AdminTypeService) AdminGetTypeShort

func (*AdminTypeService) AdminUpdateType deprecated

Deprecated: 2022-01-10 - Please use AdminUpdateTypeShort instead.

func (*AdminTypeService) AdminUpdateTypeShort

func (*AdminTypeService) GetAuthSession

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

func (*AdminTypeService) UpdateFlightId

func (aaa *AdminTypeService) UpdateFlightId(flightId string)

type AnonymizationService

type AnonymizationService struct {
	Client           *ugcclient.JusticeUgcService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*AnonymizationService) AdminDeleteAllUserChannels deprecated

func (aaa *AnonymizationService) AdminDeleteAllUserChannels(input *anonymization.AdminDeleteAllUserChannelsParams) error

Deprecated: 2022-01-10 - Please use AdminDeleteAllUserChannelsShort instead.

func (*AnonymizationService) AdminDeleteAllUserChannelsShort

func (aaa *AnonymizationService) AdminDeleteAllUserChannelsShort(input *anonymization.AdminDeleteAllUserChannelsParams) error

func (*AnonymizationService) AdminDeleteAllUserContents deprecated

func (aaa *AnonymizationService) AdminDeleteAllUserContents(input *anonymization.AdminDeleteAllUserContentsParams) error

Deprecated: 2022-01-10 - Please use AdminDeleteAllUserContentsShort instead.

func (*AnonymizationService) AdminDeleteAllUserContentsShort

func (aaa *AnonymizationService) AdminDeleteAllUserContentsShort(input *anonymization.AdminDeleteAllUserContentsParams) error

func (*AnonymizationService) AdminDeleteAllUserGroup deprecated

func (aaa *AnonymizationService) AdminDeleteAllUserGroup(input *anonymization.AdminDeleteAllUserGroupParams) error

Deprecated: 2022-01-10 - Please use AdminDeleteAllUserGroupShort instead.

func (*AnonymizationService) AdminDeleteAllUserGroupShort

func (aaa *AnonymizationService) AdminDeleteAllUserGroupShort(input *anonymization.AdminDeleteAllUserGroupParams) error

func (*AnonymizationService) AdminDeleteAllUserStates deprecated

func (aaa *AnonymizationService) AdminDeleteAllUserStates(input *anonymization.AdminDeleteAllUserStatesParams) error

Deprecated: 2022-01-10 - Please use AdminDeleteAllUserStatesShort instead.

func (*AnonymizationService) AdminDeleteAllUserStatesShort

func (aaa *AnonymizationService) AdminDeleteAllUserStatesShort(input *anonymization.AdminDeleteAllUserStatesParams) error

func (*AnonymizationService) DeleteAllUserChannel deprecated

func (aaa *AnonymizationService) DeleteAllUserChannel(input *anonymization.DeleteAllUserChannelParams) error

Deprecated: 2022-01-10 - Please use DeleteAllUserChannelShort instead.

func (*AnonymizationService) DeleteAllUserChannelShort

func (aaa *AnonymizationService) DeleteAllUserChannelShort(input *anonymization.DeleteAllUserChannelParams) error

func (*AnonymizationService) DeleteAllUserContents deprecated

func (aaa *AnonymizationService) DeleteAllUserContents(input *anonymization.DeleteAllUserContentsParams) error

Deprecated: 2022-01-10 - Please use DeleteAllUserContentsShort instead.

func (*AnonymizationService) DeleteAllUserContentsShort

func (aaa *AnonymizationService) DeleteAllUserContentsShort(input *anonymization.DeleteAllUserContentsParams) error

func (*AnonymizationService) DeleteAllUserGroup deprecated

func (aaa *AnonymizationService) DeleteAllUserGroup(input *anonymization.DeleteAllUserGroupParams) error

Deprecated: 2022-01-10 - Please use DeleteAllUserGroupShort instead.

func (*AnonymizationService) DeleteAllUserGroupShort

func (aaa *AnonymizationService) DeleteAllUserGroupShort(input *anonymization.DeleteAllUserGroupParams) error

func (*AnonymizationService) DeleteAllUserStates deprecated

func (aaa *AnonymizationService) DeleteAllUserStates(input *anonymization.DeleteAllUserStatesParams) error

Deprecated: 2022-01-10 - Please use DeleteAllUserStatesShort instead.

func (*AnonymizationService) DeleteAllUserStatesShort

func (aaa *AnonymizationService) DeleteAllUserStatesShort(input *anonymization.DeleteAllUserStatesParams) error

func (*AnonymizationService) GetAuthSession

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

func (*AnonymizationService) UpdateFlightId

func (aaa *AnonymizationService) UpdateFlightId(flightId string)

type PublicChannelService

type PublicChannelService struct {
	Client           *ugcclient.JusticeUgcService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*PublicChannelService) DeleteChannel deprecated

func (aaa *PublicChannelService) DeleteChannel(input *public_channel.DeleteChannelParams) error

Deprecated: 2022-01-10 - Please use DeleteChannelShort instead.

func (*PublicChannelService) DeleteChannelShort

func (aaa *PublicChannelService) DeleteChannelShort(input *public_channel.DeleteChannelParams) error

func (*PublicChannelService) GetAuthSession

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

func (*PublicChannelService) GetChannels deprecated

Deprecated: 2022-01-10 - Please use GetChannelsShort instead.

func (*PublicChannelService) PublicCreateChannel deprecated

Deprecated: 2022-01-10 - Please use PublicCreateChannelShort instead.

func (*PublicChannelService) PublicCreateChannelShort

func (*PublicChannelService) UpdateChannel deprecated

Deprecated: 2022-01-10 - Please use UpdateChannelShort instead.

func (*PublicChannelService) UpdateChannelShort

func (*PublicChannelService) UpdateFlightId

func (aaa *PublicChannelService) UpdateFlightId(flightId string)

type PublicContentLegacyService

type PublicContentLegacyService struct {
	Client           *ugcclient.JusticeUgcService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*PublicContentLegacyService) CreateContentDirect deprecated

Deprecated: 2022-01-10 - Please use CreateContentDirectShort instead.

func (*PublicContentLegacyService) CreateContentS3 deprecated

Deprecated: 2022-01-10 - Please use CreateContentS3Short instead.

func (*PublicContentLegacyService) DeleteContent deprecated

Deprecated: 2022-01-10 - Please use DeleteContentShort instead.

func (*PublicContentLegacyService) DeleteContentScreenshot deprecated

Deprecated: 2022-01-10 - Please use DeleteContentScreenshotShort instead.

func (*PublicContentLegacyService) DeleteContentScreenshotShort

func (aaa *PublicContentLegacyService) DeleteContentScreenshotShort(input *public_content_legacy.DeleteContentScreenshotParams) error

func (*PublicContentLegacyService) DeleteContentShort

func (*PublicContentLegacyService) GetAuthSession

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

func (*PublicContentLegacyService) PublicDeleteContentByShareCode deprecated

Deprecated: 2022-01-10 - Please use PublicDeleteContentByShareCodeShort instead.

func (*PublicContentLegacyService) PublicDeleteContentByShareCodeShort

func (aaa *PublicContentLegacyService) PublicDeleteContentByShareCodeShort(input *public_content_legacy.PublicDeleteContentByShareCodeParams) error

func (*PublicContentLegacyService) PublicDownloadContentByContentID deprecated

Deprecated: 2022-01-10 - Please use PublicDownloadContentByContentIDShort instead.

func (*PublicContentLegacyService) PublicDownloadContentByShareCode deprecated

Deprecated: 2022-01-10 - Please use PublicDownloadContentByShareCodeShort instead.

func (*PublicContentLegacyService) PublicDownloadContentPreview deprecated

Deprecated: 2022-01-10 - Please use PublicDownloadContentPreviewShort instead.

func (*PublicContentLegacyService) PublicGetContentBulk deprecated

Deprecated: 2022-01-10 - Please use PublicGetContentBulkShort instead.

func (*PublicContentLegacyService) PublicGetContentBulkByShareCodes deprecated

Deprecated: 2022-01-10 - Please use PublicGetContentBulkByShareCodesShort instead.

func (*PublicContentLegacyService) PublicGetUserContent deprecated

Deprecated: 2022-01-10 - Please use PublicGetUserContentShort instead.

func (*PublicContentLegacyService) PublicSearchContent deprecated

Deprecated: 2022-01-10 - Please use PublicSearchContentShort instead.

func (*PublicContentLegacyService) PublicUpdateContentByShareCode deprecated

Deprecated: 2022-01-10 - Please use PublicUpdateContentByShareCodeShort instead.

func (*PublicContentLegacyService) SearchChannelSpecificContent deprecated

Deprecated: 2022-01-10 - Please use SearchChannelSpecificContentShort instead.

func (*PublicContentLegacyService) UpdateContentDirect deprecated

Deprecated: 2022-01-10 - Please use UpdateContentDirectShort instead.

func (*PublicContentLegacyService) UpdateContentS3 deprecated

Deprecated: 2022-01-10 - Please use UpdateContentS3Short instead.

func (*PublicContentLegacyService) UpdateContentShareCode deprecated

Deprecated: 2022-01-10 - Please use UpdateContentShareCodeShort instead.

func (*PublicContentLegacyService) UpdateFlightId

func (aaa *PublicContentLegacyService) UpdateFlightId(flightId string)

func (*PublicContentLegacyService) UpdateScreenshots deprecated

Deprecated: 2022-01-10 - Please use UpdateScreenshotsShort instead.

func (*PublicContentLegacyService) UploadContentScreenshot deprecated

Deprecated: 2022-01-10 - Please use UploadContentScreenshotShort instead.

type PublicContentV2Service

type PublicContentV2Service struct {
	Client           *ugcclient.JusticeUgcService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*PublicContentV2Service) DeleteContentScreenshotV2 deprecated

func (aaa *PublicContentV2Service) DeleteContentScreenshotV2(input *public_content_v2.DeleteContentScreenshotV2Params) error

Deprecated: 2022-01-10 - Please use DeleteContentScreenshotV2Short instead.

func (*PublicContentV2Service) DeleteContentScreenshotV2Short

func (aaa *PublicContentV2Service) DeleteContentScreenshotV2Short(input *public_content_v2.DeleteContentScreenshotV2Params) error

func (*PublicContentV2Service) GetAuthSession

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

func (*PublicContentV2Service) PublicBulkGetContentByIDV2 deprecated

Deprecated: 2022-01-10 - Please use PublicBulkGetContentByIDV2Short instead.

func (*PublicContentV2Service) PublicCreateContentV2 deprecated

Deprecated: 2022-01-10 - Please use PublicCreateContentV2Short instead.

func (*PublicContentV2Service) PublicDeleteContentByShareCodeV2 deprecated

func (aaa *PublicContentV2Service) PublicDeleteContentByShareCodeV2(input *public_content_v2.PublicDeleteContentByShareCodeV2Params) error

Deprecated: 2022-01-10 - Please use PublicDeleteContentByShareCodeV2Short instead.

func (*PublicContentV2Service) PublicDeleteContentByShareCodeV2Short

func (aaa *PublicContentV2Service) PublicDeleteContentByShareCodeV2Short(input *public_content_v2.PublicDeleteContentByShareCodeV2Params) error

func (*PublicContentV2Service) PublicDeleteContentV2 deprecated

Deprecated: 2022-01-10 - Please use PublicDeleteContentV2Short instead.

func (*PublicContentV2Service) PublicDeleteContentV2Short

func (aaa *PublicContentV2Service) PublicDeleteContentV2Short(input *public_content_v2.PublicDeleteContentV2Params) error

func (*PublicContentV2Service) PublicGenerateContentUploadURLV2 deprecated

Deprecated: 2022-01-10 - Please use PublicGenerateContentUploadURLV2Short instead.

func (*PublicContentV2Service) PublicGetContentBulkByShareCodesV2 deprecated

Deprecated: 2022-01-10 - Please use PublicGetContentBulkByShareCodesV2Short instead.

func (*PublicContentV2Service) PublicGetContentByChannelIDV2 deprecated

Deprecated: 2022-01-10 - Please use PublicGetContentByChannelIDV2Short instead.

func (*PublicContentV2Service) PublicGetContentByIDV2 deprecated

Deprecated: 2022-01-10 - Please use PublicGetContentByIDV2Short instead.

func (*PublicContentV2Service) PublicGetContentByShareCodeV2 deprecated

Deprecated: 2022-01-10 - Please use PublicGetContentByShareCodeV2Short instead.

func (*PublicContentV2Service) PublicGetContentByUserIDV2 deprecated

Deprecated: 2022-01-10 - Please use PublicGetContentByUserIDV2Short instead.

func (*PublicContentV2Service) PublicListContentV2 deprecated

Deprecated: 2022-01-10 - Please use PublicListContentV2Short instead.

func (*PublicContentV2Service) PublicUpdateContentByShareCodeV2 deprecated

Deprecated: 2022-01-10 - Please use PublicUpdateContentByShareCodeV2Short instead.

func (*PublicContentV2Service) PublicUpdateContentFileLocation deprecated

Deprecated: 2022-01-10 - Please use PublicUpdateContentFileLocationShort instead.

func (*PublicContentV2Service) PublicUpdateContentV2 deprecated

Deprecated: 2022-01-10 - Please use PublicUpdateContentV2Short instead.

func (*PublicContentV2Service) UpdateContentShareCodeV2 deprecated

Deprecated: 2022-01-10 - Please use UpdateContentShareCodeV2Short instead.

func (*PublicContentV2Service) UpdateFlightId

func (aaa *PublicContentV2Service) UpdateFlightId(flightId string)

func (*PublicContentV2Service) UpdateScreenshotsV2 deprecated

Deprecated: 2022-01-10 - Please use UpdateScreenshotsV2Short instead.

func (*PublicContentV2Service) UploadContentScreenshotV2 deprecated

Deprecated: 2022-01-10 - Please use UploadContentScreenshotV2Short instead.

type PublicCreatorService

type PublicCreatorService struct {
	Client           *ugcclient.JusticeUgcService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*PublicCreatorService) GetAuthSession

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

func (*PublicCreatorService) PublicGetCreator deprecated

Deprecated: 2022-01-10 - Please use PublicGetCreatorShort instead.

func (*PublicCreatorService) PublicGetCreatorShort

func (*PublicCreatorService) PublicSearchCreator deprecated

Deprecated: 2022-01-10 - Please use PublicSearchCreatorShort instead.

func (*PublicCreatorService) UpdateFlightId

func (aaa *PublicCreatorService) UpdateFlightId(flightId string)

type PublicDownloadCountLegacyService

type PublicDownloadCountLegacyService struct {
	Client           *ugcclient.JusticeUgcService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*PublicDownloadCountLegacyService) AddDownloadCount deprecated

Deprecated: 2022-01-10 - Please use AddDownloadCountShort instead.

func (*PublicDownloadCountLegacyService) GetAuthSession

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

func (*PublicDownloadCountLegacyService) UpdateFlightId

func (aaa *PublicDownloadCountLegacyService) UpdateFlightId(flightId string)

type PublicDownloadCountV2Service

type PublicDownloadCountV2Service struct {
	Client           *ugcclient.JusticeUgcService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*PublicDownloadCountV2Service) GetAuthSession

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

func (*PublicDownloadCountV2Service) PublicAddDownloadCountV2 deprecated

Deprecated: 2022-01-10 - Please use PublicAddDownloadCountV2Short instead.

func (*PublicDownloadCountV2Service) PublicListContentDownloaderV2 deprecated

Deprecated: 2022-01-10 - Please use PublicListContentDownloaderV2Short instead.

func (*PublicDownloadCountV2Service) UpdateFlightId

func (aaa *PublicDownloadCountV2Service) UpdateFlightId(flightId string)

type PublicFollowService

type PublicFollowService struct {
	Client           *ugcclient.JusticeUgcService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*PublicFollowService) GetAuthSession

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

func (*PublicFollowService) GetFollowedContent deprecated

Deprecated: 2022-01-10 - Please use GetFollowedContentShort instead.

func (*PublicFollowService) GetFollowedUsers deprecated

Deprecated: 2022-01-10 - Please use GetFollowedUsersShort instead.

func (*PublicFollowService) GetPublicFollowers deprecated

Deprecated: 2022-01-10 - Please use GetPublicFollowersShort instead.

func (*PublicFollowService) GetPublicFollowing deprecated

Deprecated: 2022-01-10 - Please use GetPublicFollowingShort instead.

func (*PublicFollowService) UpdateFlightId

func (aaa *PublicFollowService) UpdateFlightId(flightId string)

func (*PublicFollowService) UpdateUserFollowStatus deprecated

Deprecated: 2022-01-10 - Please use UpdateUserFollowStatusShort instead.

func (*PublicFollowService) UpdateUserFollowStatusShort

type PublicGroupService

type PublicGroupService struct {
	Client           *ugcclient.JusticeUgcService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*PublicGroupService) CreateGroup deprecated

Deprecated: 2022-01-10 - Please use CreateGroupShort instead.

func (*PublicGroupService) CreateGroupShort

func (*PublicGroupService) DeleteGroup deprecated

func (aaa *PublicGroupService) DeleteGroup(input *public_group.DeleteGroupParams) error

Deprecated: 2022-01-10 - Please use DeleteGroupShort instead.

func (*PublicGroupService) DeleteGroupShort

func (aaa *PublicGroupService) DeleteGroupShort(input *public_group.DeleteGroupParams) error

func (*PublicGroupService) GetAuthSession

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

func (*PublicGroupService) GetGroup deprecated

Deprecated: 2022-01-10 - Please use GetGroupShort instead.

func (*PublicGroupService) GetGroupContent deprecated

Deprecated: 2022-01-10 - Please use GetGroupContentShort instead.

func (*PublicGroupService) GetGroupShort

func (*PublicGroupService) GetGroups deprecated

Deprecated: 2022-01-10 - Please use GetGroupsShort instead.

func (*PublicGroupService) GetGroupsShort

func (*PublicGroupService) PublicGetGroupContentsV2 deprecated

Deprecated: 2022-01-10 - Please use PublicGetGroupContentsV2Short instead.

func (*PublicGroupService) UpdateFlightId

func (aaa *PublicGroupService) UpdateFlightId(flightId string)

func (*PublicGroupService) UpdateGroup deprecated

Deprecated: 2022-01-10 - Please use UpdateGroupShort instead.

func (*PublicGroupService) UpdateGroupShort

type PublicLikeLegacyService

type PublicLikeLegacyService struct {
	Client           *ugcclient.JusticeUgcService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*PublicLikeLegacyService) GetAuthSession

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

func (*PublicLikeLegacyService) GetLikedContent deprecated

Deprecated: 2022-01-10 - Please use GetLikedContentShort instead.

func (*PublicLikeLegacyService) UpdateContentLikeStatus deprecated

Deprecated: 2022-01-10 - Please use UpdateContentLikeStatusShort instead.

func (*PublicLikeLegacyService) UpdateFlightId

func (aaa *PublicLikeLegacyService) UpdateFlightId(flightId string)

type PublicLikeV2Service

type PublicLikeV2Service struct {
	Client           *ugcclient.JusticeUgcService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*PublicLikeV2Service) GetAuthSession

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

func (*PublicLikeV2Service) PublicListContentLikeV2 deprecated

Deprecated: 2022-01-10 - Please use PublicListContentLikeV2Short instead.

func (*PublicLikeV2Service) UpdateContentLikeStatusV2 deprecated

Deprecated: 2022-01-10 - Please use UpdateContentLikeStatusV2Short instead.

func (*PublicLikeV2Service) UpdateFlightId

func (aaa *PublicLikeV2Service) UpdateFlightId(flightId string)

type PublicStagingContentService

type PublicStagingContentService struct {
	Client           *ugcclient.JusticeUgcService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*PublicStagingContentService) DeleteUserStagingContentByID deprecated

Deprecated: 2022-01-10 - Please use DeleteUserStagingContentByIDShort instead.

func (*PublicStagingContentService) DeleteUserStagingContentByIDShort

func (aaa *PublicStagingContentService) DeleteUserStagingContentByIDShort(input *public_staging_content.DeleteUserStagingContentByIDParams) error

func (*PublicStagingContentService) GetAuthSession

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

func (*PublicStagingContentService) GetUserStagingContentByID deprecated

Deprecated: 2022-01-10 - Please use GetUserStagingContentByIDShort instead.

func (*PublicStagingContentService) ListUserStagingContents deprecated

Deprecated: 2022-01-10 - Please use ListUserStagingContentsShort instead.

func (*PublicStagingContentService) UpdateFlightId

func (aaa *PublicStagingContentService) UpdateFlightId(flightId string)

func (*PublicStagingContentService) UpdateStagingContent deprecated

Deprecated: 2022-01-10 - Please use UpdateStagingContentShort instead.

type PublicTagService

type PublicTagService struct {
	Client           *ugcclient.JusticeUgcService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*PublicTagService) GetAuthSession

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

func (*PublicTagService) GetTag deprecated

Deprecated: 2022-01-10 - Please use GetTagShort instead.

func (*PublicTagService) GetTagShort

func (*PublicTagService) UpdateFlightId

func (aaa *PublicTagService) UpdateFlightId(flightId string)

type PublicTypeService

type PublicTypeService struct {
	Client           *ugcclient.JusticeUgcService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*PublicTypeService) GetAuthSession

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

func (*PublicTypeService) GetType deprecated

Deprecated: 2022-01-10 - Please use GetTypeShort instead.

func (*PublicTypeService) GetTypeShort

func (*PublicTypeService) UpdateFlightId

func (aaa *PublicTypeService) UpdateFlightId(flightId string)

Jump to

Keyboard shortcuts

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