Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthServiceRequest ¶
type AuthServiceRequest struct {
Token string `json:"token"`
}
type AuthServiceResponse ¶
type AuthServiceResponse struct {
UserId string `json:"user_id"`
}
type CreatePostInput ¶
Click to show internal directories.
Click to hide internal directories.