iris/_examples/mvc/repository/services
Gerasimos (Makis) Maropoulos d55bb34766 add a new 'overview' MVC example
Former-commit-id: f73cbf6010595c639f6c5b5119e2ec41bc9802a5
2020-06-21 00:12:07 +03:00
..
movie_service.go add a new 'overview' MVC example 2020-06-21 00:12:07 +03:00
README.md add a new 'overview' MVC example 2020-06-21 00:12:07 +03:00

Service Layer

The package which has access to call functions from the "repositories" and "models" ("datamodels" only in that simple example). It should contain the domain logic.