gitextract_dh8uha71/ ├── Dockerfile ├── LICENSE.txt ├── README.md ├── config/ │ └── base.example.yaml ├── docker-compose.yml ├── generators/ │ ├── images.go │ └── init.go ├── handler/ │ └── handler.go ├── httpserver/ │ ├── handle.go │ ├── tcp_listener.go │ └── wait.go ├── main.go └── templates/ ├── csv.csv └── html.html