service/apollostruct/notif_template.go

9 lines
239 B
Go

package apollostruct
type NotifTemplateCfg struct {
NotifTemplate string `json:"notif_template"`
NType int64 `json:"n_type"`
Action string `json:"string"`
LinkTextTemplate string `json:"link_text_template"`
}