Documentation ¶ Index ¶ func ParseKnotEndpoint(raw string, dev bool) (*url.URL, error) type Result type Verifier func New(resolver *idresolver.Resolver, dev bool) Verifier Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ParseKnotEndpoint ¶ func ParseKnotEndpoint(raw string, dev bool) (*url.URL, error) Types ¶ type Result ¶ type Result struct { RepoDid repoident.RepoDid OwnerDid repoident.OwnerDid KnotURL *url.URL // Rkey of the sh.tangled.repo record tracked by the knot; empty when the // knot does not support describeRepo. Rkey string } type Verifier ¶ type Verifier func(ctx context.Context, repoDid repoident.RepoDid) (Result, error) func New ¶ func New(resolver *idresolver.Resolver, dev bool) Verifier Source Files ¶ verify.go Click to show internal directories. Click to hide internal directories.