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
|
|
|
|
}
|