niki/domain/notification/entity/channel.go

9 lines
116 B
Go

package entity
type Channel struct {
ID int8
Type NotificationType
Provider string
Config string
}