Skip to content

Modules

Christopher McGregor edited this page Feb 14, 2018 · 35 revisions

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) }

Clone this wiki locally