Documentation ¶
Index ¶
Constants ¶
View Source
const ( TransportSSH = iota TransportTELNET TransportDummy )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReadTimeout ¶
func (*ReadTimeout) UnmarshalXMLAttr ¶
func (t *ReadTimeout) UnmarshalXMLAttr(attr xml.Attr) error
type ReaderData ¶
type SendData ¶
type SendData struct { Timeout ReadTimeout `xml:"timeout,attr"` Send []byte `xml:",chardata"` }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.