VILLASweb-backend-go/common
smavros fc358d06c6 Adds actions.go in package common
Creates exported global variable common.Roles that can be used to
    validate the permitted operations of a certain role for a certain
    model. Need to be filled in properly for every role-model-crud op.
2019-05-31 14:35:33 +02:00
..
actions.go Adds actions.go in package common 2019-05-31 14:35:33 +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 Refactoring code base to new structure, removing circular dependencies, creating response types 2019-05-23 16:50:05 +02:00