Versions in this module Expand all Collapse all v0 v0.5.0 Jun 8, 2025 Changes in this version + func ComponentTypeToCfgNames(cfg *config.FilterComponentsConfig, typ ComponentType) []string + func ComponentTypeToComponentMap[T any](components *openapi3.Components, typ ComponentType) (compMap map[string]T) + func ComponentTypeToDef(typ ComponentType) string + func IsEmptyComponents(comps *openapi3.Components) bool + func ProcessCopyComponent(docComps, filteredComps *openapi3.Components, typ ComponentType, name string) (ok bool) + type ComponentType int + const ComponentTypeHeader + const ComponentTypeParameter + const ComponentTypeRequestBody + const ComponentTypeResponse + const ComponentTypeSchema + const ContentTypeCallback + const ContentTypeExample + const ContentTypeLink + const ContentTypeSecuritySchema + func ComponentDefToType(def string) (typ ComponentType, ok bool) + func ComponentTypes() []ComponentType