tree: e50cdfd8ca568fa9544cfdcc0141fc8ab814daef [path history] [tgz]
  1. cmd/
  2. conf/
  3. internal/
  4. logs/
  5. test/
  6. build.sh
  7. entry.sh
  8. go.mod
  9. go.sum
  10. main.go
  11. main_test.go
  12. README.md
  13. run.sh
  14. 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.