Files
herolib/examples/core/codeparser/parse_embedded/embedding.v
2024-12-25 11:44:17 +01:00

14 lines
178 B
V

module embedding
pub struct Embedder {
Embedded
}
pub struct Embedded {
id int
related_ids []int
name string
tags []string
date time.Time
}