mirror of
https://github.com/aljazceru/nigiri.git
synced 2026-02-23 15:24:18 +01:00
add cli
This commit is contained in:
7
cli/builder/main.go
Normal file
7
cli/builder/main.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package builder
|
||||
|
||||
type ComposeBuilder interface {
|
||||
New(rootPath string)
|
||||
Build() error
|
||||
Delete() error
|
||||
}
|
||||
Reference in New Issue
Block a user