Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrorURIMissingToken = fmt.Errorf("uri: token missing")
)
Functions ¶
Types ¶
type DecodedURI ¶
type DecodedURI struct { Domain string Token string NodeID uint64 Params NodeURIParams }
func DecodeURI ¶
func DecodeURI(i string) (du *DecodedURI, err error)
type NodeURIParams ¶
type NodeURIParams struct {
Name string
}
Click to show internal directories.
Click to hide internal directories.