execution

package
v0.0.0-...-be0f741 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 17, 2014 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Get

func Get(rw http.ResponseWriter, rq *http.Request, session *gorethink.Session, r render.Render)

Types

type Execution

type Execution struct {
	Id        string      `gorethink:"id,omitempty" json:"id"`
	Username  string      `json:"username" binding:"required"`
	Password  string      `json:"password" binding:"required"`
	GroupId   string      `json:"groupId" binding:"required"`
	CommandId string      `json:"commandId" binding:"required"`
	Results   []SshResult `json:"results"`
}

type SshResult

type SshResult struct {
	Server  server.Server `json:"server"`
	Output  string        `json:"output"`
	Success bool          `json:"success"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL