mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-17 22:36:38 +08:00
7 lines
120 B
Go
7 lines
120 B
Go
|
|
package nodes
|
||
|
|
|
||
|
|
type NodeConfig struct {
|
||
|
|
Id string `json:"id" yaml:"id"`
|
||
|
|
Secret string `json:"secret" yaml:"secret"`
|
||
|
|
}
|