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") )
View Source
var ContainerBasename = "quay.io/cardil" //nolint:gochecknoglobals
ContainerBasename holds a OCI container base name. TODO: set value from .env file during the build.
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.