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

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.