clean

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: 5 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 {
	// Clean removes all generated files and reports what was cleaned
	Clean() (deletedFiles []string, skippedFiles []string, err error)
}

Service handles cleanup of generated files

func ProvideCleanService

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

ProvideCleanService creates a new clean service @Provider

Jump to

Keyboard shortcuts

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