8 lines
197 B
Go
8 lines
197 B
Go
package gitaly
|
|
|
|
import "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
|
|
|
|
// NamespaceClient encapsulates NamespaceService calls
|
|
type NamespaceClient struct {
|
|
gitalypb.NamespaceServiceClient
|
|
}
|