Documentation
¶
Index ¶
- func ResponseJson(w http.ResponseWriter, d interface{})
- type API
- type App
- type AppInfo
- type Apps
- type Remote
- func (r *Remote) Apps() (map[string]App, error)
- func (r *Remote) FindProcess(host string) (*os.Process, error)
- func (r *Remote) Get(path string, v interface{}) (err error)
- func (r *Remote) Kill(host string) error
- func (r *Remote) Restart(host string) error
- func (r *Remote) Start(host string) error
- func (r *Remote) Version() (*Version, error)
- type Version
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResponseJson ¶
func ResponseJson(w http.ResponseWriter, d interface{})
Types ¶
type API ¶
func (*API) ListenAndServe ¶
type App ¶
type Version ¶
Click to show internal directories.
Click to hide internal directories.