Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DeploymentMonitor ¶ added in v1.0.1
type DeploymentMonitor struct {
// contains filtered or unexported fields
}
DeploymentMonitor 监控器结构体
func NewDeploymentMonitor ¶ added in v1.0.1
func NewDeploymentMonitor(targetPath, scriptPath string, debounceTime int, recursive bool) (*DeploymentMonitor, error)
NewDeploymentMonitor 创建新的监控器实例
func (*DeploymentMonitor) Start ¶ added in v1.0.1
func (dm *DeploymentMonitor) Start() error
Start 启动监控
Click to show internal directories.
Click to hide internal directories.