Versions in this module Expand all Collapse all v0 v0.0.4 Jun 30, 2024 Changes in this version + const CommandDisable + const CommandRemoveInstrumentationBreakpoint + const CommandSetInstrumentationBreakpoint + type DisableParams struct + func Disable() *DisableParams + func (p *DisableParams) Do(ctx context.Context) (err error) + func (v *DisableParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *DisableParams) UnmarshalJSON(data []byte) error + func (v DisableParams) MarshalEasyJSON(w *jwriter.Writer) + func (v DisableParams) MarshalJSON() ([]byte, error) + type RemoveInstrumentationBreakpointParams struct + EventName string + func RemoveInstrumentationBreakpoint(eventName string) *RemoveInstrumentationBreakpointParams + func (p *RemoveInstrumentationBreakpointParams) Do(ctx context.Context) (err error) + func (v *RemoveInstrumentationBreakpointParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *RemoveInstrumentationBreakpointParams) UnmarshalJSON(data []byte) error + func (v RemoveInstrumentationBreakpointParams) MarshalEasyJSON(w *jwriter.Writer) + func (v RemoveInstrumentationBreakpointParams) MarshalJSON() ([]byte, error) + type SetInstrumentationBreakpointParams struct + EventName string + func SetInstrumentationBreakpoint(eventName string) *SetInstrumentationBreakpointParams + func (p *SetInstrumentationBreakpointParams) Do(ctx context.Context) (err error) + func (v *SetInstrumentationBreakpointParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetInstrumentationBreakpointParams) UnmarshalJSON(data []byte) error + func (v SetInstrumentationBreakpointParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetInstrumentationBreakpointParams) MarshalJSON() ([]byte, error)