ugc

package
v0.41.0 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2023 License: MIT Imports: 21 Imported by: 0

Documentation

Index

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

deprecated(2022-01-10): please use AdminCreateChannelShort instead.

func (*AdminChannelService) AdminCreateChannelShort added in v0.10.0

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

deprecated(2022-01-10): please use AdminGetChannelShort instead.

func (*AdminChannelService) AdminGetChannelShort added in v0.10.0

func (*AdminChannelService) AdminUpdateChannel

deprecated(2022-01-10): please use AdminUpdateChannelShort instead.

func (*AdminChannelService) AdminUpdateChannelShort added in v0.10.0

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

deprecated(2022-01-10): please use SingleAdminGetChannelShort instead.

func (*AdminChannelService) SingleAdminGetChannelShort added in v0.10.0

func (*AdminChannelService) SingleAdminUpdateChannel

deprecated(2022-01-10): please use SingleAdminUpdateChannelShort instead.

func (*AdminChannelService) SingleAdminUpdateChannelShort added in v0.10.0

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

deprecated(2022-01-10): please use AdminDownloadContentPreviewShort instead.

func (*AdminContentService) AdminDownloadContentPreviewShort added in v0.10.0

func (*AdminContentService) AdminGetContent

deprecated(2022-01-10): please use AdminGetContentShort instead.

func (*AdminContentService) AdminGetContentBulk added in v0.36.0

deprecated(2022-01-10): please use AdminGetContentBulkShort instead.

func (*AdminContentService) AdminGetContentBulkShort added in v0.36.0

func (*AdminContentService) AdminGetContentShort added in v0.10.0

func (*AdminContentService) AdminGetSpecificContent

deprecated(2022-01-10): please use AdminGetSpecificContentShort instead.

func (*AdminContentService) AdminGetSpecificContentShort added in v0.10.0

func (*AdminContentService) AdminGetUserContentByShareCode added in v0.25.0

deprecated(2022-01-10): please use AdminGetUserContentByShareCodeShort instead.

func (*AdminContentService) AdminGetUserContentByShareCodeShort added in v0.25.0

func (*AdminContentService) AdminHideUserContent

deprecated(2022-01-10): please use AdminHideUserContentShort instead.

func (*AdminContentService) AdminHideUserContentShort added in v0.10.0

func (*AdminContentService) AdminSearchChannelSpecificContent

deprecated(2022-01-10): please use AdminSearchChannelSpecificContentShort instead.

func (*AdminContentService) AdminSearchChannelSpecificContentShort added in v0.10.0

func (*AdminContentService) AdminSearchContent

deprecated(2022-01-10): please use AdminSearchContentShort instead.

func (*AdminContentService) AdminSearchContentShort added in v0.10.0

func (*AdminContentService) AdminUpdateContentDirect

deprecated(2022-01-10): please use AdminUpdateContentDirectShort instead.

func (*AdminContentService) AdminUpdateContentDirectShort added in v0.10.0

func (*AdminContentService) AdminUpdateContentS3

deprecated(2022-01-10): please use AdminUpdateContentS3Short instead.

func (*AdminContentService) AdminUpdateContentS3Short added in v0.10.0

func (*AdminContentService) AdminUpdateScreenshots added in v0.10.0

deprecated(2022-01-10): please use AdminUpdateScreenshotsShort instead.

func (*AdminContentService) AdminUpdateScreenshotsShort added in v0.10.0

func (*AdminContentService) AdminUploadContentDirect

deprecated(2022-01-10): please use AdminUploadContentDirectShort instead.

func (*AdminContentService) AdminUploadContentDirectShort added in v0.10.0

func (*AdminContentService) AdminUploadContentS3

deprecated(2022-01-10): please use AdminUploadContentS3Short instead.

func (*AdminContentService) AdminUploadContentS3Short added in v0.10.0

func (*AdminContentService) AdminUploadContentScreenshot added in v0.10.0

deprecated(2022-01-10): please use AdminUploadContentScreenshotShort instead.

func (*AdminContentService) AdminUploadContentScreenshotShort added in v0.10.0

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

deprecated(2022-01-10): please use SingleAdminGetContentShort instead.

func (*AdminContentService) SingleAdminGetContentShort added in v0.10.0

func (*AdminContentService) SingleAdminUpdateContentDirect

deprecated(2022-01-10): please use SingleAdminUpdateContentDirectShort instead.

func (*AdminContentService) SingleAdminUpdateContentDirectShort added in v0.10.0

func (*AdminContentService) SingleAdminUpdateContentS3

deprecated(2022-01-10): please use SingleAdminUpdateContentS3Short instead.

func (*AdminContentService) SingleAdminUpdateContentS3Short added in v0.10.0

type AdminGroupService

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

func (*AdminGroupService) AdminCreateGroup

deprecated(2022-01-10): please use AdminCreateGroupShort instead.

