Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProxyStore ¶
type ProxyStore struct {
// contains filtered or unexported fields
}
func NewProxyStore ¶
func NewProxyStore(addr string) *ProxyStore
func (*ProxyStore) Get ¶
func (s *ProxyStore) Get(key, url *string) error
func (*ProxyStore) Put ¶
func (s *ProxyStore) Put(url, key *string) error
type URLStore ¶
type URLStore struct {
// contains filtered or unexported fields
}
func NewURLStore ¶
Click to show internal directories.
Click to hide internal directories.