Skip to content

Commit

Permalink
Update openapi.go: updating call InitializeMetadataParsers to Initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
DimShadoWWW committed Jan 14, 2025
1 parent a581729 commit 3eb7bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi_metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func (mp *MetadataParsers) Reset() {
mp.registeredNames = make(map[string]bool)
}

// InitializeMetadataParsers initializes the metadata parsers with the given customParsers.
// Initialize initializes the metadata parsers with the given customParsers.
// It will append the customParsers to the existing DefaultParsers. If a parser with the
// same name is already registered, it will be skipped.
func (mp *MetadataParsers) Initialize(customParsers []MetadataParserEntry) {
Expand Down

0 comments on commit 3eb7bb6

Please sign in to comment.