mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 10:46:58 +08:00
fix(notify): support list group_key,group_list
This commit is contained in:
@@ -81,8 +81,8 @@ type STopic struct {
|
||||
TitleEn string `length:"medium" nullable:"true" charset:"utf8" list:"user" update:"user" create:"optional"`
|
||||
ContentCn string `length:"medium" nullable:"true" charset:"utf8" list:"user" update:"user" create:"optional"`
|
||||
ContentEn string `length:"medium" nullable:"true" charset:"utf8" list:"user" update:"user" create:"optional"`
|
||||
GroupKeys *api.STopicGroupKeys `nullable:"true"`
|
||||
GroupTimes uint32 `nullable:"true"`
|
||||
GroupKeys *api.STopicGroupKeys `nullable:"true" list:"user" update:"user"`
|
||||
GroupTimes uint32 `nullable:"true" list:"user" update:"user"`
|
||||
AdvanceDays []int `nullable:"true" charset:"utf8" list:"user" update:"user" create:"optional"`
|
||||
|
||||
WebconsoleDisable tristate.TriState
|
||||
|
||||
Reference in New Issue
Block a user