mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-09 04:20:17 +00:00
Added XML object to what-changed.
Picking off low hanging fruit, before attacking the big, ugly stuff. Signed-off-by: Dave Shanley <dave@quobix.com>
This commit is contained in:
@@ -28,3 +28,7 @@ func (x *XML) Build(root *yaml.Node, _ *index.SpecIndex) error {
|
||||
x.Extensions = low.ExtractExtensions(root)
|
||||
return nil
|
||||
}
|
||||
|
||||
func (x *XML) GetExtensions() map[low.KeyReference[string]]low.ValueReference[any] {
|
||||
return x.Extensions
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user