Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPInterceptor ¶
type HTTPInterceptor struct { }
func (*HTTPInterceptor) AfterInvoke ¶
func (h *HTTPInterceptor) AfterInvoke(invocation operator.Invocation, result ...interface{}) error
func (*HTTPInterceptor) BeforeInvoke ¶
func (h *HTTPInterceptor) BeforeInvoke(invocation operator.Invocation) error
type Instrument ¶
type Instrument struct { }
func NewInstrument ¶
func NewInstrument() *Instrument
func (*Instrument) BasePackage ¶
func (i *Instrument) BasePackage() string
func (*Instrument) FS ¶
func (i *Instrument) FS() *embed.FS
func (*Instrument) Name ¶
func (i *Instrument) Name() string
func (*Instrument) Points ¶
func (i *Instrument) Points() []*instrument.Point
func (*Instrument) VersionChecker ¶
func (i *Instrument) VersionChecker(version string) bool
Click to show internal directories.
Click to hide internal directories.