gitextract_wdg33cnp/ ├── .gitignore ├── LICENSE ├── README-CN.md ├── README.md ├── conf/ │ ├── app.conf │ ├── config.go │ ├── nginx/ │ │ └── solo-ci-nginx.conf │ └── solo-ci.service ├── controllers/ │ └── project.go ├── init/ │ └── init.go ├── main.go ├── models/ │ ├── build.go │ ├── github_hook.go │ ├── gitlab_hook.go │ ├── models.go │ └── project.go ├── routers/ │ └── router.go ├── solocifile ├── test/ │ └── normal_test.go └── utils/ └── return_struct.go