Documentation
¶
Index ¶
- type AdminChannelService
- func (aaa *AdminChannelService) AdminCreateChannel(input *admin_channel.AdminCreateChannelParams) (*ugcclientmodels.ModelsChannelResponse, error)
- func (aaa *AdminChannelService) AdminCreateChannelShort(input *admin_channel.AdminCreateChannelParams) (*ugcclientmodels.ModelsChannelResponse, error)
- func (aaa *AdminChannelService) AdminDeleteChannel(input *admin_channel.AdminDeleteChannelParams) error
- func (aaa *AdminChannelService) AdminDeleteChannelShort(input *admin_channel.AdminDeleteChannelParams) error
- func (aaa *AdminChannelService) AdminGetChannel(input *admin_channel.AdminGetChannelParams) (*ugcclientmodels.ModelsPaginatedGetChannelResponse, error)
- func (aaa *AdminChannelService) AdminGetChannelShort(input *admin_channel.AdminGetChannelParams) (*ugcclientmodels.ModelsPaginatedGetChannelResponse, error)
- func (aaa *AdminChannelService) AdminUpdateChannel(input *admin_channel.AdminUpdateChannelParams) (*ugcclientmodels.ModelsChannelResponse, error)
- func (aaa *AdminChannelService) AdminUpdateChannelShort(input *admin_channel.AdminUpdateChannelParams) (*ugcclientmodels.ModelsChannelResponse, error)
- func (aaa *AdminChannelService) GetAuthSession() auth.Session
- func (aaa *AdminChannelService) SingleAdminDeleteChannel(input *admin_channel.SingleAdminDeleteChannelParams) error
- func (aaa *AdminChannelService) SingleAdminDeleteChannelShort(input *admin_channel.SingleAdminDeleteChannelParams) error
- func (aaa *AdminChannelService) SingleAdminGetChannel(input *admin_channel.SingleAdminGetChannelParams) (*ugcclientmodels.ModelsPaginatedGetChannelResponse, error)
- func (aaa *AdminChannelService) SingleAdminGetChannelShort(input *admin_channel.SingleAdminGetChannelParams) (*ugcclientmodels.ModelsPaginatedGetChannelResponse, error)
- func (aaa *AdminChannelService) SingleAdminUpdateChannel(input *admin_channel.SingleAdminUpdateChannelParams) (*ugcclientmodels.ModelsChannelResponse, error)
- func (aaa *AdminChannelService) SingleAdminUpdateChannelShort(input *admin_channel.SingleAdminUpdateChannelParams) (*ugcclientmodels.ModelsChannelResponse, error)
- type AdminContentService
- func (aaa *AdminContentService) AdminDeleteContent(input *admin_content.AdminDeleteContentParams) error
- func (aaa *AdminContentService) AdminDeleteContentScreenshot(input *admin_content.AdminDeleteContentScreenshotParams) error
- func (aaa *AdminContentService) AdminDeleteContentScreenshotShort(input *admin_content.AdminDeleteContentScreenshotParams) error
- func (aaa *AdminContentService) AdminDeleteContentShort(input *admin_content.AdminDeleteContentParams) error
- func (aaa *AdminContentService) AdminDownloadContentPreview(input *admin_content.AdminDownloadContentPreviewParams) (*ugcclientmodels.ModelsGetContentPreviewResponse, error)
- func (aaa *AdminContentService) AdminDownloadContentPreviewShort(input *admin_content.AdminDownloadContentPreviewParams) (*ugcclientmodels.ModelsGetContentPreviewResponse, error)
- func (aaa *AdminContentService) AdminGetContent(input *admin_content.AdminGetContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
- func (aaa *AdminContentService) AdminGetContentShort(input *admin_content.AdminGetContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
- func (aaa *AdminContentService) AdminGetSpecificContent(input *admin_content.AdminGetSpecificContentParams) (*ugcclientmodels.ModelsContentDownloadResponse, error)
- func (aaa *AdminContentService) AdminGetSpecificContentShort(input *admin_content.AdminGetSpecificContentParams) (*ugcclientmodels.ModelsContentDownloadResponse, error)
- func (aaa *AdminContentService) AdminGetUserContentByShareCode(input *admin_content.AdminGetUserContentByShareCodeParams) (*ugcclientmodels.ModelsContentDownloadResponse, error)
- func (aaa *AdminContentService) AdminGetUserContentByShareCodeShort(input *admin_content.AdminGetUserContentByShareCodeParams) (*ugcclientmodels.ModelsContentDownloadResponse, error)
- func (aaa *AdminContentService) AdminHideUserContent(input *admin_content.AdminHideUserContentParams) (*ugcclientmodels.ModelsCreateContentResponse, error)
- func (aaa *AdminContentService) AdminHideUserContentShort(input *admin_content.AdminHideUserContentParams) (*ugcclientmodels.ModelsCreateContentResponse, error)
- func (aaa *AdminContentService) AdminSearchChannelSpecificContent(input *admin_content.AdminSearchChannelSpecificContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
- func (aaa *AdminContentService) AdminSearchChannelSpecificContentShort(input *admin_content.AdminSearchChannelSpecificContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
- func (aaa *AdminContentService) AdminSearchContent(input *admin_content.AdminSearchContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
- func (aaa *AdminContentService) AdminSearchContentShort(input *admin_content.AdminSearchContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
- func (aaa *AdminContentService) AdminUpdateContentDirect(input *admin_content.AdminUpdateContentDirectParams) (*ugcclientmodels.ModelsCreateContentResponse, error)
- func (aaa *AdminContentService) AdminUpdateContentDirectShort(input *admin_content.AdminUpdateContentDirectParams) (*ugcclientmodels.ModelsCreateContentResponse, error)
- func (aaa *AdminContentService) AdminUpdateContentS3(input *admin_content.AdminUpdateContentS3Params) (*ugcclientmodels.ModelsCreateContentResponse, error)
- func (aaa *AdminContentService) AdminUpdateContentS3Short(input *admin_content.AdminUpdateContentS3Params) (*ugcclientmodels.ModelsCreateContentResponse, error)
- func (aaa *AdminContentService) AdminUpdateScreenshots(input *admin_content.AdminUpdateScreenshotsParams) (*ugcclientmodels.ModelsUpdateScreenshotResponse, error)
- func (aaa *AdminContentService) AdminUpdateScreenshotsShort(input *admin_content.AdminUpdateScreenshotsParams) (*ugcclientmodels.ModelsUpdateScreenshotResponse, error)
- func (aaa *AdminContentService) AdminUploadContentDirect(input *admin_content.AdminUploadContentDirectParams) (*ugcclientmodels.ModelsCreateContentResponse, error)
- func (aaa *AdminContentService) AdminUploadContentDirectShort(input *admin_content.AdminUploadContentDirectParams) (*ugcclientmodels.ModelsCreateContentResponse, error)
- func (aaa *AdminContentService) AdminUploadContentS3(input *admin_content.AdminUploadContentS3Params) (*ugcclientmodels.ModelsCreateContentResponse, error)
- func (aaa *AdminContentService) AdminUploadContentS3Short(input *admin_content.AdminUploadContentS3Params) (*ugcclientmodels.ModelsCreateContentResponse, error)
- func (aaa *AdminContentService) AdminUploadContentScreenshot(input *admin_content.AdminUploadContentScreenshotParams) (*ugcclientmodels.ModelsCreateScreenshotResponse, error)
- func (aaa *AdminContentService) AdminUploadContentScreenshotShort(input *admin_content.AdminUploadContentScreenshotParams) (*ugcclientmodels.ModelsCreateScreenshotResponse, error)
- func (aaa *AdminContentService) GetAuthSession() auth.Session
- func (aaa *AdminContentService) SingleAdminDeleteContent(input *admin_content.SingleAdminDeleteContentParams) error
- func (aaa *AdminContentService) SingleAdminDeleteContentShort(input *admin_content.SingleAdminDeleteContentParams) error
- func (aaa *AdminContentService) SingleAdminGetContent(input *admin_content.SingleAdminGetContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
- func (aaa *AdminContentService) SingleAdminGetContentShort(input *admin_content.SingleAdminGetContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
- func (aaa *AdminContentService) SingleAdminUpdateContentDirect(input *admin_content.SingleAdminUpdateContentDirectParams) (*ugcclientmodels.ModelsCreateContentResponse, error)
- func (aaa *AdminContentService) SingleAdminUpdateContentDirectShort(input *admin_content.SingleAdminUpdateContentDirectParams) (*ugcclientmodels.ModelsCreateContentResponse, error)
- func (aaa *AdminContentService) SingleAdminUpdateContentS3(input *admin_content.SingleAdminUpdateContentS3Params) (*ugcclientmodels.ModelsCreateContentResponse, error)
- func (aaa *AdminContentService) SingleAdminUpdateContentS3Short(input *admin_content.SingleAdminUpdateContentS3Params) (*ugcclientmodels.ModelsCreateContentResponse, error)
- type AdminGroupService
- func (aaa *AdminGroupService) AdminCreateGroup(input *admin_group.AdminCreateGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
- func (aaa *AdminGroupService) AdminCreateGroupShort(input *admin_group.AdminCreateGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
- func (aaa *AdminGroupService) AdminDeleteGroup(input *admin_group.AdminDeleteGroupParams) error
- func (aaa *AdminGroupService) AdminDeleteGroupShort(input *admin_group.AdminDeleteGroupParams) error
- func (aaa *AdminGroupService) AdminGetAllGroups(input *admin_group.AdminGetAllGroupsParams) (*ugcclientmodels.ModelsPaginatedGroupResponse, error)
- func (aaa *AdminGroupService) AdminGetAllGroupsShort(input *admin_group.AdminGetAllGroupsParams) (*ugcclientmodels.ModelsPaginatedGroupResponse, error)
- func (aaa *AdminGroupService) AdminGetGroup(input *admin_group.AdminGetGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
- func (aaa *AdminGroupService) AdminGetGroupContents(input *admin_group.AdminGetGroupContentsParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
- func (aaa *AdminGroupService) AdminGetGroupContentsShort(input *admin_group.AdminGetGroupContentsParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
- func (aaa *AdminGroupService) AdminGetGroupShort(input *admin_group.AdminGetGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
- func (aaa *AdminGroupService) AdminUpdateGroup(input *admin_group.AdminUpdateGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
- func (aaa *AdminGroupService) AdminUpdateGroupShort(input *admin_group.AdminUpdateGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
- func (aaa *AdminGroupService) GetAuthSession() auth.Session
- func (aaa *AdminGroupService) SingleAdminDeleteGroup(input *admin_group.SingleAdminDeleteGroupParams) error
- func (aaa *AdminGroupService) SingleAdminDeleteGroupShort(input *admin_group.SingleAdminDeleteGroupParams) error
- func (aaa *AdminGroupService) SingleAdminGetAllGroups(input *admin_group.SingleAdminGetAllGroupsParams) (*ugcclientmodels.ModelsPaginatedGroupResponse, error)
- func (aaa *AdminGroupService) SingleAdminGetAllGroupsShort(input *admin_group.SingleAdminGetAllGroupsParams) (*ugcclientmodels.ModelsPaginatedGroupResponse, error)
- func (aaa *AdminGroupService) SingleAdminGetGroup(input *admin_group.SingleAdminGetGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
- func (aaa *AdminGroupService) SingleAdminGetGroupContents(input *admin_group.SingleAdminGetGroupContentsParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
- func (aaa *AdminGroupService) SingleAdminGetGroupContentsShort(input *admin_group.SingleAdminGetGroupContentsParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
- func (aaa *AdminGroupService) SingleAdminGetGroupShort(input *admin_group.SingleAdminGetGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
- func (aaa *AdminGroupService) SingleAdminUpdateGroup(input *admin_group.SingleAdminUpdateGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
- func (aaa *AdminGroupService) SingleAdminUpdateGroupShort(input *admin_group.SingleAdminUpdateGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
- type AdminTagService
- func (aaa *AdminTagService) AdminCreateTag(input *admin_tag.AdminCreateTagParams) (*ugcclientmodels.ModelsCreateTagResponse, error)
- func (aaa *AdminTagService) AdminCreateTagShort(input *admin_tag.AdminCreateTagParams) (*ugcclientmodels.ModelsCreateTagResponse, error)
- func (aaa *AdminTagService) AdminDeleteTag(input *admin_tag.AdminDeleteTagParams) error
- func (aaa *AdminTagService) AdminDeleteTagShort(input *admin_tag.AdminDeleteTagParams) error
- func (aaa *AdminTagService) AdminGetTag(input *admin_tag.AdminGetTagParams) (*ugcclientmodels.ModelsPaginatedGetTagResponse, error)
- func (aaa *AdminTagService) AdminGetTagShort(input *admin_tag.AdminGetTagParams) (*ugcclientmodels.ModelsPaginatedGetTagResponse, error)
- func (aaa *AdminTagService) AdminUpdateTag(input *admin_tag.AdminUpdateTagParams) (*ugcclientmodels.ModelsCreateTagResponse, error)
- func (aaa *AdminTagService) AdminUpdateTagShort(input *admin_tag.AdminUpdateTagParams) (*ugcclientmodels.ModelsCreateTagResponse, error)
- func (aaa *AdminTagService) GetAuthSession() auth.Session
- type AdminTypeService
- func (aaa *AdminTypeService) AdminCreateType(input *admin_type.AdminCreateTypeParams) (*ugcclientmodels.ModelsCreateTypeResponse, error)
- func (aaa *AdminTypeService) AdminCreateTypeShort(input *admin_type.AdminCreateTypeParams) (*ugcclientmodels.ModelsCreateTypeResponse, error)
- func (aaa *AdminTypeService) AdminDeleteType(input *admin_type.AdminDeleteTypeParams) error
- func (aaa *AdminTypeService) AdminDeleteTypeShort(input *admin_type.AdminDeleteTypeParams) error
- func (aaa *AdminTypeService) AdminGetType(input *admin_type.AdminGetTypeParams) (*ugcclientmodels.ModelsPaginatedGetTypeResponse, error)
- func (aaa *AdminTypeService) AdminGetTypeShort(input *admin_type.AdminGetTypeParams) (*ugcclientmodels.ModelsPaginatedGetTypeResponse, error)
- func (aaa *AdminTypeService) AdminUpdateType(input *admin_type.AdminUpdateTypeParams) (*ugcclientmodels.ModelsCreateTypeResponse, error)
- func (aaa *AdminTypeService) AdminUpdateTypeShort(input *admin_type.AdminUpdateTypeParams) (*ugcclientmodels.ModelsCreateTypeResponse, error)
- func (aaa *AdminTypeService) GetAuthSession() auth.Session
- type AnonymizationService
- func (aaa *AnonymizationService) AdminDeleteAllUserChannels(input *anonymization.AdminDeleteAllUserChannelsParams) error
- func (aaa *AnonymizationService) AdminDeleteAllUserChannelsShort(input *anonymization.AdminDeleteAllUserChannelsParams) error
- func (aaa *AnonymizationService) AdminDeleteAllUserContents(input *anonymization.AdminDeleteAllUserContentsParams) error
- func (aaa *AnonymizationService) AdminDeleteAllUserContentsShort(input *anonymization.AdminDeleteAllUserContentsParams) error
- func (aaa *AnonymizationService) AdminDeleteAllUserGroup(input *anonymization.AdminDeleteAllUserGroupParams) error
- func (aaa *AnonymizationService) AdminDeleteAllUserGroupShort(input *anonymization.AdminDeleteAllUserGroupParams) error
- func (aaa *AnonymizationService) AdminDeleteAllUserStates(input *anonymization.AdminDeleteAllUserStatesParams) error
- func (aaa *AnonymizationService) AdminDeleteAllUserStatesShort(input *anonymization.AdminDeleteAllUserStatesParams) error
- func (aaa *AnonymizationService) DeleteAllUserChannel(input *anonymization.DeleteAllUserChannelParams) error
- func (aaa *AnonymizationService) DeleteAllUserChannelShort(input *anonymization.DeleteAllUserChannelParams) error
- func (aaa *AnonymizationService) DeleteAllUserContents(input *anonymization.DeleteAllUserContentsParams) error
- func (aaa *AnonymizationService) DeleteAllUserContentsShort(input *anonymization.DeleteAllUserContentsParams) error
- func (aaa *AnonymizationService) DeleteAllUserGroup(input *anonymization.DeleteAllUserGroupParams) error
- func (aaa *AnonymizationService) DeleteAllUserGroupShort(input *anonymization.DeleteAllUserGroupParams) error
- func (aaa *AnonymizationService) DeleteAllUserStates(input *anonymization.DeleteAllUserStatesParams) error
- func (aaa *AnonymizationService) DeleteAllUserStatesShort(input *anonymization.DeleteAllUserStatesParams) error
- func (aaa *AnonymizationService) GetAuthSession() auth.Session
- type PublicChannelService
- func (aaa *PublicChannelService) CreateChannel(input *public_channel.CreateChannelParams) (*ugcclientmodels.ModelsChannelResponse, error)
- func (aaa *PublicChannelService) CreateChannelShort(input *public_channel.CreateChannelParams) (*ugcclientmodels.ModelsChannelResponse, error)
- func (aaa *PublicChannelService) DeleteChannel(input *public_channel.DeleteChannelParams) error
- func (aaa *PublicChannelService) DeleteChannelShort(input *public_channel.DeleteChannelParams) error
- func (aaa *PublicChannelService) GetAuthSession() auth.Session
- func (aaa *PublicChannelService) GetChannels(input *public_channel.GetChannelsParams) (*ugcclientmodels.ModelsPaginatedGetChannelResponse, error)
- func (aaa *PublicChannelService) GetChannelsShort(input *public_channel.GetChannelsParams) (*ugcclientmodels.ModelsPaginatedGetChannelResponse, error)
- func (aaa *PublicChannelService) UpdateChannel(input *public_channel.UpdateChannelParams) (*ugcclientmodels.ModelsChannelResponse, error)
- func (aaa *PublicChannelService) UpdateChannelShort(input *public_channel.UpdateChannelParams) (*ugcclientmodels.ModelsChannelResponse, error)
- type PublicContentService
- func (aaa *PublicContentService) CreateContentDirect(input *public_content.CreateContentDirectParams) (*ugcclientmodels.ModelsCreateContentResponse, error)
- func (aaa *PublicContentService) CreateContentDirectShort(input *public_content.CreateContentDirectParams) (*ugcclientmodels.ModelsCreateContentResponse, error)
- func (aaa *PublicContentService) CreateContentS3(input *public_content.CreateContentS3Params) (*ugcclientmodels.ModelsCreateContentResponse, error)
- func (aaa *PublicContentService) CreateContentS3Short(input *public_content.CreateContentS3Params) (*ugcclientmodels.ModelsCreateContentResponse, error)
- func (aaa *PublicContentService) DeleteContent(input *public_content.DeleteContentParams) error
- func (aaa *PublicContentService) DeleteContentScreenshot(input *public_content.DeleteContentScreenshotParams) error
- func (aaa *PublicContentService) DeleteContentScreenshotShort(input *public_content.DeleteContentScreenshotParams) error
- func (aaa *PublicContentService) DeleteContentShort(input *public_content.DeleteContentParams) error
- func (aaa *PublicContentService) GetAuthSession() auth.Session
- func (aaa *PublicContentService) PublicDownloadContentByContentID(input *public_content.PublicDownloadContentByContentIDParams) (*ugcclientmodels.ModelsContentDownloadResponse, error)
- func (aaa *PublicContentService) PublicDownloadContentByContentIDShort(input *public_content.PublicDownloadContentByContentIDParams) (*ugcclientmodels.ModelsContentDownloadResponse, error)
- func (aaa *PublicContentService) PublicDownloadContentByShareCode(input *public_content.PublicDownloadContentByShareCodeParams) (*ugcclientmodels.ModelsContentDownloadResponse, error)
- func (aaa *PublicContentService) PublicDownloadContentByShareCodeShort(input *public_content.PublicDownloadContentByShareCodeParams) (*ugcclientmodels.ModelsContentDownloadResponse, error)
- func (aaa *PublicContentService) PublicDownloadContentPreview(input *public_content.PublicDownloadContentPreviewParams) (*ugcclientmodels.ModelsGetContentPreviewResponse, error)
- func (aaa *PublicContentService) PublicDownloadContentPreviewShort(input *public_content.PublicDownloadContentPreviewParams) (*ugcclientmodels.ModelsGetContentPreviewResponse, error)
- func (aaa *PublicContentService) PublicGetContentBulk(input *public_content.PublicGetContentBulkParams) ([]*ugcclientmodels.ModelsContentDownloadResponse, error)
- func (aaa *PublicContentService) PublicGetContentBulkShort(input *public_content.PublicGetContentBulkParams) ([]*ugcclientmodels.ModelsContentDownloadResponse, error)
- func (aaa *PublicContentService) PublicGetUserContent(input *public_content.PublicGetUserContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
- func (aaa *PublicContentService) PublicGetUserContentShort(input *public_content.PublicGetUserContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
- func (aaa *PublicContentService) PublicSearchContent(input *public_content.PublicSearchContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
- func (aaa *PublicContentService) PublicSearchContentShort(input *public_content.PublicSearchContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
- func (aaa *PublicContentService) SearchChannelSpecificContent(input *public_content.SearchChannelSpecificContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
- func (aaa *PublicContentService) SearchChannelSpecificContentShort(input *public_content.SearchChannelSpecificContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
- func (aaa *PublicContentService) UpdateContentDirect(input *public_content.UpdateContentDirectParams) (*ugcclientmodels.ModelsCreateContentResponse, error)
- func (aaa *PublicContentService) UpdateContentDirectShort(input *public_content.UpdateContentDirectParams) (*ugcclientmodels.ModelsCreateContentResponse, error)
- func (aaa *PublicContentService) UpdateContentS3(input *public_content.UpdateContentS3Params) (*ugcclientmodels.ModelsCreateContentResponse, error)
- func (aaa *PublicContentService) UpdateContentS3Short(input *public_content.UpdateContentS3Params) (*ugcclientmodels.ModelsCreateContentResponse, error)
- func (aaa *PublicContentService) UpdateScreenshots(input *public_content.UpdateScreenshotsParams) (*ugcclientmodels.ModelsUpdateScreenshotResponse, error)
- func (aaa *PublicContentService) UpdateScreenshotsShort(input *public_content.UpdateScreenshotsParams) (*ugcclientmodels.ModelsUpdateScreenshotResponse, error)
- func (aaa *PublicContentService) UploadContentScreenshot(input *public_content.UploadContentScreenshotParams) (*ugcclientmodels.ModelsCreateScreenshotResponse, error)
- func (aaa *PublicContentService) UploadContentScreenshotShort(input *public_content.UploadContentScreenshotParams) (*ugcclientmodels.ModelsCreateScreenshotResponse, error)
- type PublicCreatorService
- func (aaa *PublicCreatorService) GetAuthSession() auth.Session
- func (aaa *PublicCreatorService) PublicGetCreator(input *public_creator.PublicGetCreatorParams) (*ugcclientmodels.ModelsCreatorResponse, error)
- func (aaa *PublicCreatorService) PublicGetCreatorShort(input *public_creator.PublicGetCreatorParams) (*ugcclientmodels.ModelsCreatorResponse, error)
- func (aaa *PublicCreatorService) PublicSearchCreator(input *public_creator.PublicSearchCreatorParams) (*ugcclientmodels.ModelsPaginatedCreatorOverviewResponse, error)
- func (aaa *PublicCreatorService) PublicSearchCreatorShort(input *public_creator.PublicSearchCreatorParams) (*ugcclientmodels.ModelsPaginatedCreatorOverviewResponse, error)
- type PublicDownloadCountService
- func (aaa *PublicDownloadCountService) AddDownloadCount(input *public_download_count.AddDownloadCountParams) (*ugcclientmodels.ModelsAddDownloadCountResponse, error)
- func (aaa *PublicDownloadCountService) AddDownloadCountShort(input *public_download_count.AddDownloadCountParams) (*ugcclientmodels.ModelsAddDownloadCountResponse, error)
- func (aaa *PublicDownloadCountService) GetAuthSession() auth.Session
- type PublicFollowService
- func (aaa *PublicFollowService) GetAuthSession() auth.Session
- func (aaa *PublicFollowService) GetFollowedContent(input *public_follow.GetFollowedContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
- func (aaa *PublicFollowService) GetFollowedContentShort(input *public_follow.GetFollowedContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
- func (aaa *PublicFollowService) GetFollowedUsers(input *public_follow.GetFollowedUsersParams) (*ugcclientmodels.ModelsPaginatedCreatorOverviewResponse, error)
- func (aaa *PublicFollowService) GetFollowedUsersShort(input *public_follow.GetFollowedUsersParams) (*ugcclientmodels.ModelsPaginatedCreatorOverviewResponse, error)
- func (aaa *PublicFollowService) GetPublicFollowers(input *public_follow.GetPublicFollowersParams) (*ugcclientmodels.ModelsPaginatedCreatorOverviewResponse, error)
- func (aaa *PublicFollowService) GetPublicFollowersShort(input *public_follow.GetPublicFollowersParams) (*ugcclientmodels.ModelsPaginatedCreatorOverviewResponse, error)
- func (aaa *PublicFollowService) GetPublicFollowing(input *public_follow.GetPublicFollowingParams) (*ugcclientmodels.ModelsPaginatedCreatorOverviewResponse, error)
- func (aaa *PublicFollowService) GetPublicFollowingShort(input *public_follow.GetPublicFollowingParams) (*ugcclientmodels.ModelsPaginatedCreatorOverviewResponse, error)
- func (aaa *PublicFollowService) UpdateUserFollowStatus(input *public_follow.UpdateUserFollowStatusParams) (*ugcclientmodels.ModelsUserFollowResponse, error)
- func (aaa *PublicFollowService) UpdateUserFollowStatusShort(input *public_follow.UpdateUserFollowStatusParams) (*ugcclientmodels.ModelsUserFollowResponse, error)
- type PublicGroupService
- func (aaa *PublicGroupService) CreateGroup(input *public_group.CreateGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
- func (aaa *PublicGroupService) CreateGroupShort(input *public_group.CreateGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
- func (aaa *PublicGroupService) DeleteGroup(input *public_group.DeleteGroupParams) error
- func (aaa *PublicGroupService) DeleteGroupShort(input *public_group.DeleteGroupParams) error
- func (aaa *PublicGroupService) GetAuthSession() auth.Session
- func (aaa *PublicGroupService) GetGroup(input *public_group.GetGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
- func (aaa *PublicGroupService) GetGroupContent(input *public_group.GetGroupContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
- func (aaa *PublicGroupService) GetGroupContentShort(input *public_group.GetGroupContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
- func (aaa *PublicGroupService) GetGroupShort(input *public_group.GetGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
- func (aaa *PublicGroupService) GetGroups(input *public_group.GetGroupsParams) (*ugcclientmodels.ModelsPaginatedGroupResponse, error)
- func (aaa *PublicGroupService) GetGroupsShort(input *public_group.GetGroupsParams) (*ugcclientmodels.ModelsPaginatedGroupResponse, error)
- func (aaa *PublicGroupService) UpdateGroup(input *public_group.UpdateGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
- func (aaa *PublicGroupService) UpdateGroupShort(input *public_group.UpdateGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
- type PublicLikeService
- func (aaa *PublicLikeService) GetAuthSession() auth.Session
- func (aaa *PublicLikeService) GetLikedContent(input *public_like.GetLikedContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
- func (aaa *PublicLikeService) GetLikedContentShort(input *public_like.GetLikedContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
- func (aaa *PublicLikeService) UpdateContentLikeStatus(input *public_like.UpdateContentLikeStatusParams) (*ugcclientmodels.ModelsContentLikeResponse, error)
- func (aaa *PublicLikeService) UpdateContentLikeStatusShort(input *public_like.UpdateContentLikeStatusParams) (*ugcclientmodels.ModelsContentLikeResponse, error)
- type PublicTagService
- func (aaa *PublicTagService) GetAuthSession() auth.Session
- func (aaa *PublicTagService) GetTag(input *public_tag.GetTagParams) (*ugcclientmodels.ModelsPaginatedGetTagResponse, error)
- func (aaa *PublicTagService) GetTagShort(input *public_tag.GetTagParams) (*ugcclientmodels.ModelsPaginatedGetTagResponse, error)
- type PublicTypeService
- func (aaa *PublicTypeService) GetAuthSession() auth.Session
- func (aaa *PublicTypeService) GetType(input *public_type.GetTypeParams) (*ugcclientmodels.ModelsPaginatedGetTypeResponse, error)
- func (aaa *PublicTypeService) GetTypeShort(input *public_type.GetTypeParams) (*ugcclientmodels.ModelsPaginatedGetTypeResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminChannelService ¶
type AdminChannelService struct { Client *ugcclient.JusticeUgcService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*AdminChannelService) AdminCreateChannel ¶
func (aaa *AdminChannelService) AdminCreateChannel(input *admin_channel.AdminCreateChannelParams) (*ugcclientmodels.ModelsChannelResponse, error)
deprecated(2022-01-10): please use AdminCreateChannelShort instead.
func (*AdminChannelService) AdminCreateChannelShort ¶ added in v0.10.0
func (aaa *AdminChannelService) AdminCreateChannelShort(input *admin_channel.AdminCreateChannelParams) (*ugcclientmodels.ModelsChannelResponse, error)
func (*AdminChannelService) AdminDeleteChannel ¶
func (aaa *AdminChannelService) AdminDeleteChannel(input *admin_channel.AdminDeleteChannelParams) error
deprecated(2022-01-10): please use AdminDeleteChannelShort instead.
func (*AdminChannelService) AdminDeleteChannelShort ¶ added in v0.10.0
func (aaa *AdminChannelService) AdminDeleteChannelShort(input *admin_channel.AdminDeleteChannelParams) error
func (*AdminChannelService) AdminGetChannel ¶
func (aaa *AdminChannelService) AdminGetChannel(input *admin_channel.AdminGetChannelParams) (*ugcclientmodels.ModelsPaginatedGetChannelResponse, error)
deprecated(2022-01-10): please use AdminGetChannelShort instead.
func (*AdminChannelService) AdminGetChannelShort ¶ added in v0.10.0
func (aaa *AdminChannelService) AdminGetChannelShort(input *admin_channel.AdminGetChannelParams) (*ugcclientmodels.ModelsPaginatedGetChannelResponse, error)
func (*AdminChannelService) AdminUpdateChannel ¶
func (aaa *AdminChannelService) AdminUpdateChannel(input *admin_channel.AdminUpdateChannelParams) (*ugcclientmodels.ModelsChannelResponse, error)
deprecated(2022-01-10): please use AdminUpdateChannelShort instead.
func (*AdminChannelService) AdminUpdateChannelShort ¶ added in v0.10.0
func (aaa *AdminChannelService) AdminUpdateChannelShort(input *admin_channel.AdminUpdateChannelParams) (*ugcclientmodels.ModelsChannelResponse, error)
func (*AdminChannelService) GetAuthSession ¶ added in v0.21.0
func (aaa *AdminChannelService) GetAuthSession() auth.Session
func (*AdminChannelService) SingleAdminDeleteChannel ¶
func (aaa *AdminChannelService) SingleAdminDeleteChannel(input *admin_channel.SingleAdminDeleteChannelParams) error
deprecated(2022-01-10): please use SingleAdminDeleteChannelShort instead.
func (*AdminChannelService) SingleAdminDeleteChannelShort ¶ added in v0.10.0
func (aaa *AdminChannelService) SingleAdminDeleteChannelShort(input *admin_channel.SingleAdminDeleteChannelParams) error
func (*AdminChannelService) SingleAdminGetChannel ¶
func (aaa *AdminChannelService) SingleAdminGetChannel(input *admin_channel.SingleAdminGetChannelParams) (*ugcclientmodels.ModelsPaginatedGetChannelResponse, error)
deprecated(2022-01-10): please use SingleAdminGetChannelShort instead.
func (*AdminChannelService) SingleAdminGetChannelShort ¶ added in v0.10.0
func (aaa *AdminChannelService) SingleAdminGetChannelShort(input *admin_channel.SingleAdminGetChannelParams) (*ugcclientmodels.ModelsPaginatedGetChannelResponse, error)
func (*AdminChannelService) SingleAdminUpdateChannel ¶
func (aaa *AdminChannelService) SingleAdminUpdateChannel(input *admin_channel.SingleAdminUpdateChannelParams) (*ugcclientmodels.ModelsChannelResponse, error)
deprecated(2022-01-10): please use SingleAdminUpdateChannelShort instead.
func (*AdminChannelService) SingleAdminUpdateChannelShort ¶ added in v0.10.0
func (aaa *AdminChannelService) SingleAdminUpdateChannelShort(input *admin_channel.SingleAdminUpdateChannelParams) (*ugcclientmodels.ModelsChannelResponse, error)
type AdminContentService ¶
type AdminContentService struct { Client *ugcclient.JusticeUgcService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*AdminContentService) AdminDeleteContent ¶
func (aaa *AdminContentService) AdminDeleteContent(input *admin_content.AdminDeleteContentParams) error
deprecated(2022-01-10): please use AdminDeleteContentShort instead.
func (*AdminContentService) AdminDeleteContentScreenshot ¶ added in v0.10.0
func (aaa *AdminContentService) AdminDeleteContentScreenshot(input *admin_content.AdminDeleteContentScreenshotParams) error
deprecated(2022-01-10): please use AdminDeleteContentScreenshotShort instead.
func (*AdminContentService) AdminDeleteContentScreenshotShort ¶ added in v0.10.0
func (aaa *AdminContentService) AdminDeleteContentScreenshotShort(input *admin_content.AdminDeleteContentScreenshotParams) error
func (*AdminContentService) AdminDeleteContentShort ¶ added in v0.10.0
func (aaa *AdminContentService) AdminDeleteContentShort(input *admin_content.AdminDeleteContentParams) error
func (*AdminContentService) AdminDownloadContentPreview ¶
func (aaa *AdminContentService) AdminDownloadContentPreview(input *admin_content.AdminDownloadContentPreviewParams) (*ugcclientmodels.ModelsGetContentPreviewResponse, error)
deprecated(2022-01-10): please use AdminDownloadContentPreviewShort instead.
func (*AdminContentService) AdminDownloadContentPreviewShort ¶ added in v0.10.0
func (aaa *AdminContentService) AdminDownloadContentPreviewShort(input *admin_content.AdminDownloadContentPreviewParams) (*ugcclientmodels.ModelsGetContentPreviewResponse, error)
func (*AdminContentService) AdminGetContent ¶
func (aaa *AdminContentService) AdminGetContent(input *admin_content.AdminGetContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
deprecated(2022-01-10): please use AdminGetContentShort instead.
func (*AdminContentService) AdminGetContentShort ¶ added in v0.10.0
func (aaa *AdminContentService) AdminGetContentShort(input *admin_content.AdminGetContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
func (*AdminContentService) AdminGetSpecificContent ¶
func (aaa *AdminContentService) AdminGetSpecificContent(input *admin_content.AdminGetSpecificContentParams) (*ugcclientmodels.ModelsContentDownloadResponse, error)
deprecated(2022-01-10): please use AdminGetSpecificContentShort instead.
func (*AdminContentService) AdminGetSpecificContentShort ¶ added in v0.10.0
func (aaa *AdminContentService) AdminGetSpecificContentShort(input *admin_content.AdminGetSpecificContentParams) (*ugcclientmodels.ModelsContentDownloadResponse, error)
func (*AdminContentService) AdminGetUserContentByShareCode ¶ added in v0.25.0
func (aaa *AdminContentService) AdminGetUserContentByShareCode(input *admin_content.AdminGetUserContentByShareCodeParams) (*ugcclientmodels.ModelsContentDownloadResponse, error)
deprecated(2022-01-10): please use AdminGetUserContentByShareCodeShort instead.
func (*AdminContentService) AdminGetUserContentByShareCodeShort ¶ added in v0.25.0
func (aaa *AdminContentService) AdminGetUserContentByShareCodeShort(input *admin_content.AdminGetUserContentByShareCodeParams) (*ugcclientmodels.ModelsContentDownloadResponse, error)
func (*AdminContentService) AdminHideUserContent ¶
func (aaa *AdminContentService) AdminHideUserContent(input *admin_content.AdminHideUserContentParams) (*ugcclientmodels.ModelsCreateContentResponse, error)
deprecated(2022-01-10): please use AdminHideUserContentShort instead.
func (*AdminContentService) AdminHideUserContentShort ¶ added in v0.10.0
func (aaa *AdminContentService) AdminHideUserContentShort(input *admin_content.AdminHideUserContentParams) (*ugcclientmodels.ModelsCreateContentResponse, error)
func (*AdminContentService) AdminSearchChannelSpecificContent ¶
func (aaa *AdminContentService) AdminSearchChannelSpecificContent(input *admin_content.AdminSearchChannelSpecificContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
deprecated(2022-01-10): please use AdminSearchChannelSpecificContentShort instead.
func (*AdminContentService) AdminSearchChannelSpecificContentShort ¶ added in v0.10.0
func (aaa *AdminContentService) AdminSearchChannelSpecificContentShort(input *admin_content.AdminSearchChannelSpecificContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
func (*AdminContentService) AdminSearchContent ¶
func (aaa *AdminContentService) AdminSearchContent(input *admin_content.AdminSearchContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
deprecated(2022-01-10): please use AdminSearchContentShort instead.
func (*AdminContentService) AdminSearchContentShort ¶ added in v0.10.0
func (aaa *AdminContentService) AdminSearchContentShort(input *admin_content.AdminSearchContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
func (*AdminContentService) AdminUpdateContentDirect ¶
func (aaa *AdminContentService) AdminUpdateContentDirect(input *admin_content.AdminUpdateContentDirectParams) (*ugcclientmodels.ModelsCreateContentResponse, error)
deprecated(2022-01-10): please use AdminUpdateContentDirectShort instead.
func (*AdminContentService) AdminUpdateContentDirectShort ¶ added in v0.10.0
func (aaa *AdminContentService) AdminUpdateContentDirectShort(input *admin_content.AdminUpdateContentDirectParams) (*ugcclientmodels.ModelsCreateContentResponse, error)
func (*AdminContentService) AdminUpdateContentS3 ¶
func (aaa *AdminContentService) AdminUpdateContentS3(input *admin_content.AdminUpdateContentS3Params) (*ugcclientmodels.ModelsCreateContentResponse, error)
deprecated(2022-01-10): please use AdminUpdateContentS3Short instead.
func (*AdminContentService) AdminUpdateContentS3Short ¶ added in v0.10.0
func (aaa *AdminContentService) AdminUpdateContentS3Short(input *admin_content.AdminUpdateContentS3Params) (*ugcclientmodels.ModelsCreateContentResponse, error)
func (*AdminContentService) AdminUpdateScreenshots ¶ added in v0.10.0
func (aaa *AdminContentService) AdminUpdateScreenshots(input *admin_content.AdminUpdateScreenshotsParams) (*ugcclientmodels.ModelsUpdateScreenshotResponse, error)
deprecated(2022-01-10): please use AdminUpdateScreenshotsShort instead.
func (*AdminContentService) AdminUpdateScreenshotsShort ¶ added in v0.10.0
func (aaa *AdminContentService) AdminUpdateScreenshotsShort(input *admin_content.AdminUpdateScreenshotsParams) (*ugcclientmodels.ModelsUpdateScreenshotResponse, error)
func (*AdminContentService) AdminUploadContentDirect ¶
func (aaa *AdminContentService) AdminUploadContentDirect(input *admin_content.AdminUploadContentDirectParams) (*ugcclientmodels.ModelsCreateContentResponse, error)
deprecated(2022-01-10): please use AdminUploadContentDirectShort instead.
func (*AdminContentService) AdminUploadContentDirectShort ¶ added in v0.10.0
func (aaa *AdminContentService) AdminUploadContentDirectShort(input *admin_content.AdminUploadContentDirectParams) (*ugcclientmodels.ModelsCreateContentResponse, error)
func (*AdminContentService) AdminUploadContentS3 ¶
func (aaa *AdminContentService) AdminUploadContentS3(input *admin_content.AdminUploadContentS3Params) (*ugcclientmodels.ModelsCreateContentResponse, error)
deprecated(2022-01-10): please use AdminUploadContentS3Short instead.
func (*AdminContentService) AdminUploadContentS3Short ¶ added in v0.10.0
func (aaa *AdminContentService) AdminUploadContentS3Short(input *admin_content.AdminUploadContentS3Params) (*ugcclientmodels.ModelsCreateContentResponse, error)
func (*AdminContentService) AdminUploadContentScreenshot ¶ added in v0.10.0
func (aaa *AdminContentService) AdminUploadContentScreenshot(input *admin_content.AdminUploadContentScreenshotParams) (*ugcclientmodels.ModelsCreateScreenshotResponse, error)
deprecated(2022-01-10): please use AdminUploadContentScreenshotShort instead.
func (*AdminContentService) AdminUploadContentScreenshotShort ¶ added in v0.10.0
func (aaa *AdminContentService) AdminUploadContentScreenshotShort(input *admin_content.AdminUploadContentScreenshotParams) (*ugcclientmodels.ModelsCreateScreenshotResponse, error)
func (*AdminContentService) GetAuthSession ¶ added in v0.21.0
func (aaa *AdminContentService) GetAuthSession() auth.Session
func (*AdminContentService) SingleAdminDeleteContent ¶
func (aaa *AdminContentService) SingleAdminDeleteContent(input *admin_content.SingleAdminDeleteContentParams) error
deprecated(2022-01-10): please use SingleAdminDeleteContentShort instead.
func (*AdminContentService) SingleAdminDeleteContentShort ¶ added in v0.10.0
func (aaa *AdminContentService) SingleAdminDeleteContentShort(input *admin_content.SingleAdminDeleteContentParams) error
func (*AdminContentService) SingleAdminGetContent ¶
func (aaa *AdminContentService) SingleAdminGetContent(input *admin_content.SingleAdminGetContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
deprecated(2022-01-10): please use SingleAdminGetContentShort instead.
func (*AdminContentService) SingleAdminGetContentShort ¶ added in v0.10.0
func (aaa *AdminContentService) SingleAdminGetContentShort(input *admin_content.SingleAdminGetContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
func (*AdminContentService) SingleAdminUpdateContentDirect ¶
func (aaa *AdminContentService) SingleAdminUpdateContentDirect(input *admin_content.SingleAdminUpdateContentDirectParams) (*ugcclientmodels.ModelsCreateContentResponse, error)
deprecated(2022-01-10): please use SingleAdminUpdateContentDirectShort instead.
func (*AdminContentService) SingleAdminUpdateContentDirectShort ¶ added in v0.10.0
func (aaa *AdminContentService) SingleAdminUpdateContentDirectShort(input *admin_content.SingleAdminUpdateContentDirectParams) (*ugcclientmodels.ModelsCreateContentResponse, error)
func (*AdminContentService) SingleAdminUpdateContentS3 ¶
func (aaa *AdminContentService) SingleAdminUpdateContentS3(input *admin_content.SingleAdminUpdateContentS3Params) (*ugcclientmodels.ModelsCreateContentResponse, error)
deprecated(2022-01-10): please use SingleAdminUpdateContentS3Short instead.
func (*AdminContentService) SingleAdminUpdateContentS3Short ¶ added in v0.10.0
func (aaa *AdminContentService) SingleAdminUpdateContentS3Short(input *admin_content.SingleAdminUpdateContentS3Params) (*ugcclientmodels.ModelsCreateContentResponse, error)
type AdminGroupService ¶
type AdminGroupService struct { Client *ugcclient.JusticeUgcService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*AdminGroupService) AdminCreateGroup ¶
func (aaa *AdminGroupService) AdminCreateGroup(input *admin_group.AdminCreateGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
deprecated(2022-01-10): please use AdminCreateGroupShort instead.
func (*AdminGroupService) AdminCreateGroupShort ¶ added in v0.10.0
func (aaa *AdminGroupService) AdminCreateGroupShort(input *admin_group.AdminCreateGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
func (*AdminGroupService) AdminDeleteGroup ¶
func (aaa *AdminGroupService) AdminDeleteGroup(input *admin_group.AdminDeleteGroupParams) error
deprecated(2022-01-10): please use AdminDeleteGroupShort instead.
func (*AdminGroupService) AdminDeleteGroupShort ¶ added in v0.10.0
func (aaa *AdminGroupService) AdminDeleteGroupShort(input *admin_group.AdminDeleteGroupParams) error
func (*AdminGroupService) AdminGetAllGroups ¶
func (aaa *AdminGroupService) AdminGetAllGroups(input *admin_group.AdminGetAllGroupsParams) (*ugcclientmodels.ModelsPaginatedGroupResponse, error)
deprecated(2022-01-10): please use AdminGetAllGroupsShort instead.
func (*AdminGroupService) AdminGetAllGroupsShort ¶ added in v0.10.0
func (aaa *AdminGroupService) AdminGetAllGroupsShort(input *admin_group.AdminGetAllGroupsParams) (*ugcclientmodels.ModelsPaginatedGroupResponse, error)
func (*AdminGroupService) AdminGetGroup ¶
func (aaa *AdminGroupService) AdminGetGroup(input *admin_group.AdminGetGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
deprecated(2022-01-10): please use AdminGetGroupShort instead.
func (*AdminGroupService) AdminGetGroupContents ¶
func (aaa *AdminGroupService) AdminGetGroupContents(input *admin_group.AdminGetGroupContentsParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
deprecated(2022-01-10): please use AdminGetGroupContentsShort instead.
func (*AdminGroupService) AdminGetGroupContentsShort ¶ added in v0.10.0
func (aaa *AdminGroupService) AdminGetGroupContentsShort(input *admin_group.AdminGetGroupContentsParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
func (*AdminGroupService) AdminGetGroupShort ¶ added in v0.10.0
func (aaa *AdminGroupService) AdminGetGroupShort(input *admin_group.AdminGetGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
func (*AdminGroupService) AdminUpdateGroup ¶
func (aaa *AdminGroupService) AdminUpdateGroup(input *admin_group.AdminUpdateGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
deprecated(2022-01-10): please use AdminUpdateGroupShort instead.
func (*AdminGroupService) AdminUpdateGroupShort ¶ added in v0.10.0
func (aaa *AdminGroupService) AdminUpdateGroupShort(input *admin_group.AdminUpdateGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
func (*AdminGroupService) GetAuthSession ¶ added in v0.21.0
func (aaa *AdminGroupService) GetAuthSession() auth.Session
func (*AdminGroupService) SingleAdminDeleteGroup ¶
func (aaa *AdminGroupService) SingleAdminDeleteGroup(input *admin_group.SingleAdminDeleteGroupParams) error
deprecated(2022-01-10): please use SingleAdminDeleteGroupShort instead.
func (*AdminGroupService) SingleAdminDeleteGroupShort ¶ added in v0.10.0
func (aaa *AdminGroupService) SingleAdminDeleteGroupShort(input *admin_group.SingleAdminDeleteGroupParams) error
func (*AdminGroupService) SingleAdminGetAllGroups ¶
func (aaa *AdminGroupService) SingleAdminGetAllGroups(input *admin_group.SingleAdminGetAllGroupsParams) (*ugcclientmodels.ModelsPaginatedGroupResponse, error)
deprecated(2022-01-10): please use SingleAdminGetAllGroupsShort instead.
func (*AdminGroupService) SingleAdminGetAllGroupsShort ¶ added in v0.10.0
func (aaa *AdminGroupService) SingleAdminGetAllGroupsShort(input *admin_group.SingleAdminGetAllGroupsParams) (*ugcclientmodels.ModelsPaginatedGroupResponse, error)
func (*AdminGroupService) SingleAdminGetGroup ¶
func (aaa *AdminGroupService) SingleAdminGetGroup(input *admin_group.SingleAdminGetGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
deprecated(2022-01-10): please use SingleAdminGetGroupShort instead.
func (*AdminGroupService) SingleAdminGetGroupContents ¶
func (aaa *AdminGroupService) SingleAdminGetGroupContents(input *admin_group.SingleAdminGetGroupContentsParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
deprecated(2022-01-10): please use SingleAdminGetGroupContentsShort instead.
func (*AdminGroupService) SingleAdminGetGroupContentsShort ¶ added in v0.10.0
func (aaa *AdminGroupService) SingleAdminGetGroupContentsShort(input *admin_group.SingleAdminGetGroupContentsParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
func (*AdminGroupService) SingleAdminGetGroupShort ¶ added in v0.10.0
func (aaa *AdminGroupService) SingleAdminGetGroupShort(input *admin_group.SingleAdminGetGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
func (*AdminGroupService) SingleAdminUpdateGroup ¶
func (aaa *AdminGroupService) SingleAdminUpdateGroup(input *admin_group.SingleAdminUpdateGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
deprecated(2022-01-10): please use SingleAdminUpdateGroupShort instead.
func (*AdminGroupService) SingleAdminUpdateGroupShort ¶ added in v0.10.0
func (aaa *AdminGroupService) SingleAdminUpdateGroupShort(input *admin_group.SingleAdminUpdateGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
type AdminTagService ¶
type AdminTagService struct { Client *ugcclient.JusticeUgcService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*AdminTagService) AdminCreateTag ¶
func (aaa *AdminTagService) AdminCreateTag(input *admin_tag.AdminCreateTagParams) (*ugcclientmodels.ModelsCreateTagResponse, error)
deprecated(2022-01-10): please use AdminCreateTagShort instead.
func (*AdminTagService) AdminCreateTagShort ¶ added in v0.10.0
func (aaa *AdminTagService) AdminCreateTagShort(input *admin_tag.AdminCreateTagParams) (*ugcclientmodels.ModelsCreateTagResponse, error)
func (*AdminTagService) AdminDeleteTag ¶
func (aaa *AdminTagService) AdminDeleteTag(input *admin_tag.AdminDeleteTagParams) error
deprecated(2022-01-10): please use AdminDeleteTagShort instead.
func (*AdminTagService) AdminDeleteTagShort ¶ added in v0.10.0
func (aaa *AdminTagService) AdminDeleteTagShort(input *admin_tag.AdminDeleteTagParams) error
func (*AdminTagService) AdminGetTag ¶
func (aaa *AdminTagService) AdminGetTag(input *admin_tag.AdminGetTagParams) (*ugcclientmodels.ModelsPaginatedGetTagResponse, error)
deprecated(2022-01-10): please use AdminGetTagShort instead.
func (*AdminTagService) AdminGetTagShort ¶ added in v0.10.0
func (aaa *AdminTagService) AdminGetTagShort(input *admin_tag.AdminGetTagParams) (*ugcclientmodels.ModelsPaginatedGetTagResponse, error)
func (*AdminTagService) AdminUpdateTag ¶
func (aaa *AdminTagService) AdminUpdateTag(input *admin_tag.AdminUpdateTagParams) (*ugcclientmodels.ModelsCreateTagResponse, error)
deprecated(2022-01-10): please use AdminUpdateTagShort instead.
func (*AdminTagService) AdminUpdateTagShort ¶ added in v0.10.0
func (aaa *AdminTagService) AdminUpdateTagShort(input *admin_tag.AdminUpdateTagParams) (*ugcclientmodels.ModelsCreateTagResponse, error)
func (*AdminTagService) GetAuthSession ¶ added in v0.21.0
func (aaa *AdminTagService) GetAuthSession() auth.Session
type AdminTypeService ¶
type AdminTypeService struct { Client *ugcclient.JusticeUgcService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*AdminTypeService) AdminCreateType ¶
func (aaa *AdminTypeService) AdminCreateType(input *admin_type.AdminCreateTypeParams) (*ugcclientmodels.ModelsCreateTypeResponse, error)
deprecated(2022-01-10): please use AdminCreateTypeShort instead.
func (*AdminTypeService) AdminCreateTypeShort ¶ added in v0.10.0
func (aaa *AdminTypeService) AdminCreateTypeShort(input *admin_type.AdminCreateTypeParams) (*ugcclientmodels.ModelsCreateTypeResponse, error)
func (*AdminTypeService) AdminDeleteType ¶
func (aaa *AdminTypeService) AdminDeleteType(input *admin_type.AdminDeleteTypeParams) error
deprecated(2022-01-10): please use AdminDeleteTypeShort instead.
func (*AdminTypeService) AdminDeleteTypeShort ¶ added in v0.10.0
func (aaa *AdminTypeService) AdminDeleteTypeShort(input *admin_type.AdminDeleteTypeParams) error
func (*AdminTypeService) AdminGetType ¶
func (aaa *AdminTypeService) AdminGetType(input *admin_type.AdminGetTypeParams) (*ugcclientmodels.ModelsPaginatedGetTypeResponse, error)
deprecated(2022-01-10): please use AdminGetTypeShort instead.
func (*AdminTypeService) AdminGetTypeShort ¶ added in v0.10.0
func (aaa *AdminTypeService) AdminGetTypeShort(input *admin_type.AdminGetTypeParams) (*ugcclientmodels.ModelsPaginatedGetTypeResponse, error)
func (*AdminTypeService) AdminUpdateType ¶
func (aaa *AdminTypeService) AdminUpdateType(input *admin_type.AdminUpdateTypeParams) (*ugcclientmodels.ModelsCreateTypeResponse, error)
deprecated(2022-01-10): please use AdminUpdateTypeShort instead.
func (*AdminTypeService) AdminUpdateTypeShort ¶ added in v0.10.0
func (aaa *AdminTypeService) AdminUpdateTypeShort(input *admin_type.AdminUpdateTypeParams) (*ugcclientmodels.ModelsCreateTypeResponse, error)
func (*AdminTypeService) GetAuthSession ¶ added in v0.21.0
func (aaa *AdminTypeService) GetAuthSession() auth.Session
type AnonymizationService ¶
type AnonymizationService struct { Client *ugcclient.JusticeUgcService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*AnonymizationService) AdminDeleteAllUserChannels ¶
func (aaa *AnonymizationService) AdminDeleteAllUserChannels(input *anonymization.AdminDeleteAllUserChannelsParams) error
deprecated(2022-01-10): please use AdminDeleteAllUserChannelsShort instead.
func (*AnonymizationService) AdminDeleteAllUserChannelsShort ¶ added in v0.10.0
func (aaa *AnonymizationService) AdminDeleteAllUserChannelsShort(input *anonymization.AdminDeleteAllUserChannelsParams) error
func (*AnonymizationService) AdminDeleteAllUserContents ¶
func (aaa *AnonymizationService) AdminDeleteAllUserContents(input *anonymization.AdminDeleteAllUserContentsParams) error
deprecated(2022-01-10): please use AdminDeleteAllUserContentsShort instead.
func (*AnonymizationService) AdminDeleteAllUserContentsShort ¶ added in v0.10.0
func (aaa *AnonymizationService) AdminDeleteAllUserContentsShort(input *anonymization.AdminDeleteAllUserContentsParams) error
func (*AnonymizationService) AdminDeleteAllUserGroup ¶
func (aaa *AnonymizationService) AdminDeleteAllUserGroup(input *anonymization.AdminDeleteAllUserGroupParams) error
deprecated(2022-01-10): please use AdminDeleteAllUserGroupShort instead.
func (*AnonymizationService) AdminDeleteAllUserGroupShort ¶ added in v0.10.0
func (aaa *AnonymizationService) AdminDeleteAllUserGroupShort(input *anonymization.AdminDeleteAllUserGroupParams) error
func (*AnonymizationService) AdminDeleteAllUserStates ¶
func (aaa *AnonymizationService) AdminDeleteAllUserStates(input *anonymization.AdminDeleteAllUserStatesParams) error
deprecated(2022-01-10): please use AdminDeleteAllUserStatesShort instead.
func (*AnonymizationService) AdminDeleteAllUserStatesShort ¶ added in v0.10.0
func (aaa *AnonymizationService) AdminDeleteAllUserStatesShort(input *anonymization.AdminDeleteAllUserStatesParams) error
func (*AnonymizationService) DeleteAllUserChannel ¶
func (aaa *AnonymizationService) DeleteAllUserChannel(input *anonymization.DeleteAllUserChannelParams) error
deprecated(2022-01-10): please use DeleteAllUserChannelShort instead.
func (*AnonymizationService) DeleteAllUserChannelShort ¶ added in v0.10.0
func (aaa *AnonymizationService) DeleteAllUserChannelShort(input *anonymization.DeleteAllUserChannelParams) error
func (*AnonymizationService) DeleteAllUserContents ¶
func (aaa *AnonymizationService) DeleteAllUserContents(input *anonymization.DeleteAllUserContentsParams) error
deprecated(2022-01-10): please use DeleteAllUserContentsShort instead.
func (*AnonymizationService) DeleteAllUserContentsShort ¶ added in v0.10.0
func (aaa *AnonymizationService) DeleteAllUserContentsShort(input *anonymization.DeleteAllUserContentsParams) error
func (*AnonymizationService) DeleteAllUserGroup ¶
func (aaa *AnonymizationService) DeleteAllUserGroup(input *anonymization.DeleteAllUserGroupParams) error
deprecated(2022-01-10): please use DeleteAllUserGroupShort instead.
func (*AnonymizationService) DeleteAllUserGroupShort ¶ added in v0.10.0
func (aaa *AnonymizationService) DeleteAllUserGroupShort(input *anonymization.DeleteAllUserGroupParams) error
func (*AnonymizationService) DeleteAllUserStates ¶
func (aaa *AnonymizationService) DeleteAllUserStates(input *anonymization.DeleteAllUserStatesParams) error
deprecated(2022-01-10): please use DeleteAllUserStatesShort instead.
func (*AnonymizationService) DeleteAllUserStatesShort ¶ added in v0.10.0
func (aaa *AnonymizationService) DeleteAllUserStatesShort(input *anonymization.DeleteAllUserStatesParams) error
func (*AnonymizationService) GetAuthSession ¶ added in v0.21.0
func (aaa *AnonymizationService) GetAuthSession() auth.Session
type PublicChannelService ¶
type PublicChannelService struct { Client *ugcclient.JusticeUgcService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*PublicChannelService) CreateChannel ¶
func (aaa *PublicChannelService) CreateChannel(input *public_channel.CreateChannelParams) (*ugcclientmodels.ModelsChannelResponse, error)
deprecated(2022-01-10): please use CreateChannelShort instead.
func (*PublicChannelService) CreateChannelShort ¶ added in v0.10.0
func (aaa *PublicChannelService) CreateChannelShort(input *public_channel.CreateChannelParams) (*ugcclientmodels.ModelsChannelResponse, error)
func (*PublicChannelService) DeleteChannel ¶
func (aaa *PublicChannelService) DeleteChannel(input *public_channel.DeleteChannelParams) error
deprecated(2022-01-10): please use DeleteChannelShort instead.
func (*PublicChannelService) DeleteChannelShort ¶ added in v0.10.0
func (aaa *PublicChannelService) DeleteChannelShort(input *public_channel.DeleteChannelParams) error
func (*PublicChannelService) GetAuthSession ¶ added in v0.21.0
func (aaa *PublicChannelService) GetAuthSession() auth.Session
func (*PublicChannelService) GetChannels ¶
func (aaa *PublicChannelService) GetChannels(input *public_channel.GetChannelsParams) (*ugcclientmodels.ModelsPaginatedGetChannelResponse, error)
deprecated(2022-01-10): please use GetChannelsShort instead.
func (*PublicChannelService) GetChannelsShort ¶ added in v0.10.0
func (aaa *PublicChannelService) GetChannelsShort(input *public_channel.GetChannelsParams) (*ugcclientmodels.ModelsPaginatedGetChannelResponse, error)
func (*PublicChannelService) UpdateChannel ¶
func (aaa *PublicChannelService) UpdateChannel(input *public_channel.UpdateChannelParams) (*ugcclientmodels.ModelsChannelResponse, error)
deprecated(2022-01-10): please use UpdateChannelShort instead.
func (*PublicChannelService) UpdateChannelShort ¶ added in v0.10.0
func (aaa *PublicChannelService) UpdateChannelShort(input *public_channel.UpdateChannelParams) (*ugcclientmodels.ModelsChannelResponse, error)
type PublicContentService ¶
type PublicContentService struct { Client *ugcclient.JusticeUgcService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*PublicContentService) CreateContentDirect ¶
func (aaa *PublicContentService) CreateContentDirect(input *public_content.CreateContentDirectParams) (*ugcclientmodels.ModelsCreateContentResponse, error)
deprecated(2022-01-10): please use CreateContentDirectShort instead.
func (*PublicContentService) CreateContentDirectShort ¶ added in v0.10.0
func (aaa *PublicContentService) CreateContentDirectShort(input *public_content.CreateContentDirectParams) (*ugcclientmodels.ModelsCreateContentResponse, error)
func (*PublicContentService) CreateContentS3 ¶
func (aaa *PublicContentService) CreateContentS3(input *public_content.CreateContentS3Params) (*ugcclientmodels.ModelsCreateContentResponse, error)
deprecated(2022-01-10): please use CreateContentS3Short instead.
func (*PublicContentService) CreateContentS3Short ¶ added in v0.10.0
func (aaa *PublicContentService) CreateContentS3Short(input *public_content.CreateContentS3Params) (*ugcclientmodels.ModelsCreateContentResponse, error)
func (*PublicContentService) DeleteContent ¶
func (aaa *PublicContentService) DeleteContent(input *public_content.DeleteContentParams) error
deprecated(2022-01-10): please use DeleteContentShort instead.
func (*PublicContentService) DeleteContentScreenshot ¶ added in v0.10.0
func (aaa *PublicContentService) DeleteContentScreenshot(input *public_content.DeleteContentScreenshotParams) error
deprecated(2022-01-10): please use DeleteContentScreenshotShort instead.
func (*PublicContentService) DeleteContentScreenshotShort ¶ added in v0.10.0
func (aaa *PublicContentService) DeleteContentScreenshotShort(input *public_content.DeleteContentScreenshotParams) error
func (*PublicContentService) DeleteContentShort ¶ added in v0.10.0
func (aaa *PublicContentService) DeleteContentShort(input *public_content.DeleteContentParams) error
func (*PublicContentService) GetAuthSession ¶ added in v0.21.0
func (aaa *PublicContentService) GetAuthSession() auth.Session
func (*PublicContentService) PublicDownloadContentByContentID ¶
func (aaa *PublicContentService) PublicDownloadContentByContentID(input *public_content.PublicDownloadContentByContentIDParams) (*ugcclientmodels.ModelsContentDownloadResponse, error)
deprecated(2022-01-10): please use PublicDownloadContentByContentIDShort instead.
func (*PublicContentService) PublicDownloadContentByContentIDShort ¶ added in v0.10.0
func (aaa *PublicContentService) PublicDownloadContentByContentIDShort(input *public_content.PublicDownloadContentByContentIDParams) (*ugcclientmodels.ModelsContentDownloadResponse, error)
func (*PublicContentService) PublicDownloadContentByShareCode ¶ added in v0.25.0
func (aaa *PublicContentService) PublicDownloadContentByShareCode(input *public_content.PublicDownloadContentByShareCodeParams) (*ugcclientmodels.ModelsContentDownloadResponse, error)
deprecated(2022-01-10): please use PublicDownloadContentByShareCodeShort instead.
func (*PublicContentService) PublicDownloadContentByShareCodeShort ¶ added in v0.25.0
func (aaa *PublicContentService) PublicDownloadContentByShareCodeShort(input *public_content.PublicDownloadContentByShareCodeParams) (*ugcclientmodels.ModelsContentDownloadResponse, error)
func (*PublicContentService) PublicDownloadContentPreview ¶
func (aaa *PublicContentService) PublicDownloadContentPreview(input *public_content.PublicDownloadContentPreviewParams) (*ugcclientmodels.ModelsGetContentPreviewResponse, error)
deprecated(2022-01-10): please use PublicDownloadContentPreviewShort instead.
func (*PublicContentService) PublicDownloadContentPreviewShort ¶ added in v0.10.0
func (aaa *PublicContentService) PublicDownloadContentPreviewShort(input *public_content.PublicDownloadContentPreviewParams) (*ugcclientmodels.ModelsGetContentPreviewResponse, error)
func (*PublicContentService) PublicGetContentBulk ¶ added in v0.17.0
func (aaa *PublicContentService) PublicGetContentBulk(input *public_content.PublicGetContentBulkParams) ([]*ugcclientmodels.ModelsContentDownloadResponse, error)
deprecated(2022-01-10): please use PublicGetContentBulkShort instead.
func (*PublicContentService) PublicGetContentBulkShort ¶ added in v0.17.0
func (aaa *PublicContentService) PublicGetContentBulkShort(input *public_content.PublicGetContentBulkParams) ([]*ugcclientmodels.ModelsContentDownloadResponse, error)
func (*PublicContentService) PublicGetUserContent ¶
func (aaa *PublicContentService) PublicGetUserContent(input *public_content.PublicGetUserContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
deprecated(2022-01-10): please use PublicGetUserContentShort instead.
func (*PublicContentService) PublicGetUserContentShort ¶ added in v0.10.0
func (aaa *PublicContentService) PublicGetUserContentShort(input *public_content.PublicGetUserContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
func (*PublicContentService) PublicSearchContent ¶
func (aaa *PublicContentService) PublicSearchContent(input *public_content.PublicSearchContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
deprecated(2022-01-10): please use PublicSearchContentShort instead.
func (*PublicContentService) PublicSearchContentShort ¶ added in v0.10.0
func (aaa *PublicContentService) PublicSearchContentShort(input *public_content.PublicSearchContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
func (*PublicContentService) SearchChannelSpecificContent ¶
func (aaa *PublicContentService) SearchChannelSpecificContent(input *public_content.SearchChannelSpecificContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
deprecated(2022-01-10): please use SearchChannelSpecificContentShort instead.
func (*PublicContentService) SearchChannelSpecificContentShort ¶ added in v0.10.0
func (aaa *PublicContentService) SearchChannelSpecificContentShort(input *public_content.SearchChannelSpecificContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
func (*PublicContentService) UpdateContentDirect ¶
func (aaa *PublicContentService) UpdateContentDirect(input *public_content.UpdateContentDirectParams) (*ugcclientmodels.ModelsCreateContentResponse, error)
deprecated(2022-01-10): please use UpdateContentDirectShort instead.
func (*PublicContentService) UpdateContentDirectShort ¶ added in v0.10.0
func (aaa *PublicContentService) UpdateContentDirectShort(input *public_content.UpdateContentDirectParams) (*ugcclientmodels.ModelsCreateContentResponse, error)
func (*PublicContentService) UpdateContentS3 ¶
func (aaa *PublicContentService) UpdateContentS3(input *public_content.UpdateContentS3Params) (*ugcclientmodels.ModelsCreateContentResponse, error)
deprecated(2022-01-10): please use UpdateContentS3Short instead.
func (*PublicContentService) UpdateContentS3Short ¶ added in v0.10.0
func (aaa *PublicContentService) UpdateContentS3Short(input *public_content.UpdateContentS3Params) (*ugcclientmodels.ModelsCreateContentResponse, error)
func (*PublicContentService) UpdateScreenshots ¶ added in v0.10.0
func (aaa *PublicContentService) UpdateScreenshots(input *public_content.UpdateScreenshotsParams) (*ugcclientmodels.ModelsUpdateScreenshotResponse, error)
deprecated(2022-01-10): please use UpdateScreenshotsShort instead.
func (*PublicContentService) UpdateScreenshotsShort ¶ added in v0.10.0
func (aaa *PublicContentService) UpdateScreenshotsShort(input *public_content.UpdateScreenshotsParams) (*ugcclientmodels.ModelsUpdateScreenshotResponse, error)
func (*PublicContentService) UploadContentScreenshot ¶ added in v0.10.0
func (aaa *PublicContentService) UploadContentScreenshot(input *public_content.UploadContentScreenshotParams) (*ugcclientmodels.ModelsCreateScreenshotResponse, error)
deprecated(2022-01-10): please use UploadContentScreenshotShort instead.
func (*PublicContentService) UploadContentScreenshotShort ¶ added in v0.10.0
func (aaa *PublicContentService) UploadContentScreenshotShort(input *public_content.UploadContentScreenshotParams) (*ugcclientmodels.ModelsCreateScreenshotResponse, error)
type PublicCreatorService ¶ added in v0.16.0
type PublicCreatorService struct { Client *ugcclient.JusticeUgcService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*PublicCreatorService) GetAuthSession ¶ added in v0.21.0
func (aaa *PublicCreatorService) GetAuthSession() auth.Session
func (*PublicCreatorService) PublicGetCreator ¶ added in v0.24.0
func (aaa *PublicCreatorService) PublicGetCreator(input *public_creator.PublicGetCreatorParams) (*ugcclientmodels.ModelsCreatorResponse, error)
deprecated(2022-01-10): please use PublicGetCreatorShort instead.
func (*PublicCreatorService) PublicGetCreatorShort ¶ added in v0.24.0
func (aaa *PublicCreatorService) PublicGetCreatorShort(input *public_creator.PublicGetCreatorParams) (*ugcclientmodels.ModelsCreatorResponse, error)
func (*PublicCreatorService) PublicSearchCreator ¶ added in v0.24.0
func (aaa *PublicCreatorService) PublicSearchCreator(input *public_creator.PublicSearchCreatorParams) (*ugcclientmodels.ModelsPaginatedCreatorOverviewResponse, error)
deprecated(2022-01-10): please use PublicSearchCreatorShort instead.
func (*PublicCreatorService) PublicSearchCreatorShort ¶ added in v0.24.0
func (aaa *PublicCreatorService) PublicSearchCreatorShort(input *public_creator.PublicSearchCreatorParams) (*ugcclientmodels.ModelsPaginatedCreatorOverviewResponse, error)
type PublicDownloadCountService ¶
type PublicDownloadCountService struct { Client *ugcclient.JusticeUgcService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*PublicDownloadCountService) AddDownloadCount ¶
func (aaa *PublicDownloadCountService) AddDownloadCount(input *public_download_count.AddDownloadCountParams) (*ugcclientmodels.ModelsAddDownloadCountResponse, error)
deprecated(2022-01-10): please use AddDownloadCountShort instead.
func (*PublicDownloadCountService) AddDownloadCountShort ¶ added in v0.10.0
func (aaa *PublicDownloadCountService) AddDownloadCountShort(input *public_download_count.AddDownloadCountParams) (*ugcclientmodels.ModelsAddDownloadCountResponse, error)
func (*PublicDownloadCountService) GetAuthSession ¶ added in v0.21.0
func (aaa *PublicDownloadCountService) GetAuthSession() auth.Session
type PublicFollowService ¶
type PublicFollowService struct { Client *ugcclient.JusticeUgcService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*PublicFollowService) GetAuthSession ¶ added in v0.21.0
func (aaa *PublicFollowService) GetAuthSession() auth.Session
func (*PublicFollowService) GetFollowedContent ¶
func (aaa *PublicFollowService) GetFollowedContent(input *public_follow.GetFollowedContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
deprecated(2022-01-10): please use GetFollowedContentShort instead.
func (*PublicFollowService) GetFollowedContentShort ¶ added in v0.10.0
func (aaa *PublicFollowService) GetFollowedContentShort(input *public_follow.GetFollowedContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
func (*PublicFollowService) GetFollowedUsers ¶
func (aaa *PublicFollowService) GetFollowedUsers(input *public_follow.GetFollowedUsersParams) (*ugcclientmodels.ModelsPaginatedCreatorOverviewResponse, error)
deprecated(2022-01-10): please use GetFollowedUsersShort instead.
func (*PublicFollowService) GetFollowedUsersShort ¶ added in v0.10.0
func (aaa *PublicFollowService) GetFollowedUsersShort(input *public_follow.GetFollowedUsersParams) (*ugcclientmodels.ModelsPaginatedCreatorOverviewResponse, error)
func (*PublicFollowService) GetPublicFollowers ¶ added in v0.16.0
func (aaa *PublicFollowService) GetPublicFollowers(input *public_follow.GetPublicFollowersParams) (*ugcclientmodels.ModelsPaginatedCreatorOverviewResponse, error)
deprecated(2022-01-10): please use GetPublicFollowersShort instead.
func (*PublicFollowService) GetPublicFollowersShort ¶ added in v0.16.0
func (aaa *PublicFollowService) GetPublicFollowersShort(input *public_follow.GetPublicFollowersParams) (*ugcclientmodels.ModelsPaginatedCreatorOverviewResponse, error)
func (*PublicFollowService) GetPublicFollowing ¶ added in v0.16.0
func (aaa *PublicFollowService) GetPublicFollowing(input *public_follow.GetPublicFollowingParams) (*ugcclientmodels.ModelsPaginatedCreatorOverviewResponse, error)
deprecated(2022-01-10): please use GetPublicFollowingShort instead.
func (*PublicFollowService) GetPublicFollowingShort ¶ added in v0.16.0
func (aaa *PublicFollowService) GetPublicFollowingShort(input *public_follow.GetPublicFollowingParams) (*ugcclientmodels.ModelsPaginatedCreatorOverviewResponse, error)
func (*PublicFollowService) UpdateUserFollowStatus ¶
func (aaa *PublicFollowService) UpdateUserFollowStatus(input *public_follow.UpdateUserFollowStatusParams) (*ugcclientmodels.ModelsUserFollowResponse, error)
deprecated(2022-01-10): please use UpdateUserFollowStatusShort instead.
func (*PublicFollowService) UpdateUserFollowStatusShort ¶ added in v0.10.0
func (aaa *PublicFollowService) UpdateUserFollowStatusShort(input *public_follow.UpdateUserFollowStatusParams) (*ugcclientmodels.ModelsUserFollowResponse, error)
type PublicGroupService ¶
type PublicGroupService struct { Client *ugcclient.JusticeUgcService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*PublicGroupService) CreateGroup ¶
func (aaa *PublicGroupService) CreateGroup(input *public_group.CreateGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
deprecated(2022-01-10): please use CreateGroupShort instead.
func (*PublicGroupService) CreateGroupShort ¶ added in v0.10.0
func (aaa *PublicGroupService) CreateGroupShort(input *public_group.CreateGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
func (*PublicGroupService) DeleteGroup ¶
func (aaa *PublicGroupService) DeleteGroup(input *public_group.DeleteGroupParams) error
deprecated(2022-01-10): please use DeleteGroupShort instead.
func (*PublicGroupService) DeleteGroupShort ¶ added in v0.10.0
func (aaa *PublicGroupService) DeleteGroupShort(input *public_group.DeleteGroupParams) error
func (*PublicGroupService) GetAuthSession ¶ added in v0.21.0
func (aaa *PublicGroupService) GetAuthSession() auth.Session
func (*PublicGroupService) GetGroup ¶
func (aaa *PublicGroupService) GetGroup(input *public_group.GetGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
deprecated(2022-01-10): please use GetGroupShort instead.
func (*PublicGroupService) GetGroupContent ¶
func (aaa *PublicGroupService) GetGroupContent(input *public_group.GetGroupContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
deprecated(2022-01-10): please use GetGroupContentShort instead.
func (*PublicGroupService) GetGroupContentShort ¶ added in v0.10.0
func (aaa *PublicGroupService) GetGroupContentShort(input *public_group.GetGroupContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
func (*PublicGroupService) GetGroupShort ¶ added in v0.10.0
func (aaa *PublicGroupService) GetGroupShort(input *public_group.GetGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
func (*PublicGroupService) GetGroups ¶
func (aaa *PublicGroupService) GetGroups(input *public_group.GetGroupsParams) (*ugcclientmodels.ModelsPaginatedGroupResponse, error)
deprecated(2022-01-10): please use GetGroupsShort instead.
func (*PublicGroupService) GetGroupsShort ¶ added in v0.10.0
func (aaa *PublicGroupService) GetGroupsShort(input *public_group.GetGroupsParams) (*ugcclientmodels.ModelsPaginatedGroupResponse, error)
func (*PublicGroupService) UpdateGroup ¶
func (aaa *PublicGroupService) UpdateGroup(input *public_group.UpdateGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
deprecated(2022-01-10): please use UpdateGroupShort instead.
func (*PublicGroupService) UpdateGroupShort ¶ added in v0.10.0
func (aaa *PublicGroupService) UpdateGroupShort(input *public_group.UpdateGroupParams) (*ugcclientmodels.ModelsCreateGroupResponse, error)
type PublicLikeService ¶
type PublicLikeService struct { Client *ugcclient.JusticeUgcService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*PublicLikeService) GetAuthSession ¶ added in v0.21.0
func (aaa *PublicLikeService) GetAuthSession() auth.Session
func (*PublicLikeService) GetLikedContent ¶
func (aaa *PublicLikeService) GetLikedContent(input *public_like.GetLikedContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
deprecated(2022-01-10): please use GetLikedContentShort instead.
func (*PublicLikeService) GetLikedContentShort ¶ added in v0.10.0
func (aaa *PublicLikeService) GetLikedContentShort(input *public_like.GetLikedContentParams) (*ugcclientmodels.ModelsPaginatedContentDownloadResponse, error)
func (*PublicLikeService) UpdateContentLikeStatus ¶
func (aaa *PublicLikeService) UpdateContentLikeStatus(input *public_like.UpdateContentLikeStatusParams) (*ugcclientmodels.ModelsContentLikeResponse, error)
deprecated(2022-01-10): please use UpdateContentLikeStatusShort instead.
func (*PublicLikeService) UpdateContentLikeStatusShort ¶ added in v0.10.0
func (aaa *PublicLikeService) UpdateContentLikeStatusShort(input *public_like.UpdateContentLikeStatusParams) (*ugcclientmodels.ModelsContentLikeResponse, error)
type PublicTagService ¶
type PublicTagService struct { Client *ugcclient.JusticeUgcService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*PublicTagService) GetAuthSession ¶ added in v0.21.0
func (aaa *PublicTagService) GetAuthSession() auth.Session
func (*PublicTagService) GetTag ¶
func (aaa *PublicTagService) GetTag(input *public_tag.GetTagParams) (*ugcclientmodels.ModelsPaginatedGetTagResponse, error)
deprecated(2022-01-10): please use GetTagShort instead.
func (*PublicTagService) GetTagShort ¶ added in v0.10.0
func (aaa *PublicTagService) GetTagShort(input *public_tag.GetTagParams) (*ugcclientmodels.ModelsPaginatedGetTagResponse, error)
type PublicTypeService ¶
type PublicTypeService struct { Client *ugcclient.JusticeUgcService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*PublicTypeService) GetAuthSession ¶ added in v0.21.0
func (aaa *PublicTypeService) GetAuthSession() auth.Session
func (*PublicTypeService) GetType ¶
func (aaa *PublicTypeService) GetType(input *public_type.GetTypeParams) (*ugcclientmodels.ModelsPaginatedGetTypeResponse, error)
deprecated(2022-01-10): please use GetTypeShort instead.
func (*PublicTypeService) GetTypeShort ¶ added in v0.10.0
func (aaa *PublicTypeService) GetTypeShort(input *public_type.GetTypeParams) (*ugcclientmodels.ModelsPaginatedGetTypeResponse, error)