Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
Get(url string) (io.ReadCloser, error)
}
func RemoteClient ¶
func RemoteClient() Client
func UnixClient ¶
func UnixClient() Client
type ClientFunc ¶
type ClientFunc func(url string) (io.ReadCloser, error)
func (ClientFunc) Get ¶
func (fn ClientFunc) Get(url string) (io.ReadCloser, error)
Click to show internal directories.
Click to hide internal directories.