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

Struct HTMLHostService

backend/internal/service/HtmlHost.go:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25type HTMLHostService struct {
26 baseDir string
27 maxSize int64
28}
29
30func NewHTMLHostService(cfg HTMLHostConfig) (*HTMLHostService, error) {
31 if cfg.BaseDir == "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected