Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Project ¶
type Project struct {
// Optional.
//
// APIs lists OpenAPI-driven API generation jobs.
//
// RU: APIs содержит jobs генерации API на основе OpenAPI.
APIs []apibuilder.Job
// Optional.
//
// Repos lists SQL-driven repository generation jobs.
//
// RU: Repos содержит jobs генерации repository-кода на основе SQL.
Repos []repogen.Job
// Optional.
//
// Bootstraps lists Go-manifest bootstrap generation jobs.
//
// RU: Bootstraps содержит jobs bootstrap-генерации на основе Go manifest.
Bootstraps []bootstrap.Job
}
Project is the single typed configuration entrypoint loaded from module root. RU: Project — единая typed-конфигурация, которую runtime загружает из корня модуля.
All sections are optional. Leave a slice empty when the project does not use that generator family. RU: Все секции опциональны. Оставьте slice пустым, если проект не использует этот тип генератора.
Click to show internal directories.
Click to hide internal directories.