(info versionOutput)
| 75 | } |
| 76 | |
| 77 | func newVersionOperationOutput(info versionOutput) jsonOperationOutput { |
| 78 | input := versionInput{} |
| 79 | return newJSONOperationOutput(input, []jsonOperationResult{ |
| 80 | newJSONOperationResult(versionJSONStatusReported, versionKindVersion, input, info), |
| 81 | }, nil) |
| 82 | } |
no test coverage detected