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: 1e6cb079ee0044958985856cde26873663296837 (plain)
1
2
3
4
5
6
7
8
package gitaly

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

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