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

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.