Always a user
| 1168 | |
| 1169 | // Always a user |
| 1170 | type AssignableUser struct { |
| 1171 | id string |
| 1172 | login string |
| 1173 | name string |
| 1174 | } |
| 1175 | |
| 1176 | func NewAssignableUser(id, login, name string) AssignableUser { |
| 1177 | return AssignableUser{ |
nothing calls this directly
no outgoing calls
no test coverage detected