func (*AdminGroupService) AdminCreateGroupShort added in v0.10.0

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

deprecated(2022-01-10): please use AdminGetAllGroupsShort instead.

func (*AdminGroupService) AdminGetAllGroupsShort added in v0.10.0

func (*AdminGroupService) AdminGetGroup

deprecated(2022-01-10): please use AdminGetGroupShort instead.

func (*AdminGroupService) AdminGetGroupContents

deprecated(2022-01-10): please use AdminGetGroupContentsShort instead.

func (*AdminGroupService) AdminGetGroupContentsShort added in v0.10.0

func (*AdminGroupService) AdminGetGroupShort added in v0.10.0

func (*AdminGroupService) AdminUpdateGroup

deprecated(2022-01-10): please use AdminUpdateGroupShort instead.

func (*AdminGroupService) AdminUpdateGroupShort added in v0.10.0

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

deprecated(2022-01-10): please use SingleAdminGetAllGroupsShort instead.

func (*AdminGroupService) SingleAdminGetAllGroupsShort added in v0.10.0

func (*AdminGroupService) SingleAdminGetGroup

deprecated(2022-01-10): please use SingleAdminGetGroupShort instead.

func (*AdminGroupService) SingleAdminGetGroupContents

deprecated(2022-01-10): please use SingleAdminGetGroupContentsShort instead.

func (*AdminGroupService) SingleAdminGetGroupContentsShort added in v0.10.0

func (*AdminGroupService) SingleAdminGetGroupShort added in v0.10.0

func (*AdminGroupService) SingleAdminUpdateGroup

deprecated(2022-01-10): please use SingleAdminUpdateGroupShort instead.

func (*AdminGroupService) SingleAdminUpdateGroupShort added in v0.10.0

type AdminTagService

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

func (*AdminTagService) AdminCreateTag

deprecated(2022-01-10): please use AdminCreateTagShort instead.

func (*AdminTagService) AdminCreateTagShort added in v0.10.0

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

deprecated(2022-01-10): please use AdminGetTagShort instead.

func (*AdminTagService) AdminGetTagShort added in v0.10.0

func (*AdminTagService) AdminUpdateTag

deprecated(2022-01-10): please use AdminUpdateTagShort instead.

func (*AdminTagService) AdminUpdateTagShort added in v0.10.0

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

deprecated(2022-01-10): please use AdminCreateTypeShort instead.

func (*AdminTypeService) AdminCreateTypeShort added in v0.10.0

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

deprecated(2022-01-10): please use AdminGetTypeShort instead.

func (*AdminTypeService) AdminGetTypeShort added in v0.10.0

func (*AdminTypeService) AdminUpdateType

deprecated(2022-01-10): please use AdminUpdateTypeShort instead.

func (*AdminTypeService) AdminUpdateTypeShort added in v0.10.0

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

deprecated(2022-01-10): please use CreateChannelShort instead.

func (*PublicChannelService) CreateChannelShort added in v0.10.0

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

deprecated(2022-01-10): please use GetChannelsShort instead.

func (*PublicChannelService) GetChannelsShort added in v0.10.0

func (*PublicChannelService) UpdateChannel

deprecated(2022-01-10): please use UpdateChannelShort instead.

func (*PublicChannelService) UpdateChannelShort added in v0.10.0

type PublicContentService

type PublicContentService struct {
	Client                 *ugcclient.JusticeUgcService
	ConfigRepository       repository.ConfigRepository
	TokenRepository        repository.TokenRepository
	RefreshTokenRepository repository.RefreshTokenRepository
}

func (*PublicContentService) CreateContentDirect

deprecated(2022-01-10): please use CreateContentDirectShort instead.

func (*PublicContentService) CreateContentDirectShort added in v0.10.0

func (*PublicContentService) CreateContentS3

deprecated(2022-01-10): please use CreateContentS3Short instead.

func (*PublicContentService) CreateContentS3Short added in v0.10.0

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

deprecated(2022-01-10): please use PublicDownloadContentByContentIDShort instead.

func (*PublicContentService) PublicDownloadContentByContentIDShort added in v0.10.0

func (*PublicContentService) PublicDownloadContentByShareCode added in v0.25.0

deprecated(2022-01-10): please use PublicDownloadContentByShareCodeShort instead.

func (*PublicContentService) PublicDownloadContentByShareCodeShort added in v0.25.0

func (*PublicContentService) PublicDownloadContentPreview

deprecated(2022-01-10): please use PublicDownloadContentPreviewShort instead.

func (*PublicContentService) PublicDownloadContentPreviewShort added in v0.10.0

func (*PublicContentService) PublicGetContentBulk added in v0.17.0

deprecated(2022-01-10): please use PublicGetContentBulkShort instead.

func (*PublicContentService) PublicGetContentBulkShort added in v0.17.0

func (*PublicContentService) PublicGetUserContent

