Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MergeNsMapEnv ¶ added in v0.6.0
MergeEnv produces a string compatible with IPFS_NS_MAP env veriable syntax which can be used by tools to pre-populate namesys (IPNS, DNSLink) resolution results to facilitate tests based on static fixtures.
Types ¶
type ConfigFixture ¶
func MustOpenDNSLink ¶
func MustOpenDNSLink(file string) *ConfigFixture
func OpenDNSLink ¶
func OpenDNSLink(absPath string) (*ConfigFixture, error)
func (*ConfigFixture) MustGet ¶
func (d *ConfigFixture) MustGet(id string) string
type DNSLinksAggregate ¶
func Aggregate ¶
func Aggregate(inputPaths []string) (*DNSLinksAggregate, error)
Click to show internal directories.
Click to hide internal directories.