VILLASweb-backend-go/common
smavros 5d3bb4c632 Improves actions mechanism in common package
- Typedefs the name of a model (ModelName) and the CRUD operations
    (CRUD).
    - Defines constants for models's names and the 4 CRUD operations
    - Changes the corresponding functions that need to validate the role
2019-06-04 20:22:09 +02:00
..
actions.go Improves actions mechanism in common package 2019-06-04 20:22:09 +02:00
database.go Adds User_0 as Admin in dummy database 2019-05-29 23:38:57 +02:00
database_test.go Experimenting with testing and auto generating API specs based on code 2019-05-23 14:36:42 +02:00
models.go Refactoring code base to new structure, removing circular dependencies, creating response types 2019-05-23 16:50:05 +02:00
responses.go Refactoring code base to new structure, removing circular dependencies, creating response types 2019-05-23 16:50:05 +02:00
serializers.go Merge branch 'master' into authentication 2019-05-28 10:40:53 +02:00
utilities.go Improves actions mechanism in common package 2019-06-04 20:22:09 +02:00