add config

This commit is contained in:
ginuerzh
2021-10-29 13:35:44 +08:00
parent 3351aa5974
commit 16ddfba1d1
36 changed files with 1024 additions and 207 deletions

View File

@ -1,6 +1,7 @@
package chain
type Chain struct {
Name string
groups []*NodeGroup
}