An atproto PDS written in Go
at 35ee3465c3e68e9bb09b40c0ee311ff7bbf83a35 8 lines 121 B view raw
1package client 2 3import "github.com/lestrrat-go/jwx/v2/jwk" 4 5type Client struct { 6 Metadata *Metadata 7 JWKS jwk.Key 8}