Merge branch 'master' of git.zhangdeman.cn:zhangdeman/consts

This commit is contained in:
2026-01-05 09:48:07 +08:00
+14
View File
@@ -0,0 +1,14 @@
// Package consts ...
//
// Description : consts ...
//
// Author : go_developer@163.com<白茶清欢>
//
// Date : 2026-01-02 21:43
package consts
const (
RateLimitDriverNull = "null"
RateLimitDriverRedis = "redis"
RateLimitDriverMemory = "memory"
)