Versions in this module Expand all Collapse all v1 v1.0.0 Apr 14, 2020 Changes in this version + const CommandConsoleClearMessages + const CommandConsoleDisable + const CommandConsoleEnable + const EventConsoleMessageAdded + var EventConstants = map[string]Unmarshaler + func GetEventReply(event string) (json.Unmarshaler, bool) + type ClearMessagesArgs struct + func (a *ClearMessagesArgs) MarshalJSON() ([]byte, error) + func (a *ClearMessagesArgs) UnmarshalJSON(b []byte) error + type ClearMessagesReply struct + func (a *ClearMessagesReply) GetFrameID() string + func (a *ClearMessagesReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *ClearMessagesReply) 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 Message struct + Column int + Level string + Line int + Source string + Text string + URL string + type MessageAddedReply struct + Message Message + func (a *MessageAddedReply) GetFrameID() string + func (a *MessageAddedReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *MessageAddedReply) UnmarshalJSON(b []byte) error + type Unmarshaler func() json.Unmarshaler