implement create and delete api

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2020-06-16 18:57:50 +02:00
parent c2668daae8
commit a27ca2fe5c
5 changed files with 270 additions and 136 deletions

2
go.mod
View File

@@ -12,6 +12,7 @@ require (
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
github.com/go-test/deep v1.0.6 // indirect
github.com/gofrs/uuid v3.2.0+incompatible
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/protobuf v1.4.1
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
@@ -27,6 +28,7 @@ require (
github.com/rs/zerolog v1.17.2
github.com/spf13/viper v1.6.3
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect
github.com/tredoe/osutil v1.0.5
google.golang.org/genproto v0.0.0-20200420144010-e5e8543f8aeb
honnef.co/go/tools v0.0.1-2020.1.0.20200427215036-cd1ad299aeab // indirect
)