debian-mirror-gitlab/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 Normal View History

2021-02-22 17:27:13 +05:30
package gitaly
2021-09-04 01:27:46 +05:30
import "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
2021-02-22 17:27:13 +05:30
// NamespaceClient encapsulates NamespaceService calls
type NamespaceClient struct {
gitalypb.NamespaceServiceClient
}