Build creates a new Transport instance to the server based on the provided ServerIdentifier.
(serverIdentifier ServerIdentifier)
| 28 | // Build creates a new Transport instance to the server based on the |
| 29 | // provided ServerIdentifier. |
| 30 | Build(serverIdentifier ServerIdentifier) (Transport, error) |
| 31 | } |
| 32 | |
| 33 | // Transport provides the functionality to communicate with an xDS or LRS |
no outgoing calls