Documentation ¶
Index ¶
- Constants
- func Getcontext(p *contextParam) (*context, error)
- func GetcontextIOCInterface(p *contextParam) (contextIOCInterface, error)
- func GetinterceptorImplIOCInterfaceSingleton() (interceptorImplIOCInterface, error)
- func GetinterceptorImplSingleton() (*interceptorImpl, error)
- func GetmethodInvocationRecord() (*methodInvocationRecord, error)
- func GetmethodInvocationRecordIOCInterface() (methodInvocationRecordIOCInterface, error)
- func GetmonitorServiceIOCInterfaceSingleton() (monitorServiceIOCInterface, error)
- func GetmonitorServiceSingleton() (*monitorService, error)
- type ThisinterceptorImpl
- type ThismonitorService
Constants ¶
View Source
const Name = "monitor"
Variables ¶
This section is empty.
Functions ¶
func Getcontext ¶
func Getcontext(p *contextParam) (*context, error)
func GetcontextIOCInterface ¶
func GetcontextIOCInterface(p *contextParam) (contextIOCInterface, error)
func GetinterceptorImplIOCInterfaceSingleton ¶
func GetinterceptorImplIOCInterfaceSingleton() (interceptorImplIOCInterface, error)
func GetinterceptorImplSingleton ¶
func GetinterceptorImplSingleton() (*interceptorImpl, error)
func GetmethodInvocationRecord ¶
func GetmethodInvocationRecord() (*methodInvocationRecord, error)
func GetmethodInvocationRecordIOCInterface ¶
func GetmethodInvocationRecordIOCInterface() (methodInvocationRecordIOCInterface, error)
func GetmonitorServiceIOCInterfaceSingleton ¶
func GetmonitorServiceIOCInterfaceSingleton() (monitorServiceIOCInterface, error)
func GetmonitorServiceSingleton ¶
func GetmonitorServiceSingleton() (*monitorService, error)
Types ¶
type ThisinterceptorImpl ¶
type ThisinterceptorImpl struct { }
func (*ThisinterceptorImpl) This ¶
func (t *ThisinterceptorImpl) This() interceptorImplIOCInterface
type ThismonitorService ¶
type ThismonitorService struct { }
func (*ThismonitorService) This ¶
func (t *ThismonitorService) This() monitorServiceIOCInterface
Source Files ¶
Click to show internal directories.
Click to hide internal directories.