newsbot-api/internal/domain/events.go

10 lines
102 B
Go
Raw Normal View History

package domain
const (
QueueRssCollection = "RssCollection"
)
type RssCollectionEvent struct {
}