Versions in this module Expand all Collapse all v0 v0.0.1 Oct 10, 2017 Changes in this version + type Connector interface + Close func() + GetVTY func() (io.Reader, io.Writer, error) + type Session struct + func NewSession(conn Connector) (*Session, error) + func (s *Session) Close() + func (s *Session) ExecCMD(cmds ...string) (response string, err error)