package
0.0.0-20250201122929-953fec9cd255
Repository: https://github.com/davhofer/indigo.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Identity Directory implementation with tiered caching, using Redis.

# Functions

Returns a reasonable Directory implementation for applications.
Capacity of zero means unlimited size.
No description provided by the author
Extracts the information relevant to atproto from an arbitrary DID document.
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
Indicates that resolution process completed successfully, but the DID does not exist.
Indicates that DID resolution process failed.
Indicates that resolution process completed successfully, handle mapped to a different DID.
Indicates that DID document did not include any handle ("alsoKnownAs").
Indicates that resolution process completed successfully, but handle does not exist.
Handle top-level domain (TLD) is one of the special "Reserved" suffixes, and not allowed for atproto use.
Indicates that handle resolution failed.
Handle was invalid, in a situation where a valid handle is required.
Indicates that DID document did not include a public key with the specified ID.
No description provided by the author
No description provided by the author

# Structs

The zero value ('BaseDirectory{}') is a usable Directory.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Represents an atproto identity.
No description provided by the author
No description provided by the author
A fake identity directory, for use in tests.
No description provided by the author

# Interfaces

API for doing account lookups by DID or handle, with bi-directional verification handled automatically.