depsmith

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

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 пустым, если проект не использует этот тип генератора.

Directories

Path Synopsis
cmd
bootstrapsync command
internal
tui

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL