package
Version:
v0.36.2
Opens a new window with list of versions in this module.
Published: Aug 1, 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 Friend struct {
Name string `json:"name"`
}
Friend is referenced via pointer.
swagger:model
type Person struct {
Friend *Friend `json:"friend"`
}
Person has a pointer field with an x-nullable Extensions block (#2317).
swagger:model
Source Files
¶
Click to show internal directories.
Click to hide internal directories.