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