Rename to Service

Add ModelService interface to merge all Services
This commit is contained in:
2016-12-27 00:47:10 +01:00
parent 5b9b2e02a0
commit e525fdc928
3 changed files with 6 additions and 6 deletions

View File

@ -26,7 +26,7 @@ func main() {
tv := &jwt.TokenVerifier{}
h := &http.Handler{
UserService: us,
Service: us,
TokenVerifier: tv,
CredentialsVerifier: bv,
}