//
pkg.gl
Category
github.com/jucardi/go-titan
components
monitor
package
0.0.19
Repository:
https://github.com/jucardi/go-titan.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
80 SLOC
#
Functions
New
New creates a new default monitor which ticks at the provided interval.
#
Interfaces
IMonitor
IMonitor defines a monitor service which can run in the background of the main process and can have watchers attached to it.
IWatcher
IWatcher defines a process that will be executed in the background to watch or track the state of a specific element.