PandaWiki/backend/api/openapi/v1/openapi.go

10 lines
166 B
Go

package v1
type GitHubCallbackReq struct {
Code string `json:"code" query:"code"`
State string `json:"state" query:"state"`
}
type GitHubCallbackResp struct {
}