Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AllHookEvents = make(map[string]*HookEvent) EventDeployment = &HookEvent{ Key: "deployment", Name: "部署", Description: "部署相关动作行为,如创建、上下线、实例数量调整等", } EventService = &HookEvent{ Key: "service", Name: "负载均衡", Description: "负载均衡相关动作行为,如创建、上下线等", } EventMember = &HookEvent{ Key: "member", Name: "成员", Description: "项目/部门成员增删或权限变更", } )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.