Versions in this module Expand all Collapse all v1 v1.0.0 Apr 14, 2020 Changes in this version + const CommandLogClear + const CommandLogDisable + const CommandLogEnable + const CommandLogStartViolationsReport + const CommandLogStopViolationsReport + const EventLogEntryAdded + var EventConstants = map[string]Unmarshaler + func GetEventReply(event string) (json.Unmarshaler, bool) + type ClearArgs struct + func (a *ClearArgs) MarshalJSON() ([]byte, error) + func (a *ClearArgs) UnmarshalJSON(b []byte) error + type ClearReply struct + func (a *ClearReply) GetFrameID() string + func (a *ClearReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *ClearReply) UnmarshalJSON(b []byte) error + type DisableArgs struct + func (a *DisableArgs) MarshalJSON() ([]byte, error) + func (a *DisableArgs) UnmarshalJSON(b []byte) error + type DisableReply struct + func (a *DisableReply) GetFrameID() string + func (a *DisableReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *DisableReply) UnmarshalJSON(b []byte) error + type EnableArgs struct + func (a *EnableArgs) MarshalJSON() ([]byte, error) + func (a *EnableArgs) UnmarshalJSON(b []byte) error + type EnableReply struct + func (a *EnableReply) GetFrameID() string + func (a *EnableReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *EnableReply) UnmarshalJSON(b []byte) error + type Entry struct + Args *[]runtime.RemoteObject + Level string + LineNumber int + NetworkRequestID network.RequestID + Source string + StackTrace *runtime.StackTrace + Text string + Timestamp runtime.Timestamp + URL string + WorkerID string + type EntryAddedReply struct + Entry Entry + func (a *EntryAddedReply) GetFrameID() string + func (a *EntryAddedReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *EntryAddedReply) UnmarshalJSON(b []byte) error + type StartViolationsReportArgs struct + Config []ViolationSetting + func (a *StartViolationsReportArgs) MarshalJSON() ([]byte, error) + func (a *StartViolationsReportArgs) UnmarshalJSON(b []byte) error + type StartViolationsReportReply struct + func (a *StartViolationsReportReply) GetFrameID() string + func (a *StartViolationsReportReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *StartViolationsReportReply) UnmarshalJSON(b []byte) error + type StopViolationsReportArgs struct + func (a *StopViolationsReportArgs) MarshalJSON() ([]byte, error) + func (a *StopViolationsReportArgs) UnmarshalJSON(b []byte) error + type StopViolationsReportReply struct + func (a *StopViolationsReportReply) GetFrameID() string + func (a *StopViolationsReportReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *StopViolationsReportReply) UnmarshalJSON(b []byte) error + type Unmarshaler func() json.Unmarshaler + type ViolationSetting struct + Name string + Threshold float64