(input teamMemberAddInput, res *team.MembersAddLaunch)
| 138 | } |
| 139 | |
| 140 | func teamMemberAddOperationOutput(input teamMemberAddInput, res *team.MembersAddLaunch) jsonOperationOutput { |
| 141 | return newJSONOperationOutput(input, []jsonOperationResult{ |
| 142 | newJSONOperationResult(teamMemberAddStatus(res), teamJSONKindTeamMember, input, teamMemberAddJSONFromDropbox(res)), |
| 143 | }, nil) |
| 144 | } |
| 145 | |
| 146 | func teamMemberRemoveOperationOutput(input teamMemberRemoveInput, res *async.LaunchEmptyResult) jsonOperationOutput { |
| 147 | return newJSONOperationOutput(input, []jsonOperationResult{ |
no test coverage detected