Skip to content
Snippets Groups Projects

Add new GetPatchID RPC

Merged Sincheol (David) Kim requested to merge 4612-add-support-for-patch-id-generation into master
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -5,8 +5,8 @@ package diff
import (
"testing"
"gitlab.com/gitlab-org/gitaly/v15/internal/structerr"
"gitlab.com/gitlab-org/gitaly/v15/internal/helper"
"gitlab.com/gitlab-org/gitaly/v15/internal/structerr"
"gitlab.com/gitlab-org/gitaly/v15/internal/testhelper"
"gitlab.com/gitlab-org/gitaly/v15/proto/go/gitalypb"
)
Loading