()
| 66 | } |
| 67 | |
| 68 | func (cmd ServiceKeysCommand) displayEmptyResult() { |
| 69 | cmd.UI.DisplayText("No service keys for service instance {{.ServiceInstanceName}}", map[string]interface{}{ |
| 70 | "ServiceInstanceName": string(cmd.RequiredArgs.ServiceInstance), |
| 71 | }) |
| 72 | } |
| 73 | |
| 74 | func (cmd ServiceKeysCommand) displayKeysTable(keys []resources.ServiceCredentialBinding) { |
| 75 | table := [][]string{{"name", "last operation", "message"}} |