ExternalURL returns the localhost URL of the fixture's server.
()
| 269 | |
| 270 | // ExternalURL returns the localhost URL of the fixture's server. |
| 271 | func (f *Fixture) ExternalURL() string { |
| 272 | return fmt.Sprintf("http://localhost:%d", f.ServerOpts.GRPCPort) |
| 273 | } |
| 274 | |
| 275 | // RuntimeURL returns the URL where the embedded runtime is accessible. |
| 276 | func (f *Fixture) RuntimeURL() string { |