This commit is contained in:
cdle
2021-10-06 11:19:34 +08:00
parent 6d3b5abf76
commit 698670bd0d
5 changed files with 34 additions and 2 deletions
+5
View File
@@ -19,6 +19,7 @@ type Sender interface {
GetAllMatch() [][]string
Get(...int) string
GetContent() string
GetUserName() string
IsAdmin() bool
IsMedia() bool
Reply(...interface{}) (int, error)
@@ -152,3 +153,7 @@ func (sender *Faker) Disappear(lifetime ...time.Duration) {
func (sender *Faker) Finish() {
}
func (sender *Faker) GetUserName() string {
return ""
}