Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Effect ¶
type Effect struct {
// contains filtered or unexported fields
}
Effect is either an invocation or a link to one.
func FromInvocation ¶
func FromInvocation(invocation invocation.Invocation) Effect
func (Effect) Invocation ¶
func (e Effect) Invocation() (invocation.Invocation, bool)
Invocation returns the invocation if it is available.
type Effects ¶
func NewEffects ¶
Click to show internal directories.
Click to hide internal directories.