tree: 8af2a84b67e6c9ed245545e201bb16f300062c81 [path history] [tgz]
  1. cmd/
  2. conf/
  3. internal/
  4. logs/
  5. service/
  6. test/
  7. build.sh
  8. entry.sh
  9. go.mod
  10. go.sum
  11. main.go
  12. main_test.go
  13. README.md
  14. run.sh
  15. VERSION
api/README.md

manager-api

This is a backend project which the dashboard depends on, implemented by Golang.

Installation

Please refer to the doc

Project structure

├── README.md
├── VERSION
├── build-tools
├── build.sh
├── cmd
├── conf
├── entry.sh
├── go.mod
├── go.sum
├── internal
├── run.sh
└── test
  1. The cmd directory is the project entrance.
  2. The internal directory contains the main logic of manager-api.
  3. The conf directory contains the default configuration file.
  4. The test directory contains E2E test cases.