refactor: reorganize project in order to include automation (#1)
Reviewed-on: #1 Co-authored-by: Emmanuel BENOÎT <tseeker@nocternity.net> Co-committed-by: Emmanuel BENOÎT <tseeker@nocternity.net>
This commit is contained in:
parent
8feb34bbe6
commit
2fa0e37900
21 changed files with 2496 additions and 195 deletions
pkg/program
9
pkg/program/program.go
Normal file
9
pkg/program/program.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package program // import nocternity.net/gomonop/pkg/program
|
||||
|
||||
type Program interface {
|
||||
CheckArguments() bool
|
||||
RunCheck()
|
||||
Done()
|
||||
}
|
||||
|
||||
type Builder func() Program
|
Loading…
Add table
Add a link
Reference in a new issue