9 lines
98 B
V
9 lines
98 B
V
module meta
|
|
|
|
struct Link {
|
|
pub mut:
|
|
label string
|
|
href string
|
|
description string
|
|
}
|