Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Definition ¶
type Definition struct {
// APIs lists OpenAPI-driven API generation jobs.
APIs []genapi.Job
// Repos lists SQL-driven repository generation jobs.
Repos []genrepo.Job
// Bootstraps lists Go-manifest bootstrap generation jobs.
Bootstraps []genbootstrap.Job
}
Definition is the single typed project definition loaded from module root.
All sections are optional. Leave a slice empty when the project does not use that generator family.
Click to show internal directories.
Click to hide internal directories.