prototype
This commit is contained in:
7
internal/target/base_target.go
Normal file
7
internal/target/base_target.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package target
|
||||
|
||||
import "git.gulenok.ru/greenhaze/old_carga/internal/global"
|
||||
|
||||
type BaseTarget interface {
|
||||
CreateBuildProject(config global.ProjectFile) bool
|
||||
}
|
||||
Reference in New Issue
Block a user