实现新的CC

This commit is contained in:
GoEdgeLab
2021-07-19 10:49:56 +08:00
parent 13f619e142
commit 3e98f32e26
6 changed files with 71 additions and 3 deletions

View File

@@ -25,4 +25,7 @@ type Request interface {
// WAFServerId 服务ID
WAFServerId() int64
// Format 格式化变量
Format(string) string
}