DefaultServerOptions creates a new ServerOptions object with the default values.
()
| 125 | // DefaultServerOptions creates a new ServerOptions object with the default |
| 126 | // values. |
| 127 | func DefaultServerOptions() *ServerOptions { |
| 128 | return &ServerOptions{ |
| 129 | HandshakerServiceAddress: hypervisorHandshakerServiceAddress, |
| 130 | } |
| 131 | } |
| 132 | |
| 133 | // altsTC is the credentials required for authenticating a connection using ALTS. |
| 134 | // It implements credentials.TransportCredentials interface. |
no outgoing calls