Documentation ¶
Overview ¶
Package handler provides request handler implementations.
Index ¶
Constants ¶
View Source
const ResultBufferSize = 1000
ResultBufferSize sets the amount of objects in the result buffer.
Variables ¶
View Source
var ( // ErrUnknownBrowser indicates an error when an unknown browser type is given. ErrUnknownBrowser = status.Error(codes.InvalidArgument, "unknown browser type in request") )
Functions ¶
This section is empty.
Types ¶
type Worker ¶
type Worker struct{}
Worker implements the gRPC worker service handler.
Click to show internal directories.
Click to hide internal directories.