2020-12-02 10:09:37 -05:00
|
|
|
package gitaly
|
|
|
|
|
2022-06-30 05:10:05 -04:00
|
|
|
import "gitlab.com/gitlab-org/gitaly/v15/proto/go/gitalypb"
|
2020-12-02 10:09:37 -05:00
|
|
|
|
|
|
|
// NamespaceClient encapsulates NamespaceService calls
|
|
|
|
type NamespaceClient struct {
|
|
|
|
gitalypb.NamespaceServiceClient
|
|
|
|
}
|