Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleWebsocket ¶
func HandleWebsocket(api API)
HandleWebsocket handles Flux WebSocket connections
Types ¶
type Exporter ¶
type Exporter interface {
// Send a message through the exporter.
Send(c context.Context, event event.Event) error
}
Exporter sends a formatted event to an upstream.
type ReleaseManagerExporter ¶ added in v0.3.0
type ReleaseManagerExporter struct {
Log *log.Logger
Environment string
Client httpinternal.Client
}
Click to show internal directories.
Click to hide internal directories.