summaryrefslogtreecommitdiff
path: root/workhorse/internal/gitaly/namespace.go
blob: 6db6ed4fc3231fa7dccaeae1e5cbf720a85ed745 (plain)
1
2
3
4
5
6
7
8
package gitaly

import "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"

// NamespaceClient encapsulates NamespaceService calls
type NamespaceClient struct {
	gitalypb.NamespaceServiceClient
}