Versions in this module Expand all Collapse all v0 v0.9.0 Jul 18, 2017 Changes in this version + func NewClient(conn *rpcc.Conn) *domainClient + type GetDOMCountersReply struct + Documents int + JsEventListeners int + Nodes int + type PressureLevel int + const PressureLevelCritical + const PressureLevelModerate + const PressureLevelNotSet + func (e *PressureLevel) UnmarshalJSON(data []byte) error + func (e PressureLevel) MarshalJSON() ([]byte, error) + func (e PressureLevel) String() string + func (e PressureLevel) Valid() bool + type SetPressureNotificationsSuppressedArgs struct + Suppressed bool + func NewSetPressureNotificationsSuppressedArgs(suppressed bool) *SetPressureNotificationsSuppressedArgs + type SimulatePressureNotificationArgs struct + Level PressureLevel + func NewSimulatePressureNotificationArgs(level PressureLevel) *SimulatePressureNotificationArgs