Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNoDERs = errors.New("received empty DER array")
)
Functions ¶
This section is empty.
Types ¶
type TaskPool ¶
type TaskPool struct {
// contains filtered or unexported fields
}
func NewTaskPool ¶
func NewTaskPool( ctx context.Context, cfg *config.Pool, dest destination.Destination, log *slog.Logger, ) *TaskPool
Click to show internal directories.
Click to hide internal directories.