basic

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Starter

type Starter interface {
	Start() error
}

Starter provide a way to start up.

type Stopper

type Stopper interface {
	Stop() error
}

Stopper provide a way to stop working.

type Switcher

type Switcher interface {
	Starter
	Stopper
}

Switcher provide a starter and a stopper.

Jump to

Keyboard shortcuts

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