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
+4
View File
@@ -250,3 +250,7 @@ func (sender *Sender) Disappear(lifetime ...time.Duration) {
sender.Duration = &lifetime[0]
}
}
func (sender *Sender) Finish() {
}