Versions in this module Expand all Collapse all v1 v1.0.0 Jul 30, 2024 Changes in this version + type RestController struct + func NewRestController(r *echo.Echo, dic *di.Container, serviceName string) *RestController + func (c *RestController) AddRoute(route string, handler func(e echo.Context) error, methods []string, ...) errors.EdgeX + func (c *RestController) Discovery(e echo.Context) error + func (c *RestController) GetCommand(e echo.Context) error + func (c *RestController) InitRestRoutes() + func (c *RestController) Router() *echo.Echo + func (c *RestController) SetCommand(e echo.Context) error + func (c *RestController) SetCustomConfigInfo(customConfig interfaces.UpdatableConfig)