package
0.0.0-20231007025110-bd31cad59652
Repository: https://github.com/liuwangchen/toy.git
Documentation: pkg.go.dev
# Functions
AntsExecutor new.
Append new.
No description provided by the author
ArgumentsFrom extract from context.
Command new.
Concurrent new.
Crontab new.
Deadline new.
defer执行各个executor.
No description provided by the author
No description provided by the author
FromCrontab current crontab time.
FromRepeat current repeated times.
FromRetry current retied times.
No description provided by the author
No description provided by the author
No description provided by the author
Parallel new.
No description provided by the author
No description provided by the author
Recover insure exec NEVER PANIC.
Repeat new.
Retry new.
No description provided by the author
No description provided by the author
No description provided by the author
Timeout new.
UseMiddleware wraps a Executor in one or more middleware.
No description provided by the author
WithArgments inject into context.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
AntsExecutor.
AppendExecutor.
CommandExecutor struct.
ConcurrentExecutor struct.
CrontabExecutor struct.
No description provided by the author
DeadlineExecutor struct.
DeferExecutor.
No description provided by the author
httpServer.
ParallelExecutor.
Profiling.
RecoverExecutor struct, make sure of none error return.
RepeatExecutor struct.
RetryExecutor struct.
TimeoutExecutor struct.
# Interfaces
Executor interface definition.
# Type aliases
No description provided by the author
ExecutorFunc definition.
ExecutorMiddleware is a function that middlewares can implement to be able to chain.
No description provided by the author