package
Version:
v1.5.3
Opens a new window with list of versions in this module.
Published: Feb 5, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Handler ¶
added in
v1.4.0
type Handler interface {
Handle(interface{})
}
Run starts every handler and watcher, serving the chi.Mux on a given port
type Watcher interface {
Watch(queue queue.Queue)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.