This commit is contained in:
cdle
2021-09-18 17:28:22 +08:00
parent 5398276137
commit 3b054ae145
2 changed files with 21 additions and 2 deletions
+2
View File
@@ -27,8 +27,10 @@ type Sender interface {
}
type Edit int
type Replace int
var E Edit
var R Replace
type Faker struct {
Message interface{}