Discover Packages
github.com/xraph/forge
internal
router
testtypes
billing
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 billing 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 {
InvoiceNumber string `json:"invoice_number"`
AmountCents int `json:"amount_cents"`
Note Note `json:"note"`
}
Invoice is the billing flavour of a colliding type name.
type Note struct {
Memo string `json:"memo"`
}
Note is a nested type whose name collides with its sibling packages'.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.