Documentation
¶
Overview ¶
Package webfinger
Index ¶
- func FilterID(id string) filters.Check
- func FilterName(name string) filters.Check
- func FilterURL(u string) filters.Check
- func LoadActor(dbs []Storage, checkFns ...filters.Check) (vocab.Item, error)
- func LoadIRI(dbs []Storage, what vocab.IRI, checkFns ...filters.Check) (vocab.Item, error)
- func New(l lw.Logger, db ...Storage) handler
- type Storage
- type Store
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FilterName ¶
Types ¶
type Store ¶
type Store interface { Open() error Close() processing.ReadStore }
Click to show internal directories.
Click to hide internal directories.