Commit Graph

3 Commits

Author SHA1 Message Date
Pavol Rusnak
12f1062913 Fix makefile
After Legacy/v2 endpoints refactoring the old build command fails with:

./main.go:152:2: undefined: RegisterLegacyEndpoints
./main.go:153:2: undefined: RegisterV2Endpoints
2022-06-30 12:31:13 +02:00
Michael Bumann
0de314abbc Fix typo 2022-01-22 14:33:23 +01:00
Roman Useinov
628071160c Cleanup (#25)
* remove cmd folder as we are going to have only one entrypoint

* get rid of pkg directory

* rename test -> integration_tests as unit tests should reside next to the actual files they are testing

* database migration WIP

* reinstate gorm boilerplate in the addinvoice for now to make it compile

* introduce migrations

* add Makefile

* don't use unsigned types for database mappings

* migrations work now

* add build target

* use echo groups

* gorm removed

* add envconfig

* fix comments
2022-01-16 00:49:19 +01:00