add id field to update (#159)

This commit is contained in:
Asim Aslam
2021-06-15 11:00:04 +01:00
committed by GitHub
parent 649b2e3f78
commit e1c2c92baf
4 changed files with 60 additions and 22 deletions

View File

@@ -6,7 +6,7 @@ package db
import (
fmt "fmt"
proto "github.com/golang/protobuf/proto"
_ "github.com/golang/protobuf/ptypes/struct"
_ "google.golang.org/protobuf/types/known/structpb"
math "math"
)