mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-09 20:47:44 +00:00
Schema what-changed almost complete.
Perhaps the biggest and most complex of all the models to determine what has changed.
This commit is contained in:
@@ -198,3 +198,7 @@ func GetCircularReferenceResult(node *yaml.Node, idx *index.SpecIndex) *index.Ci
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func HashToString(hash [32]byte) string {
|
||||
return fmt.Sprintf("%x", hash)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user