Versions in this module Expand all Collapse all v0 v0.5.0 Dec 20, 2021 v0.4.0 Feb 22, 2021 Changes in this version + type SonarService struct + Name string + Port int + Transport TransportProtocol + func NewSonarService(serviceStr string) (SonarService, error) + func (s SonarService) ToString() string + type TransportProtocol string + const NotDef + const TCP + const UDP + func NewTransportProtocol(s string) (TransportProtocol, error)