We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bfff3d commit 2b53639Copy full SHA for 2b53639
session.go
@@ -29,7 +29,10 @@ func NewSessionBuilder(pool *RepositoryPool) server.SessionBuilder {
29
return NewSession(ctx, pool)
30
}
31
32
+<<<<<<< HEAD
33
34
// ErrInvalidGitQuerySession is returned when some node expected a GitQuery
35
// session but received something else.
36
var ErrInvalidGitQuerySession = errors.NewKind("expecting gitquery session, but received: %T")
37
+=======
38
+>>>>>>> gitquery: implement session
0 commit comments