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