init push
This commit is contained in:
9
backend/api/openapi/v1/openapi.go
Normal file
9
backend/api/openapi/v1/openapi.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package v1
|
||||
|
||||
type GitHubCallbackReq struct {
|
||||
Code string `json:"code" query:"code"`
|
||||
State string `json:"state" query:"state"`
|
||||
}
|
||||
|
||||
type GitHubCallbackResp struct {
|
||||
}
|
||||
Reference in New Issue
Block a user