(tokens []string, t *time.Time)
| 22 | GetUserByName(name string) (*model.User, error) |
| 23 | GetUserByID(id uint) (*model.User, error) |
| 24 | UpdateClientTokensLastUsed(tokens []string, t *time.Time) error |
| 25 | UpdateApplicationTokenLastUsed(token string, t *time.Time) error |
| 26 | } |
| 27 |
no outgoing calls