Exemple #1
0
// Init implements the service.Module interface and installs appropriate lifecycle hooks.
func (m *Module) Init(c *service.Config) {
	c.Setup = m.setup
	c.Start = m.start
}