6 lines
91 B
Go
6 lines
91 B
Go
package external
|
|
|
|
type QueueMsgRepository interface {
|
|
SendMsg(topic, info string) error
|
|
}
|