Documentation
¶
Overview ¶
Package rt provides the internal runtime package for AspectGo. Do NOT access rt from an aspect file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextImpl ¶
type ContextImpl struct {
// XArgs should NOT be accessed manually.
XArgs []interface{}
// XFunc should NOT be accessed manually.
XFunc func(args []interface{}) []interface{}
// XReceiver should NOT be accessed manually.
XReceiver interface{}
}
ContextImpl implements aspect.Context
func (*ContextImpl) Args ¶
func (ctx *ContextImpl) Args() []interface{}
Args should NOT be called manually.
func (*ContextImpl) Call ¶
func (ctx *ContextImpl) Call(args []interface{}) []interface{}
Call should NOT be called manually.
func (*ContextImpl) Receiver ¶
func (ctx *ContextImpl) Receiver() interface{}
Receiver should NOT be called manually.
Click to show internal directories.
Click to hide internal directories.