Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllTwinderUserStats ¶
type AllTwinderUserStats struct {
UsersStats []TwinderUserStats `json:"users_stats"`
}
Server side debugging GET /matches/all
type AxiomPayload ¶
type SwipePayload ¶
type SwipePayload struct { Swiper string `json:"swiper"` Swipee string `json:"swipee"` Comment string `json:"comment"` Direction string `json:"direction"` }
Server side swipe with the direction payload
type SwipeRequest ¶
type SwipeRequest struct { Swiper string `json:"swiper"` Swipee string `json:"swipee"` Comment string `json:"comment"` }
Client side swipe
type TwinderMatches ¶
Server side GET /matches?userId=1234
type TwinderUserStats ¶
type TwinderUserStats struct { UserId string `json:"userId"` Likes int `json:"likes"` Dislikes int `json:"dislikes"` }
Server side GET /swipes?userId=1234
Click to show internal directories.
Click to hide internal directories.