Documentation
¶
Index ¶
- type Channel
- type Session
- func (*Session) Close() error
- func (s *Session) GetKeepAliveReason() string
- func (*Session) GetSharedServers(context.Context) ([]*liveshare.Port, error)
- func (s *Session) KeepAlive(reason string)
- func (s *Session) OpenStreamingChannel(ctx context.Context, id liveshare.ChannelID) (ssh.Channel, error)
- func (s *Session) StartSharing(ctx context.Context, sessionName string, port int) (liveshare.ChannelID, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Channel ¶
type Channel struct {
// contains filtered or unexported fields
}
func (*Channel) CloseWrite ¶
func (*Channel) SendRequest ¶
func (*Channel) Stderr ¶
func (c *Channel) Stderr() io.ReadWriter
type Session ¶
type Session struct {
// contains filtered or unexported fields
}
func (*Session) GetKeepAliveReason ¶
func (*Session) GetSharedServers ¶
Click to show internal directories.
Click to hide internal directories.