Discover Packages
github.com/xraph/forge
internal
router
testtypes
shipping
package
Version:
v1.9.4
Opens a new window with list of versions in this module.
Published: Aug 7, 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
Documentation
¶
Package shipping provides test fixture types whose names deliberately collide
with types in sibling fixture packages, so OpenAPI component-name collision
handling can be exercised from the router tests.
type Invoice struct {
TrackingCode string `json:"tracking_code"`
WeightKg float64 `json:"weight_kg"`
Note Note `json:"note"`
}
Invoice is the shipping flavour of a colliding type name.
type Note struct {
Courier string `json:"courier"`
}
Note is a nested type whose name collides with its sibling packages'.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.