Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupAndListen ¶
func SetupAndListen()
Types ¶
type CreateAccountRequest ¶
type CreateCizzorRequest ¶
type ErrorResponse ¶
type GetCizzorByIDResponse ¶
type GetCizzorByIDResponse struct { Cizzor models.Cizzor `json:"cizzor"` ClicksAnalytics models.ClickSource `json:"clicks_analytics"` }
type JsonResponse ¶
type LoginRequest ¶
type LoginResponse ¶
type UpdateCizzorRequest ¶
type UpdateCizzorRequest struct {
Url string `json:"url"`
}
type UserResponse ¶
type UserUpdateRequest ¶
type UserUpdateRequest struct {
Username string `json:"username"`
}
Click to show internal directories.
Click to hide internal directories.