Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Protocol ¶
type Protocol string
const ( // UDP/SCTP when lima port forwarding works on those protocols TCP Protocol = "TCP" )
type ServiceWatcher ¶
type ServiceWatcher struct {
// contains filtered or unexported fields
}
func NewServiceWatcher ¶
func NewServiceWatcher() *ServiceWatcher
func (*ServiceWatcher) GetPorts ¶
func (s *ServiceWatcher) GetPorts() []Entry
func (*ServiceWatcher) Start ¶
func (s *ServiceWatcher) Start()
Click to show internal directories.
Click to hide internal directories.