MCPcopy Index your code
hub / github.com/rilldata/rill / ExternalURL

Method ExternalURL

admin/testadmin/testadmin.go:271–273  ·  view source on GitHub ↗

ExternalURL returns the localhost URL of the fixture's server.

()

Source from the content-addressed store, hash-verified

269
270// ExternalURL returns the localhost URL of the fixture's server.
271func (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.
276func (f *Fixture) RuntimeURL() string {

Callers 2

NewClientMethod · 0.95
NewFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected