Documentation ¶ Index ¶ type Port func (p *Port) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Port ¶ type Port struct { Port int `json:"port"` Service string `json:"service"` Protocol protocol.Protocol `json:"protocol"` TLS bool `json:"tls"` Status string `json:"status"` } func (*Port) String ¶ func (p *Port) String() string Source Files ¶ View all Source files port.go Click to show internal directories. Click to hide internal directories.