Versions in this module Expand all Collapse all v0 v0.6.1 Jun 24, 2026 v0.6.0 Jun 23, 2026 Changes in this version + type CustomValidator struct + func (cv *CustomValidator) Validate(i interface{}) error + type HTTPApp struct + Core models.Core + func NewHTTPApp(config models.Config) HTTPApp + func (a *HTTPApp) Run(modules []models.Module, version, buildTime string) + type HTTPErrorResponse struct + Message string + Messages map[string]string