authRepo auth repository
| 35 | |
| 36 | // authRepo auth repository |
| 37 | type authRepo struct { |
| 38 | data *data.Data |
| 39 | } |
| 40 | |
| 41 | // NewAuthRepo new repository |
| 42 | func NewAuthRepo(data *data.Data) auth.AuthRepo { |
nothing calls this directly
no outgoing calls
no test coverage detected