gin-example/pkg/application/external/exchangerage.go
2023-09-14 14:49:47 +08:00

6 lines
91 B
Go

package external
type QueueMsgRepository interface {
SendMsg(topic, info string) error
}