1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

vweb: ['/:arg1/:arg2/action'] attribute

This commit is contained in:
Alexander Medvednikov
2020-07-03 15:10:39 +02:00
parent f03688e443
commit b7175b54eb
13 changed files with 281 additions and 100 deletions

View File

@ -249,3 +249,9 @@ fn __print_assert_failure(i &VAssertMetaInfo) {
}
}
}
pub struct MethodAttr {
pub:
value string
method string
}