Documentation
¶
Index ¶
- type ManagerServer
- func (s *ManagerServer) AddCompletedDownload7(_ context.Context, req *pb.AddCompletedDownload7Request) (*pb.AddCompletedDownload7Response, error)
- func (s *ManagerServer) AddCompletedDownload9_1(_ context.Context, req *pb.AddCompletedDownload9_1Request) (*pb.AddCompletedDownload9_1Response, error)
- func (s *ManagerServer) Enqueue(_ context.Context, req *pb.EnqueueRequest) (*pb.EnqueueResponse, error)
- func (s *ManagerServer) GetMaxBytesOverMobile(_ context.Context, req *pb.GetMaxBytesOverMobileRequest) (*pb.GetMaxBytesOverMobileResponse, error)
- func (s *ManagerServer) GetMimeTypeForDownloadedFile(_ context.Context, req *pb.GetMimeTypeForDownloadedFileRequest) (*pb.GetMimeTypeForDownloadedFileResponse, error)
- func (s *ManagerServer) GetRecommendedMaxBytesOverMobile(_ context.Context, req *pb.GetRecommendedMaxBytesOverMobileRequest) (*pb.GetRecommendedMaxBytesOverMobileResponse, error)
- func (s *ManagerServer) GetUriForDownloadedFile(_ context.Context, req *pb.GetUriForDownloadedFileRequest) (*pb.GetUriForDownloadedFileResponse, error)
- func (s *ManagerServer) OpenDownloadedFile(_ context.Context, req *pb.OpenDownloadedFileRequest) (*pb.OpenDownloadedFileResponse, error)
- func (s *ManagerServer) Query(_ context.Context, req *pb.QueryRequest) (*pb.QueryResponse, error)
- func (s *ManagerServer) Remove(_ context.Context, req *pb.RemoveRequest) (*pb.RemoveResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManagerServer ¶
type ManagerServer struct {
pb.UnimplementedManagerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ManagerServer implements pb.ManagerServiceServer.
func (*ManagerServer) AddCompletedDownload7 ¶
func (s *ManagerServer) AddCompletedDownload7(_ context.Context, req *pb.AddCompletedDownload7Request) (*pb.AddCompletedDownload7Response, error)
func (*ManagerServer) AddCompletedDownload9_1 ¶
func (s *ManagerServer) AddCompletedDownload9_1(_ context.Context, req *pb.AddCompletedDownload9_1Request) (*pb.AddCompletedDownload9_1Response, error)
func (*ManagerServer) Enqueue ¶
func (s *ManagerServer) Enqueue(_ context.Context, req *pb.EnqueueRequest) (*pb.EnqueueResponse, error)
func (*ManagerServer) GetMaxBytesOverMobile ¶
func (s *ManagerServer) GetMaxBytesOverMobile(_ context.Context, req *pb.GetMaxBytesOverMobileRequest) (*pb.GetMaxBytesOverMobileResponse, error)
func (*ManagerServer) GetMimeTypeForDownloadedFile ¶
func (s *ManagerServer) GetMimeTypeForDownloadedFile(_ context.Context, req *pb.GetMimeTypeForDownloadedFileRequest) (*pb.GetMimeTypeForDownloadedFileResponse, error)
func (*ManagerServer) GetRecommendedMaxBytesOverMobile ¶
func (s *ManagerServer) GetRecommendedMaxBytesOverMobile(_ context.Context, req *pb.GetRecommendedMaxBytesOverMobileRequest) (*pb.GetRecommendedMaxBytesOverMobileResponse, error)
func (*ManagerServer) GetUriForDownloadedFile ¶
func (s *ManagerServer) GetUriForDownloadedFile(_ context.Context, req *pb.GetUriForDownloadedFileRequest) (*pb.GetUriForDownloadedFileResponse, error)
func (*ManagerServer) OpenDownloadedFile ¶
func (s *ManagerServer) OpenDownloadedFile(_ context.Context, req *pb.OpenDownloadedFileRequest) (*pb.OpenDownloadedFileResponse, error)
func (*ManagerServer) Query ¶
func (s *ManagerServer) Query(_ context.Context, req *pb.QueryRequest) (*pb.QueryResponse, error)
func (*ManagerServer) Remove ¶
func (s *ManagerServer) Remove(_ context.Context, req *pb.RemoveRequest) (*pb.RemoveResponse, error)
Click to show internal directories.
Click to hide internal directories.