MCPcopy Index your code
hub / github.com/google/seesaw / Key

Method Key

engine/config/types.go:267–269  ·  view source on GitHub ↗

Key returns the unique identifier for a VserverEntry.

()

Source from the content-addressed store, hash-verified

265
266// Key returns the unique identifier for a VserverEntry.
267func (v *VserverEntry) Key() string {
268 return fmt.Sprintf("%d/%s", v.Port, v.Proto)
269}
270
271// Snapshot returns a snapshot for a VserverEntry.
272func (v *VserverEntry) Snapshot() *seesaw.VserverEntry {

Callers 1

AddHealthcheckMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected