Documentation
¶
Overview ¶
Package logs contains all structured log events for the service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InvalidInput ¶
type InvalidInput struct {
Reason string `logevent:"reason"`
Message string `logevent:"message,default=invalid-input"`
}
InvalidInput is logged when the input provided is not valid
type ProducerError ¶ added in v0.5.3
type ProducerError struct {
Reason string `logevent:"reason"`
Message string `logevent:"message,default=benthos-error"`
}
ProducerError is logged when the the Producer Component returns an error
type SubscriptionError ¶ added in v0.3.0
type SubscriptionError struct {
Reason string `logevent:"reason"`
Message string `logevent:"message,default=subscription-error"`
}
SubscriptionError is logged when there is an error confirming the SNS subscription
Click to show internal directories.
Click to hide internal directories.