added REST API and simple unit test - and compose starter, still WIP for integ test

This commit is contained in:
josebarn
2017-08-15 21:14:14 -03:00
parent bd8a3f2ddd
commit 5e945440d0
58 changed files with 9040 additions and 25 deletions

5
model/record.go Normal file
View File

@@ -0,0 +1,5 @@
package model
type Record struct {
Value uint64
}