Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrCouldntEncode is returned when the problem occurs while trying to encode // an event. ErrCouldntEncode = errors.New("couldn't encode an event") // ErrCouldntDecode is returned when the problem occurs while trying to // decode an event. ErrCouldntDecode = errors.New("couldn't decode an event") // ErrCantConfigureICS is returned when the problem occurs while trying to // configure ICS sender. ErrCantConfigureICS = errors.New("can't configure in-cluster sender") // ErrICSFailed if the in-cluster sender has failed. ErrICSFailed = errors.New("the in-cluster sender failure") )
Functions ¶
Types ¶
type App ¶
App holds an ICS app binding.
func (*App) SendFromEnv ¶
SendFromEnv will send an event based on a values stored in environmental variables.
Click to show internal directories.
Click to hide internal directories.