Documentation ¶
Overview ¶
not sure if we need to keep this in the future
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Advice ¶
type Advice struct {
// contains filtered or unexported fields
}
Advice has a function to wrap advice around and code for said function
type Aspect ¶
type Aspect struct {
// contains filtered or unexported fields
}
aspect contains advice, pointcuts and any imports needed
type Pointcut ¶
type Pointcut struct {
// contains filtered or unexported fields
}
Pointcut describe how to apply a particular aspect
type Weave ¶
type Weave struct {
// contains filtered or unexported fields
}
Weave is struct runner for aspect transforms
type WithinBlock ¶
type WithinBlock struct {
// contains filtered or unexported fields
}
WithinBlock contains all the info to perform a withinBlock pointcut
Click to show internal directories.
Click to hide internal directories.