Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶
Types ¶
type CreateSiteInput ¶
type CreateSiteInput struct {
Url string `json:"url" validate:"required,url"`
}
type SiteHandler ¶
type UpdateSiteInput ¶
type UpdateSiteInput struct {
Url string `json:"url" validate:"required,url"`
}
Click to show internal directories.
Click to hide internal directories.