MCPcopy
hub / github.com/vulcand/vulcand / String

Method String

engine/model.go:235–237  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

233}
234
235func (h *Host) String() string {
236 return fmt.Sprintf("Host(%s, keyPair=%t, ocsp=%t)", h.Name, h.Settings.KeyPair != nil, h.Settings.OCSP.Enabled)
237}
238
239func (h *Host) GetId() string {
240 return h.Name

Callers 15

TestHostNewMethod · 0.95
TestFrontendDefaultsMethod · 0.45
TestBackendNewMethod · 0.45
getLogSeverityMethod · 0.45
updateLogSeverityMethod · 0.45
UpdateLogSeverityMethod · 0.45
UpsertFrontendMethod · 0.45
UpsertServerMethod · 0.45
UpsertMiddlewareMethod · 0.45
GetMethod · 0.45
upsertListenerActionMethod · 0.45
deleteListenerActionMethod · 0.45

Calls

no outgoing calls

Tested by 5

TestHostNewMethod · 0.76
TestFrontendDefaultsMethod · 0.36
TestBackendNewMethod · 0.36
runMethod · 0.36
TestLogSeverityMethod · 0.36