提交 9a054c58 作者: Brian Tiger Chow

doc(fsrepo)

上级 ac530d0a
......@@ -44,8 +44,13 @@ func init() {
// FSRepo represents an IPFS FileSystem Repo. It is safe for use by multiple
// callers.
type FSRepo struct {
state state
path string
// state is the FSRepo's state (unopened, opened, closed)
state state
// path is the file-system path
path string
// config is loaded when FSRepo is opened and kept up to date when the
// FSRepo is modified.
// TODO test
config *config.Config
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论