Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrConnectionEstablished 表示连接已建立后断开(需要立即重连) ErrConnectionEstablished = errors.New("connection was established") )
定义特殊错误类型
Functions ¶
func UninstallAgent ¶ added in v0.0.19
UninstallAgent 执行探针卸载操作(可被复用)
Types ¶
type ServiceManager ¶
type ServiceManager struct {
// contains filtered or unexported fields
}
ServiceManager 服务管理器
func NewServiceManager ¶
func NewServiceManager(cfg *config.Config) (*ServiceManager, error)
NewServiceManager 创建服务管理器
Click to show internal directories.
Click to hide internal directories.