Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MemoryCache ¶
type MemoryCache struct {
// contains filtered or unexported fields
}
func NewMemoryCache ¶
func NewMemoryCache() *MemoryCache
func (*MemoryCache) Delete ¶
func (c *MemoryCache) Delete(key string)
func (*MemoryCache) Set ¶
func (c *MemoryCache) Set(key string, resp []byte)
type Transport ¶
type Transport struct {
Token string
Transport http.RoundTripper
Cache Cache
// contains filtered or unexported fields
}
func NewMemoryCacheTransport ¶
func NewMemoryCacheTransport() *Transport
func NewTransport ¶
Click to show internal directories.
Click to hide internal directories.