iris/_examples/mvc/overview/services
2017-10-12 03:51:06 +03:00
..
movie_service.go Update to version 8.5.2 | Read HISTORY.md: https://github.com/kataras/iris/blob/master/HISTORY.md#th-12-october-2017--v852 2017-10-12 03:51:06 +03:00
README.md Update to version 8.5.2 | Read HISTORY.md: https://github.com/kataras/iris/blob/master/HISTORY.md#th-12-october-2017--v852 2017-10-12 03:51:06 +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.