14 lines
178 B
V
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
|
|
}
|