plug

package
v0.0.0-...-5032473 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cronners = make(map[string]Cronner)
View Source
var Parters = make(map[string]Parter)

Functions

This section is empty.

Types

type ConfigChecker

type ConfigChecker interface {
	CheckConfig() error
}

type CronConfigSetter

type CronConfigSetter interface {
	SetConfig(map[string]interface{})
}

type CronUser

type CronUser interface {
	SetCronner(string)
	StartCronners()
	StopCronners()
}

type Cronner

type Cronner interface {
	CronConfigSetter
	ConfigChecker
	Stopper
}

type PartConfigSetter

type PartConfigSetter interface {
	SetConfig(interface{})
}

type PartUser

type PartUser interface {
	SetParter(string)
	StartParters()
	StopParters()
}

type Parter

type Parter interface {
	PartConfigSetter
	ConfigChecker
	Stopper
}

type Statuser

type Statuser interface {
	GetStatus() bool
}

type Stopper

type Stopper interface {
	Stop()
}

Jump to

Keyboard shortcuts

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