| 31 | } |
| 32 | |
| 33 | type userExampleHandler struct { |
| 34 | iDao dao.UserExampleDao |
| 35 | } |
| 36 | |
| 37 | // NewUserExampleHandler creating the handler interface |
| 38 | func NewUserExampleHandler() UserExampleHandler { |
nothing calls this directly
no outgoing calls
no test coverage detected