reports

package
v74.0.2+incompatible Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2017 License: Apache-2.0, BSD-3-Clause, MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Errors

type Errors struct {
	OneThousandEight int `json:"1008"`
	Misc             int `json:"other"`
}

type LogCount

type LogCount struct {
	Errors   Errors                   `json:"errors"`
	Messages map[string]*MessageCount `json:"messages"`
}

func (*LogCount) Add

func (r *LogCount) Add(report LogCount)

type MessageCount

type MessageCount struct {
	App   string `json:"app"`
	Total int    `json:"total"`
	Max   int    `json:"max"`
}

Jump to

Keyboard shortcuts

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