Types
import "github.com/eljojo/nara/types"type NaraID
Section titled “type NaraID”NaraID is a type-safe wrapper for nara identifiers (public key hashes)
type NaraID stringfunc (NaraID) String
Section titled “func (NaraID) String”func (n NaraID) String() stringString converts NaraID to string
type NaraName
Section titled “type NaraName”NaraName is a type-safe wrapper for nara names
type NaraName stringfunc (NaraName) String
Section titled “func (NaraName) String”func (n NaraName) String() stringString converts NaraName to string
Generated by gomarkdoc