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 ClearDataForOriginArgs struct + Origin string + StorageTypes string + func NewClearDataForOriginArgs(origin string, storageTypes string) *ClearDataForOriginArgs + type GetUsageAndQuotaArgs struct + Origin string + func NewGetUsageAndQuotaArgs(origin string) *GetUsageAndQuotaArgs + type GetUsageAndQuotaReply struct + Quota float64 + Usage float64 + UsageBreakdown []UsageForType + type Type int + const TypeAll + const TypeAppcache + const TypeCacheStorage + const TypeCookies + const TypeFileSystems + const TypeIndexeddb + const TypeLocalStorage + const TypeNotSet + const TypeOther + const TypeServiceWorkers + const TypeShaderCache + const TypeWebsql + func (e *Type) UnmarshalJSON(data []byte) error + func (e Type) MarshalJSON() ([]byte, error) + func (e Type) String() string + func (e Type) Valid() bool + type UsageForType struct + StorageType Type + Usage float64