MCPcopy
hub / github.com/google/seesaw / Key

Method Key

engine/config/types.go:177–179  ·  view source on GitHub ↗

Key returns the unique identifier for a Vserver.

()

Source from the content-addressed store, hash-verified

175
176// Key returns the unique identifier for a Vserver.
177func (v *Vserver) Key() string {
178 return v.Name
179}
180
181// AddAccessGrant adds an AccessGrant to a Vserver.
182func (v *Vserver) AddAccessGrant(a *AccessGrant) error {

Callers 10

vserver_test.goFile · 0.45
newVserverUserAccessFunction · 0.45
AddNodeMethod · 0.45
AddVserverMethod · 0.45
AddVLANMethod · 0.45
AddAccessGrantMethod · 0.45
AddVserverEntryMethod · 0.45
AddBackendMethod · 0.45
AddHealthcheckMethod · 0.45
AddHealthcheckMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected