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 { Message string `logevent:"message,default=invalid-input"` Reason string `logevent:"reason"` }
InvalidInput is logged when the provided input is malformed
type StorageError ¶
type StorageError struct { Message string `logevent:"message,default=storage-error"` Reason string `logevent:"reason"` }
StorageError is logged when there is a failure with the backend dependency
Click to show internal directories.
Click to hide internal directories.