Versions in this module Expand all Collapse all v1 v1.0.0 Apr 14, 2020 Changes in this version + const CommandApplicationCacheEnable + const CommandApplicationCacheGetApplicationCacheForFrame + const CommandApplicationCacheGetFramesWithManifests + const CommandApplicationCacheGetManifestForFrame + const EventApplicationCacheApplicationCacheStatusUpdated + const EventApplicationCacheNetworkStateUpdated + var EventConstants = map[string]Unmarshaler + func GetEventReply(event string) (json.Unmarshaler, bool) + type ApplicationCache struct + CreationTime float64 + ManifestURL string + Resources []Resource + Size float64 + UpdateTime float64 + 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 FrameWithManifest struct + FrameID shared.FrameID + ManifestURL string + Status int + type GetApplicationCacheForFrameArgs struct + FrameID shared.FrameID + func (a *GetApplicationCacheForFrameArgs) MarshalJSON() ([]byte, error) + func (a *GetApplicationCacheForFrameArgs) UnmarshalJSON(b []byte) error + type GetApplicationCacheForFrameReply struct + ApplicationCache ApplicationCache + func (a *GetApplicationCacheForFrameReply) GetFrameID() string + func (a *GetApplicationCacheForFrameReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *GetApplicationCacheForFrameReply) UnmarshalJSON(b []byte) error + type GetFramesWithManifestsArgs struct + func (a *GetFramesWithManifestsArgs) MarshalJSON() ([]byte, error) + func (a *GetFramesWithManifestsArgs) UnmarshalJSON(b []byte) error + type GetFramesWithManifestsReply struct + FrameIDs []FrameWithManifest + func (a *GetFramesWithManifestsReply) GetFrameID() string + func (a *GetFramesWithManifestsReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *GetFramesWithManifestsReply) UnmarshalJSON(b []byte) error + type GetManifestForFrameArgs struct + FrameID shared.FrameID + func (a *GetManifestForFrameArgs) MarshalJSON() ([]byte, error) + func (a *GetManifestForFrameArgs) UnmarshalJSON(b []byte) error + type GetManifestForFrameReply struct + ManifestURL string + func (a *GetManifestForFrameReply) GetFrameID() string + func (a *GetManifestForFrameReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *GetManifestForFrameReply) UnmarshalJSON(b []byte) error + type NetworkStateUpdatedReply struct + IsNowOnline bool + func (a *NetworkStateUpdatedReply) GetFrameID() string + func (a *NetworkStateUpdatedReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *NetworkStateUpdatedReply) UnmarshalJSON(b []byte) error + type Resource struct + Size int + Type string + URL string + type StatusUpdatedReply struct + FrameID shared.FrameID + ManifestURL string + Status int + func (a *StatusUpdatedReply) GetFrameID() string + func (a *StatusUpdatedReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *StatusUpdatedReply) UnmarshalJSON(b []byte) error + type Unmarshaler func() json.Unmarshaler