github.com/linapex/ethereum-dpos-chinese@v0.0.0-20190316121959-b78b3a4a1ece/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 12:09:27</date>
    10  //</624342586135416832>
    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