Documentation ¶ Index ¶ func Init(panicHandler func(any)) func Manager(ctx context.Context, taskMap map[string]func(ctx context.Context) ChanResult, ...) (resultMap map[string]ChanResult, err error) type ChanResult Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Init ¶ func Init(panicHandler func(any)) func Manager ¶ func Manager(ctx context.Context, taskMap map[string]func(ctx context.Context) ChanResult, logField string) (resultMap map[string]ChanResult, err error) Types ¶ type ChanResult ¶ type ChanResult struct { Err error Result any // contains filtered or unexported fields } Source Files ¶ View all Source files manager.go Click to show internal directories. Click to hide internal directories.