Isolate http specific parts to minimal

This commit is contained in:
lash
2024-09-12 03:30:23 +01:00
parent 0f9b5551ec
commit dde9f552a6
4 changed files with 165 additions and 67 deletions

View File

@@ -112,6 +112,7 @@ func getResource(resourceDir string, ctx context.Context) (resource.Resource, er
return rfs, nil
}
func main() {
var dbDir string
var resourceDir string