support db create id (#287)

* support db create id

* add the proto
This commit is contained in:
Asim Aslam
2021-12-01 09:18:20 +00:00
committed by GitHub
parent 3cc3329e29
commit f81ba3c70e
4 changed files with 40 additions and 16 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"
)