logs

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2019 License: Apache-2.0 Imports: 0 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL