mirror of https://github.com/perkeep/perkeep.git
c32fec03e1
Change-Id: I6bfce54ee1213943d6ba20528f0b67f32617b2cf |
||
---|---|---|
.. | ||
test | ||
ui | ||
.gitignore | ||
README | ||
camlistored.go | ||
partitions.go | ||
publish.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/