package
0.0.2
Repository: https://github.com/dynastywind/go-commons.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

Aggregator aggregates a job's result with an accumulated result, and returns this final result @param ctx Execution context @param prior Accumulated result @param current Current job's result, which can be diffrent from prior @return The first value is the job result to be returned, which should be the same type as prior.