Versions in this module Expand all Collapse all v1 v1.0.24 Aug 14, 2026 Changes in this version + func IdentityVault() domain.Vault + type Resolver struct + func NewResolver() *Resolver + func (r *Resolver) GetNote(ctx context.Context, path string) (couchdb.NoteDoc, error) + func (r *Resolver) ListFolders(ctx context.Context) ([]string, error) + func (r *Resolver) ListNotes(ctx context.Context) ([]couchdb.NoteEntry, error) + func (r *Resolver) ListTags(_ context.Context) ([]string, error)