Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Factory ¶
type Factory interface { // // GetOrCreate(chainID string) (ReadWriter, error) //chainIds返回工厂知道的链ID ChainIDs() []string // Close() }
type NotFoundErrorIterator ¶
type NotFoundErrorIterator struct{}
NotFoundErrorIterator只返回cb.status的错误“未找到”,
func (*NotFoundErrorIterator) Close ¶
func (nfei *NotFoundErrorIterator) Close()
func (*NotFoundErrorIterator) Next ¶
func (nfei *NotFoundErrorIterator) Next() (*cb.Block, cb.Status)
func (*NotFoundErrorIterator) ReadyChan ¶
func (nfei *NotFoundErrorIterator) ReadyChan() <-chan struct{}
type ReadWriter ¶
Directories ¶
Path | Synopsis |
---|---|
此源码被清华学神尹成大魔王专业翻译分析并修改 尹成QQ77025077 尹成微信18510341407 尹成所在QQ群721929980 尹成邮箱 yinc13@mails.tsinghua.edu.cn 尹成毕业于清华大学,微软区块链领域全球最有价值专家 https://mvp.microsoft.com/zh-cn/PublicProfile/4033620 Code generated by mockery v1.0.0.
|
此源码被清华学神尹成大魔王专业翻译分析并修改 尹成QQ77025077 尹成微信18510341407 尹成所在QQ群721929980 尹成邮箱 yinc13@mails.tsinghua.edu.cn 尹成毕业于清华大学,微软区块链领域全球最有价值专家 https://mvp.microsoft.com/zh-cn/PublicProfile/4033620 Code generated by mockery v1.0.0. |
Click to show internal directories.
Click to hide internal directories.