Versions in this module Expand all Collapse all v0 v0.1.1 Mar 10, 2026 Changes in this version + var AppStruct = &App + var ConfigAutosavePath = filepath.Join(caddy.AppConfigDir(), "autosave.Caddyfile") + var Instance = framework.CreateApp(AppStruct) + type AdaptResult struct + AdaptError string + Body string + Warnings []caddyconfig.Warning + type App struct + ConfPath string + Log *zap.Logger + func (a *App) AdaptCaddyfile(c echo.Context, caddyfile_content string) (AdaptResult, error) + func (a *App) InstallCaddyfile(c echo.Context, caddyfile_content string) (bool, error) + func (a *App) LastCaddyfile(c echo.Context) (string, error) v0.1.0 Mar 3, 2026