mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-08-28 21:09:59 +08:00
tt
This commit is contained in:
20
hotgo-server/app/interfaces/queue_producer_interface.go
Normal file
20
hotgo-server/app/interfaces/queue_producer_interface.go
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// @Package interfaces
|
||||
// @Description
|
||||
// @Author Ms <133814250@qq.com>
|
||||
//
|
||||
package interfaces
|
||||
|
||||
//
|
||||
// QueueProducer
|
||||
// @Description
|
||||
//
|
||||
type QueueProducer interface {
|
||||
//
|
||||
// @Title
|
||||
// @Description
|
||||
// @Author Ms <133814250@qq.com>
|
||||
// @Return string
|
||||
//
|
||||
Push() string
|
||||
}
|
Reference in New Issue
Block a user