()
| 999 | } |
| 1000 | |
| 1001 | func (x *AdminCreateKeyRequest) GetKeyID() string { |
| 1002 | if x != nil { |
| 1003 | return x.KeyID |
| 1004 | } |
| 1005 | return "" |
| 1006 | } |
| 1007 | |
| 1008 | func (x *AdminCreateKeyRequest) GetLabel() string { |
| 1009 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected