Versions in this module Expand all Collapse all v0 v0.0.2 Oct 11, 2021 v0.0.1 Oct 11, 2021 Changes in this version + var OptionDMS3NSBase = cmds.StringOption(dms3nsKeyFormatOptionName, "Encoding used for keys: Can either be a multibase encoded CID or a base58btc encoded multihash. Takes {b58mh|base36|k|base32|b...}.").WithDefault("base36") + type KeyEncoder struct + func KeyEncoderFromString(formatLabel string) (KeyEncoder, error) + func (enc KeyEncoder) FormatID(id peer.ID) string