Versions in this module Expand all Collapse all v0 v0.5.0 Jun 8, 2025 Changes in this version + var ErrConfigPathEmpty = errors.New("config path is empty") + type Config struct + Tool ToolConfig + func LoadConfig(configPath string) (*Config, error) + type FilterComponentsConfig struct + Callbacks []string + Examples []string + Headers []string + Links []string + Parameters []string + RequestBodies []string + Responses []string + Schemas []string + SecuritySchemes []string + type FilterConfig struct + Components *FilterComponentsConfig + ExternalDocs bool + Paths map[string][]string + Security bool + Servers bool + Tags bool + type LoaderConfig struct + IsExternalRefsAllowed bool + type LoggerConfig struct + Level string + type ToolConfig struct + Loader *LoaderConfig + Logger *LoggerConfig