This commit is contained in:
cdle
2021-09-17 19:39:03 +08:00
parent 060fddb510
commit 3c93a2b349
3 changed files with 19 additions and 5 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
package im
import "time"
import (
"time"
)
type Sender interface {
GetUserID() int