10 lines
128 B
V
10 lines
128 B
V
module codemodel
|
|
|
|
pub struct Example {
|
|
function Function
|
|
values map[string]Value
|
|
result Value
|
|
}
|
|
|
|
pub type Value = string
|