ci: temporary fix for gitly compilation

This commit is contained in:
Delyan Angelov 2024-05-06 08:53:57 +03:00
parent 6944f61721
commit 1b5f905512
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

9
vlib/veb/auth/request.v Normal file
View file

@ -0,0 +1,9 @@
module auth
pub struct Request {
pub:
client_id string
client_secret string
code string
state string
}