perkeep/cmd/camtool
mpl 26cb64e825 Introduce search.QueryDescriber interface. *client.Client implements it.
There are several places where we're using a *search.Handler, when we
only want to be able to do query and describe requests. When these
places need to be moved also out of the context of camlistored, (like
when making a server app such as the publisher), the QueryDescriber can
be used, and the adequate implementation (*search.Handler,
*client.Client, or any other) is used depending on the context.

Change-Id: Ie1c5bb6f1bbba32c24a8eb2d1175af95ffcc8335
2014-07-21 22:20:24 +02:00
..
.gitignore
camtool.go Fixed wrong calls to formatting functions. 2014-06-30 22:05:22 +02:00
claims.go Implemented an optional parameter (attr) in 'camtool claims' to filter by claim type 2014-03-19 00:45:51 -03:00
dbinit.go mysql: replace mymysql with go-sql-driver 2014-05-01 17:42:51 +02:00
debug.go
describe.go camtool: remove duplicated code 2014-02-09 15:48:07 -08:00
disco.go camtool: remove duplicated code 2014-02-09 15:48:07 -08:00
doc.go camtool: added googinit command 2014-04-24 13:12:47 +02:00
dp_idx_rebuild.go camtool: document reindex-diskpacked better 2014-02-11 19:24:08 -08:00
dumpconfig.go rename pkg/serverconfig to pkg/serverinit 2014-01-23 17:18:46 +01:00
env.go camtool: add env camsrcroot 2014-01-31 12:21:04 +01:00
exif.go
googinit.go Clarified use of camtool googinit 2014-07-07 08:33:53 -06:00
index.go camtool: remove duplicated code 2014-02-09 15:48:07 -08:00
list.go camtool list/sync: fix 3 bugs 2014-03-08 19:15:46 +01:00
mime.go
search.go Introduce search.QueryDescriber interface. *client.Client implements it. 2014-07-21 22:20:24 +02:00
searchdoc.go search: Self-documenting atoms 2014-05-15 00:42:32 +02:00
splits.go
sqlite_cond.go
sync.go camtool sync, localdisk: cancel enumerate to avoid channel lock 2014-05-09 01:36:38 +02:00
sync_test.go