Files
libopenapi/what-changed/encoding.go
Dave Shanley 9cd7e4f155 Working through what changed rabbit hole
Parameter dependencies mean we're back in the ball of yarn stage. Coverage is going to drop for a bit, until all the new hashing and interfaces are in place.
2022-11-18 11:00:34 -05:00

10 lines
199 B
Go

// Copyright 2022 Princess B33f Heavy Industries / Dave Shanley
// SPDX-License-Identifier: MIT
package what_changed
type EncodingChanges struct {
ParameterChanges
HeaderChanges *HeaderChanges
}