MCPcopy
hub / github.com/elastic/go-elasticsearch / URL

Method URL

_examples/interceptor/internal/fake/server.go:143–145  ·  view source on GitHub ↗

URL returns the server's URL, suitable for use as an Elasticsearch endpoint.

()

Source from the content-addressed store, hash-verified

141
142// URL returns the server's URL, suitable for use as an Elasticsearch endpoint.
143func (s *Server) URL() string {
144 return s.Server.URL
145}

Callers 4

mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected