| 11 | ) |
| 12 | |
| 13 | type ActivityHandler struct { |
| 14 | ce *casbin.Enforcer |
| 15 | svc service.ActivityService |
| 16 | } |
| 17 | |
| 18 | func NewActivityHandler(svc service.ActivityService, ce *casbin.Enforcer) *ActivityHandler { |
| 19 | return &ActivityHandler{ |
nothing calls this directly
no outgoing calls
no test coverage detected