Welcome to mirror list, hosted at ThFree Co, Russian Federation.

namespace.go « gitaly « internal « workhorse - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e2fe7a3c63fbf6cdcbef360c1ea9cd8d2f68ce22 (plain)
1
2
3
4
5
6
7
8
package gitaly

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

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