Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadJson ¶
func ReadJson(body io.ReadCloser, out interface{}) error
Types ¶
type App ¶
type App struct {
Id string `json:"_id"`
FullName string `json:"fullname"`
Name string `json:"name"`
Owner struct {
Email string `json:"email"`
Id string `json:"_id"`
} `json: "owner"`
GitUrl string `json:"git_url"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"update_at"`
LogsURL string `json:"logs_url"`
}
Click to show internal directories.
Click to hide internal directories.