Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
ID string `json:"id"`
Name string `json:"name"`
Command string `json:"command"`
Status string `json:"status"`
PID int `json:"pid"`
StartedAt time.Time `json:"started_at"`
}
func NewCommand ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) ListRunning ¶
func (*Store) ListRunningByNames ¶
Click to show internal directories.
Click to hide internal directories.