mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-02-03 00:38:40 +08:00
7 lines
64 B
Go
7 lines
64 B
Go
package queue
|
|
|
|
type MessageQueue interface {
|
|
Start()
|
|
Stop()
|
|
}
|