added REST API and simple unit test - and compose starter, still WIP for integ test
This commit is contained in:
5
model/record.go
Normal file
5
model/record.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package model
|
||||
|
||||
type Record struct {
|
||||
Value uint64
|
||||
}
|
||||
Reference in New Issue
Block a user