perkeep/server
Brad Fitzpatrick d4ff75359c pkg/client: reduce the number of New constructors, return error by default
This removes NewDefault and NewFromParams.

Now the default way to create a client is:

    client.New() -> (*Client, error)

Specifying a server is optional and now requires
client.OptionServer(server).

If the caller really wants to log.Fatal on error, they can use
client.NewOrFail.

Also, some of the boilerplate from GopherJS callers is now promoted to
be the default behavior in the client package.

Change-Id: Icb106cf3e13cc492fe5b2f7f240e1ad4227eaf33
2018-01-24 07:42:04 -08:00
..
camlistored pkg/client: reduce the number of New constructors, return error by default 2018-01-24 07:42:04 -08:00
camnetdns Move more packages out of pkg/ and into internal/ 2018-01-02 21:03:30 -08:00
sigserver all: update copyright holder from Google Inc to The Perkeep Authors 2018-01-03 16:52:49 -08:00
tester
.gitignore