mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
ci: temporary fix for gitly compilation
This commit is contained in:
parent
6944f61721
commit
1b5f905512
1 changed files with 9 additions and 0 deletions
9
vlib/veb/auth/request.v
Normal file
9
vlib/veb/auth/request.v
Normal file
|
@ -0,0 +1,9 @@
|
|||
module auth
|
||||
|
||||
pub struct Request {
|
||||
pub:
|
||||
client_id string
|
||||
client_secret string
|
||||
code string
|
||||
state string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue