tree: c83db33793ff2493b3a29045d965bee5778421f1 [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. README.md
  11. run.sh
  12. 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.