VILLASweb-backend-go/common
smavros 0fb9bc9157 Fix of User.ID serialization:
As @skolen mentioned out, the `ID` field of the embedded struct
    `Model` in the model `User` must be serialized so it can be included
    in the responses. In the previous commit we completely ignored the
    field with the tag `json:"-"` so we can compare the serialized
    request (where ID was 0) with the response of the API.

    To limit the omission of the `User.ID` field only for the case that
    its value is 0 we modify the tag to `json:",omitempty"`.
2019-08-13 11:15:36 +02:00
..
amqpclient.go - remove ack of message in AMQP client 2019-07-18 10:35:02 +02:00
database.go Adds DummyOnlyAdminDB() for testing with empty DB 2019-08-11 18:10:33 +02:00
database_test.go renaming simulation to scenario 2019-07-18 14:35:20 +02:00
models.go Fix of User.ID serialization: 2019-08-13 11:15:36 +02:00
responses.go Modifies testdata setup: 2019-07-30 20:31:59 +02:00
roles.go renaming simulation to scenario 2019-07-18 14:35:20 +02:00
serializers.go revise widget testing 2019-07-25 13:25:46 +02:00
testdata.go Bug fix (read that commit message!): 2019-08-13 01:45:24 +02:00
utilities.go Bug fix (read that commit message!): 2019-08-13 01:45:24 +02:00