# Functions
No description provided by the author
NewKeptn creates a new Keptn.
WithAutomaticResponse sets the option to instruct the sdk to automatically send a .started and .finished event.
WithGracefulShutdown sets the option to ensure running tasks/handlers will finish in case of interrupt or forced termination Per default this behavior is turned on and can be disabled with this function.
WithLogger configures keptn to use another logger.
WithTaskEventHandler registers a handler which is responsible for processing a received .triggered event.
WithTaskHandler registers a handler which is responsible for processing a .triggered event.
# Structs
DefaultLogger implementation of Logger using the go log package.
No description provided by the author
No description provided by the author
Keptn is the default implementation of IKeptn.
No description provided by the author
TaskHandlerOptions are specific options for a task handler.
No description provided by the author
# Interfaces
No description provided by the author
Logger interface used by the go sdk.
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
KeptnOption can be used to configure the keptn sdk.