generation

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service interface {
	// GenerateAll generates routes, dependencies, and swagger documentation
	GenerateAll() error
	// GenerateRoutes generates only route registration code
	GenerateRoutes() error
	// GenerateDependencies generates only dependency injection code
	GenerateDependencies() error
	// GenerateSwagger generates swagger documentation
	GenerateSwagger() error
}

Service handles code generation operations

func ProvideGenerationService

func ProvideGenerationService(config *config.Config, uiService ui.Service, fileService file.Service) Service

ProvideGenerationService creates a new generation service @Provider

Jump to

Keyboard shortcuts

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