package
Version:
v0.0.0-...-2bdd938
Opens a new window with list of versions in this module.
Published: Dec 20, 2017
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func TestNewTaskController(t *testing.T)
type Data struct {
Tasks []models.Task `json:"tasks,omitempty"`
Task *models.Task `json:"task,omitempty"`
Info string `json:"info,omitempty"`
}
type ResponseMessage struct {
Status string `json:"status"`
Data Data `json:"data"`
Message string `json:"message,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.