6 lines
86 B
Go
6 lines
86 B
Go
|
package apollostruct
|
||
|
|
||
|
type NotifBannerInfoCfg struct {
|
||
|
List []string `json:"list"`
|
||
|
}
|