Ai
1 Star 0 Fork 0

micro-tools/wf

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
watcher.go 337 Bytes
Copy Edit Raw Blame History
545403892 authored 2023-09-27 22:16 +08:00 . 升级go-ole
package registry
//Watcher 是一个返回更新的接口,关于注册表中的服务。
type Watcher interface {
// Next is a blocking call
Next() (*Result, error)
Stop()
}
//Result 调用Next on返回结果,观察者。操作可以是创建、更新、删除
type Result struct {
Action string
Service *Service
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/micro-tools/wf.git
git@gitee.com:micro-tools/wf.git
micro-tools
wf
wf
v1.0.2

Search