Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChannelsToStrings ¶ added in v0.2.1
ChannelsToStrings converts a slice of channels to a slice of strings.
Types ¶
type Channel ¶
type Channel string
Channel represents an IPLD channel within which blocks can be store and exchanged, possibly with access control.
const ( // PublicChannel represents the default public IPLD channel without access control. PublicChannel Channel = "" )
func StringsToChannels ¶ added in v0.2.2
StringsToChannels converts a slice of strings to a slice of Channels.
Click to show internal directories.
Click to hide internal directories.