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