service/apollostruct/notif_template.go

8 lines
198 B
Go

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