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