remote

package
v0.0.0-...-c8ec3b5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 14, 2016 License: Apache-2.0 Imports: 8 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL