package
0.0.1
Repository: https://github.com/sitebatch/waffle-go.git
Documentation: pkg.go.dev

# Functions

FindOperation returns the Operation of T if the context has the Operation of T.
FindOperationFromContext returns the operation from the context.
FinishOperation finishes the operation.
InitRootOperation initializes the root operation.
No description provided by the author
NewOperation creates a new operation.
NewRootOperation creates a new root operation.
OnFinish registers the event listener to the operation.
On registers the event listener to the operation.
RegisterOperation registers the operation to the context.
StartAndRegisterOperation starts the operation and registers the operation to the context.
StartOperation starts the operation.

# Interfaces

IsArgOf is a marker interface that marks the type as an argument of the operation.
Operation is the interface that wraps the basic operation methods.
IsResultOf is a marker interface that marks the type as a result of the operation.

# Type aliases

EventListener is a function type that is called when an event is emitted.