Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Job ¶
type Job struct {
Request *pbsubstreams.Request
}
func (*Job) MarshalLogObject ¶
func (j *Job) MarshalLogObject(enc zapcore.ObjectEncoder) error
type Pool ¶
type Pool struct {
// contains filtered or unexported fields
}
func NewPool ¶
func NewPool(workerCount int, grpcClientFactory func() (pbsubstreams.StreamClient, []grpc.CallOption, error)) *Pool
func (*Pool) ReturnWorker ¶
Click to show internal directories.
Click to hide internal directories.