Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterNewWorkerFunc ¶
func RegisterNewWorkerFunc(name string, n NewWorkerFunc)
Types ¶
type IWorker ¶
type IWorker interface {
Start(ctx context.Context, app *appsrv.Application, prefix string)
}
type NewWorkerFunc ¶
Click to show internal directories.
Click to hide internal directories.