debian-mirror-gitlab/workhorse/internal/gitaly/namespace.go

9 lines
193 B
Go
Raw Normal View History

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