package
Version:
v0.3.5
Opens a new window with list of versions in this module.
Published: Sep 23, 2014
License: BSD-4-Clause, MIT
Opens a new window with license information.
Imports: 29
Opens a new window with list of imports.
Imported by: 6
Opens a new window with list of known importers.
Documentation
¶
type App struct {
Id string `json:"_id"`
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"`
}
type UpdateTtyParams struct {
Width string `json: "width"`
Height string `json: "height"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.