Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WorkerCore ¶
type WorkerCore interface { AddJob(services ...model.Service) WorkerCore Start() }
func NewWorkerCore ¶
func NewWorkerCore(config *viper.Viper) WorkerCore
type WorkerCoreEntity ¶
func (*WorkerCoreEntity) AddJob ¶
func (g *WorkerCoreEntity) AddJob(services ...model.Service) WorkerCore
func (*WorkerCoreEntity) Start ¶
func (g *WorkerCoreEntity) Start()
Click to show internal directories.
Click to hide internal directories.