Documentation ¶
Overview ¶
Package graphics provides all graphics related types compiled from protobuf.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_screenshot_service_proto protoreflect.FileDescriptor
Functions ¶
func RegisterScreenshotServiceServer ¶
func RegisterScreenshotServiceServer(s *grpc.Server, srv ScreenshotServiceServer)
Types ¶
type ScreenshotServiceClient ¶
type ScreenshotServiceClient interface { // CaptureScreenAndDelete captures a temporary screenshot, and deletes it immediately. CaptureScreenAndDelete(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*empty.Empty, error) }
ScreenshotServiceClient is the client API for ScreenshotService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewScreenshotServiceClient ¶
func NewScreenshotServiceClient(cc grpc.ClientConnInterface) ScreenshotServiceClient
type ScreenshotServiceServer ¶
type ScreenshotServiceServer interface { // CaptureScreenAndDelete captures a temporary screenshot, and deletes it immediately. CaptureScreenAndDelete(context.Context, *empty.Empty) (*empty.Empty, error) }
ScreenshotServiceServer is the server API for ScreenshotService service.
type UnimplementedScreenshotServiceServer ¶
type UnimplementedScreenshotServiceServer struct { }
UnimplementedScreenshotServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedScreenshotServiceServer) CaptureScreenAndDelete ¶
Click to show internal directories.
Click to hide internal directories.