Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithLogger ¶
func WithLogger(logger logger.Logger) func(*LogForwardingHandler)
WithLogger sets the logger to use
Types ¶
type LogForwarder ¶
type LogForwarder interface {
Forward(keptnEvent models.KeptnContextExtendedCE, integrationID string) error
}
type LogForwardingHandler ¶
type LogForwardingHandler struct {
// contains filtered or unexported fields
}
func New ¶
func New(logApi api.LogsV1Interface, opts ...func(handler *LogForwardingHandler)) *LogForwardingHandler
func (LogForwardingHandler) Forward ¶
func (l LogForwardingHandler) Forward(keptnEvent models.KeptnContextExtendedCE, integrationID string) error
Click to show internal directories.
Click to hide internal directories.