There was an error while loading. Please reload this page.
Modules "building blocks" that integrate with Dispatch's Disgo
// IService type IService interface { Name() string IsRunning() bool Register(listener *net.Listener) Go(waitGroup *sync.WaitGroup) }