11 lines
215 B
Go

package deevirt_schema
import "google.golang.org/protobuf/types/known/timestamppb"
type NodeStore map[string]*NodeStoreInfo
type NodeStoreInfo struct {
LastUpdate *timestamppb.Timestamp
IpManagement string
}