Always a user
| 1163 | |
| 1164 | // Always a user |
| 1165 | type AssignableUser struct { |
| 1166 | id string |
| 1167 | login string |
| 1168 | name string |
| 1169 | } |
| 1170 | |
| 1171 | func NewAssignableUser(id, login, name string) AssignableUser { |
| 1172 | return AssignableUser{ |
nothing calls this directly
no outgoing calls
no test coverage detected