This commit is contained in:
cdle
2021-09-20 18:20:35 +08:00
parent 9823fc3bd5
commit b33c7b1096
7 changed files with 137 additions and 19 deletions
+5
View File
@@ -24,6 +24,7 @@ type Sender interface {
Reply(...interface{}) (int, error)
Delete() error
Disappear(lifetime ...time.Duration)
Finish()
}
type Edit int
@@ -111,3 +112,7 @@ func (sender *Faker) Delete() error {
func (sender *Faker) Disappear(lifetime ...time.Duration) {
}
func (sender *Faker) Finish() {
}