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
2022-08-13 15:12:31 +05:30
import "gitlab.com/gitlab-org/gitaly/v15/proto/go/gitalypb"
2021-02-22 17:27:13 +05:30
// NamespaceClient encapsulates NamespaceService calls
type NamespaceClient struct {
gitalypb.NamespaceServiceClient
}