9 lines
239 B
Go
9 lines
239 B
Go
|
package apollostruct
|
||
|
|
||
|
type NotifTemplateCfg struct {
|
||
|
NotifTemplate string `json:"notif_template"`
|
||
|
NType int64 `json:"n_type"`
|
||
|
LinkTextTemplate string `json:"link_text_template"`
|
||
|
Action string `json:"string"`
|
||
|
}
|