mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tools: add todo to gen_vc
This commit is contained in:
parent
b13c95ea48
commit
0838080fcd
@ -166,6 +166,10 @@ pub fn (mut ws WebhookServer) init() {
|
|||||||
|
|
||||||
// gen webhook
|
// gen webhook
|
||||||
pub fn (mut ws WebhookServer) genhook() {
|
pub fn (mut ws WebhookServer) genhook() {
|
||||||
|
// request data
|
||||||
|
// println(ws.vweb.req.data)
|
||||||
|
// TODO: parse request. json or urlencoded
|
||||||
|
// json.decode or net.urllib.parse
|
||||||
ws.gen_vc.generate()
|
ws.gen_vc.generate()
|
||||||
// error in generate
|
// error in generate
|
||||||
if ws.gen_vc.gen_error {
|
if ws.gen_vc.gen_error {
|
||||||
|
Loading…
Reference in New Issue
Block a user