Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runnable ¶ added in v1.0.0
type Runnable interface { // Run starts running the component. The component will stop running // when the channel is closed. Run blocks until the channel is closed or // an error occurs. Run(<-chan struct{}) }
Runnable allows a component to be started. It's very important that Start blocks until it's done running.
Click to show internal directories.
Click to hide internal directories.