gitlab-org--gitlab-foss/workhorse/internal/gitaly/namespace.go

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
197 B
Go
Raw Permalink Normal View History

package gitaly
import "gitlab.com/gitlab-org/gitaly/v15/proto/go/gitalypb"
// NamespaceClient encapsulates NamespaceService calls
type NamespaceClient struct {
gitalypb.NamespaceServiceClient
}