1 Star 0 Fork 0

foollove/notify

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
watcher_stub.go 556 Bytes
一键复制 编辑 原始数据 按行查看 历史
// Copyright (c) 2014-2018 The Notify Authors. All rights reserved.
// Use of this source code is governed by the MIT license that can be
// found in the LICENSE file.
package notify
type watcherStub struct{ error }
// Following methods implement notify.watcher interface.
func (s watcherStub) Watch(string, Event) error { return s }
func (s watcherStub) Rewatch(string, Event, Event) error { return s }
func (s watcherStub) Unwatch(string) (err error) { return s }
func (s watcherStub) Close() error { return s }
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/foollove/notify.git
git@gitee.com:foollove/notify.git
foollove
notify
notify
v0.9.4

搜索帮助