package
Version:
v4.14.2
Opens a new window with list of versions in this module.
Published: Jun 12, 2021
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 14
Opens a new window with list of known importers.
Documentation
¶
func GracefulWait(dones ...<-chan struct{})
GracefulWait wait for all done chan to be closed
type App interface {
Start(string, <-chan struct{}, http.Handler)
Done() <-chan struct{}
}
App of package
New creates new App from Config
Config of package
Flags adds flags for configuring package
Source Files
¶
Click to show internal directories.
Click to hide internal directories.