Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VideoService ¶
type VideoService struct {
// contains filtered or unexported fields
}
func NewVideoService ¶
func NewVideoService(ctx context.Context) *VideoService
func (*VideoService) CreateVideo ¶
func (s *VideoService) CreateVideo(req *video_rpc.CreateVideoReq) error
func (*VideoService) QueryVideo ¶
func (s *VideoService) QueryVideo(req *video_rpc.QueryVideoReq) ([]*video_rpc.Video, int64, error)
func (*VideoService) QueryVideoByUser ¶
func (s *VideoService) QueryVideoByUser(req *video_rpc.QueryVideoByUserReq) ([]*video_rpc.Video, error)
Click to show internal directories.
Click to hide internal directories.