Fatih USTA 73f7ea52db Fix: SSL dashboard/api validity problem (#2947) před 2 měsíci
..
cmd f64372fd54 feat: add etcd store auto re-initialize (#2650) před 2 roky
conf 5ccb55be08 feat: basic support Apache APISIX 3.0.0 (#2701) před 1 rokem
internal 73f7ea52db Fix: SSL dashboard/api validity problem (#2947) před 2 měsíci
logs 4bb353d4be chore: add middleware to transform error and rename placeholder.txt (#899) před 4 roky
service 32183799dd refactor: remove built-in daemon manager (#2183) před 3 roky
test a393073a19 fix: remove route name length limit (#2759) před 1 rokem
README.md 2261de1280 chore: lint Markdown and remove unneeded rules (#1274) před 3 roky
VERSION f494919694 feat: release 3.0.0 (#2722) před 1 rokem
build.sh a964db4c12 chore: use json schema instead hard code (#2399) před 2 roky
entry.sh b989a0f7d9 release: release 2.0-rc version. (#598) před 4 roky
go.mod 15fbf4bdee chore: update dependency (#2752) před 1 rokem
go.sum 15fbf4bdee chore: update dependency (#2752) před 1 rokem
main.go ddb76db806 feat: split cmd package code (#1932) před 3 roky
main_test.go ddb76db806 feat: split cmd package code (#1932) před 3 roky
run.sh 5510ecb1b9 refactor: lint shell for shellcheck (#2193) před 3 roky

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.