feat: code cleanup
This commit is contained in:
@@ -8,10 +8,6 @@
|
||||
package define
|
||||
|
||||
// LimitConfig ...
|
||||
//
|
||||
// Author : go_developer@163.com<白茶清欢>
|
||||
//
|
||||
// Date : 15:17 2024/6/20
|
||||
type LimitConfig struct {
|
||||
Key string `json:"key"` // 操作的key
|
||||
Total int `json:"total"` // 令牌桶大小
|
||||
|
||||
Reference in New Issue
Block a user