service/apollostruct/notif_banner_info.go

6 lines
86 B
Go

package apollostruct
type NotifBannerInfoCfg struct {
List []string `json:"list"`
}