micw/common/node_info.go

6 lines
83 B
Go
Raw Normal View History

2024-11-24 14:04:52 +00:00
package common
type NodeInfo struct {
NodeVersion string `json:"node_version"`
}