| 1204 | func (u AssignableUser) sealedAssignableActor() {} |
| 1205 | |
| 1206 | type AssignableBot struct { |
| 1207 | id string |
| 1208 | login string |
| 1209 | } |
| 1210 | |
| 1211 | func NewAssignableBot(id, login string) AssignableBot { |
| 1212 | return AssignableBot{ |
nothing calls this directly
no outgoing calls
no test coverage detected