problems

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2019 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Problem

type Problem struct {
	Module  coordinates.Module `json:"module"`
	Time    time.Time          `json:"time"`
	Message string             `json:"message"`
}

func Create

func Create(mod coordinates.Module, err error) Problem

type Tracker

type Tracker interface {
	Set(Problem)
	Problem(module coordinates.Module) (Problem, bool)
	Problems() []Problem
}

func New

func New(name string) Tracker

Directories

Path Synopsis
Package problemstest contains autogenerated mocks.
Package problemstest contains autogenerated mocks.

Jump to

Keyboard shortcuts

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