Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Aspect ¶
type Aspect struct { // JoinPoint determines whether the injection should be performed on a given node or not. JoinPoint join.Point // Advice is the set of actions to use for performing the actual injection. Advice []advice.Advice // TracerInternal determines whether the aspect can be woven into the tracer's internal code. TracerInternal bool }
Aspect binds advice.Advice to a join.Point, effectively defining a complete code injection.
func (*Aspect) AddedImports ¶
func (*Aspect) UnmarshalYAML ¶
Directories ¶
Path | Synopsis |
---|---|
Package advice provides implementations of the injector.Action interface for common AST changes.
|
Package advice provides implementations of the injector.Action interface for common AST changes. |
Package join provides implementations of the InjectionPoint interface for common injection points.
|
Package join provides implementations of the InjectionPoint interface for common injection points. |
Click to show internal directories.
Click to hide internal directories.