Documentation
¶
Index ¶
- Variables
- type DummyNode
- func (f DummyNode) Cid() cid.Cid
- func (f DummyNode) Copy() ipld.Node
- func (f DummyNode) Links() []*ipld.Link
- func (f DummyNode) Loggable() map[string]interface{}
- func (f DummyNode) RawData() []byte
- func (f DummyNode) Resolve(path []string) (interface{}, []string, error)
- func (f DummyNode) ResolveLink(path []string) (*ipld.Link, []string, error)
- func (f DummyNode) Size() (uint64, error)
- func (f DummyNode) Stat() (*ipld.NodeStat, error)
- func (f DummyNode) String() string
- func (f DummyNode) Tree(path string, depth int) []string
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEmptyNode error = errors.New("fake fs node")
Functions ¶
This section is empty.
Types ¶
type DummyNode ¶
type DummyNode struct {
// contains filtered or unexported fields
}
func NewDummyNode ¶
func (DummyNode) ResolveLink ¶
Click to show internal directories.
Click to hide internal directories.