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 Cache struct + CacheID CacheID + CacheName string + SecurityOrigin string + type CacheID string + type DataEntry struct + Request string + Response string + ResponseTime float64 + type DeleteCacheArgs struct + CacheID CacheID + func NewDeleteCacheArgs(cacheID CacheID) *DeleteCacheArgs + type DeleteEntryArgs struct + CacheID CacheID + Request string + func NewDeleteEntryArgs(cacheID CacheID, request string) *DeleteEntryArgs + type RequestCacheNamesArgs struct + SecurityOrigin string + func NewRequestCacheNamesArgs(securityOrigin string) *RequestCacheNamesArgs + type RequestCacheNamesReply struct + Caches []Cache + type RequestEntriesArgs struct + CacheID CacheID + PageSize int + SkipCount int + func NewRequestEntriesArgs(cacheID CacheID, skipCount int, pageSize int) *RequestEntriesArgs + type RequestEntriesReply struct + CacheDataEntries []DataEntry + HasMore bool