mirror of https://github.com/Xhofe/alist
chore: fix typo
parent
4340a48633
commit
a6e5edcf53
|
@ -1,6 +1,8 @@
|
||||||
package message
|
package message
|
||||||
|
|
||||||
type Messager interface {
|
type Messenger interface {
|
||||||
Send(string, interface{}) error
|
Send(string, interface{}) error
|
||||||
|
WaitSend(string, interface{}) error
|
||||||
Receive(string) (string, error)
|
Receive(string) (string, error)
|
||||||
|
WaitReceive(string) (string, error)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue