Documentation ¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
func GetTelnetBanner ¶
Types ¶
type TelnetLog ¶
type TelnetLog struct { Banner string `json:"banner,omitempty"` Will []TelnetOption `json:"will,omitempty"` Do []TelnetOption `json:"do,omitempty"` Wont []TelnetOption `json:"wont,omitempty"` Dont []TelnetOption `json:"dont,omitempty"` }
type TelnetOption ¶
type TelnetOption uint16
func (*TelnetOption) MarshalJSON ¶
func (opt *TelnetOption) MarshalJSON() ([]byte, error)
func (*TelnetOption) Name ¶
func (opt *TelnetOption) Name() string
func (*TelnetOption) UnmarshalJSON ¶
func (opt *TelnetOption) UnmarshalJSON(b []byte) error
Click to show internal directories.
Click to hide internal directories.