Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrCouldntEncode is returned when problem occur while trying to encode an // event. ErrCouldntEncode = errors.New("couldn't encode an event") // ErrCouldntDecode is returned when problem occur while trying to decode an // event. ErrCouldntDecode = errors.New("couldn't decode an event") // ErrCantConfigureICS is returned when problem occur while trying to // configure ICS sender. ErrCantConfigureICS = errors.New("can't configure ICS sender") // ErrCantSendWithICS if can't send with ICS sender. ErrCantSendWithICS = errors.New("can't send with ICS sender") )
Functions ¶
Types ¶
type App ¶
type App struct { event.Binding system.Environment }
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.