Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TaskRunner ¶
A TaskRunner allows you to execute tasks instead of adding modules to the kernel. In general, you should give your modules a proper name and place in the kernel. This module provides an escape hatch if you need to add something to the kernel from outside gosoline (and don't want to add additional code to every service using your code).
Try to avoid using this module if possible. It is only meant as a last resort.
Enable it by setting task_runner.enabled = true
Click to show internal directories.
Click to hide internal directories.