Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Form ¶
type Response ¶
type Response struct {
Ok bool `json:"ok"`
Payload interface{} `json:"payload"`
Messages []string `json:"messages"`
CreatedAt time.Time `json:"created_at"`
}
func NewResponse ¶
func (*Response) AddMessages ¶
Click to show internal directories.
Click to hide internal directories.