Close closes the port forwarder's tunnel client connection.
()
| 355 | |
| 356 | // Close closes the port forwarder's tunnel client connection. |
| 357 | func (fwd *CodespacesPortForwarder) Close() error { |
| 358 | return fwd.connection.Close() |
| 359 | } |
| 360 | |
| 361 | // AccessControlEntriesToVisibility converts the access control entries used by Dev Tunnels to a friendly visibility value. |
| 362 | func AccessControlEntriesToVisibility(accessControlEntries []tunnels.TunnelAccessControlEntry) string { |