chore: fix typo
This commit is contained in:
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…
x
Reference in New Issue
Block a user