mirror of https://github.com/perkeep/perkeep.git
ccf33926c8 | ||
---|---|---|
.. | ||
test | ||
ui | ||
.gitignore | ||
README | ||
camlistored.go | ||
partitions.go | ||
root.go | ||
setup.go | ||
sig.go | ||
sync.go | ||
test-put.pl | ||
ui.go |
README
The Camlistore blob server HTTP server binary. See also: - The storage interface is in lib/go/blobserver/ - The storage implementations are under that e.g. lib/go/blobserver/localdisk/ - The HTTP handlers are implemented in lib/go/blobserver/handlers/