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