+1
-3
atproto/identity/doc.go
+1
-3
atproto/identity/doc.go
···
1
1
/*
2
2
Package identity provides types and routines for resolving handles and DIDs from the network
3
3
4
-
The two main abstractions are a Catalog interface for identity service implementations, and an Identity structure which represents core identity information relevant to atproto. The Catalog interface can be nested, somewhat like HTTP middleware, to provide caching, observability, or other bespoke needs in more complex systems.
5
-
6
-
Much of the implementation of this SDK is based on existing code in indigo:api/extra.go
4
+
The two main abstractions are a Directory interface for identity service implementations, and an Identity struct which represents core identity information relevant to atproto. The Directory interface can be nested, somewhat like HTTP middleware, to provide caching, observability, or other bespoke needs in more complex systems.
7
5
*/
8
6
package identity