Documentation
¶
Index ¶
Constants ¶
View Source
const ChannelNameMinLength = 1
View Source
const ClaimIdMaxLength = 40
View Source
const ProtoDefault = "lbry://"
View Source
const RegexClaimId = "(?i)^[0-9a-f]+$"
View Source
const RegexInvalidUri = "" /* 131-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LbryUri ¶
type LbryUri struct {
Path string
IsChannel bool
StreamName string
StreamClaimId string
ChannelName string
ChannelClaimId string
PrimaryClaimSequence int
SecondaryClaimSequence int
PrimaryBidPosition int
SecondaryBidPosition int
ClaimName string
ClaimId string
ContentName string
QueryString string
}
func (LbryUri) IsChannelUrl ¶
func (LbryUri) IsNameValid ¶
func (LbryUri) VanityString ¶
type UriModifier ¶
Click to show internal directories.
Click to hide internal directories.