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