Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddNoticeReceiversAction ¶ added in v0.1.2
func (*AddNoticeReceiversAction) Run ¶ added in v0.1.2
func (this *AddNoticeReceiversAction) Run(params struct { AgentId string Level notices.NoticeLevel })
添加通知接收人
type DeleteNoticeReceiversAction ¶ added in v0.1.2
func (*DeleteNoticeReceiversAction) Run ¶ added in v0.1.2
func (this *DeleteNoticeReceiversAction) Run(params struct { AgentId string Level notices.NoticeLevel ReceiverId string })
删除接收人
type Helper ¶
type Helper struct { }
func (*Helper) BeforeAction ¶
func (this *Helper) BeforeAction(actionWrapper actions.ActionWrapper)
type IndexAction ¶
type InstallAction ¶ added in v0.1.2
func (*InstallAction) Run ¶ added in v0.1.2
func (this *InstallAction) Run(params struct { AgentId string })
安装部署
type NoticeReceiversAction ¶ added in v0.1.2
func (*NoticeReceiversAction) Run ¶ added in v0.1.2
func (this *NoticeReceiversAction) Run(params struct { AgentId string })
通知接收人设置
type UpdateAction ¶
Click to show internal directories.
Click to hide internal directories.