Files
2026-02-04 20:27:13 +08:00

7 lines
124 B
Go

package nodes
type NodeConfig struct {
Id string `json:"id" yaml:"id"`
Secret string `json:"secret" yaml:"secret"`
}