Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleError ¶
Types ¶
type Process ¶
type Process struct { client.Resource ProcessType string `json:"processType"` SrcFile string `json:"srcFile"` DestFile string `json:"destfile"` Host string `json:"host"` Port int `json:"port"` ExitCode int `json:"exitCode"` Output string `json:"output"` Created time.Time `json:"created"` Labels []string `json:"labels"` Credential map[string]string `json:"credential"` }
type ProcessCollection ¶
type ProcessCollection struct { client.Collection Data []Process `json:"data"` }
type Server ¶
func (*Server) CreateProcess ¶
func (*Server) GetProcess ¶
func (*Server) ListProcesses ¶
Click to show internal directories.
Click to hide internal directories.