checker

package
v0.9.71 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2020 License: Apache-2.0 Imports: 5 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(config *Config) *checker

Types

type AlarmManager

type AlarmManager interface {
	Alarm(r Result)
}

type ChanAlarmManager

type ChanAlarmManager struct {
	Output chan Result
}

func (ChanAlarmManager) Alarm

func (c ChanAlarmManager) Alarm(r Result)

type Config

type Config struct {
	SourceTag      string
	TargetTags     []string
	TimeoutSeconds int
}

type ConsoleAlarmManager

type ConsoleAlarmManager struct {
}

func (ConsoleAlarmManager) Alarm

func (ConsoleAlarmManager) Alarm(r Result)

type Diff

type Diff struct {
	// contains filtered or unexported fields
}

type Ready

type Ready struct {
}

Ready is just for test

type Result

type Result interface {
	// contains filtered or unexported methods
}

type Same

type Same struct {
	// contains filtered or unexported fields
}

type Timeout

type Timeout struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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