tasks

package
v1.33.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2026 License: MIT Imports: 4 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL