Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cmd ¶
type Cmd struct {
Files []string `kong:"arg,help='JSON/YAML schema files to process'"`
Output string `kong:"short=o,help='Output file path (defaults to stdout)'"`
Package string `kong:"short=p,default='gen',help='Package name for generated Go code'"`
BaseDir string `kong:"group=parsing,help='Base directory for resolving relative schema references'"`
URLMap map[string]string `kong:"placeholder='prefix=directory',group=parsing,help='URL mappings for schema references'"`
CACert string `kong:"group=parsing,help='CA certificate file for HTTPS connections'"`
Insecure bool `kong:"group=parsing,help='Skip TLS verification for HTTPS connections'"`
Version kong.VersionFlag `kong:"short=v,help='Output the version and exit'"`
}
Click to show internal directories.
Click to hide internal directories.