Documentation ¶ Index ¶ type Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { ID string AdvertiseAddr string AdvertisePort int BindPort int OnNodeJoin func(id string, meta []byte) OnNodeLeave func(id string, meta []byte) OnNodeUpdate func(id string, meta []byte) } Source Files ¶ View all Source files service.go Click to show internal directories. Click to hide internal directories.