MCPcopy Create free account
hub / github.com/LeoninCS/DevDesk / HTMLHostConfig

Struct HTMLHostConfig

backend/internal/service/HtmlHost.go:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18const DefaultMaxHTMLSize = 1 * 1024 * 1024
19
20type HTMLHostConfig struct {
21 BaseDir string
22 MaxSizeBytes int64
23}
24
25type HTMLHostService struct {
26 baseDir string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected