Versions in this module Expand all Collapse all v1 v1.0.0 Apr 14, 2020 Changes in this version + const CommandSchemaGetDomains + type Domain struct + Name string + Version string + type GetDomainsArgs struct + func (a *GetDomainsArgs) MarshalJSON() ([]byte, error) + func (a *GetDomainsArgs) UnmarshalJSON(b []byte) error + type GetDomainsReply struct + Domains []Domain + func (a *GetDomainsReply) GetFrameID() string + func (a *GetDomainsReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *GetDomainsReply) UnmarshalJSON(b []byte) error