mirror of https://github.com/perkeep/perkeep.git
d4ff75359c
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 |
||
---|---|---|
.. | ||
camget.go | ||
camput.go | ||
camtool.go | ||
devcam.go | ||
doc.go | ||
env.go | ||
exec.go | ||
hook.go | ||
pkmount.go | ||
review.go | ||
server.go | ||
test.go |