1.4.5.2
This commit is contained in:
6
EdgeAdmin/internal/configs/nodes/node_config.go
Normal file
6
EdgeAdmin/internal/configs/nodes/node_config.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package nodes
|
||||
|
||||
type NodeConfig struct {
|
||||
Id string `json:"id" yaml:"id"`
|
||||
Secret string `json:"secret" yaml:"secret"`
|
||||
}
|
||||
Reference in New Issue
Block a user