Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pty ¶
type Pty struct {
Socket string
AutoExit bool
Timeout time.Duration
// contains filtered or unexported fields
}
func (*Pty) Exec ¶
func (pty *Pty) Exec(args *PtyExecArgs, reply *PtyExecReply) error
func (*Pty) NsInfo ¶
func (pty *Pty) NsInfo(args *PtyNsInfoArgs, reply *PtyNsInfoRelpy) error
type PtyExecArgs ¶
type PtyExecReply ¶
type PtyExecReply struct {
ExitCode int
}
type PtyNsInfoArgs ¶
type PtyNsInfoArgs struct {
}
type PtyNsInfoRelpy ¶
Click to show internal directories.
Click to hide internal directories.