caddy

package
v0.1.42 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 2, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateCaddyfile added in v0.1.16

func GenerateCaddyfile(appName, domain, outputMode string, port int, appDir string) string

Types

type CaddyManager

type CaddyManager struct {
	// contains filtered or unexported fields
}

func New

func New(adminAPI string) *CaddyManager

func (*CaddyManager) ApplyConfig

func (cm *CaddyManager) ApplyConfig(ctx context.Context, config *Config) error

func (*CaddyManager) GetConfig

func (cm *CaddyManager) GetConfig(ctx context.Context) (*Config, error)

func (*CaddyManager) LoadConfig

func (cm *CaddyManager) LoadConfig(ctx context.Context, filePath string) (*Config, error)

func (*CaddyManager) PatchConfig

func (cm *CaddyManager) PatchConfig(ctx context.Context, path string, config interface{}) error

func (*CaddyManager) SaveConfig

func (cm *CaddyManager) SaveConfig(ctx context.Context, config *Config, filePath string) error

func (*CaddyManager) ValidateConfig

func (cm *CaddyManager) ValidateConfig(ctx context.Context, config *Config) error

type Config

type Config struct {
	Content string
	Format  string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL