Versions in this module Expand all Collapse all v1 v1.0.2 Feb 25, 2020 Changes in this version + func GetStoredConfig(c echo.Context, proxeusUrl string) ([]byte, error) + func Health(c echo.Context) error + func NodeID(c echo.Context) (string, error) + func Nop(_ echo.Context) error + func Register(proxeusUrl, name, serviceUrl, jwtSecret, description string, retryInterval int) error + func SetStoredConfig(c echo.Context, proxeusUrl string, conf interface{}) error + type ExternalNode struct + Detail string + ID string + Name string + Secret string + Url string + func (e *ExternalNode) HealthUrl() string + type ExternalNodeInstance struct + Config interface{} + ID string + NodeName string + type ExternalQuery struct + func (e ExternalQuery) CloseUrl() string + func (e ExternalQuery) ConfigUrl() string + func (e ExternalQuery) NextUrl() string + func (e ExternalQuery) RemoveUrl() string