Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Change the CLI name for an operation or parameter ExtName = "x-cli-name" // Set additional command aliases for an operation ExtAliases = "x-cli-aliases" // Change the description of an operation or parameter ExtDescription = "x-cli-description" // Ignore a path, operation, or parameter ExtIgnore = "x-cli-ignore" // Create a hidden command for an operation. It will not show in the help, // but can still be called. ExtHidden = "x-cli-hidden" )
OpenAPI Extensions
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.