Documentation
      ¶
    
    
  
    
      Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Session ¶
type Session struct {
	// contains filtered or unexported fields
}
    func (*Session) LastActivity ¶
func (*Session) Run ¶
func (session *Session) Run( ctx context.Context, hostService api.HostServiceClient, locator string, dimensions *api.TerminalDimensions, )
type ShellPTY ¶ added in v0.10.0
type ShellPTY struct {
	// contains filtered or unexported fields
}
    func NewShellPTY ¶ added in v0.10.0
func NewShellPTY(logger *zap.SugaredLogger, dimensions *api.TerminalDimensions, env []string) (*ShellPTY, error)
 Click to show internal directories. 
   Click to hide internal directories.