MCPcopy Create free account
hub / github.com/temporalio/temporal / BaseURL

Method BaseURL

common/rpc.go:33–35  ·  view source on GitHub ↗

BaseURL is the scheme and address of this HTTP client.

()

Source from the content-addressed store, hash-verified

31
32// BaseURL is the scheme and address of this HTTP client.
33func (c *FrontendHTTPClient) BaseURL() string {
34 return c.Scheme + "://" + c.Address
35}

Callers 3

clientProviderFactoryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected