7 lines
124 B
Go
7 lines
124 B
Go
package nodes
|
|
|
|
type NodeConfig struct {
|
|
Id string `json:"id" yaml:"id"`
|
|
Secret string `json:"secret" yaml:"secret"`
|
|
}
|