Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RepoErr = errors.New("unable to handle repo request")
Functions ¶
Types ¶
type CreateUserRequest ¶
type CreateUserResponse ¶
type CreateUserResponse struct {
Ok string `json:"ok"`
}
type Endpoints ¶
func MakeEndpoints ¶
type GetUserRequest ¶
type GetUserRequest struct {
ID string `json:"id"`
}
type GetUserResponse ¶
type GetUserResponse struct {
Email string `json:"email"`
}
type Repository ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.