User represents an UAA user account.
| 13 | |
| 14 | // User represents an UAA user account. |
| 15 | type User struct { |
| 16 | ID string |
| 17 | Origin string |
| 18 | } |
| 19 | |
| 20 | // newUserRequestBody represents the body of the request. |
| 21 | type newUserRequestBody struct { |
no outgoing calls
no test coverage detected