Documentation ¶
Overview ¶
Package remote registers the "remote" blobserver storage type, storing and fetching blobs from a remote Camlistore server, speaking the HTTP protocol.
Example low-level config:
"/peer/": { "handler": "storage-remote", "handlerArgs": { "url": "http://10.0.0.17/base", "auth": "userpass:user:pass", "skipStartupCheck": false } },
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFromClient ¶
func NewFromClient(c *client.Client) blobserver.Storage
NewFromClient returns a new Storage implementation using the provided Camlistore client.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.