Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetFavoriteAndFavoritedCntReq ¶
type GetFavoriteAndFavoritedCntReq = __.GetFavoriteAndFavoritedCntReq
type GetFavoriteAndFavoritedCntResp ¶
type GetFavoriteAndFavoritedCntResp = __.GetFavoriteAndFavoritedCntResp
type VideoService ¶
type VideoService interface {
GetFavoriteAndFavoritedCnt(ctx context.Context, in *GetFavoriteAndFavoritedCntReq, opts ...grpc.CallOption) (*GetFavoriteAndFavoritedCntResp, error)
}
func NewVideoService ¶
func NewVideoService(cli zrpc.Client) VideoService
Click to show internal directories.
Click to hide internal directories.