Documentation
¶
Overview ¶
Package aliasmodel is the F9 regression lock (doc-site-quirks.md): a model-annotated Go type alias once sent the scanner into an infinite loop when built (default / RefAliases modes); TransparentAliases dissolved it before the looping path. The hang is gone on the current base — this fixture keeps it gone. A regression would resurface as a test timeout.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Invoice ¶
type Invoice struct {
// Total is the invoice total.
Total Price `json:"total"`
}
Invoice references the aliased Price, so the alias is reachable and built.
swagger:model
Click to show internal directories.
Click to hide internal directories.