etcd/embed
James Shubin 745cd730a7 embed: Make immutable defaults constant
This changes the two immutable defaults into constants which allows
packages embedding etcd to import them as const! If they are variables,
then you'll fail with "const initializer foo is not a constant".
2016-11-11 07:34:45 -05:00
..
config.go embed: Make immutable defaults constant 2016-11-11 07:34:45 -05:00
config_test.go etcdmain, embed: export Config and StartEtcd into embed/ 2016-07-13 10:40:03 -07:00
doc.go embed: Move the ReadyNotify() call to a better place 2016-08-29 22:45:41 -04:00
etcd.go embed: add 'Config' method 2016-09-29 07:10:59 -07:00
serve.go embed: support registering user handlers 2016-07-28 13:39:06 +08:00
util.go embed: only get initial cluster setting if the member is not init 2016-07-13 16:03:27 -07:00