Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DingdingRobotEvent ¶
type DingdingRobotEvent struct { DingDingRobot repository.DingdingRobot Type EventType CreatedAt time.Time }
DingdingRobotEvent 钉钉机器人变更事件
type EventGroupReduceEvent ¶
type EventGroupReduceEvent struct { GroupID primitive.ObjectID KeepCount int64 DeleteCount int64 CreatedAt time.Time }
EventGroupReduceEvent 事件组缩减事件
type MessageGroupPendingEvent ¶
type MessageGroupPendingEvent struct { Group repository.EventGroup CreatedAt time.Time }
MessageGroupPendingEvent 消息分组变更状态为 Pending 事件
type MessageGroupTriggeredEvent ¶
type MessageGroupTriggeredEvent struct { Action string Rule repository.Rule Trigger repository.Trigger Group repository.EventGroup CreatedAt time.Time }
MessageGroupTriggeredEvent 消息分组的 Trigger 触发事件
type RuleChangedEvent ¶
type RuleChangedEvent struct { Rule repository.Rule Type EventType CreatedAt time.Time }
RuleChangedEvent 规则变更事件
type SystemUpDownEvent ¶
SystemUpDownEvent 系统启停事件
type UserChangedEvent ¶
type UserChangedEvent struct { User repository.User Type EventType CreatedAt time.Time }
UserChangedEvent 用户变更事件
Click to show internal directories.
Click to hide internal directories.