MCPcopy
hub / github.com/vulcand/vulcand / GetId

Method GetId

engine/model.go:239–241  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

237}
238
239func (h *Host) GetId() string {
240 return h.Name
241}
242
243func (h *Host) Key() HostKey {
244 return HostKey{Name: h.Name}

Callers 6

TestHostNewMethod · 0.95
TestFrontendDefaultsMethod · 0.45
TestBackendNewMethod · 0.45
TestNoBackendServersMethod · 0.45
TestProxyHeadersFunction · 0.45

Calls

no outgoing calls

Tested by 6

TestHostNewMethod · 0.76
TestFrontendDefaultsMethod · 0.36
TestBackendNewMethod · 0.36
TestNoBackendServersMethod · 0.36
TestProxyHeadersFunction · 0.36