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