Versions in this module Expand all Collapse all v4 v4.0.3 Mar 30, 2025 Changes in this version + const OPENZITI_DEFAULT_LOG_FORMAT + const OPENZITI_LOG_FORMAT + const PathSep + func AdaptLogrusBasedLogging(lc logger.LoggingClient) + func BuildBaseKey(keys ...string) string + func ConvertFromMap(m map[string]any, target any) error + func ConvertToMap(target any, m *map[string]any) error + func DeepCopy(src any, dest any) error + func MergeMaps(dest map[string]any, src map[string]any) + func MergeValues(dest any, src any) error + func RemoveUnusedSettings(src any, baseKey string, usedSettingKeys map[string]any) (map[string]any, error) + func SendJsonErrResp(lc logger.LoggingClient, writer *echo.Response, request *http.Request, ...) error + func SendJsonResp(lc logger.LoggingClient, writer *echo.Response, request *http.Request, ...) error + func StringSliceToMap(src []string) map[string]any + func WrapHandler(handler func(http.ResponseWriter, *http.Request)) echo.HandlerFunc + type LogrusAdaptor struct + func (f *LogrusAdaptor) Fire(e *logrus.Entry) error + func (f *LogrusAdaptor) Format(entry *logrus.Entry) ([]byte, error) + func (f *LogrusAdaptor) Levels() []logrus.Level Other modules containing this package github.com/agile-edge/go-mod-bootstrap/v3