Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Worker ¶
type Worker struct {
// contains filtered or unexported fields
}
Worker implements Observer[string] to receive Docker image names from Observables. The received images are added to a queue for processing. Items in the queue is read by one or more worker go-routings when the Worker is started, and the handler.Handle is called with the gived image name
Click to show internal directories.
Click to hide internal directories.