package
0.0.0-20200630053641-03683fefd86d
Repository: https://github.com/blep-ai/automi.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
GetErrFunc returns the error handling function stored in the context.
GetLogFunc returns the log function stored in the context.
HandleErr used to invoke registered error handler to handle error.
Log retrieves Log Function from context and invokes it with message.
WithErrorFunc sets the function to handle error from runtime components.
WithLogFunc sets the function to handle logging from runtime components.