perkeep/pkg/client
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
..
android Rename android.go files to androidx.go 2014-07-08 11:18:40 -07:00
client.go Introduce search.QueryDescriber interface. *client.Client implements it. 2014-07-21 22:20:24 +02:00
config.go client: allow missing config file when using camget --shared= 2014-06-23 16:57:06 -07:00
config_test.go pkg/client: fix method to find a server in the config 2014-01-07 18:52:48 -08:00
enumerate.go client: better enumerate docs 2014-03-01 11:48:20 -08:00
get.go Get rid of SeekFetcher vs StreamingFetcher distinction and complexity. 2014-03-14 12:29:13 -07:00
ignored_test.go client: don't call osutil.HomeDir during test. 2014-02-23 09:34:16 -08:00
remove.go gofmt 2014-03-20 12:29:45 -07:00
stat_test.go httputil: add DecodeJSON and CloseBody helpers, then use them everywhere 2014-01-28 22:00:52 -08:00
stats.go client: move stats stuff to stats.go 2012-11-07 21:11:12 -06:00
upload.go Use 'uint32' instead of 'int64' for blob sizes everywhere. 2014-02-08 17:58:12 +01:00