Files
uncloud/pkg/api/caddy.go
T

9 lines
248 B
Go

package api
// CaddySpec is the Caddy reverse proxy configuration for a service.
type CaddySpec struct {
// Config contains the Caddy config (Caddyfile) content. It must not conflict with the Caddy configs
// of other services.
Config string
}