fea: support rate limit.

This commit is contained in:
Daniel Ding
2024-09-06 22:54:46 +08:00
parent 8377782339
commit a0f3e13c9e
8 changed files with 162 additions and 23 deletions

View File

@@ -39,4 +39,5 @@ func Commands(app *api.App) {
Version{}.Commands(app)
Log{}.Commands(app)
ZTrust{}.Commands(app)
Rate{}.Commands(app)
}