Versions in this module Expand all Collapse all v0 v0.25.0 Dec 16, 2024 Changes in this version + func Create(opts ...CreateOption) (did.BearerDID, error) + func CreateWithContext(ctx context.Context, opts ...CreateOption) (did.BearerDID, error) + type CreateOption func(*createOptions) + func AlsoKnownAs(aka ...string) CreateOption + func Controllers(controllers ...string) CreateOption + func Gateway(gatewayURL string, client *http.Client) CreateOption + func KeyManager(km crypto.KeyManager) CreateOption + func PrivateKey(algorithmID string, purposes ...didcore.Purpose) CreateOption + func Service(id string, svcType string, endpoint ...string) CreateOption + type Resolver struct + func DefaultResolver() *Resolver + func NewResolver(relayURL string, client *http.Client) *Resolver + func (r *Resolver) Resolve(uri string) (didcore.ResolutionResult, error) + func (r *Resolver) ResolveWithContext(ctx context.Context, uri string) (didcore.ResolutionResult, error)