Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Baz = task.Func("baz", func(c *gin.Context) { ctx := context.Background() _ = ctx log.Info("Task baz executed", c) })
View Source
var Foo = task.Func("foo", func(c *gin.Context) { ctx := context.Background() _ = ctx log.Info("Task foo executed", c) })
View Source
var NestedBaz = task.Func("nested-baz", func(c *gin.Context) { ctx := context.Background() Baz.Call(ctx) })
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.