Closed judavi closed 5 years ago
This is related to grafeas/grafeas#341
@aysylu On this PR I also moved queries.go because it belongs to pgsql too. I think I'm close to having this working I'm just having an issue with the ptypes references that I'm not sure how to fix it. I'll appreciate your advice on what I could do to make it work. Thanks!
This is great news, @judavi! I can't see the full failure in the snapshot you linked, but you could try go get github.com/golang/protobuf/ptypes
inside the repository, to see if it fixes the issue.
Note that you'll also want to create a server integration with this storage implementation, similar to how it's done in grafeas/go/v1beta1/main.go
, and then build an image from that.
This is related to https://github.com/grafeas/grafeas/issues/341
@aysylu On this PR I also moved queries.go because it belongs to pgsql too. I think I'm close to having this working I'm just having an issue with the ptypes references that I'm not sure how to fix it. I'll appreciate your advice on what I could do to make it work. Thanks!