deprecated(2022-01-10): please use PublicGetUserContentShort instead.

func (*PublicContentService) PublicGetUserContentShort added in v0.10.0

func (*PublicContentService) PublicSearchContent

deprecated(2022-01-10): please use PublicSearchContentShort instead.

func (*PublicContentService) PublicSearchContentShort added in v0.10.0

func (*PublicContentService) SearchChannelSpecificContent

deprecated(2022-01-10): please use SearchChannelSpecificContentShort instead.

func (*PublicContentService) SearchChannelSpecificContentShort added in v0.10.0

func (*PublicContentService) UpdateContentDirect

deprecated(2022-01-10): please use UpdateContentDirectShort instead.

func (*PublicContentService) UpdateContentDirectShort added in v0.10.0

func (*PublicContentService) UpdateContentS3

deprecated(2022-01-10): please use UpdateContentS3Short instead.

func (*PublicContentService) UpdateContentS3Short added in v0.10.0

func (*PublicContentService) UpdateScreenshots added in v0.10.0

deprecated(2022-01-10): please use UpdateScreenshotsShort instead.

func (*PublicContentService) UpdateScreenshotsShort added in v0.10.0

func (*PublicContentService) UploadContentScreenshot added in v0.10.0

deprecated(2022-01-10): please use UploadContentScreenshotShort instead.

func (*PublicContentService) UploadContentScreenshotShort added in v0.10.0

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

deprecated(2022-01-10): please use PublicGetCreatorShort instead.

func (*PublicCreatorService) PublicGetCreatorShort added in v0.24.0

func (*PublicCreatorService) PublicSearchCreator added in v0.24.0

deprecated(2022-01-10): please use PublicSearchCreatorShort instead.

func (*PublicCreatorService) PublicSearchCreatorShort added in v0.24.0

type PublicDownloadCountService

type PublicDownloadCountService struct {
	Client                 *ugcclient.JusticeUgcService
	ConfigRepository       repository.ConfigRepository
	TokenRepository        repository.TokenRepository
	RefreshTokenRepository repository.RefreshTokenRepository
}

func (*PublicDownloadCountService) AddDownloadCount

deprecated(2022-01-10): please use AddDownloadCountShort instead.

func (*PublicDownloadCountService) AddDownloadCountShort added in v0.10.0

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

deprecated(2022-01-10): please use GetFollowedContentShort instead.

func (*PublicFollowService) GetFollowedContentShort added in v0.10.0

func (*PublicFollowService) GetFollowedUsers

deprecated(2022-01-10): please use GetFollowedUsersShort instead.

func (*PublicFollowService) GetFollowedUsersShort added in v0.10.0

func (*PublicFollowService) GetPublicFollowers added in v0.16.0

deprecated(2022-01-10): please use GetPublicFollowersShort instead.

func (*PublicFollowService) GetPublicFollowersShort added in v0.16.0

func (*PublicFollowService) GetPublicFollowing added in v0.16.0

deprecated(2022-01-10): please use GetPublicFollowingShort instead.

func (*PublicFollowService) GetPublicFollowingShort added in v0.16.0

func (*PublicFollowService) UpdateUserFollowStatus

deprecated(2022-01-10): please use UpdateUserFollowStatusShort instead.

func (*PublicFollowService) UpdateUserFollowStatusShort added in v0.10.0

type PublicGroupService

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

func (*PublicGroupService) CreateGroup

deprecated(2022-01-10): please use CreateGroupShort instead.

func (*PublicGroupService) CreateGroupShort added in v0.10.0

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

deprecated(2022-01-10): please use GetGroupShort instead.

func (*PublicGroupService) GetGroupContent

deprecated(2022-01-10): please use GetGroupContentShort instead.

func (*PublicGroupService) GetGroupContentShort added in v0.10.0

func (*PublicGroupService) GetGroupShort added in v0.10.0

func (*PublicGroupService) GetGroups

deprecated(2022-01-10): please use GetGroupsShort instead.

func (*PublicGroupService) GetGroupsShort added in v0.10.0

func (*PublicGroupService) UpdateGroup

deprecated(2022-01-10): please use UpdateGroupShort instead.

func (*PublicGroupService) UpdateGroupShort added in v0.10.0

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

deprecated(2022-01-10): please use GetLikedContentShort instead.

func (*PublicLikeService) GetLikedContentShort added in v0.10.0

func (*PublicLikeService) UpdateContentLikeStatus

deprecated(2022-01-10): please use UpdateContentLikeStatusShort instead.

func (*PublicLikeService) UpdateContentLikeStatusShort added in v0.10.0

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

deprecated(2022-01-10): please use GetTagShort instead.

func (*PublicTagService) GetTagShort added in v0.10.0

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

deprecated(2022-01-10): please use GetTypeShort instead.

func (*PublicTypeService) GetTypeShort added in v0.10.0

Jump to

Keyboard shortcuts

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