Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPluginDiscovery ¶
NewPluginDiscovery creates plugin lookup given a list of urls
func ParseURLMust ¶
ParseURLMust returns a list of urls from string. Panics on any errors
Types ¶
type DiscoveryResponse ¶
type DiscoveryResponse struct { // Leader indicates if this node responding is a leader Leader bool // Plugins is a slice of plugin names on that node Plugins []string }
DiscoveryResponse captures information about the remote node/proxy
Click to show internal directories.
Click to hide internal directories.