package
Version:
v0.36.3
Opens a new window with list of versions in this module.
Published: Aug 5, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Base struct {
Kind string `json:"kind"`
}
Base is embedded; the #2013 panic (index out of range in SetEnum) occurred in
buildEmbedded while parsing an enum on a promoted field.
type Thing struct {
Base
Status string `json:"status"`
}
Thing embeds Base and carries its own enum field.
swagger:model
Source Files
¶
Click to show internal directories.
Click to hide internal directories.