Fatih USTA 73f7ea52db Fix: SSL dashboard/api validity problem (#2947) | 2 月之前 | |
---|---|---|
.. | ||
cmd | 2 年之前 | |
conf | 1 年之前 | |
internal | 2 月之前 | |
logs | 4 年之前 | |
service | 3 年之前 | |
test | 1 年之前 | |
README.md | 3 年之前 | |
VERSION | 1 年之前 | |
build.sh | 2 年之前 | |
entry.sh | 4 年之前 | |
go.mod | 1 年之前 | |
go.sum | 1 年之前 | |
main.go | 3 年之前 | |
main_test.go | 3 年之前 | |
run.sh | 3 年之前 |
This is a backend project which the dashboard depends on, implemented by Golang.
├── README.md
├── VERSION
├── build-tools
├── build.sh
├── cmd
├── conf
├── entry.sh
├── go.mod
├── go.sum
├── internal
├── run.sh
└── test
cmd
directory is the project entrance.internal
directory contains the main logic of manager-api.conf
directory contains the default configuration file.test
directory contains E2E test cases.