Documentation ¶
Index ¶
- Constants
- Variables
- func GetUserAgent() string
- func NewUgcClient(configRepository repository.ConfigRepository) *ugcclient.JusticeUgcService
- type AdminChannelService
- func (aaa *AdminChannelService) AdminCreateChannelShort(input *admin_channel.AdminCreateChannelParams) (*admin_channel.AdminCreateChannelResponse, error)
- func (aaa *AdminChannelService) AdminDeleteChannelShort(input *admin_channel.AdminDeleteChannelParams) error
- func (aaa *AdminChannelService) AdminGetChannelShort(input *admin_channel.AdminGetChannelParams) (*admin_channel.AdminGetChannelResponse, error)
- func (aaa *AdminChannelService) AdminUpdateChannelShort(input *admin_channel.AdminUpdateChannelParams) (*admin_channel.AdminUpdateChannelResponse, error)
- func (aaa *AdminChannelService) GetAuthSession() auth.Session
- func (aaa *AdminChannelService) SingleAdminDeleteChannelShort(input *admin_channel.SingleAdminDeleteChannelParams) error
- func (aaa *AdminChannelService) SingleAdminGetChannelShort(input *admin_channel.SingleAdminGetChannelParams) (*admin_channel.SingleAdminGetChannelResponse, error)
- func (aaa *AdminChannelService) SingleAdminUpdateChannelShort(input *admin_channel.SingleAdminUpdateChannelParams) (*admin_channel.SingleAdminUpdateChannelResponse, error)
- func (aaa *AdminChannelService) UpdateFlightId(flightId string)
- type AdminConfigService
- func (aaa *AdminConfigService) AdminGetConfigsShort(input *admin_config.AdminGetConfigsParams) (*admin_config.AdminGetConfigsResponse, error)
- func (aaa *AdminConfigService) AdminUpdateConfigShort(input *admin_config.AdminUpdateConfigParams) error
- func (aaa *AdminConfigService) GetAuthSession() auth.Session
- func (aaa *AdminConfigService) UpdateFlightId(flightId string)
- type AdminContentService
- func (aaa *AdminContentService) AdminDeleteContentScreenshotShort(input *admin_content.AdminDeleteContentScreenshotParams) error
- func (aaa *AdminContentService) AdminDeleteContentShort(input *admin_content.AdminDeleteContentParams) error
- func (aaa *AdminContentService) AdminDownloadContentPreviewShort(input *admin_content.AdminDownloadContentPreviewParams) (*admin_content.AdminDownloadContentPreviewResponse, error)
- func (aaa *AdminContentService) AdminGetContentBulkByShareCodesShort(input *admin_content.AdminGetContentBulkByShareCodesParams) (*admin_content.AdminGetContentBulkByShareCodesResponse, error)
- func (aaa *AdminContentService) AdminGetContentBulkShort(input *admin_content.AdminGetContentBulkParams) (*admin_content.AdminGetContentBulkResponse, error)
- func (aaa *AdminContentService) AdminGetContentShort(input *admin_content.AdminGetContentParams) (*admin_content.AdminGetContentResponse, error)
- func (aaa *AdminContentService) AdminGetSpecificContentShort(input *admin_content.AdminGetSpecificContentParams) (*admin_content.AdminGetSpecificContentResponse, error)
- func (aaa *AdminContentService) AdminGetUserContentByShareCodeShort(input *admin_content.AdminGetUserContentByShareCodeParams) (*admin_content.AdminGetUserContentByShareCodeResponse, error)
- func (aaa *AdminContentService) AdminHideUserContentShort(input *admin_content.AdminHideUserContentParams) (*admin_content.AdminHideUserContentResponse, error)
- func (aaa *AdminContentService) AdminSearchChannelSpecificContentShort(input *admin_content.AdminSearchChannelSpecificContentParams) (*admin_content.AdminSearchChannelSpecificContentResponse, error)
- func (aaa *AdminContentService) AdminSearchContentShort(input *admin_content.AdminSearchContentParams) (*admin_content.AdminSearchContentResponse, error)
- func (aaa *AdminContentService) AdminUpdateContentDirectShort(input *admin_content.AdminUpdateContentDirectParams) (*admin_content.AdminUpdateContentDirectResponse, error)
- func (aaa *AdminContentService) AdminUpdateContentS3ByShareCodeShort(input *admin_content.AdminUpdateContentS3ByShareCodeParams) (*admin_content.AdminUpdateContentS3ByShareCodeResponse, error)
- func (aaa *AdminContentService) AdminUpdateContentS3Short(input *admin_content.AdminUpdateContentS3Params) (*admin_content.AdminUpdateContentS3Response, error)
- func (aaa *AdminContentService) AdminUpdateScreenshotsShort(input *admin_content.AdminUpdateScreenshotsParams) (*admin_content.AdminUpdateScreenshotsResponse, error)
- func (aaa *AdminContentService) AdminUploadContentDirectShort(input *admin_content.AdminUploadContentDirectParams) (*admin_content.AdminUploadContentDirectResponse, error)
- func (aaa *AdminContentService) AdminUploadContentS3Short(input *admin_content.AdminUploadContentS3Params) (*admin_content.AdminUploadContentS3Response, error)
- func (aaa *AdminContentService) AdminUploadContentScreenshotShort(input *admin_content.AdminUploadContentScreenshotParams) (*admin_content.AdminUploadContentScreenshotResponse, error)
- func (aaa *AdminContentService) DeleteContentByShareCodeShort(input *admin_content.DeleteContentByShareCodeParams) error
- func (aaa *AdminContentService) GetAuthSession() auth.Session
- func (aaa *AdminContentService) ListContentVersionsShort(input *admin_content.ListContentVersionsParams) (*admin_content.ListContentVersionsResponse, error)
- func (aaa *AdminContentService) RollbackContentVersionShort(input *admin_content.RollbackContentVersionParams) (*admin_content.RollbackContentVersionResponse, error)
- func (aaa *AdminContentService) SingleAdminDeleteContentShort(input *admin_content.SingleAdminDeleteContentParams) error
- func (aaa *AdminContentService) SingleAdminGetContentShort(input *admin_content.SingleAdminGetContentParams) (*admin_content.SingleAdminGetContentResponse, error)
- func (aaa *AdminContentService) SingleAdminUpdateContentDirectShort(input *admin_content.SingleAdminUpdateContentDirectParams) (*admin_content.SingleAdminUpdateContentDirectResponse, error)
- func (aaa *AdminContentService) SingleAdminUpdateContentS3Short(input *admin_content.SingleAdminUpdateContentS3Params) (*admin_content.SingleAdminUpdateContentS3Response, error)
- func (aaa *AdminContentService) UpdateFlightId(flightId string)
- type AdminContentV2Service
- func (aaa *AdminContentV2Service) AdminBulkGetContentByIDsV2Short(input *admin_content_v2.AdminBulkGetContentByIDsV2Params) (*admin_content_v2.AdminBulkGetContentByIDsV2Response, error)
- func (aaa *AdminContentV2Service) AdminCopyContentShort(input *admin_content_v2.AdminCopyContentParams) (*admin_content_v2.AdminCopyContentResponse, error)
- func (aaa *AdminContentV2Service) AdminCreateContentV2Short(input *admin_content_v2.AdminCreateContentV2Params) (*admin_content_v2.AdminCreateContentV2Response, error)
- func (aaa *AdminContentV2Service) AdminDeleteContentByShareCodeV2Short(input *admin_content_v2.AdminDeleteContentByShareCodeV2Params) error
- func (aaa *AdminContentV2Service) AdminDeleteContentScreenshotV2Short(input *admin_content_v2.AdminDeleteContentScreenshotV2Params) error
- func (aaa *AdminContentV2Service) AdminDeleteOfficialContentV2Short(input *admin_content_v2.AdminDeleteOfficialContentV2Params) error
- func (aaa *AdminContentV2Service) AdminDeleteUserContentV2Short(input *admin_content_v2.AdminDeleteUserContentV2Params) error
- func (aaa *AdminContentV2Service) AdminGenerateOfficialContentUploadURLV2Short(input *admin_content_v2.AdminGenerateOfficialContentUploadURLV2Params) (*admin_content_v2.AdminGenerateOfficialContentUploadURLV2Response, error)
- func (aaa *AdminContentV2Service) AdminGenerateUserContentUploadURLV2Short(input *admin_content_v2.AdminGenerateUserContentUploadURLV2Params) (*admin_content_v2.AdminGenerateUserContentUploadURLV2Response, error)
- func (aaa *AdminContentV2Service) AdminGetContentBulkByShareCodesV2Short(input *admin_content_v2.AdminGetContentBulkByShareCodesV2Params) (*admin_content_v2.AdminGetContentBulkByShareCodesV2Response, error)
- func (aaa *AdminContentV2Service) AdminGetContentByChannelIDV2Short(input *admin_content_v2.AdminGetContentByChannelIDV2Params) (*admin_content_v2.AdminGetContentByChannelIDV2Response, error)
- func (aaa *AdminContentV2Service) AdminGetContentByContentIDV2Short(input *admin_content_v2.AdminGetContentByContentIDV2Params) (*admin_content_v2.AdminGetContentByContentIDV2Response, error)
- func (aaa *AdminContentV2Service) AdminGetContentByShareCodeV2Short(input *admin_content_v2.AdminGetContentByShareCodeV2Params) (*admin_content_v2.AdminGetContentByShareCodeV2Response, error)
- func (aaa *AdminContentV2Service) AdminGetContentByUserIDV2Short(input *admin_content_v2.AdminGetContentByUserIDV2Params) (*admin_content_v2.AdminGetContentByUserIDV2Response, error)
- func (aaa *AdminContentV2Service) AdminListContentV2Short(input *admin_content_v2.AdminListContentV2Params) (*admin_content_v2.AdminListContentV2Response, error)
- func (aaa *AdminContentV2Service) AdminUpdateContentByShareCodeV2Short(input *admin_content_v2.AdminUpdateContentByShareCodeV2Params) (*admin_content_v2.AdminUpdateContentByShareCodeV2Response, error)
- func (aaa *AdminContentV2Service) AdminUpdateContentHideStatusV2Short(input *admin_content_v2.AdminUpdateContentHideStatusV2Params) (*admin_content_v2.AdminUpdateContentHideStatusV2Response, error)
- func (aaa *AdminContentV2Service) AdminUpdateOfficialContentFileLocationShort(input *admin_content_v2.AdminUpdateOfficialContentFileLocationParams) (*admin_content_v2.AdminUpdateOfficialContentFileLocationResponse, error)
- func (aaa *AdminContentV2Service) AdminUpdateOfficialContentV2Short(input *admin_content_v2.AdminUpdateOfficialContentV2Params) (*admin_content_v2.AdminUpdateOfficialContentV2Response, error)
- func (aaa *AdminContentV2Service) AdminUpdateScreenshotsV2Short(input *admin_content_v2.AdminUpdateScreenshotsV2Params) (*admin_content_v2.AdminUpdateScreenshotsV2Response, error)
- func (aaa *AdminContentV2Service) AdminUpdateUserContentFileLocationShort(input *admin_content_v2.AdminUpdateUserContentFileLocationParams) (*admin_content_v2.AdminUpdateUserContentFileLocationResponse, error)
- func (aaa *AdminContentV2Service) AdminUpdateUserContentV2Short(input *admin_content_v2.AdminUpdateUserContentV2Params) (*admin_content_v2.AdminUpdateUserContentV2Response, error)
- func (aaa *AdminContentV2Service) AdminUploadContentScreenshotV2Short(input *admin_content_v2.AdminUploadContentScreenshotV2Params) (*admin_content_v2.AdminUploadContentScreenshotV2Response, error)
- func (aaa *AdminContentV2Service) GetAuthSession() auth.Session
- func (aaa *AdminContentV2Service) ListContentVersionsV2Short(input *admin_content_v2.ListContentVersionsV2Params) (*admin_content_v2.ListContentVersionsV2Response, error)
- func (aaa *AdminContentV2Service) RollbackContentVersionV2Short(input *admin_content_v2.RollbackContentVersionV2Params) (*admin_content_v2.RollbackContentVersionV2Response, error)
- func (aaa *AdminContentV2Service) UpdateFlightId(flightId string)
- type AdminGroupService
- func (aaa *AdminGroupService) AdminCreateGroupShort(input *admin_group.AdminCreateGroupParams) (*admin_group.AdminCreateGroupResponse, error)
- func (aaa *AdminGroupService) AdminDeleteGroupShort(input *admin_group.AdminDeleteGroupParams) error
- func (aaa *AdminGroupService) AdminGetAllGroupsShort(input *admin_group.AdminGetAllGroupsParams) (*admin_group.AdminGetAllGroupsResponse, error)
- func (aaa *AdminGroupService) AdminGetGroupContentsShort(input *admin_group.AdminGetGroupContentsParams) (*admin_group.AdminGetGroupContentsResponse, error)
- func (aaa *AdminGroupService) AdminGetGroupShort(input *admin_group.AdminGetGroupParams) (*admin_group.AdminGetGroupResponse, error)
- func (aaa *AdminGroupService) AdminGetOfficialGroupContentsV2Short(input *admin_group.AdminGetOfficialGroupContentsV2Params) (*admin_group.AdminGetOfficialGroupContentsV2Response, error)
- func (aaa *AdminGroupService) AdminGetUserGroupContentsV2Short(input *admin_group.AdminGetUserGroupContentsV2Params) (*admin_group.AdminGetUserGroupContentsV2Response, error)
- func (aaa *AdminGroupService) AdminUpdateGroupShort(input *admin_group.AdminUpdateGroupParams) (*admin_group.AdminUpdateGroupResponse, error)
- func (aaa *AdminGroupService) GetAuthSession() auth.Session
- func (aaa *AdminGroupService) SingleAdminDeleteGroupShort(input *admin_group.SingleAdminDeleteGroupParams) error
- func (aaa *AdminGroupService) SingleAdminGetAllGroupsShort(input *admin_group.SingleAdminGetAllGroupsParams) (*admin_group.SingleAdminGetAllGroupsResponse, error)
- func (aaa *AdminGroupService) SingleAdminGetGroupContentsShort(input *admin_group.SingleAdminGetGroupContentsParams) (*admin_group.SingleAdminGetGroupContentsResponse, error)
- func (aaa *AdminGroupService) SingleAdminGetGroupShort(input *admin_group.SingleAdminGetGroupParams) (*admin_group.SingleAdminGetGroupResponse, error)
- func (aaa *AdminGroupService) SingleAdminUpdateGroupShort(input *admin_group.SingleAdminUpdateGroupParams) (*admin_group.SingleAdminUpdateGroupResponse, error)
- func (aaa *AdminGroupService) UpdateFlightId(flightId string)
- type AdminStagingContentService
- func (aaa *AdminStagingContentService) AdminApproveStagingContentShort(input *admin_staging_content.AdminApproveStagingContentParams) (*admin_staging_content.AdminApproveStagingContentResponse, error)
- func (aaa *AdminStagingContentService) AdminGetStagingContentByIDShort(input *admin_staging_content.AdminGetStagingContentByIDParams) (*admin_staging_content.AdminGetStagingContentByIDResponse, error)
- func (aaa *AdminStagingContentService) AdminListStagingContentsShort(input *admin_staging_content.AdminListStagingContentsParams) (*admin_staging_content.AdminListStagingContentsResponse, error)
- func (aaa *AdminStagingContentService) AdminListUserStagingContentsShort(input *admin_staging_content.AdminListUserStagingContentsParams) (*admin_staging_content.AdminListUserStagingContentsResponse, error)
- func (aaa *AdminStagingContentService) GetAuthSession() auth.Session
- func (aaa *AdminStagingContentService) UpdateFlightId(flightId string)
- type AdminTagService
- func (aaa *AdminTagService) AdminCreateTagShort(input *admin_tag.AdminCreateTagParams) (*admin_tag.AdminCreateTagResponse, error)
- func (aaa *AdminTagService) AdminDeleteTagShort(input *admin_tag.AdminDeleteTagParams) error
- func (aaa *AdminTagService) AdminGetTagShort(input *admin_tag.AdminGetTagParams) (*admin_tag.AdminGetTagResponse, error)
- func (aaa *AdminTagService) AdminUpdateTagShort(input *admin_tag.AdminUpdateTagParams) (*admin_tag.AdminUpdateTagResponse, error)
- func (aaa *AdminTagService) GetAuthSession() auth.Session
- func (aaa *AdminTagService) UpdateFlightId(flightId string)
- type AdminTypeService
- func (aaa *AdminTypeService) AdminCreateTypeShort(input *admin_type.AdminCreateTypeParams) (*admin_type.AdminCreateTypeResponse, error)
- func (aaa *AdminTypeService) AdminDeleteTypeShort(input *admin_type.AdminDeleteTypeParams) error
- func (aaa *AdminTypeService) AdminGetTypeShort(input *admin_type.AdminGetTypeParams) (*admin_type.AdminGetTypeResponse, error)
- func (aaa *AdminTypeService) AdminUpdateTypeShort(input *admin_type.AdminUpdateTypeParams) (*admin_type.AdminUpdateTypeResponse, error)
- func (aaa *AdminTypeService) GetAuthSession() auth.Session
- func (aaa *AdminTypeService) UpdateFlightId(flightId string)
- type AnonymizationService
- func (aaa *AnonymizationService) AdminDeleteAllUserChannelsShort(input *anonymization.AdminDeleteAllUserChannelsParams) error
- func (aaa *AnonymizationService) AdminDeleteAllUserContentsShort(input *anonymization.AdminDeleteAllUserContentsParams) error
- func (aaa *AnonymizationService) AdminDeleteAllUserGroupShort(input *anonymization.AdminDeleteAllUserGroupParams) error
- func (aaa *AnonymizationService) AdminDeleteAllUserStatesShort(input *anonymization.AdminDeleteAllUserStatesParams) error
- func (aaa *AnonymizationService) DeleteAllUserChannelShort(input *anonymization.DeleteAllUserChannelParams) error
- func (aaa *AnonymizationService) DeleteAllUserContentsShort(input *anonymization.DeleteAllUserContentsParams) error
- func (aaa *AnonymizationService) DeleteAllUserGroupShort(input *anonymization.DeleteAllUserGroupParams) error
- func (aaa *AnonymizationService) DeleteAllUserStatesShort(input *anonymization.DeleteAllUserStatesParams) error
- func (aaa *AnonymizationService) GetAuthSession() auth.Session
- func (aaa *AnonymizationService) UpdateFlightId(flightId string)
- type PublicChannelService
- func (aaa *PublicChannelService) DeleteChannelShort(input *public_channel.DeleteChannelParams) error
- func (aaa *PublicChannelService) GetAuthSession() auth.Session
- func (aaa *PublicChannelService) GetChannelsShort(input *public_channel.GetChannelsParams) (*public_channel.GetChannelsResponse, error)
- func (aaa *PublicChannelService) PublicCreateChannelShort(input *public_channel.PublicCreateChannelParams) (*public_channel.PublicCreateChannelResponse, error)
- func (aaa *PublicChannelService) UpdateChannelShort(input *public_channel.UpdateChannelParams) (*public_channel.UpdateChannelResponse, error)
- func (aaa *PublicChannelService) UpdateFlightId(flightId string)
- type PublicContentLegacyService
- func (aaa *PublicContentLegacyService) CreateContentDirectShort(input *public_content_legacy.CreateContentDirectParams) (*public_content_legacy.CreateContentDirectResponse, error)
- func (aaa *PublicContentLegacyService) CreateContentS3Short(input *public_content_legacy.CreateContentS3Params) (*public_content_legacy.CreateContentS3Response, error)
- func (aaa *PublicContentLegacyService) DeleteContentScreenshotShort(input *public_content_legacy.DeleteContentScreenshotParams) error
- func (aaa *PublicContentLegacyService) DeleteContentShort(input *public_content_legacy.DeleteContentParams) error
- func (aaa *PublicContentLegacyService) GetAuthSession() auth.Session
- func (aaa *PublicContentLegacyService) PublicDeleteContentByShareCodeShort(input *public_content_legacy.PublicDeleteContentByShareCodeParams) error
- func (aaa *PublicContentLegacyService) PublicDownloadContentByContentIDShort(input *public_content_legacy.PublicDownloadContentByContentIDParams) (*public_content_legacy.PublicDownloadContentByContentIDResponse, error)
- func (aaa *PublicContentLegacyService) PublicDownloadContentByShareCodeShort(input *public_content_legacy.PublicDownloadContentByShareCodeParams) (*public_content_legacy.PublicDownloadContentByShareCodeResponse, error)
- func (aaa *PublicContentLegacyService) PublicDownloadContentPreviewShort(input *public_content_legacy.PublicDownloadContentPreviewParams) (*public_content_legacy.PublicDownloadContentPreviewResponse, error)
- func (aaa *PublicContentLegacyService) PublicGetContentBulkByShareCodesShort(input *public_content_legacy.PublicGetContentBulkByShareCodesParams) (*public_content_legacy.PublicGetContentBulkByShareCodesResponse, error)
- func (aaa *PublicContentLegacyService) PublicGetContentBulkShort(input *public_content_legacy.PublicGetContentBulkParams) (*public_content_legacy.PublicGetContentBulkResponse, error)
- func (aaa *PublicContentLegacyService) PublicGetUserContentShort(input *public_content_legacy.PublicGetUserContentParams) (*public_content_legacy.PublicGetUserContentResponse, error)
- func (aaa *PublicContentLegacyService) PublicSearchContentShort(input *public_content_legacy.PublicSearchContentParams) (*public_content_legacy.PublicSearchContentResponse, error)
- func (aaa *PublicContentLegacyService) PublicUpdateContentByShareCodeShort(input *public_content_legacy.PublicUpdateContentByShareCodeParams) (*public_content_legacy.PublicUpdateContentByShareCodeResponse, error)
- func (aaa *PublicContentLegacyService) SearchChannelSpecificContentShort(input *public_content_legacy.SearchChannelSpecificContentParams) (*public_content_legacy.SearchChannelSpecificContentResponse, error)
- func (aaa *PublicContentLegacyService) UpdateContentDirectShort(input *public_content_legacy.UpdateContentDirectParams) (*public_content_legacy.UpdateContentDirectResponse, error)
- func (aaa *PublicContentLegacyService) UpdateContentS3Short(input *public_content_legacy.UpdateContentS3Params) (*public_content_legacy.UpdateContentS3Response, error)
- func (aaa *PublicContentLegacyService) UpdateContentShareCodeShort(input *public_content_legacy.UpdateContentShareCodeParams) (*public_content_legacy.UpdateContentShareCodeResponse, error)
- func (aaa *PublicContentLegacyService) UpdateFlightId(flightId string)
- func (aaa *PublicContentLegacyService) UpdateScreenshotsShort(input *public_content_legacy.UpdateScreenshotsParams) (*public_content_legacy.UpdateScreenshotsResponse, error)
- func (aaa *PublicContentLegacyService) UploadContentScreenshotShort(input *public_content_legacy.UploadContentScreenshotParams) (*public_content_legacy.UploadContentScreenshotResponse, error)
- type PublicContentV2Service
- func (aaa *PublicContentV2Service) DeleteContentScreenshotV2Short(input *public_content_v2.DeleteContentScreenshotV2Params) error
- func (aaa *PublicContentV2Service) GetAuthSession() auth.Session
- func (aaa *PublicContentV2Service) PublicBulkGetContentByIDV2Short(input *public_content_v2.PublicBulkGetContentByIDV2Params) (*public_content_v2.PublicBulkGetContentByIDV2Response, error)
- func (aaa *PublicContentV2Service) PublicCreateContentV2Short(input *public_content_v2.PublicCreateContentV2Params) (*public_content_v2.PublicCreateContentV2Response, error)
- func (aaa *PublicContentV2Service) PublicDeleteContentByShareCodeV2Short(input *public_content_v2.PublicDeleteContentByShareCodeV2Params) error
- func (aaa *PublicContentV2Service) PublicDeleteContentV2Short(input *public_content_v2.PublicDeleteContentV2Params) error
- func (aaa *PublicContentV2Service) PublicGenerateContentUploadURLV2Short(input *public_content_v2.PublicGenerateContentUploadURLV2Params) (*public_content_v2.PublicGenerateContentUploadURLV2Response, error)
- func (aaa *PublicContentV2Service) PublicGetContentBulkByShareCodesV2Short(input *public_content_v2.PublicGetContentBulkByShareCodesV2Params) (*public_content_v2.PublicGetContentBulkByShareCodesV2Response, error)
- func (aaa *PublicContentV2Service) PublicGetContentByChannelIDV2Short(input *public_content_v2.PublicGetContentByChannelIDV2Params) (*public_content_v2.PublicGetContentByChannelIDV2Response, error)
- func (aaa *PublicContentV2Service) PublicGetContentByIDV2Short(input *public_content_v2.PublicGetContentByIDV2Params) (*public_content_v2.PublicGetContentByIDV2Response, error)
- func (aaa *PublicContentV2Service) PublicGetContentByShareCodeV2Short(input *public_content_v2.PublicGetContentByShareCodeV2Params) (*public_content_v2.PublicGetContentByShareCodeV2Response, error)
- func (aaa *PublicContentV2Service) PublicGetContentByUserIDV2Short(input *public_content_v2.PublicGetContentByUserIDV2Params) (*public_content_v2.PublicGetContentByUserIDV2Response, error)
- func (aaa *PublicContentV2Service) PublicListContentV2Short(input *public_content_v2.PublicListContentV2Params) (*public_content_v2.PublicListContentV2Response, error)
- func (aaa *PublicContentV2Service) PublicUpdateContentByShareCodeV2Short(input *public_content_v2.PublicUpdateContentByShareCodeV2Params) (*public_content_v2.PublicUpdateContentByShareCodeV2Response, error)
- func (aaa *PublicContentV2Service) PublicUpdateContentFileLocationShort(input *public_content_v2.PublicUpdateContentFileLocationParams) (*public_content_v2.PublicUpdateContentFileLocationResponse, error)
- func (aaa *PublicContentV2Service) PublicUpdateContentV2Short(input *public_content_v2.PublicUpdateContentV2Params) (*public_content_v2.PublicUpdateContentV2Response, error)
- func (aaa *PublicContentV2Service) UpdateContentShareCodeV2Short(input *public_content_v2.UpdateContentShareCodeV2Params) (*public_content_v2.UpdateContentShareCodeV2Response, error)
- func (aaa *PublicContentV2Service) UpdateFlightId(flightId string)
- func (aaa *PublicContentV2Service) UpdateScreenshotsV2Short(input *public_content_v2.UpdateScreenshotsV2Params) (*public_content_v2.UpdateScreenshotsV2Response, error)
- func (aaa *PublicContentV2Service) UploadContentScreenshotV2Short(input *public_content_v2.UploadContentScreenshotV2Params) (*public_content_v2.UploadContentScreenshotV2Response, error)
- type PublicCreatorService
- func (aaa *PublicCreatorService) GetAuthSession() auth.Session
- func (aaa *PublicCreatorService) PublicGetCreatorShort(input *public_creator.PublicGetCreatorParams) (*public_creator.PublicGetCreatorResponse, error)
- func (aaa *PublicCreatorService) PublicSearchCreatorShort(input *public_creator.PublicSearchCreatorParams) (*public_creator.PublicSearchCreatorResponse, error)
- func (aaa *PublicCreatorService) UpdateFlightId(flightId string)
- type PublicDownloadCountLegacyService
- func (aaa *PublicDownloadCountLegacyService) AddDownloadCountShort(input *public_download_count_legacy.AddDownloadCountParams) (*public_download_count_legacy.AddDownloadCountResponse, error)
- func (aaa *PublicDownloadCountLegacyService) GetAuthSession() auth.Session
- func (aaa *PublicDownloadCountLegacyService) UpdateFlightId(flightId string)
- type PublicDownloadCountV2Service
- func (aaa *PublicDownloadCountV2Service) GetAuthSession() auth.Session
- func (aaa *PublicDownloadCountV2Service) PublicAddDownloadCountV2Short(input *public_download_count_v2.PublicAddDownloadCountV2Params) (*public_download_count_v2.PublicAddDownloadCountV2Response, error)
- func (aaa *PublicDownloadCountV2Service) PublicListContentDownloaderV2Short(input *public_download_count_v2.PublicListContentDownloaderV2Params) (*public_download_count_v2.PublicListContentDownloaderV2Response, error)
- func (aaa *PublicDownloadCountV2Service) UpdateFlightId(flightId string)
- type PublicFollowService
- func (aaa *PublicFollowService) GetAuthSession() auth.Session
- func (aaa *PublicFollowService) GetFollowedContentShort(input *public_follow.GetFollowedContentParams) (*public_follow.GetFollowedContentResponse, error)
- func (aaa *PublicFollowService) GetFollowedUsersShort(input *public_follow.GetFollowedUsersParams) (*public_follow.GetFollowedUsersResponse, error)
- func (aaa *PublicFollowService) GetPublicFollowersShort(input *public_follow.GetPublicFollowersParams) (*public_follow.GetPublicFollowersResponse, error)
- func (aaa *PublicFollowService) GetPublicFollowingShort(input *public_follow.GetPublicFollowingParams) (*public_follow.GetPublicFollowingResponse, error)
- func (aaa *PublicFollowService) UpdateFlightId(flightId string)
- func (aaa *PublicFollowService) UpdateUserFollowStatusShort(input *public_follow.UpdateUserFollowStatusParams) (*public_follow.UpdateUserFollowStatusResponse, error)
- type PublicGroupService
- func (aaa *PublicGroupService) CreateGroupShort(input *public_group.CreateGroupParams) (*public_group.CreateGroupResponse, error)
- func (aaa *PublicGroupService) DeleteGroupShort(input *public_group.DeleteGroupParams) error
- func (aaa *PublicGroupService) GetAuthSession() auth.Session
- func (aaa *PublicGroupService) GetGroupContentShort(input *public_group.GetGroupContentParams) (*public_group.GetGroupContentResponse, error)
- func (aaa *PublicGroupService) GetGroupShort(input *public_group.GetGroupParams) (*public_group.GetGroupResponse, error)
- func (aaa *PublicGroupService) GetGroupsShort(input *public_group.GetGroupsParams) (*public_group.GetGroupsResponse, error)
- func (aaa *PublicGroupService) PublicGetGroupContentsV2Short(input *public_group.PublicGetGroupContentsV2Params) (*public_group.PublicGetGroupContentsV2Response, error)
- func (aaa *PublicGroupService) UpdateFlightId(flightId string)
- func (aaa *PublicGroupService) UpdateGroupShort(input *public_group.UpdateGroupParams) (*public_group.UpdateGroupResponse, error)
- type PublicLikeLegacyService
- func (aaa *PublicLikeLegacyService) GetAuthSession() auth.Session
- func (aaa *PublicLikeLegacyService) GetLikedContentShort(input *public_like_legacy.GetLikedContentParams) (*public_like_legacy.GetLikedContentResponse, error)
- func (aaa *PublicLikeLegacyService) UpdateContentLikeStatusShort(input *public_like_legacy.UpdateContentLikeStatusParams) (*public_like_legacy.UpdateContentLikeStatusResponse, error)
- func (aaa *PublicLikeLegacyService) UpdateFlightId(flightId string)
- type PublicLikeV2Service
- func (aaa *PublicLikeV2Service) GetAuthSession() auth.Session
- func (aaa *PublicLikeV2Service) PublicListContentLikeV2Short(input *public_like_v2.PublicListContentLikeV2Params) (*public_like_v2.PublicListContentLikeV2Response, error)
- func (aaa *PublicLikeV2Service) UpdateContentLikeStatusV2Short(input *public_like_v2.UpdateContentLikeStatusV2Params) (*public_like_v2.UpdateContentLikeStatusV2Response, error)
- func (aaa *PublicLikeV2Service) UpdateFlightId(flightId string)
- type PublicStagingContentService
- func (aaa *PublicStagingContentService) DeleteUserStagingContentByIDShort(input *public_staging_content.DeleteUserStagingContentByIDParams) error
- func (aaa *PublicStagingContentService) GetAuthSession() auth.Session
- func (aaa *PublicStagingContentService) GetUserStagingContentByIDShort(input *public_staging_content.GetUserStagingContentByIDParams) (*public_staging_content.GetUserStagingContentByIDResponse, error)
- func (aaa *PublicStagingContentService) ListUserStagingContentsShort(input *public_staging_content.ListUserStagingContentsParams) (*public_staging_content.ListUserStagingContentsResponse, error)
- func (aaa *PublicStagingContentService) UpdateFlightId(flightId string)
- func (aaa *PublicStagingContentService) UpdateStagingContentShort(input *public_staging_content.UpdateStagingContentParams) (*public_staging_content.UpdateStagingContentResponse, error)
- type PublicTagService
- type PublicTypeService
Constants ¶
View Source
const ServiceVersion = "2.23.2"
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) AdminCreateChannelShort ¶
func (aaa *AdminChannelService) AdminCreateChannelShort(input *admin_channel.AdminCreateChannelParams) (*admin_channel.AdminCreateChannelResponse, error)
func (*AdminChannelService) AdminDeleteChannelShort ¶
func (aaa *AdminChannelService) AdminDeleteChannelShort(input *admin_channel.AdminDeleteChannelParams) error
func (*AdminChannelService) AdminGetChannelShort ¶
func (aaa *AdminChannelService) AdminGetChannelShort(input *admin_channel.AdminGetChannelParams) (*admin_channel.AdminGetChannelResponse, error)
func (*AdminChannelService) AdminUpdateChannelShort ¶
func (aaa *AdminChannelService) AdminUpdateChannelShort(input *admin_channel.AdminUpdateChannelParams) (*admin_channel.AdminUpdateChannelResponse, error)
func (*AdminChannelService) GetAuthSession ¶
func (aaa *AdminChannelService) GetAuthSession() auth.Session
func (*AdminChannelService) SingleAdminDeleteChannelShort ¶
func (aaa *AdminChannelService) SingleAdminDeleteChannelShort(input *admin_channel.SingleAdminDeleteChannelParams) error
func (*AdminChannelService) SingleAdminGetChannelShort ¶
func (aaa *AdminChannelService) SingleAdminGetChannelShort(input *admin_channel.SingleAdminGetChannelParams) (*admin_channel.SingleAdminGetChannelResponse, error)
func (*AdminChannelService) SingleAdminUpdateChannelShort ¶
func (aaa *AdminChannelService) SingleAdminUpdateChannelShort(input *admin_channel.SingleAdminUpdateChannelParams) (*admin_channel.SingleAdminUpdateChannelResponse, error)
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) AdminGetConfigsShort ¶
func (aaa *AdminConfigService) AdminGetConfigsShort(input *admin_config.AdminGetConfigsParams) (*admin_config.AdminGetConfigsResponse, error)
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) AdminDeleteContentScreenshotShort ¶
func (aaa *AdminContentService) AdminDeleteContentScreenshotShort(input *admin_content.AdminDeleteContentScreenshotParams) error
func (*AdminContentService) AdminDeleteContentShort ¶
func (aaa *AdminContentService) AdminDeleteContentShort(input *admin_content.AdminDeleteContentParams) error
func (*AdminContentService) AdminDownloadContentPreviewShort ¶
func (aaa *AdminContentService) AdminDownloadContentPreviewShort(input *admin_content.AdminDownloadContentPreviewParams) (*admin_content.AdminDownloadContentPreviewResponse, error)
func (*AdminContentService) AdminGetContentBulkByShareCodesShort ¶
func (aaa *AdminContentService) AdminGetContentBulkByShareCodesShort(input *admin_content.AdminGetContentBulkByShareCodesParams) (*admin_content.AdminGetContentBulkByShareCodesResponse, error)
func (*AdminContentService) AdminGetContentBulkShort ¶
func (aaa *AdminContentService) AdminGetContentBulkShort(input *admin_content.AdminGetContentBulkParams) (*admin_content.AdminGetContentBulkResponse, error)
func (*AdminContentService) AdminGetContentShort ¶
func (aaa *AdminContentService) AdminGetContentShort(input *admin_content.AdminGetContentParams) (*admin_content.AdminGetContentResponse, error)
func (*AdminContentService) AdminGetSpecificContentShort ¶
func (aaa *AdminContentService) AdminGetSpecificContentShort(input *admin_content.AdminGetSpecificContentParams) (*admin_content.AdminGetSpecificContentResponse, error)
func (*AdminContentService) AdminGetUserContentByShareCodeShort ¶
func (aaa *AdminContentService) AdminGetUserContentByShareCodeShort(input *admin_content.AdminGetUserContentByShareCodeParams) (*admin_content.AdminGetUserContentByShareCodeResponse, error)
func (*AdminContentService) AdminHideUserContentShort ¶
func (aaa *AdminContentService) AdminHideUserContentShort(input *admin_content.AdminHideUserContentParams) (*admin_content.AdminHideUserContentResponse, error)
func (*AdminContentService) AdminSearchChannelSpecificContentShort ¶
func (aaa *AdminContentService) AdminSearchChannelSpecificContentShort(input *admin_content.AdminSearchChannelSpecificContentParams) (*admin_content.AdminSearchChannelSpecificContentResponse, error)
func (*AdminContentService) AdminSearchContentShort ¶
func (aaa *AdminContentService) AdminSearchContentShort(input *admin_content.AdminSearchContentParams) (*admin_content.AdminSearchContentResponse, error)
func (*AdminContentService) AdminUpdateContentDirectShort ¶
func (aaa *AdminContentService) AdminUpdateContentDirectShort(input *admin_content.AdminUpdateContentDirectParams) (*admin_content.AdminUpdateContentDirectResponse, error)
func (*AdminContentService) AdminUpdateContentS3ByShareCodeShort ¶
func (aaa *AdminContentService) AdminUpdateContentS3ByShareCodeShort(input *admin_content.AdminUpdateContentS3ByShareCodeParams) (*admin_content.AdminUpdateContentS3ByShareCodeResponse, error)
func (*AdminContentService) AdminUpdateContentS3Short ¶
func (aaa *AdminContentService) AdminUpdateContentS3Short(input *admin_content.AdminUpdateContentS3Params) (*admin_content.AdminUpdateContentS3Response, error)
func (*AdminContentService) AdminUpdateScreenshotsShort ¶
func (aaa *AdminContentService) AdminUpdateScreenshotsShort(input *admin_content.AdminUpdateScreenshotsParams) (*admin_content.AdminUpdateScreenshotsResponse, error)
func (*AdminContentService) AdminUploadContentDirectShort ¶
func (aaa *AdminContentService) AdminUploadContentDirectShort(input *admin_content.AdminUploadContentDirectParams) (*admin_content.AdminUploadContentDirectResponse, error)
func (*AdminContentService) AdminUploadContentS3Short ¶
func (aaa *AdminContentService) AdminUploadContentS3Short(input *admin_content.AdminUploadContentS3Params) (*admin_content.AdminUploadContentS3Response, error)
func (*AdminContentService) AdminUploadContentScreenshotShort ¶
func (aaa *AdminContentService) AdminUploadContentScreenshotShort(input *admin_content.AdminUploadContentScreenshotParams) (*admin_content.AdminUploadContentScreenshotResponse, error)
func (*AdminContentService) DeleteContentByShareCodeShort ¶
func (aaa *AdminContentService) DeleteContentByShareCodeShort(input *admin_content.DeleteContentByShareCodeParams) error
func (*AdminContentService) GetAuthSession ¶
func (aaa *AdminContentService) GetAuthSession() auth.Session
func (*AdminContentService) ListContentVersionsShort ¶
func (aaa *AdminContentService) ListContentVersionsShort(input *admin_content.ListContentVersionsParams) (*admin_content.ListContentVersionsResponse, error)
func (*AdminContentService) RollbackContentVersionShort ¶
func (aaa *AdminContentService) RollbackContentVersionShort(input *admin_content.RollbackContentVersionParams) (*admin_content.RollbackContentVersionResponse, error)
func (*AdminContentService) SingleAdminDeleteContentShort ¶
func (aaa *AdminContentService) SingleAdminDeleteContentShort(input *admin_content.SingleAdminDeleteContentParams) error
func (*AdminContentService) SingleAdminGetContentShort ¶
func (aaa *AdminContentService) SingleAdminGetContentShort(input *admin_content.SingleAdminGetContentParams) (*admin_content.SingleAdminGetContentResponse, error)
func (*AdminContentService) SingleAdminUpdateContentDirectShort ¶
func (aaa *AdminContentService) SingleAdminUpdateContentDirectShort(input *admin_content.SingleAdminUpdateContentDirectParams) (*admin_content.SingleAdminUpdateContentDirectResponse, error)
func (*AdminContentService) SingleAdminUpdateContentS3Short ¶
func (aaa *AdminContentService) SingleAdminUpdateContentS3Short(input *admin_content.SingleAdminUpdateContentS3Params) (*admin_content.SingleAdminUpdateContentS3Response, error)
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) AdminBulkGetContentByIDsV2Short ¶
func (aaa *AdminContentV2Service) AdminBulkGetContentByIDsV2Short(input *admin_content_v2.AdminBulkGetContentByIDsV2Params) (*admin_content_v2.AdminBulkGetContentByIDsV2Response, error)
func (*AdminContentV2Service) AdminCopyContentShort ¶
func (aaa *AdminContentV2Service) AdminCopyContentShort(input *admin_content_v2.AdminCopyContentParams) (*admin_content_v2.AdminCopyContentResponse, error)
func (*AdminContentV2Service) AdminCreateContentV2Short ¶
func (aaa *AdminContentV2Service) AdminCreateContentV2Short(input *admin_content_v2.AdminCreateContentV2Params) (*admin_content_v2.AdminCreateContentV2Response, error)
func (*AdminContentV2Service) AdminDeleteContentByShareCodeV2Short ¶
func (aaa *AdminContentV2Service) AdminDeleteContentByShareCodeV2Short(input *admin_content_v2.AdminDeleteContentByShareCodeV2Params) error
func (*AdminContentV2Service) AdminDeleteContentScreenshotV2Short ¶
func (aaa *AdminContentV2Service) AdminDeleteContentScreenshotV2Short(input *admin_content_v2.AdminDeleteContentScreenshotV2Params) error
func (*AdminContentV2Service) AdminDeleteOfficialContentV2Short ¶
func (aaa *AdminContentV2Service) AdminDeleteOfficialContentV2Short(input *admin_content_v2.AdminDeleteOfficialContentV2Params) error
func (*AdminContentV2Service) AdminDeleteUserContentV2Short ¶
func (aaa *AdminContentV2Service) AdminDeleteUserContentV2Short(input *admin_content_v2.AdminDeleteUserContentV2Params) error
func (*AdminContentV2Service) AdminGenerateOfficialContentUploadURLV2Short ¶
func (aaa *AdminContentV2Service) AdminGenerateOfficialContentUploadURLV2Short(input *admin_content_v2.AdminGenerateOfficialContentUploadURLV2Params) (*admin_content_v2.AdminGenerateOfficialContentUploadURLV2Response, error)
func (*AdminContentV2Service) AdminGenerateUserContentUploadURLV2Short ¶
func (aaa *AdminContentV2Service) AdminGenerateUserContentUploadURLV2Short(input *admin_content_v2.AdminGenerateUserContentUploadURLV2Params) (*admin_content_v2.AdminGenerateUserContentUploadURLV2Response, error)
func (*AdminContentV2Service) AdminGetContentBulkByShareCodesV2Short ¶
func (aaa *AdminContentV2Service) AdminGetContentBulkByShareCodesV2Short(input *admin_content_v2.AdminGetContentBulkByShareCodesV2Params) (*admin_content_v2.AdminGetContentBulkByShareCodesV2Response, error)
func (*AdminContentV2Service) AdminGetContentByChannelIDV2Short ¶
func (aaa *AdminContentV2Service) AdminGetContentByChannelIDV2Short(input *admin_content_v2.AdminGetContentByChannelIDV2Params) (*admin_content_v2.AdminGetContentByChannelIDV2Response, error)
func (*AdminContentV2Service) AdminGetContentByContentIDV2Short ¶
func (aaa *AdminContentV2Service) AdminGetContentByContentIDV2Short(input *admin_content_v2.AdminGetContentByContentIDV2Params) (*admin_content_v2.AdminGetContentByContentIDV2Response, error)
func (*AdminContentV2Service) AdminGetContentByShareCodeV2Short ¶
func (aaa *AdminContentV2Service) AdminGetContentByShareCodeV2Short(input *admin_content_v2.AdminGetContentByShareCodeV2Params) (*admin_content_v2.AdminGetContentByShareCodeV2Response, error)
func (*AdminContentV2Service) AdminGetContentByUserIDV2Short ¶
func (aaa *AdminContentV2Service) AdminGetContentByUserIDV2Short(input *admin_content_v2.AdminGetContentByUserIDV2Params) (*admin_content_v2.AdminGetContentByUserIDV2Response, error)
func (*AdminContentV2Service) AdminListContentV2Short ¶
func (aaa *AdminContentV2Service) AdminListContentV2Short(input *admin_content_v2.AdminListContentV2Params) (*admin_content_v2.AdminListContentV2Response, error)
func (*AdminContentV2Service) AdminUpdateContentByShareCodeV2Short ¶
func (aaa *AdminContentV2Service) AdminUpdateContentByShareCodeV2Short(input *admin_content_v2.AdminUpdateContentByShareCodeV2Params) (*admin_content_v2.AdminUpdateContentByShareCodeV2Response, error)
func (*AdminContentV2Service) AdminUpdateContentHideStatusV2Short ¶
func (aaa *AdminContentV2Service) AdminUpdateContentHideStatusV2Short(input *admin_content_v2.AdminUpdateContentHideStatusV2Params) (*admin_content_v2.AdminUpdateContentHideStatusV2Response, error)
func (*AdminContentV2Service) AdminUpdateOfficialContentFileLocationShort ¶
func (aaa *AdminContentV2Service) AdminUpdateOfficialContentFileLocationShort(input *admin_content_v2.AdminUpdateOfficialContentFileLocationParams) (*admin_content_v2.AdminUpdateOfficialContentFileLocationResponse, error)
func (*AdminContentV2Service) AdminUpdateOfficialContentV2Short ¶
func (aaa *AdminContentV2Service) AdminUpdateOfficialContentV2Short(input *admin_content_v2.AdminUpdateOfficialContentV2Params) (*admin_content_v2.AdminUpdateOfficialContentV2Response, error)
func (*AdminContentV2Service) AdminUpdateScreenshotsV2Short ¶
func (aaa *AdminContentV2Service) AdminUpdateScreenshotsV2Short(input *admin_content_v2.AdminUpdateScreenshotsV2Params) (*admin_content_v2.AdminUpdateScreenshotsV2Response, error)
func (*AdminContentV2Service) AdminUpdateUserContentFileLocationShort ¶
func (aaa *AdminContentV2Service) AdminUpdateUserContentFileLocationShort(input *admin_content_v2.AdminUpdateUserContentFileLocationParams) (*admin_content_v2.AdminUpdateUserContentFileLocationResponse, error)
func (*AdminContentV2Service) AdminUpdateUserContentV2Short ¶
func (aaa *AdminContentV2Service) AdminUpdateUserContentV2Short(input *admin_content_v2.AdminUpdateUserContentV2Params) (*admin_content_v2.AdminUpdateUserContentV2Response, error)
func (*AdminContentV2Service) AdminUploadContentScreenshotV2Short ¶
func (aaa *AdminContentV2Service) AdminUploadContentScreenshotV2Short(input *admin_content_v2.AdminUploadContentScreenshotV2Params) (*admin_content_v2.AdminUploadContentScreenshotV2Response, error)
func (*AdminContentV2Service) GetAuthSession ¶
func (aaa *AdminContentV2Service) GetAuthSession() auth.Session
func (*AdminContentV2Service) ListContentVersionsV2Short ¶
func (aaa *AdminContentV2Service) ListContentVersionsV2Short(input *admin_content_v2.ListContentVersionsV2Params) (*admin_content_v2.ListContentVersionsV2Response, error)
func (*AdminContentV2Service) RollbackContentVersionV2Short ¶
func (aaa *AdminContentV2Service) RollbackContentVersionV2Short(input *admin_content_v2.RollbackContentVersionV2Params) (*admin_content_v2.RollbackContentVersionV2Response, error)
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) AdminCreateGroupShort ¶
func (aaa *AdminGroupService) AdminCreateGroupShort(input *admin_group.AdminCreateGroupParams) (*admin_group.AdminCreateGroupResponse, error)
func (*AdminGroupService) AdminDeleteGroupShort ¶
func (aaa *AdminGroupService) AdminDeleteGroupShort(input *admin_group.AdminDeleteGroupParams) error
func (*AdminGroupService) AdminGetAllGroupsShort ¶
func (aaa *AdminGroupService) AdminGetAllGroupsShort(input *admin_group.AdminGetAllGroupsParams) (*admin_group.AdminGetAllGroupsResponse, error)
func (*AdminGroupService) AdminGetGroupContentsShort ¶
func (aaa *AdminGroupService) AdminGetGroupContentsShort(input *admin_group.AdminGetGroupContentsParams) (*admin_group.AdminGetGroupContentsResponse, error)
func (*AdminGroupService) AdminGetGroupShort ¶
func (aaa *AdminGroupService) AdminGetGroupShort(input *admin_group.AdminGetGroupParams) (*admin_group.AdminGetGroupResponse, error)
func (*AdminGroupService) AdminGetOfficialGroupContentsV2Short ¶
func (aaa *AdminGroupService) AdminGetOfficialGroupContentsV2Short(input *admin_group.AdminGetOfficialGroupContentsV2Params) (*admin_group.AdminGetOfficialGroupContentsV2Response, error)
func (*AdminGroupService) AdminGetUserGroupContentsV2Short ¶
func (aaa *AdminGroupService) AdminGetUserGroupContentsV2Short(input *admin_group.AdminGetUserGroupContentsV2Params) (*admin_group.AdminGetUserGroupContentsV2Response, error)
func (*AdminGroupService) AdminUpdateGroupShort ¶
func (aaa *AdminGroupService) AdminUpdateGroupShort(input *admin_group.AdminUpdateGroupParams) (*admin_group.AdminUpdateGroupResponse, error)
func (*AdminGroupService) GetAuthSession ¶
func (aaa *AdminGroupService) GetAuthSession() auth.Session
func (*AdminGroupService) SingleAdminDeleteGroupShort ¶
func (aaa *AdminGroupService) SingleAdminDeleteGroupShort(input *admin_group.SingleAdminDeleteGroupParams) error
func (*AdminGroupService) SingleAdminGetAllGroupsShort ¶
func (aaa *AdminGroupService) SingleAdminGetAllGroupsShort(input *admin_group.SingleAdminGetAllGroupsParams) (*admin_group.SingleAdminGetAllGroupsResponse, error)
func (*AdminGroupService) SingleAdminGetGroupContentsShort ¶
func (aaa *AdminGroupService) SingleAdminGetGroupContentsShort(input *admin_group.SingleAdminGetGroupContentsParams) (*admin_group.SingleAdminGetGroupContentsResponse, error)
func (*AdminGroupService) SingleAdminGetGroupShort ¶
func (aaa *AdminGroupService) SingleAdminGetGroupShort(input *admin_group.SingleAdminGetGroupParams) (*admin_group.SingleAdminGetGroupResponse, error)
func (*AdminGroupService) SingleAdminUpdateGroupShort ¶
func (aaa *AdminGroupService) SingleAdminUpdateGroupShort(input *admin_group.SingleAdminUpdateGroupParams) (*admin_group.SingleAdminUpdateGroupResponse, error)
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) AdminApproveStagingContentShort ¶
func (aaa *AdminStagingContentService) AdminApproveStagingContentShort(input *admin_staging_content.AdminApproveStagingContentParams) (*admin_staging_content.AdminApproveStagingContentResponse, error)
func (*AdminStagingContentService) AdminGetStagingContentByIDShort ¶
func (aaa *AdminStagingContentService) AdminGetStagingContentByIDShort(input *admin_staging_content.AdminGetStagingContentByIDParams) (*admin_staging_content.AdminGetStagingContentByIDResponse, error)
func (*AdminStagingContentService) AdminListStagingContentsShort ¶
func (aaa *AdminStagingContentService) AdminListStagingContentsShort(input *admin_staging_content.AdminListStagingContentsParams) (*admin_staging_content.AdminListStagingContentsResponse, error)
func (*AdminStagingContentService) AdminListUserStagingContentsShort ¶
func (aaa *AdminStagingContentService) AdminListUserStagingContentsShort(input *admin_staging_content.AdminListUserStagingContentsParams) (*admin_staging_content.AdminListUserStagingContentsResponse, error)
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) AdminCreateTagShort ¶
func (aaa *AdminTagService) AdminCreateTagShort(input *admin_tag.AdminCreateTagParams) (*admin_tag.AdminCreateTagResponse, error)
func (*AdminTagService) AdminDeleteTagShort ¶
func (aaa *AdminTagService) AdminDeleteTagShort(input *admin_tag.AdminDeleteTagParams) error
func (*AdminTagService) AdminGetTagShort ¶
func (aaa *AdminTagService) AdminGetTagShort(input *admin_tag.AdminGetTagParams) (*admin_tag.AdminGetTagResponse, error)
func (*AdminTagService) AdminUpdateTagShort ¶
func (aaa *AdminTagService) AdminUpdateTagShort(input *admin_tag.AdminUpdateTagParams) (*admin_tag.AdminUpdateTagResponse, error)
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) AdminCreateTypeShort ¶
func (aaa *AdminTypeService) AdminCreateTypeShort(input *admin_type.AdminCreateTypeParams) (*admin_type.AdminCreateTypeResponse, error)
func (*AdminTypeService) AdminDeleteTypeShort ¶
func (aaa *AdminTypeService) AdminDeleteTypeShort(input *admin_type.AdminDeleteTypeParams) error
func (*AdminTypeService) AdminGetTypeShort ¶
func (aaa *AdminTypeService) AdminGetTypeShort(input *admin_type.AdminGetTypeParams) (*admin_type.AdminGetTypeResponse, error)
func (*AdminTypeService) AdminUpdateTypeShort ¶
func (aaa *AdminTypeService) AdminUpdateTypeShort(input *admin_type.AdminUpdateTypeParams) (*admin_type.AdminUpdateTypeResponse, error)
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) AdminDeleteAllUserChannelsShort ¶
func (aaa *AnonymizationService) AdminDeleteAllUserChannelsShort(input *anonymization.AdminDeleteAllUserChannelsParams) error
func (*AnonymizationService) AdminDeleteAllUserContentsShort ¶
func (aaa *AnonymizationService) AdminDeleteAllUserContentsShort(input *anonymization.AdminDeleteAllUserContentsParams) error
func (*AnonymizationService) AdminDeleteAllUserGroupShort ¶
func (aaa *AnonymizationService) AdminDeleteAllUserGroupShort(input *anonymization.AdminDeleteAllUserGroupParams) error
func (*AnonymizationService) AdminDeleteAllUserStatesShort ¶
func (aaa *AnonymizationService) AdminDeleteAllUserStatesShort(input *anonymization.AdminDeleteAllUserStatesParams) error
func (*AnonymizationService) DeleteAllUserChannelShort ¶
func (aaa *AnonymizationService) DeleteAllUserChannelShort(input *anonymization.DeleteAllUserChannelParams) error
func (*AnonymizationService) DeleteAllUserContentsShort ¶
func (aaa *AnonymizationService) DeleteAllUserContentsShort(input *anonymization.DeleteAllUserContentsParams) error
func (*AnonymizationService) DeleteAllUserGroupShort ¶
func (aaa *AnonymizationService) DeleteAllUserGroupShort(input *anonymization.DeleteAllUserGroupParams) error
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) DeleteChannelShort ¶
func (aaa *PublicChannelService) DeleteChannelShort(input *public_channel.DeleteChannelParams) error
func (*PublicChannelService) GetAuthSession ¶
func (aaa *PublicChannelService) GetAuthSession() auth.Session
func (*PublicChannelService) GetChannelsShort ¶
func (aaa *PublicChannelService) GetChannelsShort(input *public_channel.GetChannelsParams) (*public_channel.GetChannelsResponse, error)
func (*PublicChannelService) PublicCreateChannelShort ¶
func (aaa *PublicChannelService) PublicCreateChannelShort(input *public_channel.PublicCreateChannelParams) (*public_channel.PublicCreateChannelResponse, error)
func (*PublicChannelService) UpdateChannelShort ¶
func (aaa *PublicChannelService) UpdateChannelShort(input *public_channel.UpdateChannelParams) (*public_channel.UpdateChannelResponse, error)
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) CreateContentDirectShort ¶
func (aaa *PublicContentLegacyService) CreateContentDirectShort(input *public_content_legacy.CreateContentDirectParams) (*public_content_legacy.CreateContentDirectResponse, error)
func (*PublicContentLegacyService) CreateContentS3Short ¶
func (aaa *PublicContentLegacyService) CreateContentS3Short(input *public_content_legacy.CreateContentS3Params) (*public_content_legacy.CreateContentS3Response, error)
func (*PublicContentLegacyService) DeleteContentScreenshotShort ¶
func (aaa *PublicContentLegacyService) DeleteContentScreenshotShort(input *public_content_legacy.DeleteContentScreenshotParams) error
func (*PublicContentLegacyService) DeleteContentShort ¶
func (aaa *PublicContentLegacyService) DeleteContentShort(input *public_content_legacy.DeleteContentParams) error
func (*PublicContentLegacyService) GetAuthSession ¶
func (aaa *PublicContentLegacyService) GetAuthSession() auth.Session
func (*PublicContentLegacyService) PublicDeleteContentByShareCodeShort ¶
func (aaa *PublicContentLegacyService) PublicDeleteContentByShareCodeShort(input *public_content_legacy.PublicDeleteContentByShareCodeParams) error
func (*PublicContentLegacyService) PublicDownloadContentByContentIDShort ¶
func (aaa *PublicContentLegacyService) PublicDownloadContentByContentIDShort(input *public_content_legacy.PublicDownloadContentByContentIDParams) (*public_content_legacy.PublicDownloadContentByContentIDResponse, error)
func (*PublicContentLegacyService) PublicDownloadContentByShareCodeShort ¶
func (aaa *PublicContentLegacyService) PublicDownloadContentByShareCodeShort(input *public_content_legacy.PublicDownloadContentByShareCodeParams) (*public_content_legacy.PublicDownloadContentByShareCodeResponse, error)
func (*PublicContentLegacyService) PublicDownloadContentPreviewShort ¶
func (aaa *PublicContentLegacyService) PublicDownloadContentPreviewShort(input *public_content_legacy.PublicDownloadContentPreviewParams) (*public_content_legacy.PublicDownloadContentPreviewResponse, error)
func (*PublicContentLegacyService) PublicGetContentBulkByShareCodesShort ¶
func (aaa *PublicContentLegacyService) PublicGetContentBulkByShareCodesShort(input *public_content_legacy.PublicGetContentBulkByShareCodesParams) (*public_content_legacy.PublicGetContentBulkByShareCodesResponse, error)
func (*PublicContentLegacyService) PublicGetContentBulkShort ¶
func (aaa *PublicContentLegacyService) PublicGetContentBulkShort(input *public_content_legacy.PublicGetContentBulkParams) (*public_content_legacy.PublicGetContentBulkResponse, error)
func (*PublicContentLegacyService) PublicGetUserContentShort ¶
func (aaa *PublicContentLegacyService) PublicGetUserContentShort(input *public_content_legacy.PublicGetUserContentParams) (*public_content_legacy.PublicGetUserContentResponse, error)
func (*PublicContentLegacyService) PublicSearchContentShort ¶
func (aaa *PublicContentLegacyService) PublicSearchContentShort(input *public_content_legacy.PublicSearchContentParams) (*public_content_legacy.PublicSearchContentResponse, error)
func (*PublicContentLegacyService) PublicUpdateContentByShareCodeShort ¶
func (aaa *PublicContentLegacyService) PublicUpdateContentByShareCodeShort(input *public_content_legacy.PublicUpdateContentByShareCodeParams) (*public_content_legacy.PublicUpdateContentByShareCodeResponse, error)
func (*PublicContentLegacyService) SearchChannelSpecificContentShort ¶
func (aaa *PublicContentLegacyService) SearchChannelSpecificContentShort(input *public_content_legacy.SearchChannelSpecificContentParams) (*public_content_legacy.SearchChannelSpecificContentResponse, error)
func (*PublicContentLegacyService) UpdateContentDirectShort ¶
func (aaa *PublicContentLegacyService) UpdateContentDirectShort(input *public_content_legacy.UpdateContentDirectParams) (*public_content_legacy.UpdateContentDirectResponse, error)
func (*PublicContentLegacyService) UpdateContentS3Short ¶
func (aaa *PublicContentLegacyService) UpdateContentS3Short(input *public_content_legacy.UpdateContentS3Params) (*public_content_legacy.UpdateContentS3Response, error)
func (*PublicContentLegacyService) UpdateContentShareCodeShort ¶
func (aaa *PublicContentLegacyService) UpdateContentShareCodeShort(input *public_content_legacy.UpdateContentShareCodeParams) (*public_content_legacy.UpdateContentShareCodeResponse, error)
func (*PublicContentLegacyService) UpdateFlightId ¶
func (aaa *PublicContentLegacyService) UpdateFlightId(flightId string)
func (*PublicContentLegacyService) UpdateScreenshotsShort ¶
func (aaa *PublicContentLegacyService) UpdateScreenshotsShort(input *public_content_legacy.UpdateScreenshotsParams) (*public_content_legacy.UpdateScreenshotsResponse, error)
func (*PublicContentLegacyService) UploadContentScreenshotShort ¶
func (aaa *PublicContentLegacyService) UploadContentScreenshotShort(input *public_content_legacy.UploadContentScreenshotParams) (*public_content_legacy.UploadContentScreenshotResponse, error)
type PublicContentV2Service ¶
type PublicContentV2Service struct { Client *ugcclient.JusticeUgcService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*PublicContentV2Service) DeleteContentScreenshotV2Short ¶
func (aaa *PublicContentV2Service) DeleteContentScreenshotV2Short(input *public_content_v2.DeleteContentScreenshotV2Params) error
func (*PublicContentV2Service) GetAuthSession ¶
func (aaa *PublicContentV2Service) GetAuthSession() auth.Session
func (*PublicContentV2Service) PublicBulkGetContentByIDV2Short ¶
func (aaa *PublicContentV2Service) PublicBulkGetContentByIDV2Short(input *public_content_v2.PublicBulkGetContentByIDV2Params) (*public_content_v2.PublicBulkGetContentByIDV2Response, error)
func (*PublicContentV2Service) PublicCreateContentV2Short ¶
func (aaa *PublicContentV2Service) PublicCreateContentV2Short(input *public_content_v2.PublicCreateContentV2Params) (*public_content_v2.PublicCreateContentV2Response, error)
func (*PublicContentV2Service) PublicDeleteContentByShareCodeV2Short ¶
func (aaa *PublicContentV2Service) PublicDeleteContentByShareCodeV2Short(input *public_content_v2.PublicDeleteContentByShareCodeV2Params) error
func (*PublicContentV2Service) PublicDeleteContentV2Short ¶
func (aaa *PublicContentV2Service) PublicDeleteContentV2Short(input *public_content_v2.PublicDeleteContentV2Params) error
func (*PublicContentV2Service) PublicGenerateContentUploadURLV2Short ¶
func (aaa *PublicContentV2Service) PublicGenerateContentUploadURLV2Short(input *public_content_v2.PublicGenerateContentUploadURLV2Params) (*public_content_v2.PublicGenerateContentUploadURLV2Response, error)
func (*PublicContentV2Service) PublicGetContentBulkByShareCodesV2Short ¶
func (aaa *PublicContentV2Service) PublicGetContentBulkByShareCodesV2Short(input *public_content_v2.PublicGetContentBulkByShareCodesV2Params) (*public_content_v2.PublicGetContentBulkByShareCodesV2Response, error)
func (*PublicContentV2Service) PublicGetContentByChannelIDV2Short ¶
func (aaa *PublicContentV2Service) PublicGetContentByChannelIDV2Short(input *public_content_v2.PublicGetContentByChannelIDV2Params) (*public_content_v2.PublicGetContentByChannelIDV2Response, error)
func (*PublicContentV2Service) PublicGetContentByIDV2Short ¶
func (aaa *PublicContentV2Service) PublicGetContentByIDV2Short(input *public_content_v2.PublicGetContentByIDV2Params) (*public_content_v2.PublicGetContentByIDV2Response, error)
func (*PublicContentV2Service) PublicGetContentByShareCodeV2Short ¶
func (aaa *PublicContentV2Service) PublicGetContentByShareCodeV2Short(input *public_content_v2.PublicGetContentByShareCodeV2Params) (*public_content_v2.PublicGetContentByShareCodeV2Response, error)
func (*PublicContentV2Service) PublicGetContentByUserIDV2Short ¶
func (aaa *PublicContentV2Service) PublicGetContentByUserIDV2Short(input *public_content_v2.PublicGetContentByUserIDV2Params) (*public_content_v2.PublicGetContentByUserIDV2Response, error)
func (*PublicContentV2Service) PublicListContentV2Short ¶
func (aaa *PublicContentV2Service) PublicListContentV2Short(input *public_content_v2.PublicListContentV2Params) (*public_content_v2.PublicListContentV2Response, error)
func (*PublicContentV2Service) PublicUpdateContentByShareCodeV2Short ¶
func (aaa *PublicContentV2Service) PublicUpdateContentByShareCodeV2Short(input *public_content_v2.PublicUpdateContentByShareCodeV2Params) (*public_content_v2.PublicUpdateContentByShareCodeV2Response, error)
func (*PublicContentV2Service) PublicUpdateContentFileLocationShort ¶
func (aaa *PublicContentV2Service) PublicUpdateContentFileLocationShort(input *public_content_v2.PublicUpdateContentFileLocationParams) (*public_content_v2.PublicUpdateContentFileLocationResponse, error)
func (*PublicContentV2Service) PublicUpdateContentV2Short ¶
func (aaa *PublicContentV2Service) PublicUpdateContentV2Short(input *public_content_v2.PublicUpdateContentV2Params) (*public_content_v2.PublicUpdateContentV2Response, error)
func (*PublicContentV2Service) UpdateContentShareCodeV2Short ¶
func (aaa *PublicContentV2Service) UpdateContentShareCodeV2Short(input *public_content_v2.UpdateContentShareCodeV2Params) (*public_content_v2.UpdateContentShareCodeV2Response, error)
func (*PublicContentV2Service) UpdateFlightId ¶
func (aaa *PublicContentV2Service) UpdateFlightId(flightId string)
func (*PublicContentV2Service) UpdateScreenshotsV2Short ¶
func (aaa *PublicContentV2Service) UpdateScreenshotsV2Short(input *public_content_v2.UpdateScreenshotsV2Params) (*public_content_v2.UpdateScreenshotsV2Response, error)
func (*PublicContentV2Service) UploadContentScreenshotV2Short ¶
func (aaa *PublicContentV2Service) UploadContentScreenshotV2Short(input *public_content_v2.UploadContentScreenshotV2Params) (*public_content_v2.UploadContentScreenshotV2Response, error)
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) PublicGetCreatorShort ¶
func (aaa *PublicCreatorService) PublicGetCreatorShort(input *public_creator.PublicGetCreatorParams) (*public_creator.PublicGetCreatorResponse, error)
func (*PublicCreatorService) PublicSearchCreatorShort ¶
func (aaa *PublicCreatorService) PublicSearchCreatorShort(input *public_creator.PublicSearchCreatorParams) (*public_creator.PublicSearchCreatorResponse, error)
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) AddDownloadCountShort ¶
func (aaa *PublicDownloadCountLegacyService) AddDownloadCountShort(input *public_download_count_legacy.AddDownloadCountParams) (*public_download_count_legacy.AddDownloadCountResponse, error)
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) PublicAddDownloadCountV2Short ¶
func (aaa *PublicDownloadCountV2Service) PublicAddDownloadCountV2Short(input *public_download_count_v2.PublicAddDownloadCountV2Params) (*public_download_count_v2.PublicAddDownloadCountV2Response, error)
func (*PublicDownloadCountV2Service) PublicListContentDownloaderV2Short ¶
func (aaa *PublicDownloadCountV2Service) PublicListContentDownloaderV2Short(input *public_download_count_v2.PublicListContentDownloaderV2Params) (*public_download_count_v2.PublicListContentDownloaderV2Response, error)
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) GetFollowedContentShort ¶
func (aaa *PublicFollowService) GetFollowedContentShort(input *public_follow.GetFollowedContentParams) (*public_follow.GetFollowedContentResponse, error)
func (*PublicFollowService) GetFollowedUsersShort ¶
func (aaa *PublicFollowService) GetFollowedUsersShort(input *public_follow.GetFollowedUsersParams) (*public_follow.GetFollowedUsersResponse, error)
func (*PublicFollowService) GetPublicFollowersShort ¶
func (aaa *PublicFollowService) GetPublicFollowersShort(input *public_follow.GetPublicFollowersParams) (*public_follow.GetPublicFollowersResponse, error)
func (*PublicFollowService) GetPublicFollowingShort ¶
func (aaa *PublicFollowService) GetPublicFollowingShort(input *public_follow.GetPublicFollowingParams) (*public_follow.GetPublicFollowingResponse, error)
func (*PublicFollowService) UpdateFlightId ¶
func (aaa *PublicFollowService) UpdateFlightId(flightId string)
func (*PublicFollowService) UpdateUserFollowStatusShort ¶
func (aaa *PublicFollowService) UpdateUserFollowStatusShort(input *public_follow.UpdateUserFollowStatusParams) (*public_follow.UpdateUserFollowStatusResponse, error)
type PublicGroupService ¶
type PublicGroupService struct { Client *ugcclient.JusticeUgcService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*PublicGroupService) CreateGroupShort ¶
func (aaa *PublicGroupService) CreateGroupShort(input *public_group.CreateGroupParams) (*public_group.CreateGroupResponse, error)
func (*PublicGroupService) DeleteGroupShort ¶
func (aaa *PublicGroupService) DeleteGroupShort(input *public_group.DeleteGroupParams) error
func (*PublicGroupService) GetAuthSession ¶
func (aaa *PublicGroupService) GetAuthSession() auth.Session
func (*PublicGroupService) GetGroupContentShort ¶
func (aaa *PublicGroupService) GetGroupContentShort(input *public_group.GetGroupContentParams) (*public_group.GetGroupContentResponse, error)
func (*PublicGroupService) GetGroupShort ¶
func (aaa *PublicGroupService) GetGroupShort(input *public_group.GetGroupParams) (*public_group.GetGroupResponse, error)
func (*PublicGroupService) GetGroupsShort ¶
func (aaa *PublicGroupService) GetGroupsShort(input *public_group.GetGroupsParams) (*public_group.GetGroupsResponse, error)
func (*PublicGroupService) PublicGetGroupContentsV2Short ¶
func (aaa *PublicGroupService) PublicGetGroupContentsV2Short(input *public_group.PublicGetGroupContentsV2Params) (*public_group.PublicGetGroupContentsV2Response, error)
func (*PublicGroupService) UpdateFlightId ¶
func (aaa *PublicGroupService) UpdateFlightId(flightId string)
func (*PublicGroupService) UpdateGroupShort ¶
func (aaa *PublicGroupService) UpdateGroupShort(input *public_group.UpdateGroupParams) (*public_group.UpdateGroupResponse, error)
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) GetLikedContentShort ¶
func (aaa *PublicLikeLegacyService) GetLikedContentShort(input *public_like_legacy.GetLikedContentParams) (*public_like_legacy.GetLikedContentResponse, error)
func (*PublicLikeLegacyService) UpdateContentLikeStatusShort ¶
func (aaa *PublicLikeLegacyService) UpdateContentLikeStatusShort(input *public_like_legacy.UpdateContentLikeStatusParams) (*public_like_legacy.UpdateContentLikeStatusResponse, error)
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) PublicListContentLikeV2Short ¶
func (aaa *PublicLikeV2Service) PublicListContentLikeV2Short(input *public_like_v2.PublicListContentLikeV2Params) (*public_like_v2.PublicListContentLikeV2Response, error)
func (*PublicLikeV2Service) UpdateContentLikeStatusV2Short ¶
func (aaa *PublicLikeV2Service) UpdateContentLikeStatusV2Short(input *public_like_v2.UpdateContentLikeStatusV2Params) (*public_like_v2.UpdateContentLikeStatusV2Response, error)
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) DeleteUserStagingContentByIDShort ¶
func (aaa *PublicStagingContentService) DeleteUserStagingContentByIDShort(input *public_staging_content.DeleteUserStagingContentByIDParams) error
func (*PublicStagingContentService) GetAuthSession ¶
func (aaa *PublicStagingContentService) GetAuthSession() auth.Session
func (*PublicStagingContentService) GetUserStagingContentByIDShort ¶
func (aaa *PublicStagingContentService) GetUserStagingContentByIDShort(input *public_staging_content.GetUserStagingContentByIDParams) (*public_staging_content.GetUserStagingContentByIDResponse, error)
func (*PublicStagingContentService) ListUserStagingContentsShort ¶
func (aaa *PublicStagingContentService) ListUserStagingContentsShort(input *public_staging_content.ListUserStagingContentsParams) (*public_staging_content.ListUserStagingContentsResponse, error)
func (*PublicStagingContentService) UpdateFlightId ¶
func (aaa *PublicStagingContentService) UpdateFlightId(flightId string)
func (*PublicStagingContentService) UpdateStagingContentShort ¶
func (aaa *PublicStagingContentService) UpdateStagingContentShort(input *public_staging_content.UpdateStagingContentParams) (*public_staging_content.UpdateStagingContentResponse, error)
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) GetTagShort ¶
func (aaa *PublicTagService) GetTagShort(input *public_tag.GetTagParams) (*public_tag.GetTagResponse, error)
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) GetTypeShort ¶
func (aaa *PublicTypeService) GetTypeShort(input *public_type.GetTypeParams) (*public_type.GetTypeResponse, error)
func (*PublicTypeService) UpdateFlightId ¶
func (aaa *PublicTypeService) UpdateFlightId(flightId string)
Source Files ¶
- client_factory.go
- version.go
- wrapper_adminChannel.go
- wrapper_adminConfig.go
- wrapper_adminContent.go
- wrapper_adminContentV2.go
- wrapper_adminGroup.go
- wrapper_adminStagingContent.go
- wrapper_adminTag.go
- wrapper_adminType.go
- wrapper_anonymization.go
- wrapper_publicChannel.go
- wrapper_publicContentLegacy.go
- wrapper_publicContentV2.go
- wrapper_publicCreator.go
- wrapper_publicDownloadCountLegacy.go
- wrapper_publicDownloadCountV2.go
- wrapper_publicFollow.go
- wrapper_publicGroup.go
- wrapper_publicLikeLegacy.go
- wrapper_publicLikeV2.go
- wrapper_publicStagingContent.go
- wrapper_publicTag.go
- wrapper_publicType.go
Click to show internal directories.
Click to hide internal directories.