| 18 | const DefaultMaxHTMLSize = 1 * 1024 * 1024 |
| 19 | |
| 20 | type HTMLHostConfig struct { |
| 21 | BaseDir string |
| 22 | MaxSizeBytes int64 |
| 23 | } |
| 24 | |
| 25 | type HTMLHostService struct { |
| 26 | baseDir string |
nothing calls this directly
no outgoing calls
no test coverage detected