gin-example/pkg/application/external/exchangerage.go

6 lines
91 B
Go
Raw Normal View History

2023-09-14 06:49:47 +00:00
package external
type QueueMsgRepository interface {
SendMsg(topic, info string) error
}