Files
herolib/lib/threefold/grid4/cloudslices/model_node_template.v
2025-03-09 17:37:37 +01:00

13 lines
199 B
V

module cloudslices
import time
pub struct NodeTemplate {
Node
pub mut:
name string
description string // Description of the node
image_url string // Image url associated with the node
}