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