Fit skeleton
This commit is contained in:
10
grow/fit/config.go
Normal file
10
grow/fit/config.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
import "github.com/firestuff/subcoding/grow"
|
||||
import "github.com/firestuff/subcoding/vm"
|
||||
|
||||
type Config struct {
|
||||
Definition *grow.Definition `yaml:"definition"`
|
||||
|
||||
Programs map[string]*vm.Program `yaml:"programs"`
|
||||
}
|
||||
Reference in New Issue
Block a user