mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 12:20:28 +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"`
|
|
}
|