| 23 | } |
| 24 | |
| 25 | type HTMLHostService struct { |
| 26 | baseDir string |
| 27 | maxSize int64 |
| 28 | } |
| 29 | |
| 30 | func NewHTMLHostService(cfg HTMLHostConfig) (*HTMLHostService, error) { |
| 31 | if cfg.BaseDir == "" { |
nothing calls this directly
no outgoing calls
no test coverage detected