mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-09 20:47:44 +00:00
Added what-changed documentation to methods and structs.
Signed-off-by: Dave Shanley <dave@quobix.com>
This commit is contained in:
@@ -129,6 +129,8 @@ func (s *SchemaChanges) TotalBreakingChanges() int {
|
||||
return t
|
||||
}
|
||||
|
||||
// CompareSchemas accepts a left and right SchemaProxy and checks for changes. If anything is found, returns
|
||||
// a pointer to SchemaChanges, otherwise returns nil
|
||||
func CompareSchemas(l, r *base.SchemaProxy) *SchemaChanges {
|
||||
sc := new(SchemaChanges)
|
||||
var changes []*Change
|
||||
|
||||
Reference in New Issue
Block a user