blob: eb44b9a28facd7953bad5859b99cb442e5d4469e [file] [log] [blame]
BanjoAst {
primary_namespace: "banjo.examples.example6",
namespaces: {
"banjo.examples.example6": [
Constant {
attributes: Attrs(
[]
),
name: "x ",
ty: Int32,
value: Constant(
"23"
)
},
Interface {
attributes: Attrs(
[]
),
name: "Hello",
methods: [
Method {
attributes: Attrs(
[]
),
name: "Say",
in_params: [
(
"req",
Str {
size: None,
nullable: false
}
)
],
out_params: [
(
"response",
Str {
size: None,
nullable: false
}
)
]
}
]
}
]
}
}