package
Version:
v1.6.3
Opens a new window with list of versions in this module.
Published: Dec 25, 2022
License: BSD-3-Clause
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func IsService(v interface{}) bool
IsService service interface check
type IService interface {
Up() error
Down() error
}
IService interface for services
AsService service interface check
IServiceCtx interface for services with context
AsServiceCtx service interface check
Tree service initialization tree
Add - add new service by interface
IsUp - mark that all services have started
Source Files
¶
Click to show internal directories.
Click to hide internal directories.