package
0.6.0
Repository: https://github.com/twelvelabs/schemadoc.git
Documentation: pkg.go.dev

# Functions

Load loads the content from location using the appropriate Loader.
NewCachedLoader wraps the given loader with one that caches results in-memory.
No description provided by the author
NewFileLoader returns a new FileLoader.
NewHTTPLoader returns a new HTTPLoader.
RegisteredLoader returns the loader registered for a scheme.
RegisterLoader registers a loader for the given schemes.
UnregisterLoader unregisters the loader for the given scheme.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

go:embed templates/*.

# Structs

No description provided by the author
CachedLoader caches the results of another Loader in-memory.
No description provided by the author
FileLoader loads files from the filesystem.
HTTPLoader loads files via [net/http].
Schema represents a JSON schema document.
No description provided by the author

# Interfaces

Loader is a type that can load schemas from a URI.

# Type aliases

No description provided by the author
No description provided by the author