mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-01-06 03:55:48 +08:00
阶段性提交
This commit is contained in:
6
internal/configs/nodes/node_config.go
Normal file
6
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