mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-10 12:37:48 +00:00
Cleaned up tags logic for what-changed feature.
Using new generic functions
This commit is contained in:
@@ -31,6 +31,7 @@ func (ex *ExternalDoc) Build(root *yaml.Node, idx *index.SpecIndex) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// GetExtensions returns all ExternalDoc extensions and satisfies the low.HasExtensions interface.
|
||||
func (ex *ExternalDoc) GetExtensions() map[low.KeyReference[string]]low.ValueReference[any] {
|
||||
if ex == nil {
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user