Documentation ¶
Index ¶
- func Asset(name string) ([]byte, error)
- func AssetDir(name string) ([]string, error)
- func AssetInfo(name string) (os.FileInfo, error)
- func AssetNames() []string
- func MustAsset(name string) []byte
- func RestoreAsset(dir, name string) error
- func RestoreAssets(dir, name string) error
- func SeedInitDirIndex(nd *core.IpfsNode) (cid.Cid, error)
- func SeedInitDocs(nd *core.IpfsNode) (cid.Cid, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssetDir ¶
assetdir返回某个 通过go bindata嵌入到文件中的目录。 例如,如果对数据/运行go bindata。数据包含 以下层次结构: 数据/ 英尺·txt IMG/ A.PNG B.PNG 然后assetdir(“data”)将返回[]字符串“foo.txt”,“img” assetdir(“data/img”)将返回[]字符串“a.png”、“b.png” assetdir(“foo.txt”)和assetdir(“notexist”)将返回错误 assetdir(“”)将返回[]字符串“data”。
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.