Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpService ¶
type HttpService interface { Start(chan<- error) Stop() }
func NewHttpService ¶
func NewHttpService(cfg HttpServiceConfig, node comm.Node, store storage.KeyValueStore) (HttpService, error)
type HttpServiceConfig ¶
type HttpServiceConfig struct { ServiceUrl string // contains filtered or unexported fields }
type LeaderResp ¶
Click to show internal directories.
Click to hide internal directories.