Start laying out the structure of gooni
This commit is contained in:
commit
7327e1ff7f
22 changed files with 529 additions and 0 deletions
8
config/automated_testing.go
Normal file
8
config/automated_testing.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package config
|
||||
|
||||
// AutomatedTesting settings
|
||||
type AutomatedTesting struct {
|
||||
Enabled bool `json:"enabled"`
|
||||
EnabledTests []string `json:"enabled_tests"`
|
||||
MonthlyAllowance string `json:"monthly_allowance"`
|
||||
}
|
||||
Loading…
Reference in a new issue