Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FavoriteActionService ¶
type FavoriteActionService struct {
// contains filtered or unexported fields
}
func NewFavoriteActionService ¶
func NewFavoriteActionService(ctx context.Context) *FavoriteActionService
NewUploadVideoService new CheckUserService
func (*FavoriteActionService) FavoriteAction ¶
func (s *FavoriteActionService) FavoriteAction(req *favorite.FavoriteActionRequest) error
type FavoriteCountByUserIdService ¶
type FavoriteCountByUserIdService struct {
// contains filtered or unexported fields
}
func NewFavoriteCountByUserIdService ¶
func NewFavoriteCountByUserIdService(ctx context.Context) *FavoriteCountByUserIdService
NewFavoriteCountByUserIdService new FavoriteCountByUserIdService
func (*FavoriteCountByUserIdService) FavoriteCountByUserId ¶
func (s *FavoriteCountByUserIdService) FavoriteCountByUserId(req *favorite.FavoriteCountByUserIDRequest) (int64, error)
type FavoriteCountService ¶
type FavoriteCountService struct {
// contains filtered or unexported fields
}
func NewFavoriteCountService ¶
func NewFavoriteCountService(ctx context.Context) *FavoriteCountService
NewFavoriteCountService new FavoriteCountService
func (*FavoriteCountService) FavoriteCount ¶
func (s *FavoriteCountService) FavoriteCount(req *favorite.FavoriteCountRequest) (int64, error)
type FavoriteListService ¶
type FavoriteListService struct {
// contains filtered or unexported fields
}
func NewFavoriteListService ¶
func NewFavoriteListService(ctx context.Context) *FavoriteListService
NewFavoriteListService new FavoriteListService
func (*FavoriteListService) FavoriteList ¶
func (s *FavoriteListService) FavoriteList(req *favorite.FavoriteListRequest) ([]*favorite.Video, error)
FavoriteList favorite list
type IsFavoriteService ¶
type IsFavoriteService struct {
// contains filtered or unexported fields
}
func NewIsFavoriteService ¶
func NewIsFavoriteService(ctx context.Context) *IsFavoriteService
NewIsFavoriteService new IsFavoriteService
func (*IsFavoriteService) IsFavorite ¶
func (s *IsFavoriteService) IsFavorite(req *favorite.IsFavoriteRequest) (bool, error)
type TotalFavoritedByAuthorIdService ¶
type TotalFavoritedByAuthorIdService struct {
// contains filtered or unexported fields
}
func NewTotalFavoritedByAuthorIdService ¶
func NewTotalFavoritedByAuthorIdService(ctx context.Context) *TotalFavoritedByAuthorIdService
NewTotalFavoritedByAuthorIdService new TotalFavoritedByAuthorIdService
func (*TotalFavoritedByAuthorIdService) TotalFavoritedByAuthorId ¶
func (s *TotalFavoritedByAuthorIdService) TotalFavoritedByAuthorId(req *favorite.TotalFavoritedByAuthorIDRequest) (int64, error)
Click to show internal directories.
Click to hide internal directories.