Versions in this module Expand all Collapse all v4 v4.0.3 Mar 30, 2025 Changes in this version + type CommonController struct + func NewCommonController(dic *di.Container, r *echo.Echo, serviceName string, serviceVersion string) *CommonController + func (c *CommonController) AddSecret(e echo.Context) error + func (c *CommonController) Config(e echo.Context) error + func (c *CommonController) Ping(e echo.Context) error + func (c *CommonController) SetCustomConfigInfo(customConfig interfaces.UpdatableConfig) + func (c *CommonController) SetSDKVersion(sdkVersion string) + func (c *CommonController) Version(e echo.Context) error Other modules containing this package github.com/agile-edge/go-mod-bootstrap/v3