Documentation
¶
Index ¶
- type PrintManagerServer
- func (s *PrintManagerServer) GetPrintJobs(_ context.Context, req *pb.GetPrintJobsRequest) (*pb.GetPrintJobsResponse, error)
- func (s *PrintManagerServer) IsPrintServiceEnabled(_ context.Context, req *pb.IsPrintServiceEnabledRequest) (*pb.IsPrintServiceEnabledResponse, error)
- func (s *PrintManagerServer) Print(_ context.Context, req *pb.PrintRequest) (*pb.PrintResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrintManagerServer ¶
type PrintManagerServer struct {
pb.UnimplementedPrintManagerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
PrintManagerServer implements pb.PrintManagerServiceServer.
func (*PrintManagerServer) GetPrintJobs ¶
func (s *PrintManagerServer) GetPrintJobs(_ context.Context, req *pb.GetPrintJobsRequest) (*pb.GetPrintJobsResponse, error)
func (*PrintManagerServer) IsPrintServiceEnabled ¶
func (s *PrintManagerServer) IsPrintServiceEnabled(_ context.Context, req *pb.IsPrintServiceEnabledRequest) (*pb.IsPrintServiceEnabledResponse, error)
func (*PrintManagerServer) Print ¶
func (s *PrintManagerServer) Print(_ context.Context, req *pb.PrintRequest) (*pb.PrintResponse, error)
Click to show internal directories.
Click to hide internal directories.