Files
EdgeAdmin/internal/configs/nodes/node_config.go

7 lines
120 B
Go
Raw Permalink Normal View History

2020-07-29 19:34:54 +08:00
package nodes
type NodeConfig struct {
Id string `json:"id" yaml:"id"`
Secret string `json:"secret" yaml:"secret"`
}