mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-10 04:20:24 +00:00
Working through mutation designs.
trying out some sketches to get the APIs correct.
This commit is contained in:
@@ -43,6 +43,7 @@ type HasExtensions[T any] interface {
|
||||
type HasValue[T any] interface {
|
||||
GetValue() T
|
||||
GetValueNode() *yaml.Node
|
||||
IsEmpty() bool
|
||||
*T
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user