6 lines
83 B
Go
6 lines
83 B
Go
|
package common
|
||
|
|
||
|
type NodeInfo struct {
|
||
|
NodeVersion string `json:"node_version"`
|
||
|
}
|