Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupRouter ¶
Types ¶
type HatchRequest ¶
type HatchRequest struct {
Egg string `json:"egg" binding: "required"`
}
type HatchResponse ¶
type HatchResponse struct {
Secret string `json:"secret"`
}
type ProtectRequest ¶
type ProtectRequest struct {
Message string `json:"message" binding: "required"`
}
Click to show internal directories.
Click to hide internal directories.