Documentation ¶
Index ¶
- type Server
- func (srv *Server) GetVideosByStatus(ctx context.Context, req *pb.GetByStatusRequest) (*pb.VideoListResponse, error)
- func (srv *Server) NotifyPartUpload(ctx context.Context, req *pb.NotifyPartUploadRequest) (*pb.NotifyPartUploadResponse, error)
- func (srv *Server) UpdateVideo(ctx context.Context, req *pb.UpdateVideoRequest) (*pb.UpdateVideoResponse, error)
- func (srv *Server) UpdateVideoStatus(ctx context.Context, req *pb.UpdateVideoStatusRequest) (*pb.UpdateVideoStatusResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { *pb.UnimplementedServicesideapiServer *g.Server // contains filtered or unexported fields }
func (*Server) GetVideosByStatus ¶
func (srv *Server) GetVideosByStatus(ctx context.Context, req *pb.GetByStatusRequest) (*pb.VideoListResponse, error)
func (*Server) NotifyPartUpload ¶
func (srv *Server) NotifyPartUpload( ctx context.Context, req *pb.NotifyPartUploadRequest, ) (*pb.NotifyPartUploadResponse, error)
func (*Server) UpdateVideo ¶
func (srv *Server) UpdateVideo(ctx context.Context, req *pb.UpdateVideoRequest) (*pb.UpdateVideoResponse, error)
func (*Server) UpdateVideoStatus ¶
func (srv *Server) UpdateVideoStatus( ctx context.Context, req *pb.UpdateVideoStatusRequest, ) (*pb.UpdateVideoStatusResponse, error)
Click to show internal directories.
Click to hide internal directories.