Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalyzeRequest ¶
type AnalzyeRequestDetails ¶
type AnalzyeRequestDetails struct {
AnalyzeRequestID string `json:"analyzeRequestId"`
}
type AuthOutput ¶
type CreateUserInput ¶
type LoginInput ¶
type RefreshTokenInput ¶
type RefreshTokenInput struct {
Token string `json:"token"`
}
type StoreAnalyzeRequestInput ¶
type StoreAnalyzeRequestInput struct {
OvChipkaartUsername *string `json:"ovChipkaartUsername"`
OvChipkaartPassword *string `json:"ovChipkaartPassword"`
TravelHistoryFile *graphql.Upload `json:"travelHistoryFile"`
StartDate string `json:"startDate"`
EndDate string `json:"endDate"`
OvChipkaartNumber string `json:"ovChipkaartNumber"`
}
Click to show internal directories.
Click to hide internal directories.