package
0.0.0-20250218145136-4ad271e36e39
Repository: https://github.com/streamingfast/worker-pool-protocol.git
Documentation: pkg.go.dev

# Functions

NewWorkerPoolClient constructs a client for the sf.worker.v1.WorkerPool service.
NewWorkerPoolHandler builds an HTTP handler from the service implementation.

# Constants

WorkerPoolBorrowWorkerProcedure is the fully-qualified name of the WorkerPool's BorrowWorker RPC.
WorkerPoolKeepAliveProcedure is the fully-qualified name of the WorkerPool's KeepAlive RPC.
WorkerPoolName is the fully-qualified name of the WorkerPool service.
WorkerPoolReturnWorkerProcedure is the fully-qualified name of the WorkerPool's ReturnWorker RPC.
WorkerPoolWorkersStateProcedure is the fully-qualified name of the WorkerPool's WorkersState RPC.

# Structs

UnimplementedWorkerPoolHandler returns CodeUnimplemented from all methods.

# Interfaces

WorkerPoolClient is a client for the sf.worker.v1.WorkerPool service.
WorkerPoolHandler is an implementation of the sf.worker.v1.WorkerPool service.