Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Loader ¶
type Loader interface { // Load loads a bundle. This can be invoked without starting the polling. Load(ctx context.Context) error // Start starts the bundle polling. Start(ctx context.Context) error // Close stops the polling. Close() }
Loader is the interface all bundle loaders implement.
Click to show internal directories.
Click to hide internal directories.