Skip to content

Types

import "github.com/eljojo/nara/types"

NaraID is a type-safe wrapper for nara identifiers (public key hashes)

type NaraID string

func (n NaraID) String() string

String converts NaraID to string

NaraName is a type-safe wrapper for nara names

type NaraName string

func (n NaraName) String() string

String converts NaraName to string

Generated by gomarkdoc