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 ProducerFailure ¶
type ProducerFailure struct {
Message string `logevent:"message,default=producer-failure"`
Reason string `logevent:"reason"`
}
ProducerFailure is logged when the producer fails to put a scan on the queue.
type ScanFetcherFailure ¶
type ScanFetcherFailure struct {
Message string `logevent:"message,default=scan-fetcher-error"`
Reason string `logevent:"reason"`
}
ScanFetcherFailure is logged when there is a failure with the scan fetcher dependency.
type StorageFailure ¶
type StorageFailure struct {
Message string `logevent:"message,default=storage-failure"`
Reason string `logevent:"reason"`
}
StorageFailure is logged when there is a failure with the storage layer.
Click to show internal directories.
Click to hide internal directories.