etcd/etcdmain
Dongsu Park 624187d25f etcdmain: correctly check return values from SdNotify()
SdNotify() now returns 2 values, sent and err. So startEtcdOrProxyV2()
needs to check the 2 return values correctly. As the 2 values are
independent of each other, error checking needs to be slightly updated
too.

SdNotifyNoSocket, which was previously provided by go-systemd, does not
exist any more. In that case (false, nil) will be returned instead.
2016-07-21 09:19:07 +02:00
..
config.go Merge pull request #3621 from yichengq/usage-stderr 2016-07-13 16:56:26 -07:00
config_test.go etcdmain, embed: export Config and StartEtcd into embed/ 2016-07-13 10:40:03 -07:00
doc.go *: update LICENSE header 2016-05-12 20:51:48 -07:00
etcd.go etcdmain: correctly check return values from SdNotify() 2016-07-21 09:19:07 +02:00
gateway.go etcdmian: gateway supports dns srv discovery 2016-07-18 21:53:24 -07:00
grpc_proxy.go grpcproxy: add auth 2016-07-18 14:26:22 -07:00
help.go etcdmain, embed: export Config and StartEtcd into embed/ 2016-07-13 10:40:03 -07:00
main.go *: initial implementation of grpc-proxy 2016-06-29 12:06:04 -07:00