debian-mirror-gitlab/workhorse/internal/gitaly/namespace.go
2021-02-22 17:27:13 +05:30

9 lines
193 B
Go

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