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 DatadogFirehoseNozzle ¶
type DatadogFirehoseNozzle struct {
// contains filtered or unexported fields
}
func NewDatadogFirehoseNozzle ¶
func NewDatadogFirehoseNozzle(config *nozzleconfig.NozzleConfig, tokenFetcher AuthTokenFetcher, log *gosteno.Logger) *DatadogFirehoseNozzle
func (*DatadogFirehoseNozzle) Start ¶
func (d *DatadogFirehoseNozzle) Start() error
Click to show internal directories.
Click to hide internal directories.