1 Star 0 Fork 0

h79/goutils

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
producer.go 204 Bytes
Copy Edit Raw Blame History
huqiuyun authored 2023-04-24 20:33 . 除掉支付
package mq
type Producer interface {
Start() error
Stop()
SendJson(topic string, event interface{}) error
SendBytes(topic string, data []byte) error
SendAsync(topic string, data []byte) error
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/h79/goutils.git
git@gitee.com:h79/goutils.git
h79
goutils
goutils
v1.20.24

Search

A270a887 8829481 3d7a4017 8829481