Documentation ¶
Index ¶
- func GenKeyIfNotExists(privateKeyFile string) (crypto.PrivKey, error)
- func Init(repoRoot string) error
- type DagReader
- type IpnsEntry
- type Node
- func (node *Node) Add(r io.Reader) (path string, err error)
- func (node *Node) AddFile(fileName string) (path string, err error)
- func (node *Node) AddString(content string) (path string, err error)
- func (node *Node) Get(pt string) (DagReader, error)
- func (node *Node) GetString(pt string) (string, error)
- func (node *Node) Publish(p string) (string, error)
- func (node *Node) Resolve(name string) (string, error)
- func (node *Node) Stop()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.