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:
@ -249,3 +249,9 @@ fn __print_assert_failure(i &VAssertMetaInfo) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
pub struct MethodAttr {
|
||||
pub:
|
||||
value string
|
||||
method string
|
||||
}
|
||||
|
Reference in New Issue
Block a user