github.com/linapex/ethereum-go-chinese@v0.0.0-20190316121929-f8b7a73c3fa1/accounts/keystore/watch_fallback.go (about) 1 2 //<developer> 3 // <name>linapex 曹一峰</name> 4 // <email>linapex@163.com</email> 5 // <wx>superexc</wx> 6 // <qqgroup>128148617</qqgroup> 7 // <url>https://jsq.ink</url> 8 // <role>pku engineer</role> 9 // <date>2019-03-16 19:16:32</date> 10 //</624450065213165568> 11 12 13 //+构建iOS Linux,ARM64 Windows!达尔文!FreeBSD!Linux!NETBSD!索拉里斯 14 15 //这是目录监视的后备实现。 16 //它用于不受支持的平台。 17 18 package keystore 19 20 type watcher struct{ running bool } 21 22 func newWatcher(*accountCache) *watcher { return new(watcher) } 23 func (*watcher) start() {} 24 func (*watcher) close() {} 25