Compare commits
1 commit
c9e93802eb
...
0d90395eef
| Author | SHA1 | Date | |
|---|---|---|---|
| 0d90395eef |
2 changed files with 3 additions and 7 deletions
|
|
@ -1,7 +0,0 @@
|
|||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("hivemind lite")
|
||||
}
|
||||
|
|
@ -9,6 +9,9 @@ import (
|
|||
"github.com/BurntSushi/toml"
|
||||
)
|
||||
|
||||
// TODO: make all configs have a codegen verification and merging
|
||||
// assume that 0 and "" are invalid values, i.e. use -1 for unset
|
||||
|
||||
type Configs struct {
|
||||
Master MasterConfig
|
||||
Dns DnsConfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue