package
Version:
v1.23.2
Opens a new window with list of versions in this module.
Published: Mar 6, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Generate will create the JSON output.
It will marshal the JSONOutput struct and write it to a file.
type JSONOutput struct {
Routes []astra.Route `json:"routes"`
Components []astra.Field `json:"components"`
}
JSONOutput is the output of the JSON output.
It will in essence be a copy of the service's output (routes and components).
Source Files
¶
Click to show internal directories.
Click to hide internal directories.