package
Version:
v0.0.7
Opens a new window with list of versions in this module.
Published: Sep 22, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Starter interface {
Start() error
}
Starter provide a way to start up.
type Stopper interface {
Stop() error
}
Stopper provide a way to stop working.
Switcher provide a starter and a stopper.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.