prototype

This commit is contained in:
2025-08-20 21:15:35 +03:00
parent 598d516b57
commit 58414744ce
11 changed files with 390 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package target
import "git.gulenok.ru/greenhaze/old_carga/internal/global"
type BaseTarget interface {
CreateBuildProject(config global.ProjectFile) bool
}