Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim Carlbäcker <kim.carlbacker@gmail.com>2018-05-30 16:40:24 +0300
committerKim Carlbäcker <kim.carlbacker@gmail.com>2018-05-30 16:40:24 +0300
commitb2db059b1072dd61775a3c2d1a64b9bff9c2e070 (patch)
tree2ea7f61b449247723b64ef15d7ae3956d7e8df9d
parente1f7e03c9d0fc7b9908544592940961d5cc8c5b5 (diff)
parent79c2b7da25c3e9d106cef71a7f0b958e51546f13 (diff)
Merge branch 'gitaly-proto-0.101.0' into 'master'
Use gitaly-proto 0.101.0 See merge request gitlab-org/gitaly!745
-rw-r--r--changelogs/unreleased/gitaly-proto-0-101-0.yml5
-rw-r--r--internal/service/repository/restore_custom_hooks.go10
-rw-r--r--ruby/Gemfile2
-rw-r--r--ruby/Gemfile.lock4
-rw-r--r--vendor/gitlab.com/gitlab-org/gitaly-proto/go/VERSION2
-rw-r--r--vendor/gitlab.com/gitlab-org/gitaly-proto/go/blob.pb.go2
-rw-r--r--vendor/gitlab.com/gitlab-org/gitaly-proto/go/repository-service.pb.go408
-rw-r--r--vendor/vendor.json10
8 files changed, 282 insertions, 161 deletions
diff --git a/changelogs/unreleased/gitaly-proto-0-101-0.yml b/changelogs/unreleased/gitaly-proto-0-101-0.yml
new file mode 100644
index 000000000..0d9e4ce84
--- /dev/null
+++ b/changelogs/unreleased/gitaly-proto-0-101-0.yml
@@ -0,0 +1,5 @@
+---
+title: Use gitaly-proto 0.101.0
+merge_request: 745
+author:
+type: other
diff --git a/internal/service/repository/restore_custom_hooks.go b/internal/service/repository/restore_custom_hooks.go
new file mode 100644
index 000000000..f95e66402
--- /dev/null
+++ b/internal/service/repository/restore_custom_hooks.go
@@ -0,0 +1,10 @@
+package repository
+
+import (
+ pb "gitlab.com/gitlab-org/gitaly-proto/go"
+ "gitlab.com/gitlab-org/gitaly/internal/helper"
+)
+
+func (*server) RestoreCustomHooks(pb.RepositoryService_RestoreCustomHooksServer) error {
+ return helper.Unimplemented
+}
diff --git a/ruby/Gemfile b/ruby/Gemfile
index ee1281867..a2708ecbe 100644
--- a/ruby/Gemfile
+++ b/ruby/Gemfile
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'rugged', '~> 0.27.1'
gem 'github-linguist', '~> 5.3.3', require: 'linguist'
gem 'gitlab-markup', '~> 1.6.2'
-gem 'gitaly-proto', '~> 0.99.0', require: 'gitaly'
+gem 'gitaly-proto', '~> 0.101.0', require: 'gitaly'
gem 'activesupport', '~> 5.0.2'
gem 'rdoc', '~> 4.2'
gem 'gitlab-gollum-lib', '~> 4.2', require: false
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 3df8c539f..c65ae523e 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -17,7 +17,7 @@ GEM
multipart-post (>= 1.2, < 3)
gemojione (3.3.0)
json
- gitaly-proto (0.99.0)
+ gitaly-proto (0.101.0)
google-protobuf (~> 3.1)
grpc (~> 1.10)
github-linguist (5.3.3)
@@ -142,7 +142,7 @@ PLATFORMS
DEPENDENCIES
activesupport (~> 5.0.2)
faraday (~> 0.12)
- gitaly-proto (~> 0.99.0)
+ gitaly-proto (~> 0.101.0)
github-linguist (~> 5.3.3)
gitlab-gollum-lib (~> 4.2)
gitlab-gollum-rugged_adapter (~> 0.4.4)
diff --git a/vendor/gitlab.com/gitlab-org/gitaly-proto/go/VERSION b/vendor/gitlab.com/gitlab-org/gitaly-proto/go/VERSION
index 897e21587..0f00ab7c2 100644
--- a/vendor/gitlab.com/gitlab-org/gitaly-proto/go/VERSION
+++ b/vendor/gitlab.com/gitlab-org/gitaly-proto/go/VERSION
@@ -1 +1 @@
-0.100.0
+0.101.0
diff --git a/vendor/gitlab.com/gitlab-org/gitaly-proto/go/blob.pb.go b/vendor/gitlab.com/gitlab-org/gitaly-proto/go/blob.pb.go
index 999e12a08..367e8ee34 100644
--- a/vendor/gitlab.com/gitlab-org/gitaly-proto/go/blob.pb.go
+++ b/vendor/gitlab.com/gitlab-org/gitaly-proto/go/blob.pb.go
@@ -212,6 +212,8 @@ It has these top-level messages:
CreateBundleResponse
WriteConfigRequest
WriteConfigResponse
+ RestoreCustomHooksRequest
+ RestoreCustomHooksResponse
CreateRepositoryFromBundleRequest
CreateRepositoryFromBundleResponse
FindLicenseRequest
diff --git a/vendor/gitlab.com/gitlab-org/gitaly-proto/go/repository-service.pb.go b/vendor/gitlab.com/gitlab-org/gitaly-proto/go/repository-service.pb.go
index 345fb598a..1f02018b7 100644
--- a/vendor/gitlab.com/gitlab-org/gitaly-proto/go/repository-service.pb.go
+++ b/vendor/gitlab.com/gitlab-org/gitaly-proto/go/repository-service.pb.go
@@ -81,7 +81,7 @@ func (x GetRawChangesResponse_RawChange_Operation) String() string {
return proto.EnumName(GetRawChangesResponse_RawChange_Operation_name, int32(x))
}
func (GetRawChangesResponse_RawChange_Operation) EnumDescriptor() ([]byte, []int) {
- return fileDescriptor10, []int{55, 0, 0}
+ return fileDescriptor10, []int{57, 0, 0}
}
type RepositoryExistsRequest struct {
@@ -908,6 +908,38 @@ func (m *WriteConfigResponse) GetError() []byte {
return nil
}
+type RestoreCustomHooksRequest struct {
+ Repository *Repository `protobuf:"bytes,1,opt,name=repository" json:"repository,omitempty"`
+ Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
+}
+
+func (m *RestoreCustomHooksRequest) Reset() { *m = RestoreCustomHooksRequest{} }
+func (m *RestoreCustomHooksRequest) String() string { return proto.CompactTextString(m) }
+func (*RestoreCustomHooksRequest) ProtoMessage() {}
+func (*RestoreCustomHooksRequest) Descriptor() ([]byte, []int) { return fileDescriptor10, []int{42} }
+
+func (m *RestoreCustomHooksRequest) GetRepository() *Repository {
+ if m != nil {
+ return m.Repository
+ }
+ return nil
+}
+
+func (m *RestoreCustomHooksRequest) GetData() []byte {
+ if m != nil {
+ return m.Data
+ }
+ return nil
+}
+
+type RestoreCustomHooksResponse struct {
+}
+
+func (m *RestoreCustomHooksResponse) Reset() { *m = RestoreCustomHooksResponse{} }
+func (m *RestoreCustomHooksResponse) String() string { return proto.CompactTextString(m) }
+func (*RestoreCustomHooksResponse) ProtoMessage() {}
+func (*RestoreCustomHooksResponse) Descriptor() ([]byte, []int) { return fileDescriptor10, []int{43} }
+
type CreateRepositoryFromBundleRequest struct {
// Only available on the first message
Repository *Repository `protobuf:"bytes,1,opt,name=repository" json:"repository,omitempty"`
@@ -918,7 +950,7 @@ func (m *CreateRepositoryFromBundleRequest) Reset() { *m = CreateReposit
func (m *CreateRepositoryFromBundleRequest) String() string { return proto.CompactTextString(m) }
func (*CreateRepositoryFromBundleRequest) ProtoMessage() {}
func (*CreateRepositoryFromBundleRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor10, []int{42}
+ return fileDescriptor10, []int{44}
}
func (m *CreateRepositoryFromBundleRequest) GetRepository() *Repository {
@@ -942,7 +974,7 @@ func (m *CreateRepositoryFromBundleResponse) Reset() { *m = CreateReposi
func (m *CreateRepositoryFromBundleResponse) String() string { return proto.CompactTextString(m) }
func (*CreateRepositoryFromBundleResponse) ProtoMessage() {}
func (*CreateRepositoryFromBundleResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor10, []int{43}
+ return fileDescriptor10, []int{45}
}
type FindLicenseRequest struct {
@@ -952,7 +984,7 @@ type FindLicenseRequest struct {
func (m *FindLicenseRequest) Reset() { *m = FindLicenseRequest{} }
func (m *FindLicenseRequest) String() string { return proto.CompactTextString(m) }
func (*FindLicenseRequest) ProtoMessage() {}
-func (*FindLicenseRequest) Descriptor() ([]byte, []int) { return fileDescriptor10, []int{44} }
+func (*FindLicenseRequest) Descriptor() ([]byte, []int) { return fileDescriptor10, []int{46} }
func (m *FindLicenseRequest) GetRepository() *Repository {
if m != nil {
@@ -968,7 +1000,7 @@ type FindLicenseResponse struct {
func (m *FindLicenseResponse) Reset() { *m = FindLicenseResponse{} }
func (m *FindLicenseResponse) String() string { return proto.CompactTextString(m) }
func (*FindLicenseResponse) ProtoMessage() {}
-func (*FindLicenseResponse) Descriptor() ([]byte, []int) { return fileDescriptor10, []int{45} }
+func (*FindLicenseResponse) Descriptor() ([]byte, []int) { return fileDescriptor10, []int{47} }
func (m *FindLicenseResponse) GetLicenseShortName() string {
if m != nil {
@@ -984,7 +1016,7 @@ type GetInfoAttributesRequest struct {
func (m *GetInfoAttributesRequest) Reset() { *m = GetInfoAttributesRequest{} }
func (m *GetInfoAttributesRequest) String() string { return proto.CompactTextString(m) }
func (*GetInfoAttributesRequest) ProtoMessage() {}
-func (*GetInfoAttributesRequest) Descriptor() ([]byte, []int) { return fileDescriptor10, []int{46} }
+func (*GetInfoAttributesRequest) Descriptor() ([]byte, []int) { return fileDescriptor10, []int{48} }
func (m *GetInfoAttributesRequest) GetRepository() *Repository {
if m != nil {
@@ -1000,7 +1032,7 @@ type GetInfoAttributesResponse struct {
func (m *GetInfoAttributesResponse) Reset() { *m = GetInfoAttributesResponse{} }
func (m *GetInfoAttributesResponse) String() string { return proto.CompactTextString(m) }
func (*GetInfoAttributesResponse) ProtoMessage() {}
-func (*GetInfoAttributesResponse) Descriptor() ([]byte, []int) { return fileDescriptor10, []int{47} }
+func (*GetInfoAttributesResponse) Descriptor() ([]byte, []int) { return fileDescriptor10, []int{49} }
func (m *GetInfoAttributesResponse) GetAttributes() []byte {
if m != nil {
@@ -1016,7 +1048,7 @@ type CalculateChecksumRequest struct {
func (m *CalculateChecksumRequest) Reset() { *m = CalculateChecksumRequest{} }
func (m *CalculateChecksumRequest) String() string { return proto.CompactTextString(m) }
func (*CalculateChecksumRequest) ProtoMessage() {}
-func (*CalculateChecksumRequest) Descriptor() ([]byte, []int) { return fileDescriptor10, []int{48} }
+func (*CalculateChecksumRequest) Descriptor() ([]byte, []int) { return fileDescriptor10, []int{50} }
func (m *CalculateChecksumRequest) GetRepository() *Repository {
if m != nil {
@@ -1032,7 +1064,7 @@ type CalculateChecksumResponse struct {
func (m *CalculateChecksumResponse) Reset() { *m = CalculateChecksumResponse{} }
func (m *CalculateChecksumResponse) String() string { return proto.CompactTextString(m) }
func (*CalculateChecksumResponse) ProtoMessage() {}
-func (*CalculateChecksumResponse) Descriptor() ([]byte, []int) { return fileDescriptor10, []int{49} }
+func (*CalculateChecksumResponse) Descriptor() ([]byte, []int) { return fileDescriptor10, []int{51} }
func (m *CalculateChecksumResponse) GetChecksum() string {
if m != nil {
@@ -1048,7 +1080,7 @@ type GetSnapshotRequest struct {
func (m *GetSnapshotRequest) Reset() { *m = GetSnapshotRequest{} }
func (m *GetSnapshotRequest) String() string { return proto.CompactTextString(m) }
func (*GetSnapshotRequest) ProtoMessage() {}
-func (*GetSnapshotRequest) Descriptor() ([]byte, []int) { return fileDescriptor10, []int{50} }
+func (*GetSnapshotRequest) Descriptor() ([]byte, []int) { return fileDescriptor10, []int{52} }
func (m *GetSnapshotRequest) GetRepository() *Repository {
if m != nil {
@@ -1064,7 +1096,7 @@ type GetSnapshotResponse struct {
func (m *GetSnapshotResponse) Reset() { *m = GetSnapshotResponse{} }
func (m *GetSnapshotResponse) String() string { return proto.CompactTextString(m) }
func (*GetSnapshotResponse) ProtoMessage() {}
-func (*GetSnapshotResponse) Descriptor() ([]byte, []int) { return fileDescriptor10, []int{51} }
+func (*GetSnapshotResponse) Descriptor() ([]byte, []int) { return fileDescriptor10, []int{53} }
func (m *GetSnapshotResponse) GetData() []byte {
if m != nil {
@@ -1083,7 +1115,7 @@ func (m *CreateRepositoryFromSnapshotRequest) Reset() { *m = CreateRepos
func (m *CreateRepositoryFromSnapshotRequest) String() string { return proto.CompactTextString(m) }
func (*CreateRepositoryFromSnapshotRequest) ProtoMessage() {}
func (*CreateRepositoryFromSnapshotRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor10, []int{52}
+ return fileDescriptor10, []int{54}
}
func (m *CreateRepositoryFromSnapshotRequest) GetRepository() *Repository {
@@ -1114,7 +1146,7 @@ func (m *CreateRepositoryFromSnapshotResponse) Reset() { *m = CreateRepo
func (m *CreateRepositoryFromSnapshotResponse) String() string { return proto.CompactTextString(m) }
func (*CreateRepositoryFromSnapshotResponse) ProtoMessage() {}
func (*CreateRepositoryFromSnapshotResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor10, []int{53}
+ return fileDescriptor10, []int{55}
}
type GetRawChangesRequest struct {
@@ -1126,7 +1158,7 @@ type GetRawChangesRequest struct {
func (m *GetRawChangesRequest) Reset() { *m = GetRawChangesRequest{} }
func (m *GetRawChangesRequest) String() string { return proto.CompactTextString(m) }
func (*GetRawChangesRequest) ProtoMessage() {}
-func (*GetRawChangesRequest) Descriptor() ([]byte, []int) { return fileDescriptor10, []int{54} }
+func (*GetRawChangesRequest) Descriptor() ([]byte, []int) { return fileDescriptor10, []int{56} }
func (m *GetRawChangesRequest) GetRepository() *Repository {
if m != nil {
@@ -1156,7 +1188,7 @@ type GetRawChangesResponse struct {
func (m *GetRawChangesResponse) Reset() { *m = GetRawChangesResponse{} }
func (m *GetRawChangesResponse) String() string { return proto.CompactTextString(m) }
func (*GetRawChangesResponse) ProtoMessage() {}
-func (*GetRawChangesResponse) Descriptor() ([]byte, []int) { return fileDescriptor10, []int{55} }
+func (*GetRawChangesResponse) Descriptor() ([]byte, []int) { return fileDescriptor10, []int{57} }
func (m *GetRawChangesResponse) GetRawChanges() []*GetRawChangesResponse_RawChange {
if m != nil {
@@ -1178,7 +1210,7 @@ func (m *GetRawChangesResponse_RawChange) Reset() { *m = GetRawChangesRe
func (m *GetRawChangesResponse_RawChange) String() string { return proto.CompactTextString(m) }
func (*GetRawChangesResponse_RawChange) ProtoMessage() {}
func (*GetRawChangesResponse_RawChange) Descriptor() ([]byte, []int) {
- return fileDescriptor10, []int{55, 0}
+ return fileDescriptor10, []int{57, 0}
}
func (m *GetRawChangesResponse_RawChange) GetBlobId() string {
@@ -1232,7 +1264,7 @@ type SearchFilesByNameRequest struct {
func (m *SearchFilesByNameRequest) Reset() { *m = SearchFilesByNameRequest{} }
func (m *SearchFilesByNameRequest) String() string { return proto.CompactTextString(m) }
func (*SearchFilesByNameRequest) ProtoMessage() {}
-func (*SearchFilesByNameRequest) Descriptor() ([]byte, []int) { return fileDescriptor10, []int{56} }
+func (*SearchFilesByNameRequest) Descriptor() ([]byte, []int) { return fileDescriptor10, []int{58} }
func (m *SearchFilesByNameRequest) GetRepository() *Repository {
if m != nil {
@@ -1262,7 +1294,7 @@ type SearchFilesByNameResponse struct {
func (m *SearchFilesByNameResponse) Reset() { *m = SearchFilesByNameResponse{} }
func (m *SearchFilesByNameResponse) String() string { return proto.CompactTextString(m) }
func (*SearchFilesByNameResponse) ProtoMessage() {}
-func (*SearchFilesByNameResponse) Descriptor() ([]byte, []int) { return fileDescriptor10, []int{57} }
+func (*SearchFilesByNameResponse) Descriptor() ([]byte, []int) { return fileDescriptor10, []int{59} }
func (m *SearchFilesByNameResponse) GetFiles() [][]byte {
if m != nil {
@@ -1280,7 +1312,7 @@ type SearchFilesByContentRequest struct {
func (m *SearchFilesByContentRequest) Reset() { *m = SearchFilesByContentRequest{} }
func (m *SearchFilesByContentRequest) String() string { return proto.CompactTextString(m) }
func (*SearchFilesByContentRequest) ProtoMessage() {}
-func (*SearchFilesByContentRequest) Descriptor() ([]byte, []int) { return fileDescriptor10, []int{58} }
+func (*SearchFilesByContentRequest) Descriptor() ([]byte, []int) { return fileDescriptor10, []int{60} }
func (m *SearchFilesByContentRequest) GetRepository() *Repository {
if m != nil {
@@ -1310,7 +1342,7 @@ type SearchFilesByContentResponse struct {
func (m *SearchFilesByContentResponse) Reset() { *m = SearchFilesByContentResponse{} }
func (m *SearchFilesByContentResponse) String() string { return proto.CompactTextString(m) }
func (*SearchFilesByContentResponse) ProtoMessage() {}
-func (*SearchFilesByContentResponse) Descriptor() ([]byte, []int) { return fileDescriptor10, []int{59} }
+func (*SearchFilesByContentResponse) Descriptor() ([]byte, []int) { return fileDescriptor10, []int{61} }
func (m *SearchFilesByContentResponse) GetMatches() [][]byte {
if m != nil {
@@ -1362,6 +1394,8 @@ func init() {
proto.RegisterType((*CreateBundleResponse)(nil), "gitaly.CreateBundleResponse")
proto.RegisterType((*WriteConfigRequest)(nil), "gitaly.WriteConfigRequest")
proto.RegisterType((*WriteConfigResponse)(nil), "gitaly.WriteConfigResponse")
+ proto.RegisterType((*RestoreCustomHooksRequest)(nil), "gitaly.RestoreCustomHooksRequest")
+ proto.RegisterType((*RestoreCustomHooksResponse)(nil), "gitaly.RestoreCustomHooksResponse")
proto.RegisterType((*CreateRepositoryFromBundleRequest)(nil), "gitaly.CreateRepositoryFromBundleRequest")
proto.RegisterType((*CreateRepositoryFromBundleResponse)(nil), "gitaly.CreateRepositoryFromBundleResponse")
proto.RegisterType((*FindLicenseRequest)(nil), "gitaly.FindLicenseRequest")
@@ -1426,6 +1460,7 @@ type RepositoryServiceClient interface {
GetRawChanges(ctx context.Context, in *GetRawChangesRequest, opts ...grpc.CallOption) (RepositoryService_GetRawChangesClient, error)
SearchFilesByContent(ctx context.Context, in *SearchFilesByContentRequest, opts ...grpc.CallOption) (RepositoryService_SearchFilesByContentClient, error)
SearchFilesByName(ctx context.Context, in *SearchFilesByNameRequest, opts ...grpc.CallOption) (RepositoryService_SearchFilesByNameClient, error)
+ RestoreCustomHooks(ctx context.Context, opts ...grpc.CallOption) (RepositoryService_RestoreCustomHooksClient, error)
}
type repositoryServiceClient struct {
@@ -1892,6 +1927,40 @@ func (x *repositoryServiceSearchFilesByNameClient) Recv() (*SearchFilesByNameRes
return m, nil
}
+func (c *repositoryServiceClient) RestoreCustomHooks(ctx context.Context, opts ...grpc.CallOption) (RepositoryService_RestoreCustomHooksClient, error) {
+ stream, err := grpc.NewClientStream(ctx, &_RepositoryService_serviceDesc.Streams[8], c.cc, "/gitaly.RepositoryService/RestoreCustomHooks", opts...)
+ if err != nil {
+ return nil, err
+ }
+ x := &repositoryServiceRestoreCustomHooksClient{stream}
+ return x, nil
+}
+
+type RepositoryService_RestoreCustomHooksClient interface {
+ Send(*RestoreCustomHooksRequest) error
+ CloseAndRecv() (*RestoreCustomHooksResponse, error)
+ grpc.ClientStream
+}
+
+type repositoryServiceRestoreCustomHooksClient struct {
+ grpc.ClientStream
+}
+
+func (x *repositoryServiceRestoreCustomHooksClient) Send(m *RestoreCustomHooksRequest) error {
+ return x.ClientStream.SendMsg(m)
+}
+
+func (x *repositoryServiceRestoreCustomHooksClient) CloseAndRecv() (*RestoreCustomHooksResponse, error) {
+ if err := x.ClientStream.CloseSend(); err != nil {
+ return nil, err
+ }
+ m := new(RestoreCustomHooksResponse)
+ if err := x.ClientStream.RecvMsg(m); err != nil {
+ return nil, err
+ }
+ return m, nil
+}
+
// Server API for RepositoryService service
type RepositoryServiceServer interface {
@@ -1925,6 +1994,7 @@ type RepositoryServiceServer interface {
GetRawChanges(*GetRawChangesRequest, RepositoryService_GetRawChangesServer) error
SearchFilesByContent(*SearchFilesByContentRequest, RepositoryService_SearchFilesByContentServer) error
SearchFilesByName(*SearchFilesByNameRequest, RepositoryService_SearchFilesByNameServer) error
+ RestoreCustomHooks(RepositoryService_RestoreCustomHooksServer) error
}
func RegisterRepositoryServiceServer(s *grpc.Server, srv RepositoryServiceServer) {
@@ -2500,6 +2570,32 @@ func (x *repositoryServiceSearchFilesByNameServer) Send(m *SearchFilesByNameResp
return x.ServerStream.SendMsg(m)
}
+func _RepositoryService_RestoreCustomHooks_Handler(srv interface{}, stream grpc.ServerStream) error {
+ return srv.(RepositoryServiceServer).RestoreCustomHooks(&repositoryServiceRestoreCustomHooksServer{stream})
+}
+
+type RepositoryService_RestoreCustomHooksServer interface {
+ SendAndClose(*RestoreCustomHooksResponse) error
+ Recv() (*RestoreCustomHooksRequest, error)
+ grpc.ServerStream
+}
+
+type repositoryServiceRestoreCustomHooksServer struct {
+ grpc.ServerStream
+}
+
+func (x *repositoryServiceRestoreCustomHooksServer) SendAndClose(m *RestoreCustomHooksResponse) error {
+ return x.ServerStream.SendMsg(m)
+}
+
+func (x *repositoryServiceRestoreCustomHooksServer) Recv() (*RestoreCustomHooksRequest, error) {
+ m := new(RestoreCustomHooksRequest)
+ if err := x.ServerStream.RecvMsg(m); err != nil {
+ return nil, err
+ }
+ return m, nil
+}
+
var _RepositoryService_serviceDesc = grpc.ServiceDesc{
ServiceName: "gitaly.RepositoryService",
HandlerType: (*RepositoryServiceServer)(nil),
@@ -2634,6 +2730,11 @@ var _RepositoryService_serviceDesc = grpc.ServiceDesc{
Handler: _RepositoryService_SearchFilesByName_Handler,
ServerStreams: true,
},
+ {
+ StreamName: "RestoreCustomHooks",
+ Handler: _RepositoryService_RestoreCustomHooks_Handler,
+ ClientStreams: true,
+ },
},
Metadata: "repository-service.proto",
}
@@ -2641,136 +2742,139 @@ var _RepositoryService_serviceDesc = grpc.ServiceDesc{
func init() { proto.RegisterFile("repository-service.proto", fileDescriptor10) }
var fileDescriptor10 = []byte{
- // 2096 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x59, 0xef, 0x6e, 0xdb, 0xc8,
- 0x11, 0x97, 0x2c, 0xcb, 0x92, 0x46, 0xca, 0x9d, 0xbc, 0x96, 0x63, 0x99, 0x76, 0x62, 0x87, 0x09,
- 0xee, 0x7c, 0x97, 0xd4, 0xb8, 0x73, 0x3e, 0xf4, 0x80, 0xb6, 0x38, 0xc8, 0xfa, 0x63, 0xeb, 0x12,
- 0xff, 0x29, 0xed, 0x20, 0xa8, 0x71, 0x85, 0x40, 0x53, 0x2b, 0x93, 0x30, 0x45, 0x2a, 0xcb, 0x95,
- 0x7d, 0xbe, 0x7e, 0xed, 0x87, 0x7e, 0x6c, 0x5f, 0xa1, 0xaf, 0xd0, 0x37, 0xe8, 0x0b, 0xf4, 0x43,
- 0x1f, 0xa3, 0x2f, 0x51, 0xec, 0x72, 0xc5, 0x25, 0x45, 0x52, 0x0d, 0xc0, 0xb4, 0xfd, 0xa6, 0x9d,
- 0x9d, 0x9d, 0x99, 0x9d, 0xd9, 0x19, 0xce, 0x6f, 0x04, 0x4d, 0x82, 0x27, 0xae, 0x67, 0x51, 0x97,
- 0x3c, 0xfc, 0xc2, 0xc3, 0xe4, 0xce, 0x32, 0xf0, 0xfe, 0x84, 0xb8, 0xd4, 0x45, 0x2b, 0x37, 0x16,
- 0xd5, 0xed, 0x07, 0xa5, 0xe6, 0x99, 0x3a, 0xc1, 0x43, 0x9f, 0xaa, 0x9e, 0xc0, 0x86, 0x16, 0x9c,
- 0xe8, 0xfe, 0x64, 0x79, 0xd4, 0xd3, 0xf0, 0x87, 0x29, 0xf6, 0x28, 0x3a, 0x00, 0x90, 0xc2, 0x9a,
- 0xf9, 0xdd, 0xfc, 0x5e, 0xf5, 0x00, 0xed, 0xfb, 0x52, 0xf6, 0xe5, 0x21, 0x2d, 0xc4, 0xa5, 0x1e,
- 0x40, 0x33, 0x2e, 0xce, 0x9b, 0xb8, 0x8e, 0x87, 0xd1, 0x63, 0x58, 0xc1, 0x9c, 0xc2, 0x65, 0x95,
- 0x35, 0xb1, 0x52, 0x4f, 0xf9, 0x19, 0xdd, 0xb8, 0xed, 0x3b, 0x06, 0xc1, 0x63, 0xec, 0x50, 0xdd,
- 0xce, 0x62, 0xc3, 0x16, 0x6c, 0x26, 0xc8, 0xf3, 0x8d, 0x50, 0x6d, 0x58, 0xf5, 0x37, 0x7b, 0x53,
- 0x3b, 0x8b, 0x16, 0xf4, 0x1c, 0x1e, 0x19, 0x04, 0xeb, 0x14, 0x0f, 0xae, 0x2d, 0x3a, 0xd6, 0x27,
- 0xcd, 0x25, 0x7e, 0xa9, 0x9a, 0x4f, 0x3c, 0xe4, 0x34, 0xb5, 0x01, 0x28, 0xac, 0x4d, 0xd8, 0x30,
- 0x81, 0xf5, 0x23, 0x9d, 0x5c, 0xeb, 0x37, 0xb8, 0xed, 0xda, 0x36, 0x36, 0xe8, 0x7f, 0xdd, 0x8e,
- 0x26, 0x3c, 0x9e, 0xd7, 0x28, 0x6c, 0xe9, 0xc0, 0x67, 0x6d, 0x1b, 0xeb, 0xce, 0x74, 0x92, 0xc5,
- 0xe5, 0xab, 0xf0, 0x79, 0x20, 0x45, 0x08, 0x7e, 0x03, 0xeb, 0x92, 0xf9, 0xc2, 0xfa, 0x19, 0x67,
- 0x91, 0xff, 0x0a, 0x1e, 0xcf, 0x0b, 0x13, 0x8f, 0x0a, 0xc1, 0xb2, 0x67, 0xfd, 0x8c, 0xb9, 0x9c,
- 0x82, 0xc6, 0x7f, 0xab, 0xb7, 0xb0, 0xd9, 0x9a, 0x4c, 0xec, 0x87, 0x23, 0x8b, 0xea, 0x94, 0x12,
- 0xeb, 0x7a, 0x4a, 0x71, 0x96, 0x57, 0x8d, 0x14, 0x28, 0x13, 0x7c, 0x67, 0x79, 0x96, 0xeb, 0x70,
- 0xf7, 0xd6, 0xb4, 0x60, 0xad, 0x6e, 0x83, 0x92, 0xa4, 0x4c, 0x78, 0xe1, 0x8f, 0x4b, 0x80, 0x7a,
- 0x98, 0x1a, 0xa6, 0x86, 0xc7, 0x2e, 0xcd, 0xe2, 0x03, 0x96, 0x3e, 0x84, 0x0b, 0xe1, 0x26, 0x54,
- 0x34, 0xb1, 0x42, 0x0d, 0x28, 0x8e, 0x5c, 0x62, 0xe0, 0x66, 0x81, 0x07, 0xde, 0x5f, 0xa0, 0x0d,
- 0x28, 0x39, 0xee, 0x80, 0xea, 0x37, 0x5e, 0x73, 0xd9, 0xcf, 0x36, 0xc7, 0xbd, 0xd4, 0x6f, 0x3c,
- 0xd4, 0x84, 0x12, 0xb5, 0xc6, 0xd8, 0x9d, 0xd2, 0x66, 0x71, 0x37, 0xbf, 0x57, 0xd4, 0x66, 0x4b,
- 0x76, 0xc4, 0xf3, 0xcc, 0xc1, 0x2d, 0x7e, 0x68, 0xae, 0xf8, 0x1a, 0x3c, 0xcf, 0x7c, 0x83, 0x1f,
- 0xd0, 0x0e, 0x54, 0x6f, 0x1d, 0xf7, 0xde, 0x19, 0x98, 0x2e, 0xcb, 0xde, 0x12, 0xdf, 0x04, 0x4e,
- 0x3a, 0x66, 0x14, 0xb4, 0x09, 0x65, 0xc7, 0x1d, 0x4c, 0xc8, 0xd4, 0xc1, 0xcd, 0x0a, 0xd7, 0x56,
- 0x72, 0xdc, 0x73, 0xb6, 0xfc, 0x61, 0xb9, 0x5c, 0xae, 0x57, 0xd4, 0x75, 0x58, 0x8b, 0x78, 0x41,
- 0x78, 0xe7, 0x04, 0x36, 0xda, 0xfc, 0x99, 0x86, 0xae, 0x9c, 0xe1, 0x95, 0x28, 0xd0, 0x8c, 0x8b,
- 0x13, 0xaa, 0xfe, 0x95, 0x87, 0xd5, 0x23, 0x4c, 0x5b, 0xc4, 0x30, 0xad, 0xbb, 0x4c, 0x71, 0xd8,
- 0x82, 0x8a, 0xe1, 0x8e, 0xc7, 0x16, 0x1d, 0x58, 0x43, 0x11, 0x8a, 0xb2, 0x4f, 0xe8, 0x0f, 0x59,
- 0x90, 0x26, 0x04, 0x8f, 0xac, 0x9f, 0x78, 0x34, 0x2a, 0x9a, 0x58, 0xa1, 0xef, 0x60, 0x65, 0xe4,
- 0x92, 0xb1, 0x4e, 0x79, 0x34, 0x3e, 0x3b, 0xd8, 0x9d, 0x29, 0x89, 0xd9, 0xb4, 0xdf, 0xe3, 0x7c,
- 0x9a, 0xe0, 0x57, 0x5f, 0xc3, 0x8a, 0x4f, 0x41, 0x25, 0x28, 0x5c, 0xf5, 0xcf, 0xeb, 0x39, 0xf6,
- 0xe3, 0xb2, 0xa5, 0xd5, 0xf3, 0x08, 0x60, 0xe5, 0xb2, 0xa5, 0x0d, 0x8e, 0xae, 0xea, 0x4b, 0xa8,
- 0x0a, 0x25, 0xf6, 0xfb, 0xf0, 0xea, 0xa0, 0x5e, 0x50, 0xf7, 0x00, 0x85, 0x05, 0xcb, 0x5c, 0x19,
- 0xea, 0x54, 0xe7, 0xf7, 0xac, 0x69, 0xfc, 0x37, 0x0b, 0xc1, 0xb1, 0xee, 0xbd, 0x75, 0x0d, 0xdd,
- 0x3e, 0x24, 0xba, 0x63, 0x98, 0x99, 0x32, 0x45, 0xfd, 0x06, 0x9a, 0x71, 0x71, 0x42, 0x7d, 0x03,
- 0x8a, 0x77, 0xba, 0x3d, 0xc5, 0xa2, 0xfc, 0xfb, 0x0b, 0xf5, 0x9f, 0x79, 0x68, 0xf2, 0xb7, 0x71,
- 0xe1, 0x4e, 0x89, 0x81, 0xfd, 0x53, 0x59, 0xe2, 0xf3, 0x3d, 0xac, 0x7a, 0x5c, 0xd4, 0x20, 0x74,
- 0x74, 0x29, 0xf5, 0x68, 0xdd, 0x67, 0xd6, 0x22, 0x15, 0x55, 0x08, 0xb8, 0xe6, 0xc6, 0xf0, 0x50,
- 0xd6, 0xb4, 0x9a, 0x17, 0x32, 0x10, 0x3d, 0x01, 0xa0, 0x3a, 0xb9, 0xc1, 0x74, 0x40, 0xf0, 0x88,
- 0x07, 0xb5, 0xa6, 0x55, 0x7c, 0x8a, 0x86, 0x47, 0xea, 0x6b, 0xd8, 0x4c, 0xb8, 0x94, 0xfc, 0x10,
- 0x12, 0xec, 0x4d, 0x6d, 0x3a, 0xfb, 0x10, 0xfa, 0x2b, 0xb5, 0x05, 0xd5, 0x9e, 0x67, 0xdc, 0x66,
- 0xf1, 0xff, 0x0b, 0xa8, 0xf9, 0x22, 0xa4, 0xcf, 0x31, 0x21, 0x2e, 0x11, 0x31, 0xf7, 0x17, 0xea,
- 0xdf, 0xf3, 0xf0, 0xf9, 0x7b, 0x62, 0xb1, 0x44, 0x19, 0x65, 0x71, 0x75, 0x1d, 0x0a, 0xec, 0xf6,
- 0x7e, 0x49, 0x64, 0x3f, 0x23, 0x95, 0xb2, 0x10, 0xad, 0x94, 0xe8, 0x19, 0xd4, 0x5c, 0x7b, 0x38,
- 0x08, 0xf6, 0x7d, 0xa7, 0x55, 0x5d, 0x7b, 0xa8, 0xcd, 0x58, 0x82, 0x5a, 0x56, 0x0c, 0xd7, 0xb2,
- 0x06, 0x14, 0x3d, 0x13, 0xdb, 0x36, 0x2f, 0x4b, 0x65, 0xcd, 0x5f, 0xa8, 0x7b, 0x50, 0x97, 0x77,
- 0x58, 0x78, 0x5d, 0x13, 0x1a, 0x3d, 0xcb, 0x19, 0x9e, 0x60, 0x72, 0x83, 0x0f, 0x75, 0x2f, 0x53,
- 0xf6, 0x6f, 0x43, 0x65, 0x76, 0x01, 0xaf, 0xb9, 0xb4, 0x5b, 0x60, 0x61, 0x0f, 0x08, 0xea, 0x4b,
- 0x58, 0x9f, 0xd3, 0x24, 0x53, 0xef, 0x5a, 0xf7, 0xfc, 0xa7, 0x5f, 0xd1, 0xf8, 0x6f, 0xf5, 0x4f,
- 0x79, 0x58, 0xf5, 0xeb, 0x55, 0xcf, 0x25, 0xb7, 0xff, 0xcf, 0x27, 0xcf, 0xfa, 0x94, 0xb0, 0x25,
- 0x41, 0xaf, 0xb4, 0xd9, 0xf7, 0x34, 0xcc, 0x8c, 0xed, 0x3b, 0xe7, 0xc4, 0xbd, 0x21, 0xd8, 0xf3,
- 0x32, 0x96, 0x4e, 0xc2, 0xc5, 0x85, 0x4a, 0xa7, 0x4f, 0xe8, 0x0f, 0xd5, 0xdf, 0x80, 0x92, 0xa4,
- 0x4d, 0x38, 0x70, 0x07, 0xaa, 0x96, 0x33, 0x98, 0x08, 0xb2, 0x48, 0x1c, 0xb0, 0x02, 0x46, 0xdf,
- 0xd8, 0x8b, 0x0f, 0x53, 0xdd, 0x33, 0x3f, 0x99, 0xb1, 0x1e, 0x17, 0x17, 0x32, 0xd6, 0x27, 0xcc,
- 0x8c, 0x8d, 0x6b, 0xfb, 0x58, 0x63, 0x47, 0xf0, 0x74, 0xfe, 0x4b, 0xd5, 0x23, 0xee, 0xf8, 0x9d,
- 0xf6, 0x36, 0x63, 0x3a, 0x4e, 0x89, 0x2d, 0x6c, 0x65, 0x3f, 0xd5, 0x67, 0xb0, 0x93, 0xaa, 0x47,
- 0x04, 0xb9, 0x0f, 0x6b, 0x3e, 0xcb, 0xe1, 0xd4, 0x19, 0xda, 0x99, 0xba, 0xb4, 0xaf, 0xa1, 0x11,
- 0x15, 0xb5, 0xe0, 0xbb, 0x83, 0x01, 0xf1, 0xec, 0x6d, 0xbb, 0xce, 0xc8, 0xba, 0xc9, 0x18, 0xa7,
- 0xd1, 0xd4, 0xb6, 0x07, 0x13, 0x9d, 0x9a, 0xb3, 0x38, 0x31, 0xc2, 0xb9, 0x4e, 0x4d, 0xf5, 0x25,
- 0xac, 0x45, 0xd4, 0x2c, 0xac, 0x13, 0xb7, 0xf0, 0x2c, 0xc9, 0x5b, 0x99, 0x1d, 0x13, 0x38, 0x60,
- 0x29, 0xe4, 0x80, 0x17, 0xa0, 0x2e, 0x52, 0x26, 0xa2, 0x73, 0x0c, 0x88, 0x15, 0x94, 0xb7, 0x96,
- 0x81, 0x9d, 0x4c, 0x85, 0x4b, 0x6d, 0xc3, 0x5a, 0x44, 0x92, 0xf0, 0xc4, 0x2b, 0x40, 0xb6, 0x4f,
- 0x1a, 0x78, 0xa6, 0x4b, 0xe8, 0xc0, 0xd1, 0xc7, 0xb3, 0x32, 0x55, 0x17, 0x3b, 0x17, 0x6c, 0xe3,
- 0x54, 0x1f, 0x63, 0x06, 0xd5, 0x8e, 0x30, 0xed, 0x3b, 0x23, 0xb7, 0xf5, 0x29, 0x1a, 0x6b, 0xf5,
- 0x57, 0xb0, 0x99, 0x20, 0x4f, 0x98, 0xf6, 0x14, 0x40, 0x76, 0xd4, 0x22, 0x52, 0x21, 0x0a, 0x33,
- 0xa6, 0xad, 0xdb, 0xc6, 0xd4, 0xd6, 0x29, 0x6e, 0x9b, 0xd8, 0xb8, 0xf5, 0xa6, 0xe3, 0x2c, 0xc6,
- 0xfc, 0x12, 0x36, 0x13, 0xe4, 0x09, 0x63, 0x14, 0x28, 0x1b, 0x82, 0x26, 0xbc, 0x13, 0xac, 0x59,
- 0x90, 0x8e, 0x30, 0xbd, 0x70, 0xf4, 0x89, 0x67, 0xba, 0x59, 0xc0, 0x9c, 0xfa, 0x15, 0xac, 0x45,
- 0x24, 0x2d, 0x48, 0xa0, 0xbf, 0xe4, 0xe1, 0x79, 0xd2, 0x03, 0xfa, 0x04, 0x66, 0xb0, 0x7e, 0xde,
- 0xa4, 0x74, 0x32, 0x90, 0xd5, 0xa4, 0xc4, 0xd6, 0xef, 0x88, 0xcd, 0xb2, 0x8d, 0x6f, 0xe9, 0x53,
- 0x6a, 0x8a, 0x1e, 0x97, 0xf3, 0xb6, 0xa6, 0xd4, 0x54, 0xbf, 0x80, 0x17, 0x8b, 0x4d, 0x12, 0xaf,
- 0xfa, 0xcf, 0x79, 0x68, 0x1c, 0x61, 0xaa, 0xe9, 0xf7, 0x6d, 0x53, 0x77, 0x6e, 0xb2, 0x81, 0xb3,
- 0xe7, 0xf0, 0x68, 0x44, 0xdc, 0xf1, 0x20, 0x82, 0xd0, 0x2a, 0x5a, 0x8d, 0x11, 0x83, 0xc6, 0x62,
- 0x07, 0xaa, 0xd4, 0x1d, 0x44, 0x5a, 0x93, 0x8a, 0x06, 0xd4, 0x9d, 0x31, 0xa8, 0x7f, 0x2b, 0xc0,
- 0xfa, 0x9c, 0x49, 0xc2, 0xf9, 0xc7, 0x50, 0x25, 0xfa, 0xfd, 0xc0, 0xf0, 0xc9, 0xcd, 0xfc, 0x6e,
- 0x61, 0xaf, 0x7a, 0xf0, 0x65, 0xa8, 0x7f, 0x8f, 0x9f, 0xd9, 0x0f, 0x48, 0x1a, 0x90, 0x60, 0x57,
- 0xf9, 0xc7, 0x12, 0x54, 0x82, 0x1d, 0x06, 0xb7, 0xae, 0x6d, 0xf7, 0x9a, 0x7d, 0x5d, 0xfc, 0x07,
- 0xb5, 0xc2, 0x96, 0xfd, 0x61, 0x00, 0x69, 0x97, 0x24, 0xa4, 0xe5, 0x08, 0x0b, 0xdf, 0xfb, 0x35,
- 0xce, 0x37, 0xbe, 0xe4, 0xe0, 0x7b, 0x56, 0xe2, 0xd8, 0x16, 0x6b, 0xab, 0xf8, 0xd6, 0xb2, 0xbf,
- 0xe5, 0xda, 0x43, 0xbe, 0x75, 0x06, 0x15, 0x77, 0x82, 0x89, 0x4e, 0xd9, 0x9d, 0x8b, 0x1c, 0x78,
- 0x7c, 0xfb, 0x91, 0x86, 0xef, 0x9f, 0xcd, 0x0e, 0x6a, 0x52, 0x06, 0xf3, 0x35, 0xf3, 0x85, 0x14,
- 0xea, 0x03, 0xc5, 0x1a, 0xd1, 0xef, 0x03, 0x7e, 0xd5, 0x82, 0x4a, 0xb0, 0x60, 0xb0, 0xe4, 0xdd,
- 0xe9, 0x9b, 0xd3, 0xb3, 0xf7, 0xa7, 0xf5, 0x1c, 0xaa, 0x40, 0xb1, 0xd5, 0xe9, 0x74, 0x3b, 0x3e,
- 0x74, 0x69, 0x9f, 0x9d, 0xf7, 0xbb, 0x1d, 0x1f, 0xba, 0x74, 0xba, 0x6f, 0xbb, 0x97, 0xdd, 0x4e,
- 0xbd, 0x80, 0x6a, 0x50, 0x3e, 0x39, 0xeb, 0xf4, 0x7b, 0x6c, 0x6b, 0x99, 0x6d, 0x69, 0xdd, 0xd3,
- 0xd6, 0x49, 0xb7, 0x53, 0x2f, 0xa2, 0x3a, 0xd4, 0x2e, 0x7f, 0x77, 0xde, 0x1d, 0xb4, 0x8f, 0x5b,
- 0xa7, 0x47, 0xdd, 0x4e, 0x7d, 0x45, 0xbd, 0x83, 0xe6, 0x05, 0xd6, 0x89, 0x61, 0xf6, 0x2c, 0x1b,
- 0x7b, 0x87, 0x0f, 0xac, 0x48, 0x65, 0x79, 0x4b, 0x0d, 0x28, 0x7e, 0x98, 0x62, 0xd1, 0x3c, 0x55,
- 0x34, 0x7f, 0x31, 0x6b, 0x73, 0x0b, 0x41, 0x9b, 0xab, 0x7e, 0x0b, 0x9b, 0x09, 0x7a, 0xe5, 0xc7,
- 0x65, 0xc4, 0xc8, 0xfc, 0xa9, 0xd4, 0x34, 0x7f, 0xa1, 0x3e, 0xc0, 0x56, 0xe4, 0x48, 0xdb, 0x75,
- 0x28, 0x76, 0xe8, 0xff, 0xc2, 0xda, 0xef, 0x60, 0x3b, 0x59, 0xb5, 0x30, 0xb8, 0x09, 0xa5, 0xb1,
- 0x4e, 0x19, 0x56, 0x13, 0x26, 0xcf, 0x96, 0x07, 0x7f, 0x6d, 0xf0, 0x71, 0xd9, 0x6c, 0xf0, 0xe2,
- 0xcf, 0x13, 0xd1, 0x7b, 0xa8, 0xcf, 0x0f, 0xf9, 0xd0, 0x4e, 0xdc, 0xd6, 0xc8, 0x34, 0x51, 0xd9,
- 0x4d, 0x67, 0x10, 0x55, 0x21, 0x87, 0xae, 0x66, 0xc3, 0xb9, 0xd0, 0xe4, 0x0e, 0x85, 0x0f, 0x26,
- 0x0e, 0x09, 0x95, 0x67, 0x0b, 0x38, 0x02, 0xd9, 0x5d, 0x00, 0x39, 0x8a, 0x43, 0x9b, 0xd1, 0x23,
- 0xa1, 0x61, 0xa0, 0xa2, 0x24, 0x6d, 0x05, 0x62, 0x7e, 0x0b, 0x9f, 0x45, 0x27, 0x69, 0xe8, 0x49,
- 0x90, 0x51, 0x49, 0x33, 0x3d, 0xe5, 0x69, 0xda, 0x76, 0x58, 0x64, 0x74, 0xb8, 0x25, 0x45, 0x26,
- 0x4e, 0xd0, 0xa4, 0xc8, 0xe4, 0x99, 0x98, 0x9a, 0x43, 0xbf, 0x07, 0x14, 0x1f, 0x4a, 0xa1, 0xc0,
- 0x4f, 0xa9, 0xd3, 0x31, 0x45, 0x5d, 0xc4, 0x12, 0x88, 0x3f, 0x86, 0x6a, 0x68, 0x9c, 0x83, 0x02,
- 0x8f, 0xc5, 0x27, 0x5d, 0xca, 0x56, 0xe2, 0x5e, 0x20, 0xe9, 0x3d, 0xd4, 0xe7, 0xbf, 0x18, 0xf2,
- 0x29, 0xa5, 0xcc, 0x86, 0xe4, 0x53, 0x4a, 0x9d, 0xf6, 0xe4, 0xd0, 0x11, 0x80, 0x9c, 0x80, 0xc8,
- 0x70, 0xc7, 0xc6, 0x2d, 0x32, 0xdc, 0xf1, 0x81, 0x89, 0x9a, 0xfb, 0x26, 0xcf, 0x2c, 0x9c, 0x9f,
- 0x68, 0x48, 0x0b, 0x53, 0x46, 0x27, 0xd2, 0xc2, 0xb4, 0x61, 0x88, 0xff, 0xd8, 0x63, 0x23, 0x02,
- 0xf9, 0xd8, 0xd3, 0x46, 0x22, 0xf2, 0xb1, 0xa7, 0xce, 0x17, 0xd4, 0x1c, 0x7a, 0x0d, 0xcb, 0x3d,
- 0xcf, 0xb8, 0x45, 0x6b, 0x01, 0xb3, 0x9c, 0x2b, 0x28, 0x8d, 0x28, 0x31, 0x38, 0xf4, 0x3d, 0x94,
- 0x67, 0x80, 0x1a, 0x6d, 0xcc, 0x78, 0xe6, 0xc6, 0x04, 0x4a, 0x33, 0xbe, 0x11, 0x08, 0x38, 0x85,
- 0x47, 0x11, 0xf4, 0x8b, 0xb6, 0x03, 0x4d, 0x09, 0xf0, 0x5b, 0x79, 0x92, 0xb2, 0x1b, 0x4e, 0x59,
- 0x89, 0x4a, 0x65, 0x0c, 0x63, 0x98, 0x59, 0xc6, 0x30, 0x01, 0xc4, 0xf2, 0x64, 0x88, 0x03, 0x4b,
- 0x99, 0x0c, 0xa9, 0x10, 0x57, 0x26, 0x43, 0x3a, 0x2e, 0x9d, 0x89, 0x9f, 0x87, 0x82, 0x61, 0xf1,
- 0x29, 0xa0, 0x34, 0x2c, 0x3e, 0x0d, 0x49, 0xaa, 0x39, 0x64, 0xc7, 0x67, 0xa4, 0x02, 0xc2, 0xa1,
- 0x2f, 0xd2, 0xf2, 0x20, 0x8a, 0x25, 0x95, 0x2f, 0xff, 0x23, 0x5f, 0xa0, 0xed, 0x04, 0x6a, 0x61,
- 0x08, 0x87, 0xb6, 0xa2, 0x47, 0x23, 0x50, 0x48, 0xd9, 0x4e, 0xde, 0x0c, 0x25, 0xcf, 0x3d, 0x28,
- 0xe9, 0x20, 0x07, 0x7d, 0xb5, 0xc8, 0xae, 0xa8, 0xaa, 0xaf, 0x3f, 0x86, 0x75, 0xa6, 0x78, 0x2f,
- 0xcf, 0x2a, 0x54, 0x08, 0xf7, 0xc9, 0x0a, 0x15, 0xc7, 0x9c, 0xb2, 0x42, 0x25, 0x00, 0x45, 0x51,
- 0xeb, 0x24, 0x6e, 0x0a, 0xd5, 0xba, 0x18, 0x2c, 0x0b, 0xd5, 0xba, 0x38, 0xd0, 0x52, 0x73, 0xe8,
- 0x47, 0x3e, 0x81, 0x8e, 0x82, 0x1d, 0x14, 0x1e, 0x04, 0x27, 0xe2, 0x2a, 0x99, 0xf0, 0xa9, 0x48,
- 0x89, 0xbb, 0xfa, 0x0a, 0x56, 0x63, 0xe8, 0x45, 0x4a, 0x4f, 0x03, 0x4a, 0x52, 0x7a, 0x2a, 0xf4,
- 0x51, 0x73, 0xe8, 0xd7, 0x50, 0x12, 0x7f, 0xef, 0xa0, 0xc7, 0x01, 0x7f, 0xe4, 0x5f, 0x23, 0x65,
- 0x23, 0x46, 0x0f, 0x4e, 0xff, 0x00, 0xd5, 0x10, 0xa8, 0x41, 0xe1, 0x82, 0x3b, 0x07, 0x56, 0xa4,
- 0x07, 0x13, 0x50, 0x10, 0xbf, 0xe5, 0x1f, 0x60, 0x7b, 0x11, 0xc2, 0x40, 0x2f, 0x17, 0xbd, 0x93,
- 0x79, 0x6d, 0xaf, 0x3e, 0x8e, 0x39, 0xb8, 0xc8, 0x39, 0x3c, 0x8a, 0x74, 0xcd, 0xb2, 0xbe, 0x25,
- 0x81, 0x19, 0x59, 0xdf, 0x12, 0x5b, 0x6d, 0x7e, 0x1d, 0x0c, 0x8d, 0xa4, 0xce, 0x0c, 0x3d, 0x9f,
- 0x1d, 0x5d, 0xd0, 0x32, 0x2a, 0x2f, 0x16, 0x33, 0x85, 0xd4, 0xfc, 0x08, 0xab, 0xb1, 0x76, 0x55,
- 0xbe, 0x8d, 0xb4, 0x0e, 0x5a, 0xbe, 0x8d, 0xd4, 0x5e, 0x97, 0x49, 0xbf, 0x5e, 0xe1, 0xff, 0x24,
- 0xbf, 0xfe, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0x1c, 0x32, 0x43, 0xf8, 0x7b, 0x1e, 0x00, 0x00,
+ // 2138 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x59, 0x5f, 0x6f, 0xdb, 0xc8,
+ 0x11, 0xb7, 0x2c, 0xff, 0xd3, 0x48, 0xc9, 0xc9, 0x6b, 0x39, 0x91, 0x19, 0x27, 0x71, 0x98, 0xe0,
+ 0xce, 0x77, 0x49, 0x8d, 0x3b, 0xe7, 0xa1, 0x07, 0xb4, 0xc5, 0x41, 0xd6, 0x1f, 0x5b, 0x97, 0xd8,
+ 0x71, 0xe9, 0x04, 0x41, 0x83, 0x3b, 0x08, 0x34, 0xb5, 0x32, 0x09, 0x51, 0x5c, 0x65, 0xb9, 0x8a,
+ 0xcf, 0xd7, 0xa7, 0x02, 0x7d, 0xe8, 0x63, 0xfb, 0x59, 0xfa, 0x0d, 0xfa, 0x05, 0xfa, 0xd0, 0x8f,
+ 0xd1, 0x2f, 0x51, 0xec, 0x72, 0xc9, 0x25, 0x45, 0x52, 0x0d, 0xc0, 0xb4, 0xf7, 0xa6, 0x9d, 0x9d,
+ 0x9d, 0x99, 0xdd, 0xf9, 0xc3, 0xf9, 0x8d, 0xa0, 0x49, 0xf1, 0x94, 0xf8, 0x0e, 0x23, 0xf4, 0xe6,
+ 0x57, 0x3e, 0xa6, 0x1f, 0x1c, 0x0b, 0x1f, 0x4c, 0x29, 0x61, 0x04, 0xad, 0x5d, 0x39, 0xcc, 0x74,
+ 0x6f, 0xb4, 0x9a, 0x6f, 0x9b, 0x14, 0x0f, 0x03, 0xaa, 0x7e, 0x0a, 0x77, 0x8d, 0xe8, 0x44, 0xf7,
+ 0x27, 0xc7, 0x67, 0xbe, 0x81, 0xdf, 0xcf, 0xb0, 0xcf, 0xd0, 0x21, 0x80, 0x12, 0xd6, 0x2c, 0xed,
+ 0x95, 0xf6, 0xab, 0x87, 0xe8, 0x20, 0x90, 0x72, 0xa0, 0x0e, 0x19, 0x31, 0x2e, 0xfd, 0x10, 0x9a,
+ 0x69, 0x71, 0xfe, 0x94, 0x78, 0x3e, 0x46, 0x77, 0x60, 0x0d, 0x0b, 0x8a, 0x90, 0xb5, 0x61, 0xc8,
+ 0x95, 0x7e, 0x26, 0xce, 0x98, 0xd6, 0xb8, 0xef, 0x59, 0x14, 0x4f, 0xb0, 0xc7, 0x4c, 0xb7, 0x88,
+ 0x0d, 0xf7, 0x60, 0x27, 0x43, 0x5e, 0x60, 0x84, 0xee, 0xc2, 0x66, 0xb0, 0xd9, 0x9b, 0xb9, 0x45,
+ 0xb4, 0xa0, 0xc7, 0x70, 0xcb, 0xa2, 0xd8, 0x64, 0x78, 0x70, 0xe9, 0xb0, 0x89, 0x39, 0x6d, 0x2e,
+ 0x8b, 0x4b, 0xd5, 0x02, 0xe2, 0x91, 0xa0, 0xe9, 0x0d, 0x40, 0x71, 0x6d, 0xd2, 0x86, 0x29, 0x6c,
+ 0x1f, 0x9b, 0xf4, 0xd2, 0xbc, 0xc2, 0x6d, 0xe2, 0xba, 0xd8, 0x62, 0xff, 0x73, 0x3b, 0x9a, 0x70,
+ 0x67, 0x5e, 0xa3, 0xb4, 0xa5, 0x03, 0xb7, 0xdb, 0x2e, 0x36, 0xbd, 0xd9, 0xb4, 0xc8, 0x93, 0x6f,
+ 0xc2, 0x67, 0x91, 0x14, 0x29, 0xf8, 0x05, 0x6c, 0x2b, 0xe6, 0x0b, 0xe7, 0x67, 0x5c, 0x44, 0xfe,
+ 0x33, 0xb8, 0x33, 0x2f, 0x4c, 0x06, 0x15, 0x82, 0x15, 0xdf, 0xf9, 0x19, 0x0b, 0x39, 0x65, 0x43,
+ 0xfc, 0xd6, 0xc7, 0xb0, 0xd3, 0x9a, 0x4e, 0xdd, 0x9b, 0x63, 0x87, 0x99, 0x8c, 0x51, 0xe7, 0x72,
+ 0xc6, 0x70, 0x91, 0xa8, 0x46, 0x1a, 0x6c, 0x50, 0xfc, 0xc1, 0xf1, 0x1d, 0xe2, 0x89, 0xe7, 0xad,
+ 0x19, 0xd1, 0x5a, 0xdf, 0x05, 0x2d, 0x4b, 0x99, 0x7c, 0x85, 0x3f, 0x2f, 0x03, 0xea, 0x61, 0x66,
+ 0xd9, 0x06, 0x9e, 0x10, 0x56, 0xe4, 0x0d, 0x78, 0xfa, 0x50, 0x21, 0x44, 0x98, 0x50, 0x31, 0xe4,
+ 0x0a, 0x35, 0x60, 0x75, 0x44, 0xa8, 0x85, 0x9b, 0x65, 0xe1, 0xf8, 0x60, 0x81, 0xee, 0xc2, 0xba,
+ 0x47, 0x06, 0xcc, 0xbc, 0xf2, 0x9b, 0x2b, 0x41, 0xb6, 0x79, 0xe4, 0xb5, 0x79, 0xe5, 0xa3, 0x26,
+ 0xac, 0x33, 0x67, 0x82, 0xc9, 0x8c, 0x35, 0x57, 0xf7, 0x4a, 0xfb, 0xab, 0x46, 0xb8, 0xe4, 0x47,
+ 0x7c, 0xdf, 0x1e, 0x8c, 0xf1, 0x4d, 0x73, 0x2d, 0xd0, 0xe0, 0xfb, 0xf6, 0x0b, 0x7c, 0x83, 0x1e,
+ 0x42, 0x75, 0xec, 0x91, 0x6b, 0x6f, 0x60, 0x13, 0x9e, 0xbd, 0xeb, 0x62, 0x13, 0x04, 0xe9, 0x84,
+ 0x53, 0xd0, 0x0e, 0x6c, 0x78, 0x64, 0x30, 0xa5, 0x33, 0x0f, 0x37, 0x2b, 0x42, 0xdb, 0xba, 0x47,
+ 0xce, 0xf9, 0xf2, 0xfb, 0x95, 0x8d, 0x8d, 0x7a, 0x45, 0xdf, 0x86, 0xad, 0xc4, 0x2b, 0xc8, 0xd7,
+ 0x39, 0x85, 0xbb, 0x6d, 0x11, 0xa6, 0xb1, 0x2b, 0x17, 0x88, 0x12, 0x0d, 0x9a, 0x69, 0x71, 0x52,
+ 0xd5, 0xbf, 0x4b, 0xb0, 0x79, 0x8c, 0x59, 0x8b, 0x5a, 0xb6, 0xf3, 0xa1, 0x90, 0x1f, 0xee, 0x41,
+ 0xc5, 0x22, 0x93, 0x89, 0xc3, 0x06, 0xce, 0x50, 0xba, 0x62, 0x23, 0x20, 0xf4, 0x87, 0xdc, 0x49,
+ 0x53, 0x8a, 0x47, 0xce, 0x4f, 0xc2, 0x1b, 0x15, 0x43, 0xae, 0xd0, 0xb7, 0xb0, 0x36, 0x22, 0x74,
+ 0x62, 0x32, 0xe1, 0x8d, 0xdb, 0x87, 0x7b, 0xa1, 0x92, 0x94, 0x4d, 0x07, 0x3d, 0xc1, 0x67, 0x48,
+ 0x7e, 0xfd, 0x39, 0xac, 0x05, 0x14, 0xb4, 0x0e, 0xe5, 0x77, 0xfd, 0xf3, 0xfa, 0x12, 0xff, 0xf1,
+ 0xba, 0x65, 0xd4, 0x4b, 0x08, 0x60, 0xed, 0x75, 0xcb, 0x18, 0x1c, 0xbf, 0xab, 0x2f, 0xa3, 0x2a,
+ 0xac, 0xf3, 0xdf, 0x47, 0xef, 0x0e, 0xeb, 0x65, 0x7d, 0x1f, 0x50, 0x5c, 0xb0, 0xca, 0x95, 0xa1,
+ 0xc9, 0x4c, 0x71, 0xcf, 0x9a, 0x21, 0x7e, 0x73, 0x17, 0x9c, 0x98, 0xfe, 0x4b, 0x62, 0x99, 0xee,
+ 0x11, 0x35, 0x3d, 0xcb, 0x2e, 0x94, 0x29, 0xfa, 0xd7, 0xd0, 0x4c, 0x8b, 0x93, 0xea, 0x1b, 0xb0,
+ 0xfa, 0xc1, 0x74, 0x67, 0x58, 0x96, 0xff, 0x60, 0xa1, 0xff, 0xab, 0x04, 0x4d, 0x11, 0x1b, 0x17,
+ 0x64, 0x46, 0x2d, 0x1c, 0x9c, 0x2a, 0xe2, 0x9f, 0xef, 0x60, 0xd3, 0x17, 0xa2, 0x06, 0xb1, 0xa3,
+ 0xcb, 0xb9, 0x47, 0xeb, 0x01, 0xb3, 0x91, 0xa8, 0xa8, 0x52, 0xc0, 0xa5, 0x30, 0x46, 0xb8, 0xb2,
+ 0x66, 0xd4, 0xfc, 0x98, 0x81, 0xe8, 0x3e, 0x00, 0x33, 0xe9, 0x15, 0x66, 0x03, 0x8a, 0x47, 0xc2,
+ 0xa9, 0x35, 0xa3, 0x12, 0x50, 0x0c, 0x3c, 0xd2, 0x9f, 0xc3, 0x4e, 0xc6, 0xa5, 0xd4, 0x87, 0x90,
+ 0x62, 0x7f, 0xe6, 0xb2, 0xf0, 0x43, 0x18, 0xac, 0xf4, 0x16, 0x54, 0x7b, 0xbe, 0x35, 0x2e, 0xf2,
+ 0xfe, 0x4f, 0xa0, 0x16, 0x88, 0x50, 0x6f, 0x8e, 0x29, 0x25, 0x54, 0xfa, 0x3c, 0x58, 0xe8, 0xff,
+ 0x28, 0xc1, 0x67, 0x6f, 0xa9, 0xc3, 0x13, 0x65, 0x54, 0xe4, 0xa9, 0xeb, 0x50, 0xe6, 0xb7, 0x0f,
+ 0x4a, 0x22, 0xff, 0x99, 0xa8, 0x94, 0xe5, 0x64, 0xa5, 0x44, 0x8f, 0xa0, 0x46, 0xdc, 0xe1, 0x20,
+ 0xda, 0x0f, 0x1e, 0xad, 0x4a, 0xdc, 0xa1, 0x11, 0xb2, 0x44, 0xb5, 0x6c, 0x35, 0x5e, 0xcb, 0x1a,
+ 0xb0, 0xea, 0xdb, 0xd8, 0x75, 0x45, 0x59, 0xda, 0x30, 0x82, 0x85, 0xbe, 0x0f, 0x75, 0x75, 0x87,
+ 0x85, 0xd7, 0xb5, 0xa1, 0xd1, 0x73, 0xbc, 0xe1, 0x29, 0xa6, 0x57, 0xf8, 0xc8, 0xf4, 0x0b, 0x65,
+ 0xff, 0x2e, 0x54, 0xc2, 0x0b, 0xf8, 0xcd, 0xe5, 0xbd, 0x32, 0x77, 0x7b, 0x44, 0xd0, 0x9f, 0xc2,
+ 0xf6, 0x9c, 0x26, 0x95, 0x7a, 0x97, 0xa6, 0x1f, 0x84, 0x7e, 0xc5, 0x10, 0xbf, 0xf5, 0xbf, 0x94,
+ 0x60, 0x33, 0xa8, 0x57, 0x3d, 0x42, 0xc7, 0xbf, 0x64, 0xc8, 0xf3, 0x3e, 0x25, 0x6e, 0x49, 0xd4,
+ 0x2b, 0xed, 0xf4, 0x7d, 0x03, 0x73, 0x63, 0xfb, 0xde, 0x39, 0x25, 0x57, 0x14, 0xfb, 0x7e, 0xc1,
+ 0xd2, 0x49, 0x85, 0xb8, 0x58, 0xe9, 0x0c, 0x08, 0xfd, 0xa1, 0xfe, 0x3b, 0xd0, 0xb2, 0xb4, 0xc9,
+ 0x07, 0x7c, 0x08, 0x55, 0xc7, 0x1b, 0x4c, 0x25, 0x59, 0x26, 0x0e, 0x38, 0x11, 0x63, 0x60, 0xec,
+ 0xc5, 0xfb, 0x99, 0xe9, 0xdb, 0x9f, 0xcc, 0x58, 0x5f, 0x88, 0x8b, 0x19, 0x1b, 0x10, 0x42, 0x63,
+ 0xd3, 0xda, 0x3e, 0xd6, 0xd8, 0x11, 0x3c, 0x98, 0xff, 0x52, 0xf5, 0x28, 0x99, 0xbc, 0x31, 0x5e,
+ 0x16, 0x4c, 0xc7, 0x19, 0x75, 0xa5, 0xad, 0xfc, 0xa7, 0xfe, 0x08, 0x1e, 0xe6, 0xea, 0x91, 0x4e,
+ 0xee, 0xc3, 0x56, 0xc0, 0x72, 0x34, 0xf3, 0x86, 0x6e, 0xa1, 0x2e, 0xed, 0x2b, 0x68, 0x24, 0x45,
+ 0x2d, 0xf8, 0xee, 0x60, 0x40, 0x22, 0x7b, 0xdb, 0xc4, 0x1b, 0x39, 0x57, 0x05, 0xfd, 0x34, 0x9a,
+ 0xb9, 0xee, 0x60, 0x6a, 0x32, 0x3b, 0xf4, 0x13, 0x27, 0x9c, 0x9b, 0xcc, 0xd6, 0x9f, 0xc2, 0x56,
+ 0x42, 0xcd, 0xc2, 0x3a, 0x61, 0x71, 0xe0, 0xe0, 0x33, 0x42, 0x71, 0x7b, 0xe6, 0x33, 0x32, 0x39,
+ 0x21, 0x64, 0x5c, 0x28, 0x84, 0xc2, 0x8b, 0x2f, 0xc7, 0x2e, 0xbe, 0x0b, 0x5a, 0x96, 0x12, 0xe9,
+ 0x8d, 0x31, 0x3c, 0xca, 0x72, 0x58, 0x61, 0xdf, 0x64, 0x9a, 0xf2, 0x04, 0xf4, 0x45, 0xca, 0xa4,
+ 0x49, 0x27, 0x80, 0x78, 0x4d, 0x7b, 0xe9, 0x58, 0xd8, 0x2b, 0x54, 0x3b, 0xf5, 0x36, 0x6c, 0x25,
+ 0x24, 0x49, 0x67, 0x3c, 0x03, 0xe4, 0x06, 0xa4, 0x81, 0x6f, 0x13, 0xca, 0x06, 0x9e, 0x39, 0x09,
+ 0x2b, 0x65, 0x5d, 0xee, 0x5c, 0xf0, 0x8d, 0x33, 0x73, 0x82, 0x39, 0x5a, 0x3c, 0xc6, 0xac, 0xef,
+ 0x8d, 0x48, 0xeb, 0x53, 0xf4, 0xf6, 0xfa, 0x6f, 0x60, 0x27, 0x43, 0x9e, 0x34, 0xed, 0x01, 0x80,
+ 0x6a, 0xea, 0x65, 0xb0, 0xc4, 0x28, 0xdc, 0x98, 0xb6, 0xe9, 0x5a, 0x33, 0xd7, 0x64, 0xb8, 0x6d,
+ 0x63, 0x6b, 0xec, 0xcf, 0x26, 0x45, 0x8c, 0xf9, 0x35, 0xec, 0x64, 0xc8, 0x93, 0xc6, 0x68, 0xb0,
+ 0x61, 0x49, 0x9a, 0x7c, 0x9d, 0x68, 0xcd, 0x9d, 0x74, 0x8c, 0xd9, 0x85, 0x67, 0x4e, 0x7d, 0x9b,
+ 0x14, 0xc1, 0x93, 0xfa, 0x97, 0xb0, 0x95, 0x90, 0xb4, 0x20, 0x87, 0xff, 0x56, 0x82, 0xc7, 0x59,
+ 0x01, 0xf4, 0x09, 0xcc, 0xe0, 0x90, 0xc2, 0x66, 0x6c, 0x3a, 0x50, 0x05, 0x6d, 0x9d, 0xaf, 0xdf,
+ 0x50, 0x97, 0x27, 0xbc, 0xd8, 0x32, 0x67, 0xcc, 0x96, 0x6d, 0xb6, 0xe0, 0x6d, 0xcd, 0x98, 0xad,
+ 0x7f, 0x0e, 0x4f, 0x16, 0x9b, 0x24, 0xa3, 0xfa, 0xaf, 0x25, 0x68, 0x1c, 0x63, 0x66, 0x98, 0xd7,
+ 0x6d, 0xdb, 0xf4, 0xae, 0x8a, 0xe1, 0xc3, 0xc7, 0x70, 0x6b, 0x44, 0xc9, 0x64, 0x90, 0x00, 0x89,
+ 0x15, 0xa3, 0xc6, 0x89, 0x51, 0x6f, 0xf3, 0x10, 0xaa, 0x8c, 0x0c, 0x12, 0xdd, 0x51, 0xc5, 0x00,
+ 0x46, 0x42, 0x06, 0xfd, 0xef, 0x65, 0xd8, 0x9e, 0x33, 0x49, 0x3e, 0xfe, 0x09, 0x54, 0xa9, 0x79,
+ 0x3d, 0xb0, 0x02, 0x72, 0xb3, 0xb4, 0x57, 0xde, 0xaf, 0x1e, 0x7e, 0x11, 0x83, 0x10, 0xe9, 0x33,
+ 0x07, 0x11, 0xc9, 0x00, 0x1a, 0xed, 0x6a, 0xff, 0x5c, 0x86, 0x4a, 0xb4, 0xc3, 0x11, 0xdf, 0xa5,
+ 0x4b, 0x2e, 0xf9, 0x07, 0x2e, 0x08, 0xa8, 0x35, 0xbe, 0xec, 0x0f, 0x23, 0x54, 0xbd, 0xac, 0x50,
+ 0xb5, 0x00, 0x79, 0xf8, 0x3a, 0x28, 0xb3, 0x81, 0xf1, 0xeb, 0x1e, 0xbe, 0xe6, 0x55, 0x96, 0x6f,
+ 0xf1, 0xce, 0x4e, 0x6c, 0xad, 0x04, 0x5b, 0xc4, 0x1d, 0x8a, 0xad, 0x57, 0x50, 0x21, 0x53, 0x4c,
+ 0x4d, 0xc6, 0xef, 0xbc, 0x2a, 0xb0, 0xcf, 0x37, 0x1f, 0x69, 0xf8, 0xc1, 0xab, 0xf0, 0xa0, 0xa1,
+ 0x64, 0xf0, 0xb7, 0xe6, 0x6f, 0xa1, 0x84, 0x06, 0x58, 0xb5, 0x46, 0xcd, 0xeb, 0x88, 0x5f, 0x77,
+ 0xa0, 0x12, 0x2d, 0x38, 0x32, 0x7a, 0x73, 0xf6, 0xe2, 0xec, 0xd5, 0xdb, 0xb3, 0xfa, 0x12, 0xaa,
+ 0xc0, 0x6a, 0xab, 0xd3, 0xe9, 0x76, 0x02, 0xf4, 0xd4, 0x7e, 0x75, 0xde, 0xef, 0x76, 0x02, 0xf4,
+ 0xd4, 0xe9, 0xbe, 0xec, 0xbe, 0xee, 0x76, 0xea, 0x65, 0x54, 0x83, 0x8d, 0xd3, 0x57, 0x9d, 0x7e,
+ 0x8f, 0x6f, 0xad, 0xf0, 0x2d, 0xa3, 0x7b, 0xd6, 0x3a, 0xed, 0x76, 0xea, 0xab, 0xa8, 0x0e, 0xb5,
+ 0xd7, 0x7f, 0x38, 0xef, 0x0e, 0xda, 0x27, 0xad, 0xb3, 0xe3, 0x6e, 0xa7, 0xbe, 0xa6, 0x7f, 0x80,
+ 0xe6, 0x05, 0x36, 0xa9, 0x65, 0xf7, 0x1c, 0x17, 0xfb, 0x47, 0x37, 0xbc, 0x48, 0x15, 0x89, 0xa5,
+ 0x06, 0xac, 0xbe, 0x9f, 0x61, 0xd9, 0xbf, 0x55, 0x8c, 0x60, 0x11, 0x76, 0xda, 0xe5, 0xa8, 0xd3,
+ 0xd6, 0xbf, 0x81, 0x9d, 0x0c, 0xbd, 0xea, 0xfb, 0x36, 0xe2, 0x64, 0x11, 0x2a, 0x35, 0x23, 0x58,
+ 0xe8, 0x37, 0x70, 0x2f, 0x71, 0xa4, 0x4d, 0x3c, 0x86, 0x3d, 0xf6, 0xff, 0xb0, 0xf6, 0x5b, 0xd8,
+ 0xcd, 0x56, 0x2d, 0x0d, 0x6e, 0xc2, 0xfa, 0xc4, 0x64, 0x1c, 0x2e, 0x4a, 0x93, 0xc3, 0xe5, 0xe1,
+ 0x9f, 0xb6, 0xc5, 0xc4, 0x2e, 0x9c, 0xfd, 0x04, 0x23, 0x4d, 0xf4, 0x16, 0xea, 0xf3, 0x73, 0x46,
+ 0xf4, 0x30, 0x6d, 0x6b, 0x62, 0xa0, 0xa9, 0xed, 0xe5, 0x33, 0xc8, 0xaa, 0xb0, 0x84, 0xde, 0x85,
+ 0xf3, 0xc1, 0xd8, 0xf0, 0x10, 0xc5, 0x0f, 0x66, 0xce, 0x29, 0xb5, 0x47, 0x0b, 0x38, 0x22, 0xd9,
+ 0x5d, 0x00, 0x35, 0x0d, 0x44, 0x3b, 0xc9, 0x23, 0xb1, 0x79, 0xa4, 0xa6, 0x65, 0x6d, 0x45, 0x62,
+ 0x7e, 0x0f, 0xb7, 0x93, 0xc3, 0x3c, 0x74, 0x3f, 0xca, 0xa8, 0xac, 0xb1, 0xa2, 0xf6, 0x20, 0x6f,
+ 0x3b, 0x2e, 0x32, 0x39, 0x5f, 0x53, 0x22, 0x33, 0x87, 0x78, 0x4a, 0x64, 0xf6, 0x58, 0x4e, 0x5f,
+ 0x42, 0x3f, 0x02, 0x4a, 0xcf, 0xc5, 0x50, 0xf4, 0x4e, 0xb9, 0x03, 0x3a, 0x4d, 0x5f, 0xc4, 0x12,
+ 0x89, 0x3f, 0x81, 0x6a, 0x6c, 0xa2, 0x84, 0xa2, 0x17, 0x4b, 0x0f, 0xdb, 0xb4, 0x7b, 0x99, 0x7b,
+ 0x91, 0xa4, 0xb7, 0x50, 0x9f, 0xff, 0x62, 0xa8, 0x50, 0xca, 0x19, 0x4f, 0xa9, 0x50, 0xca, 0x1d,
+ 0x38, 0x2d, 0xa1, 0x63, 0x00, 0x35, 0x84, 0x51, 0xee, 0x4e, 0x4d, 0x7c, 0x94, 0xbb, 0xd3, 0x33,
+ 0x1b, 0x7d, 0xe9, 0xeb, 0x12, 0xb7, 0x70, 0x7e, 0xa8, 0xa2, 0x2c, 0xcc, 0x99, 0xde, 0x28, 0x0b,
+ 0xf3, 0xe6, 0x31, 0x41, 0xb0, 0xa7, 0xa6, 0x14, 0x2a, 0xd8, 0xf3, 0xa6, 0x32, 0x2a, 0xd8, 0x73,
+ 0x47, 0x1c, 0xfa, 0x12, 0x7a, 0x0e, 0x2b, 0x3d, 0xdf, 0x1a, 0xa3, 0xad, 0x88, 0x59, 0x8d, 0x36,
+ 0xb4, 0x46, 0x92, 0x18, 0x1d, 0xfa, 0x0e, 0x36, 0x42, 0x4c, 0x8f, 0xee, 0x86, 0x3c, 0x73, 0x93,
+ 0x0a, 0xad, 0x99, 0xde, 0x88, 0x04, 0x9c, 0xc1, 0xad, 0x04, 0x00, 0x47, 0xbb, 0x91, 0xa6, 0x8c,
+ 0x09, 0x80, 0x76, 0x3f, 0x67, 0x37, 0x9e, 0xb2, 0x0a, 0x18, 0x2b, 0x1f, 0xa6, 0x60, 0xbb, 0xf2,
+ 0x61, 0x06, 0x8e, 0x16, 0xc9, 0x90, 0xc6, 0xb6, 0x2a, 0x19, 0x72, 0x51, 0xb6, 0x4a, 0x86, 0x7c,
+ 0x68, 0x1c, 0x8a, 0x9f, 0x47, 0xa3, 0x71, 0xf1, 0x39, 0xb8, 0x38, 0x2e, 0x3e, 0x0f, 0xcc, 0xea,
+ 0x4b, 0xc8, 0x4d, 0x8f, 0x69, 0x25, 0x8a, 0x44, 0x9f, 0xe7, 0xe5, 0x41, 0x12, 0xce, 0x6a, 0x5f,
+ 0xfc, 0x57, 0xbe, 0x48, 0xdb, 0x29, 0xd4, 0xe2, 0x28, 0x12, 0xdd, 0x4b, 0x1e, 0x4d, 0x40, 0x21,
+ 0x6d, 0x37, 0x7b, 0x33, 0x96, 0x3c, 0xd7, 0xa0, 0xe5, 0x83, 0x1c, 0xf4, 0xe5, 0x22, 0xbb, 0x92,
+ 0xaa, 0xbe, 0xfa, 0x18, 0xd6, 0x50, 0xf1, 0x7e, 0x89, 0x57, 0xa8, 0x18, 0xf4, 0x54, 0x15, 0x2a,
+ 0x0d, 0x7b, 0x55, 0x85, 0xca, 0xc0, 0xaa, 0xb2, 0xd6, 0x29, 0xdc, 0x14, 0xab, 0x75, 0x29, 0x58,
+ 0x16, 0xab, 0x75, 0x69, 0xa0, 0xa5, 0x2f, 0xa1, 0x1f, 0xc4, 0x10, 0x3c, 0x09, 0x76, 0x50, 0x7c,
+ 0x16, 0x9d, 0x89, 0xab, 0x54, 0xc2, 0xe7, 0x22, 0x25, 0xf1, 0xd4, 0xef, 0x60, 0x33, 0x85, 0x5e,
+ 0x94, 0xf4, 0x3c, 0xa0, 0xa4, 0xa4, 0xe7, 0x42, 0x1f, 0x7d, 0x09, 0xfd, 0x16, 0xd6, 0xe5, 0x3f,
+ 0x4c, 0xe8, 0x4e, 0xc4, 0x9f, 0xf8, 0xe3, 0x4a, 0xbb, 0x9b, 0xa2, 0x47, 0xa7, 0xbf, 0x87, 0x6a,
+ 0x0c, 0xd4, 0xa0, 0x78, 0xc1, 0x9d, 0x03, 0x2b, 0xea, 0x05, 0x33, 0x50, 0x90, 0xb8, 0xe5, 0x1f,
+ 0x61, 0x77, 0x11, 0xc2, 0x40, 0x4f, 0x17, 0xc5, 0xc9, 0xbc, 0xb6, 0x67, 0x1f, 0xc7, 0x1c, 0x5d,
+ 0xe4, 0x1c, 0x6e, 0x25, 0xba, 0x66, 0x55, 0xdf, 0xb2, 0xc0, 0x8c, 0xaa, 0x6f, 0x99, 0xad, 0xb6,
+ 0xb8, 0x0e, 0x86, 0x46, 0x56, 0x67, 0x86, 0x1e, 0x87, 0x47, 0x17, 0xb4, 0x8c, 0xda, 0x93, 0xc5,
+ 0x4c, 0x31, 0x35, 0x3f, 0xc0, 0x66, 0xaa, 0x5d, 0x55, 0xb1, 0x91, 0xd7, 0x41, 0xab, 0xd8, 0xc8,
+ 0xed, 0x75, 0x85, 0xf4, 0x1f, 0x01, 0xa5, 0x87, 0x2a, 0x28, 0xd6, 0x94, 0xe5, 0x4c, 0x75, 0x54,
+ 0x01, 0xcc, 0x9f, 0xc9, 0xec, 0x97, 0x2e, 0xd7, 0xc4, 0x7f, 0xe5, 0xcf, 0xff, 0x13, 0x00, 0x00,
+ 0xff, 0xff, 0xff, 0x7d, 0x85, 0x57, 0x5d, 0x1f, 0x00, 0x00,
}
diff --git a/vendor/vendor.json b/vendor/vendor.json
index 6ee7cacdb..599fb3d89 100644
--- a/vendor/vendor.json
+++ b/vendor/vendor.json
@@ -297,12 +297,12 @@
"revisionTime": "2015-12-15T15:34:51Z"
},
{
- "checksumSHA1": "yweNy6QdSvamPWCaHDB4JUu6Plo=",
+ "checksumSHA1": "0f3GA80mhcpOMcrV5dIbZhg6ZNU=",
"path": "gitlab.com/gitlab-org/gitaly-proto/go",
- "revision": "d2a0710dea59eb1617fbea21bec27a987b18c498",
- "revisionTime": "2018-05-22T09:12:59Z",
- "version": "v0.100.0",
- "versionExact": "v0.100.0"
+ "revision": "6cfa2109570983f37bf2a71297cfd462f2a80231",
+ "revisionTime": "2018-05-29T12:32:45Z",
+ "version": "v0.101.0",
+ "versionExact": "v0.101.0"
},
{
"checksumSHA1": "TT1rac6kpQp2vz24m5yDGUNQ/QQ=",