Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthTokenFetcher ¶
type AuthTokenFetcher interface {
FetchAuthToken() string
}
type InfluxDbFirehoseNozzle ¶
type InfluxDbFirehoseNozzle struct {
// contains filtered or unexported fields
}
func NewInfluxDbFirehoseNozzle ¶
func NewInfluxDbFirehoseNozzle(config *nozzleconfig.NozzleConfig, tokenFetcher AuthTokenFetcher, log *gosteno.Logger, appinfo map[string]cfinstanceinfoapi.AppInfo) *InfluxDbFirehoseNozzle
func (*InfluxDbFirehoseNozzle) Start ¶
func (d *InfluxDbFirehoseNozzle) Start() error
Click to show internal directories.
Click to hide internal directories.