package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Jun 7, 2026
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package profile provides loading and management of API style profiles.
ListBuiltin returns the names of all built-in profiles.
Load loads a profile by name using default search paths.
LoadFile loads a profile from a specific file path.
type Loader struct {
SearchPaths []string
}
Loader loads and resolves API style profiles.
NewLoader creates a new profile loader.
Load loads a profile by name.
It first checks built-in profiles, then searches the filesystem.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.