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 ApplicationCache struct + CreationTime float64 + ManifestURL string + Resources []Resource + Size float64 + UpdateTime float64 + type FrameWithManifest struct + FrameID page.FrameID + ManifestURL string + Status int + type GetApplicationCacheForFrameArgs struct + FrameID page.FrameID + func NewGetApplicationCacheForFrameArgs(frameID page.FrameID) *GetApplicationCacheForFrameArgs + type GetApplicationCacheForFrameReply struct + ApplicationCache ApplicationCache + type GetFramesWithManifestsReply struct + FrameIDs []FrameWithManifest + type GetManifestForFrameArgs struct + FrameID page.FrameID + func NewGetManifestForFrameArgs(frameID page.FrameID) *GetManifestForFrameArgs + type GetManifestForFrameReply struct + ManifestURL string + type NetworkStateUpdatedClient interface + Recv func() (*NetworkStateUpdatedReply, error) + type NetworkStateUpdatedReply struct + IsNowOnline bool + type Resource struct + Size int + Type string + URL string + type StatusUpdatedClient interface + Recv func() (*StatusUpdatedReply, error) + type StatusUpdatedReply struct + FrameID page.FrameID + ManifestURL string + Status int