diff --git a/plugins/drivers/base/proto/driver.pb.go b/plugins/drivers/base/proto/driver.pb.go index bc1cf0f0b..ca8570dd3 100644 --- a/plugins/drivers/base/proto/driver.pb.go +++ b/plugins/drivers/base/proto/driver.pb.go @@ -49,7 +49,33 @@ func (x TaskState) String() string { return proto.EnumName(TaskState_name, int32(x)) } func (TaskState) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{0} + return fileDescriptor_driver_a6b7088165e5d559, []int{0} +} + +type FingerprintResponse_HealthState int32 + +const ( + FingerprintResponse_UNDETECTED FingerprintResponse_HealthState = 0 + FingerprintResponse_UNHEALTHY FingerprintResponse_HealthState = 1 + FingerprintResponse_HEALTHY FingerprintResponse_HealthState = 2 +) + +var FingerprintResponse_HealthState_name = map[int32]string{ + 0: "UNDETECTED", + 1: "UNHEALTHY", + 2: "HEALTHY", +} +var FingerprintResponse_HealthState_value = map[string]int32{ + "UNDETECTED": 0, + "UNHEALTHY": 1, + "HEALTHY": 2, +} + +func (x FingerprintResponse_HealthState) String() string { + return proto.EnumName(FingerprintResponse_HealthState_name, int32(x)) +} +func (FingerprintResponse_HealthState) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_driver_a6b7088165e5d559, []int{5, 0} } type StartTaskResponse_Result int32 @@ -75,7 +101,7 @@ func (x StartTaskResponse_Result) String() string { return proto.EnumName(StartTaskResponse_Result_name, int32(x)) } func (StartTaskResponse_Result) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{9, 0} + return fileDescriptor_driver_a6b7088165e5d559, []int{9, 0} } type DriverCapabilities_FSIsolation int32 @@ -101,7 +127,7 @@ func (x DriverCapabilities_FSIsolation) String() string { return proto.EnumName(DriverCapabilities_FSIsolation_name, int32(x)) } func (DriverCapabilities_FSIsolation) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{27, 0} + return fileDescriptor_driver_a6b7088165e5d559, []int{27, 0} } type CPUUsage_Fields int32 @@ -136,7 +162,7 @@ func (x CPUUsage_Fields) String() string { return proto.EnumName(CPUUsage_Fields_name, int32(x)) } func (CPUUsage_Fields) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{43, 0} + return fileDescriptor_driver_a6b7088165e5d559, []int{43, 0} } type MemoryUsage_Fields int32 @@ -168,40 +194,40 @@ func (x MemoryUsage_Fields) String() string { return proto.EnumName(MemoryUsage_Fields_name, int32(x)) } func (MemoryUsage_Fields) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{44, 0} + return fileDescriptor_driver_a6b7088165e5d559, []int{44, 0} } -type DriverTaskConfigSchemaRequest struct { +type TaskConfigSchemaRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } -func (m *DriverTaskConfigSchemaRequest) Reset() { *m = DriverTaskConfigSchemaRequest{} } -func (m *DriverTaskConfigSchemaRequest) String() string { return proto.CompactTextString(m) } -func (*DriverTaskConfigSchemaRequest) ProtoMessage() {} -func (*DriverTaskConfigSchemaRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{0} +func (m *TaskConfigSchemaRequest) Reset() { *m = TaskConfigSchemaRequest{} } +func (m *TaskConfigSchemaRequest) String() string { return proto.CompactTextString(m) } +func (*TaskConfigSchemaRequest) ProtoMessage() {} +func (*TaskConfigSchemaRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_driver_a6b7088165e5d559, []int{0} } -func (m *DriverTaskConfigSchemaRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_DriverTaskConfigSchemaRequest.Unmarshal(m, b) +func (m *TaskConfigSchemaRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_TaskConfigSchemaRequest.Unmarshal(m, b) } -func (m *DriverTaskConfigSchemaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_DriverTaskConfigSchemaRequest.Marshal(b, m, deterministic) +func (m *TaskConfigSchemaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_TaskConfigSchemaRequest.Marshal(b, m, deterministic) } -func (dst *DriverTaskConfigSchemaRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_DriverTaskConfigSchemaRequest.Merge(dst, src) +func (dst *TaskConfigSchemaRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_TaskConfigSchemaRequest.Merge(dst, src) } -func (m *DriverTaskConfigSchemaRequest) XXX_Size() int { - return xxx_messageInfo_DriverTaskConfigSchemaRequest.Size(m) +func (m *TaskConfigSchemaRequest) XXX_Size() int { + return xxx_messageInfo_TaskConfigSchemaRequest.Size(m) } -func (m *DriverTaskConfigSchemaRequest) XXX_DiscardUnknown() { - xxx_messageInfo_DriverTaskConfigSchemaRequest.DiscardUnknown(m) +func (m *TaskConfigSchemaRequest) XXX_DiscardUnknown() { + xxx_messageInfo_TaskConfigSchemaRequest.DiscardUnknown(m) } -var xxx_messageInfo_DriverTaskConfigSchemaRequest proto.InternalMessageInfo +var xxx_messageInfo_TaskConfigSchemaRequest proto.InternalMessageInfo -type DriverTaskConfigSchemaResponse struct { +type TaskConfigSchemaResponse struct { // Spec is the configuration schema for the job driver config stanza Spec *hclspec.Spec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` @@ -209,31 +235,31 @@ type DriverTaskConfigSchemaResponse struct { XXX_sizecache int32 `json:"-"` } -func (m *DriverTaskConfigSchemaResponse) Reset() { *m = DriverTaskConfigSchemaResponse{} } -func (m *DriverTaskConfigSchemaResponse) String() string { return proto.CompactTextString(m) } -func (*DriverTaskConfigSchemaResponse) ProtoMessage() {} -func (*DriverTaskConfigSchemaResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{1} +func (m *TaskConfigSchemaResponse) Reset() { *m = TaskConfigSchemaResponse{} } +func (m *TaskConfigSchemaResponse) String() string { return proto.CompactTextString(m) } +func (*TaskConfigSchemaResponse) ProtoMessage() {} +func (*TaskConfigSchemaResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_driver_a6b7088165e5d559, []int{1} } -func (m *DriverTaskConfigSchemaResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_DriverTaskConfigSchemaResponse.Unmarshal(m, b) +func (m *TaskConfigSchemaResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_TaskConfigSchemaResponse.Unmarshal(m, b) } -func (m *DriverTaskConfigSchemaResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_DriverTaskConfigSchemaResponse.Marshal(b, m, deterministic) +func (m *TaskConfigSchemaResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_TaskConfigSchemaResponse.Marshal(b, m, deterministic) } -func (dst *DriverTaskConfigSchemaResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_DriverTaskConfigSchemaResponse.Merge(dst, src) +func (dst *TaskConfigSchemaResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_TaskConfigSchemaResponse.Merge(dst, src) } -func (m *DriverTaskConfigSchemaResponse) XXX_Size() int { - return xxx_messageInfo_DriverTaskConfigSchemaResponse.Size(m) +func (m *TaskConfigSchemaResponse) XXX_Size() int { + return xxx_messageInfo_TaskConfigSchemaResponse.Size(m) } -func (m *DriverTaskConfigSchemaResponse) XXX_DiscardUnknown() { - xxx_messageInfo_DriverTaskConfigSchemaResponse.DiscardUnknown(m) +func (m *TaskConfigSchemaResponse) XXX_DiscardUnknown() { + xxx_messageInfo_TaskConfigSchemaResponse.DiscardUnknown(m) } -var xxx_messageInfo_DriverTaskConfigSchemaResponse proto.InternalMessageInfo +var xxx_messageInfo_TaskConfigSchemaResponse proto.InternalMessageInfo -func (m *DriverTaskConfigSchemaResponse) GetSpec() *hclspec.Spec { +func (m *TaskConfigSchemaResponse) GetSpec() *hclspec.Spec { if m != nil { return m.Spec } @@ -250,7 +276,7 @@ func (m *CapabilitiesRequest) Reset() { *m = CapabilitiesRequest{} } func (m *CapabilitiesRequest) String() string { return proto.CompactTextString(m) } func (*CapabilitiesRequest) ProtoMessage() {} func (*CapabilitiesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{2} + return fileDescriptor_driver_a6b7088165e5d559, []int{2} } func (m *CapabilitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CapabilitiesRequest.Unmarshal(m, b) @@ -285,7 +311,7 @@ func (m *CapabilitiesResponse) Reset() { *m = CapabilitiesResponse{} } func (m *CapabilitiesResponse) String() string { return proto.CompactTextString(m) } func (*CapabilitiesResponse) ProtoMessage() {} func (*CapabilitiesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{3} + return fileDescriptor_driver_a6b7088165e5d559, []int{3} } func (m *CapabilitiesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CapabilitiesResponse.Unmarshal(m, b) @@ -322,7 +348,7 @@ func (m *FingerprintRequest) Reset() { *m = FingerprintRequest{} } func (m *FingerprintRequest) String() string { return proto.CompactTextString(m) } func (*FingerprintRequest) ProtoMessage() {} func (*FingerprintRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{4} + return fileDescriptor_driver_a6b7088165e5d559, []int{4} } func (m *FingerprintRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FingerprintRequest.Unmarshal(m, b) @@ -346,12 +372,16 @@ type FingerprintResponse struct { // Attributes are key/value pairs that annotate the nomad client and can be // used in scheduling contraints and affinities. Attributes map[string]string `protobuf:"bytes,1,rep,name=attributes,proto3" json:"attributes,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` - // Detected signifies if the necessary dependancies of the drive are met for - // nominal operation. - Detected bool `protobuf:"varint,2,opt,name=detected,proto3" json:"detected,omitempty"` - // Healthy is true if the driver is able to make changes to a task's state - // ex. Start/Stop - Healthy bool `protobuf:"varint,3,opt,name=healthy,proto3" json:"healthy,omitempty"` + // Health is used to determine the state of the health the driver is in. + // Health can be one of the following states: + // * UNDETECTED: driver dependencies are not met and the driver can not start + // * UNHEALTHY: driver dependencies are met but the driver is unable to + // perform operations due to some other problem + // * HEALTHY: driver is able to perform all operations + Health FingerprintResponse_HealthState `protobuf:"varint,2,opt,name=health,proto3,enum=hashicorp.nomad.plugins.drivers.base.proto.FingerprintResponse_HealthState" json:"health,omitempty"` + // HealthDescription is a human readable message describing the current + // state of driver health + HealthDescription string `protobuf:"bytes,3,opt,name=health_description,json=healthDescription,proto3" json:"health_description,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -361,7 +391,7 @@ func (m *FingerprintResponse) Reset() { *m = FingerprintResponse{} } func (m *FingerprintResponse) String() string { return proto.CompactTextString(m) } func (*FingerprintResponse) ProtoMessage() {} func (*FingerprintResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{5} + return fileDescriptor_driver_a6b7088165e5d559, []int{5} } func (m *FingerprintResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FingerprintResponse.Unmarshal(m, b) @@ -388,18 +418,18 @@ func (m *FingerprintResponse) GetAttributes() map[string]string { return nil } -func (m *FingerprintResponse) GetDetected() bool { +func (m *FingerprintResponse) GetHealth() FingerprintResponse_HealthState { if m != nil { - return m.Detected + return m.Health } - return false + return FingerprintResponse_UNDETECTED } -func (m *FingerprintResponse) GetHealthy() bool { +func (m *FingerprintResponse) GetHealthDescription() string { if m != nil { - return m.Healthy + return m.HealthDescription } - return false + return "" } type RecoverTaskRequest struct { @@ -416,7 +446,7 @@ func (m *RecoverTaskRequest) Reset() { *m = RecoverTaskRequest{} } func (m *RecoverTaskRequest) String() string { return proto.CompactTextString(m) } func (*RecoverTaskRequest) ProtoMessage() {} func (*RecoverTaskRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{6} + return fileDescriptor_driver_a6b7088165e5d559, []int{6} } func (m *RecoverTaskRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RecoverTaskRequest.Unmarshal(m, b) @@ -460,7 +490,7 @@ func (m *RecoverTaskResponse) Reset() { *m = RecoverTaskResponse{} } func (m *RecoverTaskResponse) String() string { return proto.CompactTextString(m) } func (*RecoverTaskResponse) ProtoMessage() {} func (*RecoverTaskResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{7} + return fileDescriptor_driver_a6b7088165e5d559, []int{7} } func (m *RecoverTaskResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RecoverTaskResponse.Unmarshal(m, b) @@ -482,20 +512,17 @@ var xxx_messageInfo_RecoverTaskResponse proto.InternalMessageInfo type StartTaskRequest struct { // Task configuration to launch - Task *TaskConfig `protobuf:"bytes,1,opt,name=task,proto3" json:"task,omitempty"` - // NetworkOverride is set if the driver sets network settings and the service ip/port - // needs to be set differently. - NetworkOverride *NetworkOverride `protobuf:"bytes,2,opt,name=network_override,json=networkOverride,proto3" json:"network_override,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + Task *TaskConfig `protobuf:"bytes,1,opt,name=task,proto3" json:"task,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *StartTaskRequest) Reset() { *m = StartTaskRequest{} } func (m *StartTaskRequest) String() string { return proto.CompactTextString(m) } func (*StartTaskRequest) ProtoMessage() {} func (*StartTaskRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{8} + return fileDescriptor_driver_a6b7088165e5d559, []int{8} } func (m *StartTaskRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StartTaskRequest.Unmarshal(m, b) @@ -522,13 +549,6 @@ func (m *StartTaskRequest) GetTask() *TaskConfig { return nil } -func (m *StartTaskRequest) GetNetworkOverride() *NetworkOverride { - if m != nil { - return m.NetworkOverride - } - return nil -} - type StartTaskResponse struct { // Result is set depending on the type of error that occured while starting // a task: @@ -539,21 +559,24 @@ type StartTaskResponse struct { // // If Result is not successful, the DriverErrorMsg will be set. Result StartTaskResponse_Result `protobuf:"varint,1,opt,name=result,proto3,enum=hashicorp.nomad.plugins.drivers.base.proto.StartTaskResponse_Result" json:"result,omitempty"` - // Handle is opague to the client, but must be stored in order to potentially - // recover the task. - Handle *TaskHandle `protobuf:"bytes,2,opt,name=handle,proto3" json:"handle,omitempty"` // DriverErrorMsg is set if an error occured - DriverErrorMsg string `protobuf:"bytes,3,opt,name=driver_error_msg,json=driverErrorMsg,proto3" json:"driver_error_msg,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + DriverErrorMsg string `protobuf:"bytes,2,opt,name=driver_error_msg,json=driverErrorMsg,proto3" json:"driver_error_msg,omitempty"` + // Handle is opaque to the client, but must be stored in order to recover + // the task. + Handle *TaskHandle `protobuf:"bytes,3,opt,name=handle,proto3" json:"handle,omitempty"` + // NetworkOverride is set if the driver sets network settings and the service ip/port + // needs to be set differently. + NetworkOverride *NetworkOverride `protobuf:"bytes,4,opt,name=network_override,json=networkOverride,proto3" json:"network_override,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *StartTaskResponse) Reset() { *m = StartTaskResponse{} } func (m *StartTaskResponse) String() string { return proto.CompactTextString(m) } func (*StartTaskResponse) ProtoMessage() {} func (*StartTaskResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{9} + return fileDescriptor_driver_a6b7088165e5d559, []int{9} } func (m *StartTaskResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StartTaskResponse.Unmarshal(m, b) @@ -580,6 +603,13 @@ func (m *StartTaskResponse) GetResult() StartTaskResponse_Result { return StartTaskResponse_SUCCESS } +func (m *StartTaskResponse) GetDriverErrorMsg() string { + if m != nil { + return m.DriverErrorMsg + } + return "" +} + func (m *StartTaskResponse) GetHandle() *TaskHandle { if m != nil { return m.Handle @@ -587,11 +617,11 @@ func (m *StartTaskResponse) GetHandle() *TaskHandle { return nil } -func (m *StartTaskResponse) GetDriverErrorMsg() string { +func (m *StartTaskResponse) GetNetworkOverride() *NetworkOverride { if m != nil { - return m.DriverErrorMsg + return m.NetworkOverride } - return "" + return nil } type WaitTaskRequest struct { @@ -606,7 +636,7 @@ func (m *WaitTaskRequest) Reset() { *m = WaitTaskRequest{} } func (m *WaitTaskRequest) String() string { return proto.CompactTextString(m) } func (*WaitTaskRequest) ProtoMessage() {} func (*WaitTaskRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{10} + return fileDescriptor_driver_a6b7088165e5d559, []int{10} } func (m *WaitTaskRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WaitTaskRequest.Unmarshal(m, b) @@ -647,7 +677,7 @@ func (m *WaitTaskResponse) Reset() { *m = WaitTaskResponse{} } func (m *WaitTaskResponse) String() string { return proto.CompactTextString(m) } func (*WaitTaskResponse) ProtoMessage() {} func (*WaitTaskResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{11} + return fileDescriptor_driver_a6b7088165e5d559, []int{11} } func (m *WaitTaskResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WaitTaskResponse.Unmarshal(m, b) @@ -699,7 +729,7 @@ func (m *StopTaskRequest) Reset() { *m = StopTaskRequest{} } func (m *StopTaskRequest) String() string { return proto.CompactTextString(m) } func (*StopTaskRequest) ProtoMessage() {} func (*StopTaskRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{12} + return fileDescriptor_driver_a6b7088165e5d559, []int{12} } func (m *StopTaskRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StopTaskRequest.Unmarshal(m, b) @@ -750,7 +780,7 @@ func (m *StopTaskResponse) Reset() { *m = StopTaskResponse{} } func (m *StopTaskResponse) String() string { return proto.CompactTextString(m) } func (*StopTaskResponse) ProtoMessage() {} func (*StopTaskResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{13} + return fileDescriptor_driver_a6b7088165e5d559, []int{13} } func (m *StopTaskResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StopTaskResponse.Unmarshal(m, b) @@ -782,7 +812,7 @@ func (m *DestroyTaskRequest) Reset() { *m = DestroyTaskRequest{} } func (m *DestroyTaskRequest) String() string { return proto.CompactTextString(m) } func (*DestroyTaskRequest) ProtoMessage() {} func (*DestroyTaskRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{14} + return fileDescriptor_driver_a6b7088165e5d559, []int{14} } func (m *DestroyTaskRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DestroyTaskRequest.Unmarshal(m, b) @@ -819,7 +849,7 @@ func (m *DestroyTaskResponse) Reset() { *m = DestroyTaskResponse{} } func (m *DestroyTaskResponse) String() string { return proto.CompactTextString(m) } func (*DestroyTaskResponse) ProtoMessage() {} func (*DestroyTaskResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{15} + return fileDescriptor_driver_a6b7088165e5d559, []int{15} } func (m *DestroyTaskResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DestroyTaskResponse.Unmarshal(m, b) @@ -849,7 +879,7 @@ func (m *ListTasksRequest) Reset() { *m = ListTasksRequest{} } func (m *ListTasksRequest) String() string { return proto.CompactTextString(m) } func (*ListTasksRequest) ProtoMessage() {} func (*ListTasksRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{16} + return fileDescriptor_driver_a6b7088165e5d559, []int{16} } func (m *ListTasksRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTasksRequest.Unmarshal(m, b) @@ -881,7 +911,7 @@ func (m *ListTasksResponse) Reset() { *m = ListTasksResponse{} } func (m *ListTasksResponse) String() string { return proto.CompactTextString(m) } func (*ListTasksResponse) ProtoMessage() {} func (*ListTasksResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{17} + return fileDescriptor_driver_a6b7088165e5d559, []int{17} } func (m *ListTasksResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListTasksResponse.Unmarshal(m, b) @@ -920,7 +950,7 @@ func (m *InspectTaskRequest) Reset() { *m = InspectTaskRequest{} } func (m *InspectTaskRequest) String() string { return proto.CompactTextString(m) } func (*InspectTaskRequest) ProtoMessage() {} func (*InspectTaskRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{18} + return fileDescriptor_driver_a6b7088165e5d559, []int{18} } func (m *InspectTaskRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InspectTaskRequest.Unmarshal(m, b) @@ -963,7 +993,7 @@ func (m *InspectTaskResponse) Reset() { *m = InspectTaskResponse{} } func (m *InspectTaskResponse) String() string { return proto.CompactTextString(m) } func (*InspectTaskResponse) ProtoMessage() {} func (*InspectTaskResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{19} + return fileDescriptor_driver_a6b7088165e5d559, []int{19} } func (m *InspectTaskResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InspectTaskResponse.Unmarshal(m, b) @@ -1016,7 +1046,7 @@ func (m *TaskStatsRequest) Reset() { *m = TaskStatsRequest{} } func (m *TaskStatsRequest) String() string { return proto.CompactTextString(m) } func (*TaskStatsRequest) ProtoMessage() {} func (*TaskStatsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{20} + return fileDescriptor_driver_a6b7088165e5d559, []int{20} } func (m *TaskStatsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TaskStatsRequest.Unmarshal(m, b) @@ -1055,7 +1085,7 @@ func (m *TaskStatsResponse) Reset() { *m = TaskStatsResponse{} } func (m *TaskStatsResponse) String() string { return proto.CompactTextString(m) } func (*TaskStatsResponse) ProtoMessage() {} func (*TaskStatsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{21} + return fileDescriptor_driver_a6b7088165e5d559, []int{21} } func (m *TaskStatsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TaskStatsResponse.Unmarshal(m, b) @@ -1092,7 +1122,7 @@ func (m *TaskEventsRequest) Reset() { *m = TaskEventsRequest{} } func (m *TaskEventsRequest) String() string { return proto.CompactTextString(m) } func (*TaskEventsRequest) ProtoMessage() {} func (*TaskEventsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{22} + return fileDescriptor_driver_a6b7088165e5d559, []int{22} } func (m *TaskEventsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TaskEventsRequest.Unmarshal(m, b) @@ -1126,7 +1156,7 @@ func (m *SignalTaskRequest) Reset() { *m = SignalTaskRequest{} } func (m *SignalTaskRequest) String() string { return proto.CompactTextString(m) } func (*SignalTaskRequest) ProtoMessage() {} func (*SignalTaskRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{23} + return fileDescriptor_driver_a6b7088165e5d559, []int{23} } func (m *SignalTaskRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalTaskRequest.Unmarshal(m, b) @@ -1170,7 +1200,7 @@ func (m *SignalTaskResponse) Reset() { *m = SignalTaskResponse{} } func (m *SignalTaskResponse) String() string { return proto.CompactTextString(m) } func (*SignalTaskResponse) ProtoMessage() {} func (*SignalTaskResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{24} + return fileDescriptor_driver_a6b7088165e5d559, []int{24} } func (m *SignalTaskResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SignalTaskResponse.Unmarshal(m, b) @@ -1207,7 +1237,7 @@ func (m *ExecTaskRequest) Reset() { *m = ExecTaskRequest{} } func (m *ExecTaskRequest) String() string { return proto.CompactTextString(m) } func (*ExecTaskRequest) ProtoMessage() {} func (*ExecTaskRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{25} + return fileDescriptor_driver_a6b7088165e5d559, []int{25} } func (m *ExecTaskRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExecTaskRequest.Unmarshal(m, b) @@ -1264,7 +1294,7 @@ func (m *ExecTaskResponse) Reset() { *m = ExecTaskResponse{} } func (m *ExecTaskResponse) String() string { return proto.CompactTextString(m) } func (*ExecTaskResponse) ProtoMessage() {} func (*ExecTaskResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{26} + return fileDescriptor_driver_a6b7088165e5d559, []int{26} } func (m *ExecTaskResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExecTaskResponse.Unmarshal(m, b) @@ -1323,7 +1353,7 @@ func (m *DriverCapabilities) Reset() { *m = DriverCapabilities{} } func (m *DriverCapabilities) String() string { return proto.CompactTextString(m) } func (*DriverCapabilities) ProtoMessage() {} func (*DriverCapabilities) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{27} + return fileDescriptor_driver_a6b7088165e5d559, []int{27} } func (m *DriverCapabilities) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DriverCapabilities.Unmarshal(m, b) @@ -1394,7 +1424,7 @@ func (m *TaskConfig) Reset() { *m = TaskConfig{} } func (m *TaskConfig) String() string { return proto.CompactTextString(m) } func (*TaskConfig) ProtoMessage() {} func (*TaskConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{28} + return fileDescriptor_driver_a6b7088165e5d559, []int{28} } func (m *TaskConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TaskConfig.Unmarshal(m, b) @@ -1491,7 +1521,7 @@ func (m *Resources) Reset() { *m = Resources{} } func (m *Resources) String() string { return proto.CompactTextString(m) } func (*Resources) ProtoMessage() {} func (*Resources) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{29} + return fileDescriptor_driver_a6b7088165e5d559, []int{29} } func (m *Resources) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Resources.Unmarshal(m, b) @@ -1540,7 +1570,7 @@ func (m *RawResources) Reset() { *m = RawResources{} } func (m *RawResources) String() string { return proto.CompactTextString(m) } func (*RawResources) ProtoMessage() {} func (*RawResources) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{30} + return fileDescriptor_driver_a6b7088165e5d559, []int{30} } func (m *RawResources) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RawResources.Unmarshal(m, b) @@ -1611,7 +1641,7 @@ func (m *NetworkResource) Reset() { *m = NetworkResource{} } func (m *NetworkResource) String() string { return proto.CompactTextString(m) } func (*NetworkResource) ProtoMessage() {} func (*NetworkResource) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{31} + return fileDescriptor_driver_a6b7088165e5d559, []int{31} } func (m *NetworkResource) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NetworkResource.Unmarshal(m, b) @@ -1685,7 +1715,7 @@ func (m *NetworkPort) Reset() { *m = NetworkPort{} } func (m *NetworkPort) String() string { return proto.CompactTextString(m) } func (*NetworkPort) ProtoMessage() {} func (*NetworkPort) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{32} + return fileDescriptor_driver_a6b7088165e5d559, []int{32} } func (m *NetworkPort) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NetworkPort.Unmarshal(m, b) @@ -1743,7 +1773,7 @@ func (m *LinuxResources) Reset() { *m = LinuxResources{} } func (m *LinuxResources) String() string { return proto.CompactTextString(m) } func (*LinuxResources) ProtoMessage() {} func (*LinuxResources) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{33} + return fileDescriptor_driver_a6b7088165e5d559, []int{33} } func (m *LinuxResources) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LinuxResources.Unmarshal(m, b) @@ -1828,7 +1858,7 @@ func (m *Mount) Reset() { *m = Mount{} } func (m *Mount) String() string { return proto.CompactTextString(m) } func (*Mount) ProtoMessage() {} func (*Mount) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{34} + return fileDescriptor_driver_a6b7088165e5d559, []int{34} } func (m *Mount) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Mount.Unmarshal(m, b) @@ -1891,7 +1921,7 @@ func (m *Device) Reset() { *m = Device{} } func (m *Device) String() string { return proto.CompactTextString(m) } func (*Device) ProtoMessage() {} func (*Device) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{35} + return fileDescriptor_driver_a6b7088165e5d559, []int{35} } func (m *Device) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Device.Unmarshal(m, b) @@ -1949,7 +1979,7 @@ func (m *TaskHandle) Reset() { *m = TaskHandle{} } func (m *TaskHandle) String() string { return proto.CompactTextString(m) } func (*TaskHandle) ProtoMessage() {} func (*TaskHandle) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{36} + return fileDescriptor_driver_a6b7088165e5d559, []int{36} } func (m *TaskHandle) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TaskHandle.Unmarshal(m, b) @@ -2009,7 +2039,7 @@ func (m *NetworkOverride) Reset() { *m = NetworkOverride{} } func (m *NetworkOverride) String() string { return proto.CompactTextString(m) } func (*NetworkOverride) ProtoMessage() {} func (*NetworkOverride) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{37} + return fileDescriptor_driver_a6b7088165e5d559, []int{37} } func (m *NetworkOverride) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NetworkOverride.Unmarshal(m, b) @@ -2067,7 +2097,7 @@ func (m *ExitResult) Reset() { *m = ExitResult{} } func (m *ExitResult) String() string { return proto.CompactTextString(m) } func (*ExitResult) ProtoMessage() {} func (*ExitResult) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{38} + return fileDescriptor_driver_a6b7088165e5d559, []int{38} } func (m *ExitResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExitResult.Unmarshal(m, b) @@ -2133,7 +2163,7 @@ func (m *TaskStatus) Reset() { *m = TaskStatus{} } func (m *TaskStatus) String() string { return proto.CompactTextString(m) } func (*TaskStatus) ProtoMessage() {} func (*TaskStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{39} + return fileDescriptor_driver_a6b7088165e5d559, []int{39} } func (m *TaskStatus) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TaskStatus.Unmarshal(m, b) @@ -2215,7 +2245,7 @@ func (m *TaskDriverStatus) Reset() { *m = TaskDriverStatus{} } func (m *TaskDriverStatus) String() string { return proto.CompactTextString(m) } func (*TaskDriverStatus) ProtoMessage() {} func (*TaskDriverStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{40} + return fileDescriptor_driver_a6b7088165e5d559, []int{40} } func (m *TaskDriverStatus) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TaskDriverStatus.Unmarshal(m, b) @@ -2260,7 +2290,7 @@ func (m *TaskStats) Reset() { *m = TaskStats{} } func (m *TaskStats) String() string { return proto.CompactTextString(m) } func (*TaskStats) ProtoMessage() {} func (*TaskStats) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{41} + return fileDescriptor_driver_a6b7088165e5d559, []int{41} } func (m *TaskStats) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TaskStats.Unmarshal(m, b) @@ -2322,7 +2352,7 @@ func (m *TaskResourceUsage) Reset() { *m = TaskResourceUsage{} } func (m *TaskResourceUsage) String() string { return proto.CompactTextString(m) } func (*TaskResourceUsage) ProtoMessage() {} func (*TaskResourceUsage) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{42} + return fileDescriptor_driver_a6b7088165e5d559, []int{42} } func (m *TaskResourceUsage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TaskResourceUsage.Unmarshal(m, b) @@ -2374,7 +2404,7 @@ func (m *CPUUsage) Reset() { *m = CPUUsage{} } func (m *CPUUsage) String() string { return proto.CompactTextString(m) } func (*CPUUsage) ProtoMessage() {} func (*CPUUsage) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{43} + return fileDescriptor_driver_a6b7088165e5d559, []int{43} } func (m *CPUUsage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CPUUsage.Unmarshal(m, b) @@ -2460,7 +2490,7 @@ func (m *MemoryUsage) Reset() { *m = MemoryUsage{} } func (m *MemoryUsage) String() string { return proto.CompactTextString(m) } func (*MemoryUsage) ProtoMessage() {} func (*MemoryUsage) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{44} + return fileDescriptor_driver_a6b7088165e5d559, []int{44} } func (m *MemoryUsage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MemoryUsage.Unmarshal(m, b) @@ -2540,7 +2570,7 @@ func (m *DriverTaskEvent) Reset() { *m = DriverTaskEvent{} } func (m *DriverTaskEvent) String() string { return proto.CompactTextString(m) } func (*DriverTaskEvent) ProtoMessage() {} func (*DriverTaskEvent) Descriptor() ([]byte, []int) { - return fileDescriptor_driver_92f99583a526c46e, []int{45} + return fileDescriptor_driver_a6b7088165e5d559, []int{45} } func (m *DriverTaskEvent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DriverTaskEvent.Unmarshal(m, b) @@ -2589,8 +2619,8 @@ func (m *DriverTaskEvent) GetAnnotations() map[string]string { } func init() { - proto.RegisterType((*DriverTaskConfigSchemaRequest)(nil), "hashicorp.nomad.plugins.drivers.base.proto.DriverTaskConfigSchemaRequest") - proto.RegisterType((*DriverTaskConfigSchemaResponse)(nil), "hashicorp.nomad.plugins.drivers.base.proto.DriverTaskConfigSchemaResponse") + proto.RegisterType((*TaskConfigSchemaRequest)(nil), "hashicorp.nomad.plugins.drivers.base.proto.TaskConfigSchemaRequest") + proto.RegisterType((*TaskConfigSchemaResponse)(nil), "hashicorp.nomad.plugins.drivers.base.proto.TaskConfigSchemaResponse") proto.RegisterType((*CapabilitiesRequest)(nil), "hashicorp.nomad.plugins.drivers.base.proto.CapabilitiesRequest") proto.RegisterType((*CapabilitiesResponse)(nil), "hashicorp.nomad.plugins.drivers.base.proto.CapabilitiesResponse") proto.RegisterType((*FingerprintRequest)(nil), "hashicorp.nomad.plugins.drivers.base.proto.FingerprintRequest") @@ -2642,6 +2672,7 @@ func init() { proto.RegisterType((*DriverTaskEvent)(nil), "hashicorp.nomad.plugins.drivers.base.proto.DriverTaskEvent") proto.RegisterMapType((map[string]string)(nil), "hashicorp.nomad.plugins.drivers.base.proto.DriverTaskEvent.AnnotationsEntry") proto.RegisterEnum("hashicorp.nomad.plugins.drivers.base.proto.TaskState", TaskState_name, TaskState_value) + proto.RegisterEnum("hashicorp.nomad.plugins.drivers.base.proto.FingerprintResponse_HealthState", FingerprintResponse_HealthState_name, FingerprintResponse_HealthState_value) proto.RegisterEnum("hashicorp.nomad.plugins.drivers.base.proto.StartTaskResponse_Result", StartTaskResponse_Result_name, StartTaskResponse_Result_value) proto.RegisterEnum("hashicorp.nomad.plugins.drivers.base.proto.DriverCapabilities_FSIsolation", DriverCapabilities_FSIsolation_name, DriverCapabilities_FSIsolation_value) proto.RegisterEnum("hashicorp.nomad.plugins.drivers.base.proto.CPUUsage_Fields", CPUUsage_Fields_name, CPUUsage_Fields_value) @@ -2660,9 +2691,9 @@ const _ = grpc.SupportPackageIsVersion4 // // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. type DriverClient interface { - // DriverTaskConfigSchema returns the schema for parsing the driver + // TaskConfigSchema returns the schema for parsing the driver // configuration of a task. - DriverTaskConfigSchema(ctx context.Context, in *DriverTaskConfigSchemaRequest, opts ...grpc.CallOption) (*DriverTaskConfigSchemaResponse, error) + TaskConfigSchema(ctx context.Context, in *TaskConfigSchemaRequest, opts ...grpc.CallOption) (*TaskConfigSchemaResponse, error) // Capabilities returns a set of features which the driver implements. Some // RPCs are not possible to implement on some runtimes, this allows the // driver to indicate if it doesn't support these RPCs and features. @@ -2716,9 +2747,9 @@ func NewDriverClient(cc *grpc.ClientConn) DriverClient { return &driverClient{cc} } -func (c *driverClient) DriverTaskConfigSchema(ctx context.Context, in *DriverTaskConfigSchemaRequest, opts ...grpc.CallOption) (*DriverTaskConfigSchemaResponse, error) { - out := new(DriverTaskConfigSchemaResponse) - err := c.cc.Invoke(ctx, "/hashicorp.nomad.plugins.drivers.base.proto.Driver/DriverTaskConfigSchema", in, out, opts...) +func (c *driverClient) TaskConfigSchema(ctx context.Context, in *TaskConfigSchemaRequest, opts ...grpc.CallOption) (*TaskConfigSchemaResponse, error) { + out := new(TaskConfigSchemaResponse) + err := c.cc.Invoke(ctx, "/hashicorp.nomad.plugins.drivers.base.proto.Driver/TaskConfigSchema", in, out, opts...) if err != nil { return nil, err } @@ -2890,9 +2921,9 @@ func (c *driverClient) ExecTask(ctx context.Context, in *ExecTaskRequest, opts . // DriverServer is the server API for Driver service. type DriverServer interface { - // DriverTaskConfigSchema returns the schema for parsing the driver + // TaskConfigSchema returns the schema for parsing the driver // configuration of a task. - DriverTaskConfigSchema(context.Context, *DriverTaskConfigSchemaRequest) (*DriverTaskConfigSchemaResponse, error) + TaskConfigSchema(context.Context, *TaskConfigSchemaRequest) (*TaskConfigSchemaResponse, error) // Capabilities returns a set of features which the driver implements. Some // RPCs are not possible to implement on some runtimes, this allows the // driver to indicate if it doesn't support these RPCs and features. @@ -2942,20 +2973,20 @@ func RegisterDriverServer(s *grpc.Server, srv DriverServer) { s.RegisterService(&_Driver_serviceDesc, srv) } -func _Driver_DriverTaskConfigSchema_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(DriverTaskConfigSchemaRequest) +func _Driver_TaskConfigSchema_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(TaskConfigSchemaRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { - return srv.(DriverServer).DriverTaskConfigSchema(ctx, in) + return srv.(DriverServer).TaskConfigSchema(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/hashicorp.nomad.plugins.drivers.base.proto.Driver/DriverTaskConfigSchema", + FullMethod: "/hashicorp.nomad.plugins.drivers.base.proto.Driver/TaskConfigSchema", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(DriverServer).DriverTaskConfigSchema(ctx, req.(*DriverTaskConfigSchemaRequest)) + return srv.(DriverServer).TaskConfigSchema(ctx, req.(*TaskConfigSchemaRequest)) } return interceptor(ctx, in, info, handler) } @@ -3205,8 +3236,8 @@ var _Driver_serviceDesc = grpc.ServiceDesc{ HandlerType: (*DriverServer)(nil), Methods: []grpc.MethodDesc{ { - MethodName: "DriverTaskConfigSchema", - Handler: _Driver_DriverTaskConfigSchema_Handler, + MethodName: "TaskConfigSchema", + Handler: _Driver_TaskConfigSchema_Handler, }, { MethodName: "Capabilities", @@ -3268,181 +3299,184 @@ var _Driver_serviceDesc = grpc.ServiceDesc{ Metadata: "driver.proto", } -func init() { proto.RegisterFile("driver.proto", fileDescriptor_driver_92f99583a526c46e) } +func init() { proto.RegisterFile("driver.proto", fileDescriptor_driver_a6b7088165e5d559) } -var fileDescriptor_driver_92f99583a526c46e = []byte{ - // 2755 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x59, 0x4b, 0x6f, 0x23, 0xc7, - 0xf1, 0xd7, 0x90, 0x14, 0x1f, 0x45, 0x8a, 0x9a, 0xed, 0xdd, 0xb5, 0xf9, 0xa7, 0x61, 0xaf, 0x3d, - 0x80, 0x81, 0x85, 0xfd, 0x37, 0x15, 0xcb, 0x89, 0xe3, 0xc7, 0xee, 0xda, 0xb4, 0xc4, 0xdd, 0x95, - 0x57, 0xa4, 0xe4, 0x26, 0x05, 0xdb, 0x81, 0x9d, 0xf1, 0x70, 0xa6, 0x97, 0x1c, 0x6b, 0x5e, 0x9e, - 0x6e, 0x6a, 0x25, 0x03, 0x01, 0x72, 0x30, 0x10, 0x20, 0x48, 0x82, 0xc0, 0xb9, 0xe4, 0x16, 0xe4, - 0x1e, 0x04, 0xc9, 0x31, 0xa7, 0xdc, 0x72, 0x32, 0x90, 0x4f, 0x90, 0x2f, 0x10, 0x20, 0xf9, 0x02, - 0xb9, 0x04, 0xfd, 0x98, 0xe1, 0x50, 0xd2, 0xda, 0x1a, 0x6a, 0x73, 0x9a, 0xee, 0xea, 0x9e, 0x5f, - 0x55, 0x57, 0x57, 0x57, 0x55, 0x77, 0x41, 0xc3, 0x89, 0xdd, 0x23, 0x12, 0x77, 0xa2, 0x38, 0x64, - 0x21, 0x7a, 0x69, 0x6a, 0xd1, 0xa9, 0x6b, 0x87, 0x71, 0xd4, 0x09, 0x42, 0xdf, 0x72, 0x3a, 0x91, - 0x37, 0x9b, 0xb8, 0x01, 0xed, 0xc8, 0x59, 0xb4, 0x33, 0xb6, 0x28, 0x91, 0x73, 0xdb, 0xcf, 0x4d, - 0xc2, 0x70, 0xe2, 0x91, 0x0d, 0xd1, 0x1b, 0xcf, 0x1e, 0x6e, 0x38, 0xb3, 0xd8, 0x62, 0x6e, 0x18, - 0xa8, 0xf1, 0x1b, 0xa7, 0xc7, 0x99, 0xeb, 0x13, 0xca, 0x2c, 0x3f, 0x52, 0x13, 0xde, 0x9d, 0xb8, - 0x6c, 0x3a, 0x1b, 0x77, 0xec, 0xd0, 0xdf, 0x48, 0xf9, 0x6e, 0x08, 0xbe, 0x1b, 0x8a, 0xef, 0x06, - 0x9d, 0x5a, 0x31, 0x71, 0x36, 0xa6, 0xb6, 0x47, 0x23, 0x62, 0xf3, 0xaf, 0xc9, 0x1b, 0x12, 0xc1, - 0xb8, 0x01, 0xcf, 0x6e, 0x0b, 0xc1, 0x46, 0x16, 0x3d, 0xdc, 0x0a, 0x83, 0x87, 0xee, 0x64, 0x68, - 0x4f, 0x89, 0x6f, 0x61, 0xf2, 0xc5, 0x8c, 0x50, 0x66, 0x8c, 0xe1, 0xb9, 0xc7, 0x4d, 0xa0, 0x51, - 0x18, 0x50, 0x82, 0xde, 0x85, 0x12, 0x07, 0x6c, 0x69, 0xcf, 0x6b, 0x37, 0xeb, 0x9b, 0xff, 0xdf, - 0x79, 0x9c, 0x02, 0xa4, 0x20, 0x1d, 0x25, 0x48, 0x67, 0x18, 0x11, 0x1b, 0x8b, 0x3f, 0x8d, 0xeb, - 0x70, 0x75, 0xcb, 0x8a, 0xac, 0xb1, 0xeb, 0xb9, 0xcc, 0x25, 0x34, 0x61, 0xfd, 0x25, 0x5c, 0x5b, - 0x24, 0x2b, 0x86, 0x63, 0x68, 0xd8, 0x19, 0xba, 0x62, 0x7c, 0xa7, 0x73, 0x71, 0xcd, 0x77, 0xe4, - 0x92, 0x16, 0xd0, 0x17, 0x30, 0x8d, 0x6b, 0x80, 0xee, 0xba, 0xc1, 0x84, 0xc4, 0x51, 0xec, 0x06, - 0x2c, 0x91, 0xe8, 0x3f, 0x1a, 0x5c, 0x5d, 0x20, 0x2b, 0x89, 0x42, 0x00, 0x8b, 0xb1, 0xd8, 0x1d, - 0xcf, 0x98, 0x90, 0xa7, 0x78, 0xb3, 0xbe, 0xb9, 0x97, 0x47, 0x9e, 0x73, 0x40, 0x3b, 0xdd, 0x14, - 0xb1, 0x17, 0xb0, 0xf8, 0x04, 0x67, 0x58, 0xa0, 0x36, 0x54, 0x1d, 0xc2, 0x88, 0xcd, 0x88, 0xd3, - 0x2a, 0x3c, 0xaf, 0xdd, 0xac, 0xe2, 0xb4, 0x8f, 0x5a, 0x50, 0x99, 0x12, 0xcb, 0x63, 0xd3, 0x93, - 0x56, 0x51, 0x0c, 0x25, 0xdd, 0xf6, 0x6d, 0x58, 0x3f, 0x05, 0x8a, 0x74, 0x28, 0x1e, 0x92, 0x13, - 0xa1, 0xc2, 0x1a, 0xe6, 0x4d, 0x74, 0x0d, 0x56, 0x8f, 0x2c, 0x6f, 0x46, 0x04, 0x6e, 0x0d, 0xcb, - 0xce, 0x5b, 0x85, 0x37, 0x34, 0xe3, 0x27, 0x80, 0x30, 0xb1, 0x43, 0x65, 0x0b, 0x4a, 0x27, 0xe8, - 0x69, 0xa8, 0x30, 0x8b, 0x1e, 0x9a, 0xae, 0xa3, 0x50, 0xca, 0xbc, 0xbb, 0xe3, 0xa0, 0x01, 0x94, - 0xa7, 0x56, 0xe0, 0x78, 0x12, 0xa9, 0xbe, 0xf9, 0x7a, 0x1e, 0x85, 0x70, 0x0e, 0xf7, 0xc5, 0xdf, - 0x58, 0xa1, 0x70, 0x2b, 0x59, 0x60, 0x2f, 0xd5, 0x64, 0xfc, 0x4d, 0x03, 0x7d, 0xc8, 0xac, 0x98, - 0x65, 0x85, 0x7a, 0x1f, 0x4a, 0x5c, 0x0a, 0x65, 0x1a, 0xb9, 0x39, 0x4b, 0x3b, 0xc7, 0x02, 0x03, - 0x3d, 0x04, 0x3d, 0x20, 0xec, 0x51, 0x18, 0x1f, 0x9a, 0x9c, 0x79, 0xec, 0x3a, 0xc9, 0x8a, 0xde, - 0xce, 0x83, 0x3b, 0x90, 0x18, 0x7b, 0x0a, 0x02, 0xaf, 0x07, 0x8b, 0x04, 0xe3, 0xb7, 0x05, 0xb8, - 0x92, 0x59, 0x88, 0x32, 0xad, 0x4f, 0xa0, 0x1c, 0x13, 0x3a, 0xf3, 0x98, 0x58, 0x4b, 0x73, 0x73, - 0x3b, 0x0f, 0xcf, 0x33, 0x70, 0x1d, 0x2c, 0xb0, 0xb0, 0xc2, 0x7c, 0xd2, 0x7b, 0x84, 0x6e, 0x82, - 0x2e, 0x27, 0x9a, 0x24, 0x8e, 0xc3, 0xd8, 0xf4, 0xe9, 0x44, 0x18, 0x61, 0x0d, 0x37, 0x25, 0xbd, - 0xc7, 0xc9, 0x7d, 0x3a, 0x31, 0x5e, 0x86, 0xb2, 0x94, 0x05, 0xd5, 0xa1, 0x32, 0x3c, 0xd8, 0xda, - 0xea, 0x0d, 0x87, 0xfa, 0x0a, 0xaa, 0xc1, 0x2a, 0xee, 0x8d, 0xf0, 0xc7, 0xba, 0xc6, 0x9b, 0x77, - 0xbb, 0xa3, 0xee, 0xae, 0x5e, 0x30, 0x5e, 0x82, 0xf5, 0x0f, 0x2d, 0x97, 0x5d, 0xc4, 0xec, 0x0c, - 0x06, 0xfa, 0x7c, 0xae, 0x52, 0xe2, 0x60, 0x41, 0x89, 0x39, 0x97, 0xd9, 0x3b, 0x76, 0xd9, 0x29, - 0xb5, 0xe9, 0x50, 0x24, 0x71, 0xac, 0x4e, 0x08, 0x6f, 0x1a, 0x8f, 0x60, 0x7d, 0xc8, 0xc2, 0xe8, - 0x42, 0x07, 0xe3, 0x35, 0xa8, 0x70, 0x47, 0x1e, 0xce, 0x98, 0xd2, 0xfa, 0xff, 0x75, 0xa4, 0xa3, - 0xef, 0x24, 0x8e, 0xbe, 0xb3, 0xad, 0x02, 0x01, 0x4e, 0x66, 0xa2, 0xa7, 0xa0, 0x4c, 0xdd, 0x49, - 0x60, 0x79, 0x4a, 0x9f, 0xaa, 0x67, 0x20, 0x6e, 0xfd, 0x09, 0x63, 0x75, 0x24, 0x5e, 0x01, 0xb4, - 0x4d, 0x28, 0x8b, 0xc3, 0x93, 0x0b, 0x69, 0xec, 0x3a, 0x5c, 0x5d, 0x98, 0xae, 0x50, 0x10, 0xe8, - 0xbb, 0x2e, 0x15, 0x8a, 0x4c, 0x5d, 0xb2, 0x05, 0x57, 0x32, 0x34, 0xa5, 0xdd, 0x5d, 0x58, 0xe5, - 0x48, 0x89, 0xe3, 0xcb, 0x6d, 0x43, 0x43, 0x66, 0xb1, 0x19, 0xc5, 0x12, 0x84, 0x0b, 0xbf, 0x13, - 0xf0, 0xb0, 0x70, 0xb1, 0xed, 0xfe, 0x5d, 0x01, 0xae, 0x2e, 0xcc, 0x57, 0x42, 0x5d, 0xd2, 0x03, - 0x28, 0x99, 0xa4, 0x07, 0x18, 0x41, 0x59, 0x4e, 0x53, 0xfb, 0x75, 0x2b, 0x2f, 0x9a, 0x0c, 0x37, - 0x0a, 0x53, 0x61, 0x9d, 0xeb, 0x57, 0x8a, 0xff, 0x03, 0xbf, 0xf2, 0x32, 0xe8, 0xc9, 0x8a, 0xe8, - 0x77, 0xaa, 0xf3, 0x33, 0xb8, 0x92, 0x99, 0xac, 0x74, 0xf9, 0x00, 0x56, 0x29, 0x27, 0x28, 0x65, - 0xfe, 0x60, 0x19, 0x65, 0x52, 0x2c, 0x31, 0x8c, 0xab, 0x92, 0x43, 0xef, 0x88, 0x04, 0xa9, 0x3c, - 0xc6, 0x36, 0x5c, 0x19, 0x0a, 0x7b, 0xbe, 0xd0, 0x01, 0x9a, 0x9f, 0x85, 0xc2, 0xc2, 0x59, 0xb8, - 0x06, 0x28, 0x8b, 0xa2, 0xec, 0xf8, 0x04, 0xd6, 0x7b, 0xc7, 0xc4, 0xbe, 0x10, 0x72, 0x0b, 0x2a, - 0x76, 0xe8, 0xfb, 0x56, 0xc0, 0xc3, 0x6a, 0xf1, 0x66, 0x0d, 0x27, 0xdd, 0xec, 0xa1, 0x2d, 0x5e, - 0xf4, 0xd0, 0x1a, 0x5f, 0x6b, 0xa0, 0xcf, 0x79, 0x2b, 0x6d, 0x72, 0xe9, 0x99, 0xc3, 0x81, 0x38, - 0xef, 0x06, 0x56, 0x3d, 0x45, 0x4f, 0xfc, 0x8a, 0xa4, 0x93, 0x38, 0xce, 0x38, 0xaf, 0xe2, 0x93, - 0x70, 0x5e, 0xc6, 0x3f, 0x35, 0x40, 0x67, 0xf3, 0x1f, 0xf4, 0x02, 0x34, 0x28, 0x09, 0x1c, 0x53, - 0xea, 0x52, 0xee, 0x75, 0x15, 0xd7, 0x39, 0x4d, 0x2a, 0x95, 0x22, 0x04, 0x25, 0x72, 0x4c, 0x6c, - 0x95, 0x71, 0x88, 0x36, 0xf2, 0xa1, 0xf1, 0x90, 0x9a, 0x2e, 0x0d, 0x3d, 0xb1, 0x76, 0x21, 0x63, - 0x73, 0xf3, 0xfd, 0xcb, 0x25, 0x63, 0x9d, 0xbb, 0xc3, 0x9d, 0x04, 0x11, 0xd7, 0x1f, 0xd2, 0xb4, - 0x63, 0x74, 0xa0, 0x9e, 0x19, 0x43, 0x55, 0x28, 0x0d, 0xf6, 0x06, 0x3d, 0x7d, 0x05, 0x01, 0x94, - 0xb7, 0xee, 0xe3, 0xbd, 0xbd, 0x91, 0x8c, 0x1c, 0x3b, 0xfd, 0xee, 0xbd, 0x9e, 0x5e, 0x30, 0x7e, - 0x55, 0x02, 0x98, 0x47, 0x74, 0xd4, 0x84, 0x42, 0xba, 0xe7, 0x05, 0xd7, 0xe1, 0x2b, 0x0a, 0x2c, - 0x3f, 0xc9, 0x75, 0x44, 0x1b, 0x6d, 0xc2, 0x75, 0x9f, 0x4e, 0x22, 0xcb, 0x3e, 0x34, 0x55, 0x2c, - 0xb3, 0xc5, 0xcf, 0x62, 0x69, 0x0d, 0x7c, 0x55, 0x0d, 0x2a, 0xa9, 0x25, 0xee, 0x07, 0x50, 0x24, - 0xc1, 0x51, 0xab, 0x24, 0x1c, 0xe0, 0x3b, 0xcb, 0xa5, 0x1b, 0x9d, 0x5e, 0x70, 0x24, 0x33, 0x3d, - 0x8e, 0x85, 0x86, 0x50, 0x8b, 0x09, 0x0d, 0x67, 0xb1, 0x4d, 0x68, 0x6b, 0x35, 0xff, 0xc1, 0xc3, - 0xc9, 0xcf, 0x78, 0x8e, 0x83, 0x76, 0xa0, 0xec, 0x87, 0xb3, 0x80, 0xd1, 0x56, 0x59, 0x88, 0xfa, - 0x6a, 0x1e, 0xc4, 0x3e, 0xff, 0x13, 0x2b, 0x00, 0xb4, 0x0b, 0x15, 0x87, 0x1c, 0xb9, 0x5c, 0xba, - 0x8a, 0xc0, 0xda, 0xcc, 0xb5, 0xe7, 0xe2, 0x57, 0x9c, 0x40, 0xf0, 0x8d, 0x98, 0x51, 0x12, 0xb7, - 0xaa, 0x72, 0x23, 0x78, 0x1b, 0x3d, 0x03, 0x35, 0xcb, 0xf3, 0x42, 0xdb, 0x74, 0xdc, 0xb8, 0x55, - 0x13, 0x03, 0x55, 0x41, 0xd8, 0x76, 0xe3, 0xf6, 0xeb, 0x50, 0x4d, 0xf4, 0x95, 0x2b, 0x89, 0xfd, - 0xbb, 0x06, 0xb5, 0x54, 0x35, 0xe8, 0x53, 0x58, 0x8b, 0xad, 0x47, 0xe6, 0x5c, 0xd1, 0xd2, 0xc3, - 0xbd, 0x91, 0x4b, 0xd1, 0xd6, 0xa3, 0xb9, 0xae, 0x1b, 0x71, 0xa6, 0x87, 0x6c, 0x58, 0xf7, 0xdc, - 0x60, 0x76, 0x9c, 0x61, 0x20, 0x23, 0xc8, 0x5b, 0x79, 0x18, 0xec, 0x72, 0x88, 0x39, 0x8b, 0xa6, - 0xb7, 0xd0, 0x37, 0xfe, 0xa2, 0x41, 0x23, 0x2b, 0x03, 0x57, 0x87, 0x1d, 0xcd, 0xc4, 0x52, 0x8a, - 0x98, 0x37, 0xb9, 0x6b, 0xf1, 0x89, 0x1f, 0xc6, 0x27, 0x82, 0x7d, 0x11, 0xab, 0x1e, 0xd7, 0xba, - 0xe3, 0xd2, 0x43, 0x61, 0xd9, 0x45, 0x2c, 0xda, 0x9c, 0xe6, 0x86, 0x11, 0x6d, 0x95, 0x24, 0x8d, - 0xb7, 0xd1, 0x87, 0x50, 0x55, 0x51, 0x85, 0x9b, 0x62, 0x71, 0xc9, 0x10, 0x95, 0x48, 0x88, 0x53, - 0x30, 0xe3, 0xf7, 0x05, 0x58, 0x3f, 0x35, 0xca, 0x85, 0x95, 0x56, 0x91, 0xf8, 0x66, 0xd9, 0xe3, - 0x82, 0xd9, 0xae, 0x93, 0x64, 0x5d, 0xa2, 0x2d, 0xce, 0x73, 0xa4, 0x32, 0xa2, 0x82, 0x1b, 0xf1, - 0x7d, 0xf7, 0xc7, 0x2e, 0x93, 0xd2, 0xaf, 0x62, 0xd9, 0x41, 0x3f, 0x86, 0x66, 0x4c, 0x28, 0x89, - 0x8f, 0x88, 0x63, 0x46, 0x61, 0xcc, 0x92, 0x45, 0xfc, 0x70, 0x89, 0x45, 0xec, 0x87, 0x31, 0xc3, - 0x6b, 0x09, 0x1c, 0xef, 0x51, 0xf4, 0x09, 0xac, 0x39, 0x27, 0x81, 0xe5, 0xbb, 0xb6, 0x82, 0x2f, - 0x5f, 0x0e, 0xbe, 0xa1, 0xd0, 0x04, 0xba, 0xf1, 0x26, 0xd4, 0x33, 0x83, 0x7c, 0x89, 0x9e, 0x35, - 0x26, 0x9e, 0xd2, 0x8e, 0xec, 0x2c, 0x1a, 0xfc, 0xaa, 0x32, 0x78, 0xe3, 0xab, 0x02, 0x34, 0x17, - 0xad, 0x07, 0x3d, 0x0b, 0x60, 0x47, 0x33, 0x33, 0x22, 0xb1, 0x1b, 0x3a, 0xca, 0x46, 0x6a, 0x76, - 0x34, 0xdb, 0x17, 0x04, 0x7e, 0xe6, 0xf8, 0xf0, 0x17, 0xb3, 0x90, 0x59, 0xca, 0x58, 0xaa, 0x76, - 0x34, 0xfb, 0x80, 0xf7, 0x93, 0x7f, 0xc5, 0x45, 0x9e, 0x2a, 0xa3, 0xe1, 0xd3, 0x87, 0x82, 0x80, - 0x5e, 0x85, 0xeb, 0xd2, 0xae, 0x4c, 0xcf, 0xf5, 0x5d, 0x66, 0xba, 0x81, 0x39, 0x3e, 0xe1, 0x17, - 0x62, 0x69, 0x4a, 0x48, 0x0e, 0xee, 0xf2, 0xb1, 0x9d, 0xe0, 0x3d, 0x3e, 0x82, 0x0c, 0x58, 0x0b, - 0x43, 0xdf, 0xa4, 0x76, 0x18, 0x13, 0xd3, 0x72, 0x3e, 0x17, 0x8e, 0xae, 0x88, 0xeb, 0x61, 0xe8, - 0x0f, 0x39, 0xad, 0xeb, 0x7c, 0x8e, 0x6e, 0x40, 0xdd, 0x8e, 0x66, 0x94, 0x30, 0x93, 0x7f, 0x5a, - 0x65, 0xb1, 0x6c, 0x90, 0xa4, 0xad, 0x68, 0x46, 0x33, 0x13, 0x7c, 0xe2, 0x73, 0x6f, 0x94, 0x99, - 0xd0, 0x27, 0x3e, 0x35, 0x3e, 0x85, 0x55, 0xe1, 0xbb, 0xf8, 0xea, 0x44, 0xdc, 0x8f, 0x2c, 0x36, - 0x55, 0xfa, 0xab, 0x72, 0xc2, 0xbe, 0xc5, 0xa6, 0x7c, 0x70, 0x1a, 0x52, 0x26, 0x07, 0xa5, 0x91, - 0x55, 0x39, 0x41, 0x0c, 0xb6, 0xa1, 0x1a, 0x13, 0xcb, 0x09, 0x03, 0x2f, 0xb9, 0x55, 0xa7, 0x7d, - 0xe3, 0x0b, 0x28, 0x4b, 0x77, 0x76, 0x09, 0xfc, 0x57, 0x00, 0xd9, 0x93, 0x38, 0x9c, 0x45, 0x7c, - 0x67, 0x7c, 0x97, 0x52, 0x37, 0x0c, 0xa8, 0x32, 0xec, 0x2b, 0x72, 0x64, 0x7f, 0x3e, 0x60, 0x7c, - 0xa3, 0xc9, 0xb0, 0x26, 0xaf, 0x5f, 0x3c, 0x45, 0x50, 0x31, 0xea, 0x72, 0x17, 0x5e, 0x85, 0x92, - 0x24, 0x7c, 0xd2, 0x9a, 0x9a, 0xcb, 0x25, 0x7c, 0x44, 0x26, 0x7c, 0x84, 0x27, 0x16, 0x2a, 0x8e, - 0x4a, 0x4c, 0x19, 0x46, 0xeb, 0x4e, 0x9a, 0x13, 0x13, 0xe3, 0x5f, 0x5a, 0xea, 0x06, 0x92, 0xb4, - 0x15, 0xd9, 0x50, 0xe5, 0x87, 0xc9, 0xf4, 0xad, 0x48, 0x5d, 0x2c, 0xee, 0x5f, 0x22, 0x2d, 0xee, - 0xf0, 0xb3, 0xd3, 0xb7, 0x22, 0x19, 0x60, 0x2b, 0x91, 0xec, 0x71, 0x9f, 0x62, 0x39, 0x73, 0x9f, - 0xc2, 0xdb, 0xe8, 0x45, 0x68, 0x5a, 0x33, 0x16, 0x9a, 0x96, 0x73, 0x44, 0x62, 0xe6, 0x52, 0xa2, - 0x36, 0x7c, 0x8d, 0x53, 0xbb, 0x09, 0xb1, 0xfd, 0x16, 0x34, 0xb2, 0x98, 0xdf, 0x15, 0x84, 0x56, - 0xb3, 0x41, 0xe8, 0x33, 0x80, 0x79, 0x62, 0xc6, 0x0d, 0x83, 0x1c, 0xbb, 0xcc, 0xb4, 0x43, 0x47, - 0xfa, 0xbc, 0x55, 0x5c, 0xe5, 0x84, 0xad, 0xd0, 0x21, 0xa7, 0x72, 0xdd, 0xd5, 0x24, 0xd7, 0xe5, - 0x67, 0x91, 0x9f, 0x9c, 0x43, 0xd7, 0xf3, 0x88, 0xa3, 0x24, 0xac, 0x85, 0xa1, 0xff, 0x40, 0x10, - 0x8c, 0x7f, 0x17, 0xa4, 0x81, 0xc8, 0x3b, 0xc7, 0x85, 0xf2, 0x9e, 0x74, 0xd3, 0x8b, 0x4f, 0x60, - 0xd3, 0x5f, 0x84, 0x75, 0xea, 0x7e, 0x49, 0xcc, 0x30, 0x30, 0x79, 0x54, 0x31, 0xfd, 0xb1, 0xf2, - 0x02, 0x0d, 0x4e, 0xde, 0x0b, 0xb6, 0x5d, 0x7a, 0xd8, 0x1f, 0xa3, 0x37, 0x01, 0x28, 0xb3, 0x62, - 0x46, 0x1c, 0xd3, 0x62, 0x2a, 0xcb, 0x69, 0x9f, 0x49, 0xac, 0x47, 0xc9, 0xb3, 0x27, 0xae, 0xa9, - 0xd9, 0x5d, 0x86, 0x6e, 0x43, 0xc3, 0x0e, 0xfd, 0xc8, 0x23, 0xea, 0xe7, 0xf2, 0x77, 0xfe, 0x5c, - 0x4f, 0xe7, 0x77, 0x59, 0x26, 0xab, 0xae, 0x3c, 0x91, 0xac, 0xfa, 0xaf, 0x9a, 0xbc, 0x66, 0x65, - 0xaf, 0x7a, 0xc8, 0x3b, 0xe7, 0x5d, 0x70, 0xf7, 0x32, 0x97, 0xc7, 0x6f, 0x7b, 0x14, 0xbc, 0xec, - 0xf3, 0xde, 0x37, 0x45, 0xa8, 0xa5, 0xb7, 0xb5, 0x33, 0x16, 0xf3, 0x06, 0xd4, 0xd2, 0xd7, 0x67, - 0x95, 0xc4, 0x7c, 0xeb, 0x46, 0xa5, 0x93, 0xd1, 0x21, 0x20, 0x6b, 0x32, 0x49, 0x53, 0x20, 0x73, - 0x46, 0xad, 0x49, 0x72, 0xd3, 0xbd, 0x9d, 0x57, 0x19, 0x49, 0x20, 0x3b, 0xe0, 0x20, 0x58, 0xb7, - 0x26, 0x93, 0x05, 0x0a, 0xfa, 0xa9, 0x06, 0xd7, 0x17, 0x39, 0x99, 0xe3, 0x13, 0x33, 0x72, 0x1d, - 0x95, 0x9b, 0xf7, 0x97, 0xba, 0xbb, 0x76, 0x16, 0x98, 0xbc, 0x77, 0xb2, 0xef, 0x3a, 0x52, 0xfd, - 0x28, 0x3e, 0x33, 0xd0, 0xfe, 0x4a, 0x83, 0xa7, 0x1f, 0x33, 0xff, 0x9c, 0xfd, 0x18, 0x66, 0xf7, - 0xe3, 0xd2, 0x0a, 0xc9, 0x6c, 0xe7, 0x1f, 0x34, 0x79, 0xd1, 0x5e, 0xd4, 0xcf, 0xdd, 0x79, 0x6e, - 0x58, 0xdf, 0xfc, 0x7e, 0x1e, 0x66, 0x5b, 0xfb, 0x07, 0x92, 0x87, 0xc8, 0x28, 0xf7, 0x16, 0x32, - 0xca, 0x9c, 0xb9, 0x4e, 0x5f, 0xfc, 0x29, 0xd1, 0x14, 0x8c, 0xf1, 0xa7, 0x22, 0x54, 0x13, 0x16, - 0x3c, 0xa2, 0xd3, 0x13, 0xca, 0x88, 0x6f, 0xfa, 0x89, 0x4f, 0xd4, 0x30, 0x48, 0x52, 0x9f, 0x7b, - 0xc5, 0x67, 0xa0, 0xc6, 0xaf, 0x08, 0x72, 0xb8, 0x20, 0x86, 0xab, 0x9c, 0x20, 0x06, 0x6f, 0x40, - 0x9d, 0x85, 0xcc, 0xf2, 0x4c, 0xe6, 0xda, 0x87, 0x32, 0x88, 0x6a, 0x18, 0x04, 0x69, 0xc4, 0x29, - 0xe8, 0x65, 0xb8, 0xc2, 0xa6, 0x71, 0xc8, 0x98, 0xc7, 0x13, 0x42, 0x91, 0xf8, 0xc8, 0x24, 0xa5, - 0x84, 0xf5, 0x74, 0x40, 0x26, 0x44, 0x94, 0x87, 0x83, 0xf9, 0x64, 0x6e, 0xd5, 0xc2, 0x4d, 0x95, - 0xf0, 0x5a, 0x4a, 0xe5, 0x56, 0x8f, 0x5a, 0x50, 0x89, 0x48, 0x6c, 0x93, 0x40, 0x7a, 0x22, 0x0d, - 0x27, 0x5d, 0xe4, 0xc0, 0xba, 0x4f, 0x2c, 0x3a, 0x8b, 0x89, 0x63, 0x3e, 0x74, 0x89, 0xe7, 0xc8, - 0x0b, 0x53, 0x33, 0x5f, 0x0e, 0x9d, 0xe8, 0xa6, 0x73, 0x57, 0x40, 0xe0, 0x66, 0x82, 0x29, 0xfb, - 0x3c, 0x09, 0x91, 0x2d, 0xb4, 0x0e, 0xf5, 0xe1, 0xc7, 0xc3, 0x51, 0xaf, 0x6f, 0xf6, 0xf7, 0xb6, - 0xf9, 0xd5, 0x78, 0x0d, 0x6a, 0x07, 0xc3, 0x1e, 0x96, 0x5d, 0x8d, 0x8f, 0x8f, 0xf6, 0x46, 0xdd, - 0x5d, 0x73, 0xb4, 0xb3, 0xf5, 0x60, 0xa8, 0x17, 0xd0, 0x75, 0xb8, 0x32, 0xba, 0x8f, 0xf7, 0x46, - 0xa3, 0xdd, 0xde, 0xb6, 0xb9, 0xdf, 0xc3, 0x3b, 0x7b, 0xdb, 0x43, 0xbd, 0x88, 0x10, 0x34, 0xe7, - 0xe4, 0xd1, 0x4e, 0xbf, 0xa7, 0x97, 0x50, 0x1d, 0x2a, 0xfb, 0x3d, 0xbc, 0xd5, 0x1b, 0x8c, 0xf4, - 0x55, 0xe3, 0x1f, 0x05, 0xa8, 0x67, 0xb6, 0x92, 0x1b, 0x77, 0x4c, 0xe5, 0x15, 0xaa, 0x84, 0x79, - 0x93, 0x3b, 0x1b, 0xdb, 0xb2, 0xa7, 0x72, 0x8b, 0x4a, 0x58, 0x76, 0xf8, 0xe6, 0xf9, 0xd6, 0x71, - 0xc6, 0x0f, 0x94, 0x70, 0xd5, 0xb7, 0x8e, 0x25, 0xc8, 0x0b, 0xd0, 0x38, 0x24, 0x71, 0x40, 0x3c, - 0x35, 0x2e, 0xb7, 0xa5, 0x2e, 0x69, 0x72, 0xca, 0x4d, 0xd0, 0xd5, 0x94, 0x39, 0x8c, 0xdc, 0x93, - 0xa6, 0xa4, 0xf7, 0x13, 0xb0, 0xc9, 0x59, 0xd5, 0x97, 0x85, 0xea, 0xef, 0x2c, 0x69, 0xae, 0x8f, - 0xd3, 0xfe, 0x30, 0xd5, 0x7e, 0x05, 0x8a, 0x38, 0x79, 0xc9, 0xde, 0xea, 0x6e, 0xdd, 0xe7, 0x1a, - 0x5f, 0x83, 0x5a, 0xbf, 0xfb, 0x91, 0x79, 0xd0, 0x1d, 0xde, 0xeb, 0xe9, 0x05, 0xa4, 0x43, 0xe3, - 0x41, 0x0f, 0x0f, 0x7a, 0xbb, 0xe6, 0xc1, 0xb0, 0x7b, 0xaf, 0xa7, 0x17, 0xd1, 0x35, 0xd0, 0x15, - 0x45, 0xcc, 0x13, 0xd4, 0x92, 0xf1, 0xc7, 0x02, 0xac, 0xcf, 0x6b, 0x6f, 0xe2, 0xc1, 0xec, 0xf1, - 0x2f, 0x57, 0xcb, 0xfb, 0xe7, 0x16, 0x54, 0x7c, 0x42, 0xd3, 0xcd, 0xa8, 0xe1, 0xa4, 0x8b, 0x02, - 0xa8, 0x5b, 0x41, 0x10, 0x32, 0xf1, 0xd6, 0x42, 0x95, 0x07, 0xdd, 0xcd, 0xff, 0xb4, 0x93, 0x8a, - 0xdf, 0xe9, 0xce, 0xe1, 0xa4, 0x03, 0xcd, 0x32, 0x68, 0xdf, 0x01, 0xfd, 0xf4, 0x84, 0x3c, 0x11, - 0xec, 0xa5, 0x57, 0xe7, 0x01, 0x8c, 0x70, 0x53, 0x3d, 0x18, 0x3c, 0x18, 0xec, 0x7d, 0x38, 0xd0, - 0x57, 0x78, 0x07, 0x1f, 0x0c, 0x06, 0x3b, 0x83, 0x7b, 0xba, 0x86, 0x00, 0xca, 0xbd, 0x8f, 0x76, - 0x46, 0xbd, 0x6d, 0xbd, 0xb0, 0xf9, 0x95, 0x0e, 0x65, 0x29, 0x24, 0xfa, 0xb3, 0x06, 0x4f, 0x9d, - 0x5f, 0xea, 0x44, 0x3b, 0xcb, 0xad, 0xf9, 0x9c, 0x7a, 0x6a, 0xfb, 0xfd, 0x27, 0x01, 0xa5, 0x5e, - 0x36, 0x57, 0xd0, 0x6f, 0x34, 0x68, 0x2c, 0xbc, 0xe2, 0xe5, 0x7a, 0x7b, 0x3a, 0xa7, 0xe8, 0xda, - 0x7e, 0x77, 0x79, 0x80, 0x54, 0xaa, 0xaf, 0x35, 0xa8, 0x67, 0x2a, 0x9a, 0xe8, 0xce, 0xd2, 0xa5, - 0x50, 0x29, 0xd3, 0x3b, 0x97, 0x2c, 0xa5, 0x1a, 0x2b, 0xdf, 0xd3, 0xd0, 0xaf, 0x35, 0xa8, 0x67, - 0xea, 0x87, 0xf9, 0x84, 0x3a, 0x5b, 0xf7, 0xcc, 0x27, 0xd4, 0x79, 0x85, 0xcb, 0x15, 0xf4, 0x73, - 0x0d, 0x6a, 0x69, 0x89, 0x0e, 0xdd, 0x5a, 0xb2, 0xb2, 0x27, 0xc5, 0xb9, 0x7d, 0xa9, 0xba, 0xa0, - 0xb1, 0x82, 0x7e, 0xa6, 0x41, 0x35, 0x29, 0x9c, 0xa1, 0x5c, 0xa1, 0xe9, 0x54, 0x69, 0xae, 0x7d, - 0x6b, 0xb9, 0x9f, 0x17, 0x24, 0x49, 0x6a, 0x5a, 0xf9, 0x24, 0x39, 0x55, 0x82, 0x6b, 0xdf, 0x5a, - 0xee, 0xe7, 0x54, 0x12, 0x6e, 0x33, 0x99, 0xd2, 0x58, 0x3e, 0x9b, 0x39, 0x5b, 0x82, 0xcb, 0x67, - 0x33, 0xe7, 0xd5, 0xe4, 0xa4, 0xcd, 0xa4, 0x25, 0xb8, 0x7c, 0x36, 0x73, 0xba, 0x9a, 0x97, 0xcf, - 0x66, 0xce, 0xd4, 0xfd, 0x94, 0x7e, 0x32, 0xc5, 0xb7, 0x7c, 0xfa, 0x39, 0x5b, 0xe5, 0xcb, 0xa7, - 0x9f, 0x73, 0xaa, 0x7e, 0x4a, 0x3f, 0xf3, 0x5b, 0xcc, 0xad, 0xe5, 0x4a, 0x55, 0xcb, 0xe8, 0xe7, - 0x4c, 0xd9, 0xcc, 0x58, 0x41, 0xbf, 0x50, 0xcf, 0x34, 0xb2, 0xd8, 0x85, 0x72, 0xe3, 0x2d, 0x14, - 0xc9, 0xda, 0x6f, 0x5f, 0x22, 0xf2, 0x0a, 0x17, 0xf8, 0x4b, 0x0d, 0x60, 0x5e, 0x20, 0xcb, 0x27, - 0xce, 0x99, 0xf2, 0x5c, 0xfb, 0xce, 0xb2, 0xbf, 0x2f, 0x1c, 0xf4, 0xa4, 0x3c, 0x96, 0xef, 0xa0, - 0x9f, 0x2a, 0xe8, 0xe5, 0x3b, 0xe8, 0xa7, 0x2b, 0x72, 0xc6, 0xca, 0x7b, 0x95, 0x1f, 0xad, 0xca, - 0x24, 0xa9, 0x2c, 0x3e, 0xaf, 0xfd, 0x37, 0x00, 0x00, 0xff, 0xff, 0x91, 0x76, 0x44, 0xa6, 0xd5, - 0x25, 0x00, 0x00, +var fileDescriptor_driver_a6b7088165e5d559 = []byte{ + // 2810 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x59, 0x5f, 0x6f, 0xe3, 0xc6, + 0x11, 0x37, 0xf5, 0xcf, 0xd2, 0x48, 0x96, 0x79, 0x7b, 0x77, 0x8d, 0xa2, 0xa0, 0xcd, 0x85, 0x40, + 0x00, 0x23, 0x69, 0xe4, 0xc6, 0x69, 0xd3, 0xfc, 0xb9, 0xbb, 0x44, 0x91, 0x78, 0x67, 0xe7, 0x2c, + 0xd9, 0x59, 0xc9, 0x48, 0x52, 0x24, 0x61, 0x68, 0x72, 0x4f, 0x62, 0x2c, 0xfe, 0x09, 0x97, 0xf2, + 0xd9, 0x01, 0x0a, 0xe4, 0x21, 0x40, 0x81, 0xa2, 0x2d, 0x8a, 0xb4, 0xef, 0x41, 0xdf, 0x8b, 0xa2, + 0xaf, 0x7d, 0xea, 0x17, 0x08, 0xd0, 0x4f, 0xd0, 0x2f, 0x50, 0xa0, 0x7d, 0xe8, 0x27, 0x28, 0xf6, + 0x0f, 0x29, 0xca, 0xf2, 0x25, 0xa6, 0x74, 0x7d, 0x22, 0x77, 0x76, 0xf9, 0x9b, 0xe1, 0xcc, 0xec, + 0xcc, 0xec, 0x0e, 0xd4, 0xec, 0xd0, 0x39, 0x25, 0x61, 0x2b, 0x08, 0xfd, 0xc8, 0x47, 0x2f, 0x8c, + 0x4d, 0x3a, 0x76, 0x2c, 0x3f, 0x0c, 0x5a, 0x9e, 0xef, 0x9a, 0x76, 0x2b, 0x98, 0x4c, 0x47, 0x8e, + 0x47, 0x5b, 0x62, 0x15, 0x6d, 0x1d, 0x9b, 0x94, 0x88, 0xb5, 0xcd, 0x1f, 0x8d, 0x7c, 0x7f, 0x34, + 0x21, 0xdb, 0x7c, 0x74, 0x3c, 0x7d, 0xb8, 0x6d, 0x4f, 0x43, 0x33, 0x72, 0x7c, 0x4f, 0xce, 0x3f, + 0x7b, 0x71, 0x3e, 0x72, 0x5c, 0x42, 0x23, 0xd3, 0x0d, 0xe4, 0x82, 0xb7, 0x47, 0x4e, 0x34, 0x9e, + 0x1e, 0xb7, 0x2c, 0xdf, 0xdd, 0x4e, 0xf8, 0x6e, 0x73, 0xbe, 0xdb, 0x92, 0xef, 0x36, 0x1d, 0x9b, + 0x21, 0xb1, 0xb7, 0xc7, 0xd6, 0x84, 0x06, 0xc4, 0x62, 0x4f, 0x83, 0xbd, 0x08, 0x04, 0xed, 0x69, + 0x78, 0x6a, 0x68, 0xd2, 0x93, 0x8e, 0xef, 0x3d, 0x74, 0x46, 0x03, 0x6b, 0x4c, 0x5c, 0x13, 0x93, + 0xcf, 0xa7, 0x84, 0x46, 0xda, 0x47, 0xd0, 0x58, 0x9c, 0xa2, 0x81, 0xef, 0x51, 0x82, 0xde, 0x86, + 0x02, 0x03, 0x69, 0x28, 0xb7, 0x94, 0xad, 0xea, 0xce, 0x8f, 0x5b, 0x8f, 0xfb, 0x69, 0xc1, 0xbc, + 0x25, 0x99, 0xb7, 0x06, 0x01, 0xb1, 0x30, 0xff, 0x52, 0xbb, 0x09, 0xd7, 0x3b, 0x66, 0x60, 0x1e, + 0x3b, 0x13, 0x27, 0x72, 0x08, 0x8d, 0x99, 0x7e, 0x01, 0x37, 0xe6, 0xc9, 0x92, 0xe1, 0x31, 0xd4, + 0xac, 0x14, 0x5d, 0x32, 0xbe, 0xdb, 0xba, 0xba, 0xb6, 0x5b, 0x5d, 0x4e, 0x9a, 0x43, 0x9f, 0xc3, + 0xd4, 0x6e, 0x00, 0xba, 0xe7, 0x78, 0x23, 0x12, 0x06, 0xa1, 0xe3, 0x45, 0xb1, 0x44, 0x7f, 0xcc, + 0xc3, 0xf5, 0x39, 0xb2, 0x94, 0xc8, 0x07, 0x30, 0xa3, 0x28, 0x74, 0x8e, 0xa7, 0x11, 0x97, 0x27, + 0xbf, 0x55, 0xdd, 0x39, 0xc8, 0x22, 0xcf, 0x25, 0xa0, 0xad, 0x76, 0x82, 0xa8, 0x7b, 0x51, 0x78, + 0x8e, 0x53, 0x2c, 0x90, 0x05, 0xa5, 0x31, 0x31, 0x27, 0xd1, 0xb8, 0x91, 0xbb, 0xa5, 0x6c, 0xd5, + 0x77, 0x1e, 0xac, 0xca, 0x6c, 0x97, 0xa3, 0x0d, 0x22, 0x33, 0x22, 0x58, 0x42, 0xa3, 0x97, 0x00, + 0x89, 0x37, 0xc3, 0x26, 0xd4, 0x0a, 0x9d, 0x80, 0xb9, 0x63, 0x23, 0x7f, 0x4b, 0xd9, 0xaa, 0xe0, + 0x6b, 0x62, 0xa6, 0x3b, 0x9b, 0x68, 0xde, 0x81, 0xcd, 0x0b, 0x22, 0x23, 0x15, 0xf2, 0x27, 0xe4, + 0x9c, 0x1b, 0xa8, 0x82, 0xd9, 0x2b, 0xba, 0x01, 0xc5, 0x53, 0x73, 0x32, 0x25, 0x5c, 0xee, 0x0a, + 0x16, 0x83, 0x37, 0x72, 0xaf, 0x29, 0xda, 0xeb, 0x50, 0x4d, 0x09, 0x81, 0xea, 0x00, 0x47, 0xfd, + 0xae, 0x3e, 0xd4, 0x3b, 0x43, 0xbd, 0xab, 0xae, 0xa1, 0x0d, 0xa8, 0x1c, 0xf5, 0x77, 0xf5, 0xf6, + 0xfe, 0x70, 0xf7, 0x43, 0x55, 0x41, 0x55, 0x58, 0x8f, 0x07, 0x39, 0xed, 0x97, 0x80, 0x30, 0xb1, + 0xfc, 0x53, 0x12, 0x32, 0x27, 0x95, 0xc6, 0x42, 0x4f, 0xc1, 0x7a, 0x64, 0xd2, 0x13, 0xc3, 0xb1, + 0xa5, 0x00, 0x25, 0x36, 0xdc, 0xb3, 0x51, 0x1f, 0x4a, 0x63, 0xd3, 0xb3, 0x27, 0x42, 0x88, 0xea, + 0xce, 0xab, 0x59, 0x94, 0xc7, 0x38, 0xec, 0xf2, 0xaf, 0xb1, 0x44, 0x61, 0xee, 0x3b, 0xc7, 0x5e, + 0xa8, 0x54, 0xfb, 0x04, 0xd4, 0x41, 0x64, 0x86, 0x51, 0x5a, 0xa6, 0x77, 0xa1, 0xc0, 0x84, 0x90, + 0x2e, 0x9b, 0x99, 0xb1, 0xd8, 0x7f, 0x98, 0x63, 0x68, 0x5f, 0xe6, 0xe1, 0x5a, 0x8a, 0x81, 0x74, + 0xc5, 0x8f, 0xa0, 0x14, 0x12, 0x3a, 0x9d, 0x44, 0x9c, 0x47, 0x7d, 0xa7, 0x9b, 0x85, 0xc7, 0x02, + 0x5c, 0x0b, 0x73, 0x2c, 0x2c, 0x31, 0xd1, 0x16, 0xa8, 0xe2, 0x33, 0x83, 0x84, 0xa1, 0x1f, 0x1a, + 0x2e, 0x1d, 0x49, 0x4b, 0xd6, 0x05, 0x5d, 0x67, 0xe4, 0x1e, 0x1d, 0xa5, 0x94, 0x9c, 0x7f, 0x12, + 0x4a, 0x46, 0x0f, 0x41, 0xf5, 0x48, 0xf4, 0xc8, 0x0f, 0x4f, 0x0c, 0xa6, 0xe9, 0xd0, 0xb1, 0x49, + 0xa3, 0xc0, 0x91, 0xdf, 0xcc, 0x82, 0xdc, 0x17, 0x18, 0x07, 0x12, 0x02, 0x6f, 0x7a, 0xf3, 0x04, + 0xed, 0x45, 0x28, 0x89, 0x7f, 0x66, 0x2e, 0x36, 0x38, 0xea, 0x74, 0xf4, 0xc1, 0x40, 0x5d, 0x43, + 0x15, 0x28, 0x62, 0x7d, 0x88, 0x99, 0xeb, 0x55, 0xa0, 0x78, 0xaf, 0x3d, 0x6c, 0xef, 0xab, 0x39, + 0xed, 0x05, 0xd8, 0x7c, 0xdf, 0x74, 0xa2, 0xab, 0x78, 0x9d, 0x16, 0x81, 0x3a, 0x5b, 0x2b, 0x8d, + 0xd5, 0x9f, 0x33, 0x56, 0x46, 0x25, 0xe9, 0x67, 0x4e, 0x74, 0xc1, 0x3c, 0x2a, 0xe4, 0x49, 0x18, + 0x4a, 0x8b, 0xb0, 0x57, 0xed, 0x11, 0x6c, 0x0e, 0x22, 0x3f, 0xb8, 0xd2, 0xbe, 0x78, 0x05, 0xd6, + 0x59, 0x52, 0xf1, 0xa7, 0x91, 0xdc, 0x18, 0x4f, 0xb7, 0x44, 0xd2, 0x69, 0xc5, 0x49, 0xa7, 0xd5, + 0x95, 0x49, 0x09, 0xc7, 0x2b, 0xd1, 0x0f, 0xa0, 0x44, 0x9d, 0x91, 0x67, 0x4e, 0x64, 0x60, 0x90, + 0x23, 0x0d, 0x31, 0xef, 0x8f, 0x19, 0xcb, 0x1d, 0xf1, 0x12, 0xa0, 0x2e, 0xa1, 0x51, 0xe8, 0x9f, + 0x5f, 0x49, 0x63, 0x37, 0xe1, 0xfa, 0xdc, 0x72, 0x89, 0x82, 0x40, 0xdd, 0x77, 0x28, 0x57, 0x64, + 0x92, 0x2a, 0x4c, 0xb8, 0x96, 0xa2, 0x49, 0xed, 0xee, 0x43, 0x91, 0x21, 0xc5, 0x01, 0x39, 0xb3, + 0x07, 0xb2, 0x40, 0x34, 0xa5, 0x58, 0x80, 0x30, 0xe1, 0xf7, 0x3c, 0x96, 0xae, 0xae, 0x66, 0xee, + 0x6f, 0x72, 0x70, 0x7d, 0x6e, 0xbd, 0x14, 0x6a, 0xc5, 0x08, 0x20, 0x65, 0xe2, 0x18, 0x68, 0x08, + 0x25, 0xb1, 0x4c, 0xda, 0xeb, 0x76, 0x56, 0x34, 0x91, 0x06, 0x25, 0xa6, 0xc4, 0xba, 0x74, 0xa7, + 0xe5, 0xff, 0x2f, 0x3b, 0x4d, 0x8d, 0xff, 0x88, 0x7e, 0xaf, 0x3a, 0x3f, 0x85, 0x6b, 0xa9, 0xc5, + 0x52, 0x97, 0x0f, 0xa0, 0x48, 0x19, 0x41, 0x2a, 0xf3, 0x67, 0xcb, 0x28, 0x93, 0x62, 0x81, 0xa1, + 0x5d, 0x17, 0x1c, 0xf4, 0x53, 0xe2, 0x25, 0xf2, 0x68, 0x5d, 0xb8, 0x36, 0xe0, 0xfe, 0x7c, 0xa5, + 0x0d, 0x34, 0xdb, 0x0b, 0xb9, 0xb9, 0xbd, 0x70, 0x03, 0x50, 0x1a, 0x45, 0xfa, 0xf1, 0x39, 0x6c, + 0xea, 0x67, 0xc4, 0xba, 0x12, 0x72, 0x03, 0xd6, 0x2d, 0xdf, 0x75, 0x4d, 0xcf, 0x6e, 0xe4, 0x6e, + 0xe5, 0xb7, 0x2a, 0x38, 0x1e, 0xa6, 0x37, 0x6d, 0xfe, 0xaa, 0x9b, 0x56, 0xfb, 0x5a, 0x01, 0x75, + 0xc6, 0x5b, 0x6a, 0x93, 0x49, 0x1f, 0xd9, 0x0c, 0x88, 0xf1, 0xae, 0x61, 0x39, 0x92, 0xf4, 0x38, + 0xae, 0x08, 0x3a, 0x09, 0xc3, 0x54, 0xf0, 0xca, 0x3f, 0x89, 0xe0, 0xa5, 0xfd, 0x4b, 0x01, 0xb4, + 0x58, 0x97, 0xa1, 0xe7, 0xa0, 0x46, 0x89, 0x67, 0x1b, 0x42, 0x97, 0xc2, 0xd6, 0x65, 0x5c, 0x65, + 0x34, 0xa1, 0x54, 0x8a, 0x10, 0x14, 0xc8, 0x19, 0xb1, 0xb8, 0x7c, 0x65, 0xcc, 0xdf, 0x91, 0x0b, + 0xb5, 0x87, 0xd4, 0x70, 0xa8, 0x3f, 0x31, 0x93, 0xb2, 0xa5, 0xbe, 0xf3, 0xee, 0x6a, 0x45, 0x62, + 0xeb, 0xde, 0x60, 0x2f, 0x46, 0xc4, 0xd5, 0x87, 0x34, 0x19, 0x68, 0x2d, 0xa8, 0xa6, 0xe6, 0x50, + 0x19, 0x0a, 0xfd, 0x83, 0xbe, 0xae, 0xae, 0x21, 0x80, 0x52, 0x67, 0x17, 0x1f, 0x1c, 0x0c, 0x45, + 0xe6, 0xd8, 0xeb, 0xb5, 0xef, 0xeb, 0x6a, 0x4e, 0xfb, 0x5d, 0x01, 0x60, 0x96, 0xd1, 0x51, 0x1d, + 0x72, 0x89, 0xcd, 0x73, 0x8e, 0xcd, 0xfe, 0xc8, 0x33, 0xdd, 0xb8, 0x4a, 0xe2, 0xef, 0x68, 0x07, + 0x6e, 0xba, 0x74, 0x14, 0x98, 0xd6, 0x89, 0x21, 0x73, 0xb0, 0xc5, 0x3f, 0xe6, 0xbf, 0x56, 0xc3, + 0xd7, 0xe5, 0xa4, 0x94, 0x5a, 0xe0, 0xbe, 0x07, 0x79, 0xe2, 0x9d, 0x36, 0x0a, 0x3c, 0x00, 0xbe, + 0xb5, 0x5c, 0xb9, 0xd1, 0xd2, 0xbd, 0x53, 0x51, 0x81, 0x32, 0x2c, 0x34, 0x80, 0x4a, 0x48, 0xa8, + 0x3f, 0x0d, 0x2d, 0x42, 0x1b, 0xc5, 0xec, 0x1b, 0x0f, 0xc7, 0x1f, 0xe3, 0x19, 0x0e, 0xda, 0x83, + 0x92, 0xeb, 0x4f, 0xbd, 0x88, 0x36, 0x4a, 0x5c, 0xd4, 0x97, 0xb3, 0x20, 0xf6, 0xd8, 0x97, 0x58, + 0x02, 0xa0, 0x7d, 0x58, 0xb7, 0xc9, 0xa9, 0xc3, 0xa4, 0x5b, 0xe7, 0x58, 0x3b, 0x99, 0x6c, 0xce, + 0x3f, 0xc5, 0x31, 0x04, 0x33, 0xc4, 0x94, 0x92, 0xb0, 0x51, 0x16, 0x86, 0x60, 0xef, 0xe8, 0x19, + 0xa8, 0x98, 0x93, 0x89, 0x6f, 0x19, 0xb6, 0x13, 0x36, 0x2a, 0x7c, 0xa2, 0xcc, 0x09, 0x5d, 0x27, + 0x6c, 0xbe, 0x0a, 0xe5, 0x58, 0x5f, 0x99, 0xca, 0xdf, 0x7f, 0x28, 0x50, 0x49, 0x54, 0x83, 0x3e, + 0x86, 0x8d, 0xd0, 0x7c, 0x64, 0xcc, 0x14, 0x2d, 0x22, 0xdc, 0x6b, 0x99, 0x14, 0x6d, 0x3e, 0x9a, + 0xe9, 0xba, 0x16, 0xa6, 0x46, 0xc8, 0x82, 0xcd, 0x89, 0xe3, 0x4d, 0xcf, 0x52, 0x0c, 0x44, 0x06, + 0x79, 0x23, 0x0b, 0x83, 0x7d, 0x06, 0x31, 0x63, 0x51, 0x9f, 0xcc, 0x8d, 0xb5, 0xbf, 0x29, 0x50, + 0x4b, 0xcb, 0xc0, 0xd4, 0x61, 0x05, 0x53, 0xfe, 0x2b, 0x79, 0xcc, 0x5e, 0x59, 0x68, 0x71, 0x89, + 0xeb, 0x87, 0xe7, 0x9c, 0x7d, 0x1e, 0xcb, 0x11, 0xd3, 0xba, 0xed, 0xd0, 0x13, 0xee, 0xd9, 0x79, + 0xcc, 0xdf, 0x19, 0xcd, 0xf1, 0x03, 0xca, 0x8b, 0xbe, 0x3c, 0xe6, 0xef, 0xe8, 0x7d, 0x28, 0xcb, + 0xac, 0xc2, 0x5c, 0x31, 0xbf, 0x64, 0x8a, 0x8a, 0x25, 0xc4, 0x09, 0x98, 0xf6, 0xa7, 0x1c, 0x6c, + 0x5e, 0x98, 0x65, 0xc2, 0x0a, 0xaf, 0x88, 0x63, 0xb3, 0x18, 0x31, 0xc1, 0x2c, 0xc7, 0x8e, 0xab, + 0x2e, 0xfe, 0xce, 0xf7, 0x73, 0x20, 0x2b, 0xa2, 0x9c, 0x13, 0x30, 0xbb, 0xbb, 0xc7, 0x4e, 0x24, + 0xa4, 0x2f, 0x62, 0x31, 0x40, 0x9f, 0x40, 0x3d, 0x24, 0x94, 0x84, 0xa7, 0xc4, 0x36, 0x02, 0x3f, + 0x8c, 0xe2, 0x9f, 0xf8, 0xf9, 0x12, 0x3f, 0x71, 0xe8, 0x87, 0x11, 0xde, 0x88, 0xe1, 0xd8, 0x88, + 0xa2, 0x8f, 0x60, 0xc3, 0x3e, 0xf7, 0x4c, 0xd7, 0xb1, 0x24, 0x7c, 0x69, 0x35, 0xf8, 0x9a, 0x44, + 0xe3, 0xe8, 0xec, 0xc0, 0x96, 0x9a, 0x64, 0xbf, 0x38, 0x31, 0x8f, 0xc9, 0x44, 0x6a, 0x47, 0x0c, + 0xe6, 0x1d, 0xbe, 0x28, 0x1d, 0x5e, 0xfb, 0x2a, 0x07, 0xf5, 0x79, 0xef, 0x41, 0x3f, 0x04, 0xb0, + 0x82, 0xa9, 0x11, 0x90, 0xd0, 0xf1, 0x6d, 0xe9, 0x23, 0x15, 0x2b, 0x98, 0x1e, 0x72, 0x02, 0xdb, + 0x73, 0x6c, 0xfa, 0xf3, 0xa9, 0x1f, 0x99, 0xd2, 0x59, 0xca, 0x56, 0x30, 0x7d, 0x8f, 0x8d, 0xe3, + 0x6f, 0xf9, 0x05, 0x03, 0x95, 0x4e, 0xc3, 0x96, 0x0f, 0x38, 0x01, 0xbd, 0x0c, 0x37, 0x85, 0x5f, + 0x19, 0x13, 0xc7, 0x75, 0x22, 0xc3, 0xf1, 0x8c, 0xe3, 0x73, 0x76, 0x50, 0x17, 0xae, 0x84, 0xc4, + 0xe4, 0x3e, 0x9b, 0xdb, 0xf3, 0xde, 0x61, 0x33, 0x48, 0x83, 0x0d, 0xdf, 0x77, 0x0d, 0x6a, 0xf9, + 0x21, 0x31, 0x4c, 0xfb, 0x33, 0x1e, 0xe8, 0xf2, 0xb8, 0xea, 0xfb, 0xee, 0x80, 0xd1, 0xda, 0xf6, + 0x67, 0xe8, 0x59, 0xa8, 0x5a, 0xc1, 0x94, 0x92, 0xc8, 0x60, 0x8f, 0x46, 0x89, 0xff, 0x36, 0x08, + 0x52, 0x27, 0x98, 0xd2, 0xd4, 0x02, 0x97, 0xb8, 0x2c, 0x1a, 0xa5, 0x16, 0xf4, 0x88, 0x4b, 0xb5, + 0x8f, 0xa1, 0xc8, 0x63, 0x17, 0xfb, 0x3b, 0x9e, 0xf7, 0x03, 0x33, 0x1a, 0x4b, 0xfd, 0x95, 0x19, + 0xe1, 0xd0, 0x8c, 0xc6, 0x6c, 0x72, 0xec, 0xd3, 0x48, 0x4c, 0x0a, 0x27, 0x2b, 0x33, 0x02, 0x9f, + 0x6c, 0x42, 0x39, 0x24, 0xa6, 0xed, 0x7b, 0x93, 0x73, 0xfe, 0xe3, 0x65, 0x9c, 0x8c, 0xb5, 0xcf, + 0xa1, 0x24, 0xc2, 0xd9, 0x0a, 0xf8, 0x2f, 0x01, 0xb2, 0x46, 0xa1, 0x3f, 0x0d, 0x98, 0x65, 0x5c, + 0x87, 0x52, 0xc7, 0xf7, 0x68, 0x7c, 0x07, 0x20, 0x66, 0x0e, 0x67, 0x13, 0xda, 0xb7, 0x8a, 0x48, + 0x6b, 0xe2, 0xf0, 0xc6, 0x4a, 0x04, 0x99, 0xa3, 0x56, 0x3b, 0xf0, 0x4a, 0x94, 0xb8, 0xe0, 0x23, + 0xf2, 0xd6, 0x63, 0xa9, 0x82, 0x8f, 0x88, 0x82, 0x8f, 0xb0, 0xc2, 0x42, 0xe6, 0x51, 0x81, 0x29, + 0xd2, 0x68, 0xd5, 0x4e, 0x6a, 0x62, 0xa2, 0xfd, 0x5b, 0x49, 0xc2, 0x40, 0x5c, 0xb6, 0x22, 0x0b, + 0xca, 0x6c, 0x33, 0x19, 0xae, 0x19, 0xc8, 0x83, 0xc5, 0xee, 0x0a, 0x65, 0x71, 0x8b, 0xed, 0x9d, + 0x9e, 0x19, 0x88, 0x04, 0xbb, 0x1e, 0x88, 0x11, 0x8b, 0x29, 0xa6, 0x3d, 0x8b, 0x29, 0xec, 0x1d, + 0x3d, 0x0f, 0x75, 0x73, 0x1a, 0xf9, 0x86, 0x69, 0x9f, 0x92, 0x30, 0x72, 0x28, 0x91, 0x06, 0xdf, + 0x60, 0xd4, 0x76, 0x4c, 0x6c, 0xbe, 0x01, 0xb5, 0x34, 0xe6, 0xf7, 0x25, 0xa1, 0x62, 0x3a, 0x09, + 0x7d, 0x0a, 0x30, 0x2b, 0xcc, 0x98, 0x63, 0x90, 0x33, 0x27, 0x32, 0x2c, 0xdf, 0x16, 0x31, 0xaf, + 0x88, 0xcb, 0x8c, 0xd0, 0xf1, 0x6d, 0x72, 0xa1, 0xd6, 0x2d, 0xc6, 0xb5, 0x2e, 0xdb, 0x8b, 0x6c, + 0xe7, 0x9c, 0x38, 0x93, 0x09, 0xb1, 0xa5, 0x84, 0x15, 0xdf, 0x77, 0x1f, 0x70, 0x82, 0xf6, 0x9f, + 0x9c, 0x70, 0x10, 0x71, 0xe6, 0xb8, 0x52, 0xdd, 0x93, 0x18, 0x3d, 0xff, 0x04, 0x8c, 0xfe, 0x3c, + 0x6c, 0x52, 0xe7, 0x0b, 0x62, 0xf8, 0x9e, 0xc1, 0xb2, 0x8a, 0xe1, 0x1e, 0xcb, 0x28, 0x50, 0x63, + 0xe4, 0x03, 0xaf, 0xeb, 0xd0, 0x93, 0xde, 0x31, 0x7a, 0x1d, 0x80, 0x46, 0x66, 0x18, 0x11, 0xdb, + 0x30, 0x23, 0x59, 0xe5, 0x34, 0x17, 0x0a, 0xeb, 0x61, 0x7c, 0x05, 0x8b, 0x2b, 0x72, 0x75, 0x3b, + 0x42, 0x77, 0xa0, 0x66, 0xf9, 0x6e, 0x30, 0x21, 0xf2, 0xe3, 0xd2, 0xf7, 0x7e, 0x5c, 0x4d, 0xd6, + 0xb7, 0xa3, 0x54, 0x55, 0xbd, 0xfe, 0x44, 0xaa, 0xea, 0xbf, 0x2b, 0xe2, 0x98, 0x95, 0x3e, 0xea, + 0xa1, 0xc9, 0x25, 0xf7, 0x95, 0xfb, 0xab, 0x1c, 0x1e, 0xbf, 0xeb, 0xb2, 0x72, 0xd5, 0x8b, 0xc1, + 0x6f, 0xf3, 0x50, 0x49, 0x4e, 0x6b, 0x0b, 0x1e, 0xf3, 0x1a, 0x54, 0x92, 0x9b, 0x70, 0x59, 0xc4, + 0x7c, 0xa7, 0xa1, 0x92, 0xc5, 0xe8, 0x04, 0x90, 0x39, 0x1a, 0x25, 0x25, 0x90, 0x31, 0xa5, 0xe6, + 0x28, 0x3e, 0xe9, 0xde, 0xc9, 0xaa, 0x8c, 0x38, 0x91, 0x1d, 0x31, 0x10, 0xac, 0x9a, 0xa3, 0xd1, + 0x1c, 0x05, 0x7d, 0xa9, 0xc0, 0xcd, 0x79, 0x4e, 0xc6, 0xf1, 0xb9, 0x11, 0x38, 0xb6, 0xac, 0xcd, + 0x7b, 0x4b, 0x9d, 0x5d, 0x5b, 0x73, 0x4c, 0xde, 0x39, 0x3f, 0x74, 0x6c, 0xa1, 0x7e, 0x14, 0x2e, + 0x4c, 0x34, 0xbf, 0x52, 0xe0, 0xa9, 0xc7, 0xac, 0xbf, 0xc4, 0x1e, 0x83, 0xb4, 0x3d, 0x56, 0x56, + 0x48, 0xca, 0x9c, 0x7f, 0x56, 0xc4, 0x41, 0x7b, 0x5e, 0x3f, 0xf7, 0x66, 0xb5, 0x61, 0x75, 0xe7, + 0xa7, 0x59, 0x98, 0x75, 0x0e, 0x8f, 0x04, 0x0f, 0x5e, 0x51, 0x1e, 0xcc, 0x55, 0x94, 0x19, 0x6b, + 0x9d, 0x1e, 0xff, 0x52, 0xa0, 0x49, 0x18, 0xed, 0xaf, 0x79, 0x28, 0xc7, 0x2c, 0x58, 0x46, 0xa7, + 0xe7, 0x34, 0x22, 0xae, 0xe1, 0xc6, 0x31, 0x51, 0xc1, 0x20, 0x48, 0x3d, 0x16, 0x15, 0x9f, 0x81, + 0x0a, 0x3b, 0x22, 0x88, 0xe9, 0x1c, 0x9f, 0x2e, 0x33, 0x02, 0x9f, 0x7c, 0x16, 0xaa, 0x91, 0x1f, + 0x99, 0x13, 0x23, 0x72, 0xac, 0x13, 0x91, 0x44, 0x15, 0x0c, 0x9c, 0x34, 0x64, 0x14, 0xf4, 0x22, + 0x5c, 0x8b, 0xc6, 0xa1, 0x1f, 0x45, 0x13, 0x56, 0x10, 0xf2, 0xc2, 0x47, 0x14, 0x29, 0x05, 0xac, + 0x26, 0x13, 0xa2, 0x20, 0xa2, 0x2c, 0x1d, 0xcc, 0x16, 0x33, 0xaf, 0xe6, 0x61, 0xaa, 0x80, 0x37, + 0x12, 0x2a, 0xf3, 0x7a, 0xd4, 0x80, 0xf5, 0x80, 0x84, 0x16, 0xf1, 0x44, 0x24, 0x52, 0x70, 0x3c, + 0x44, 0x36, 0x6c, 0xba, 0xc4, 0xa4, 0xd3, 0x90, 0xd8, 0xc6, 0x43, 0x87, 0x4c, 0x6c, 0x71, 0x60, + 0xaa, 0x67, 0xab, 0xa1, 0x63, 0xdd, 0xb4, 0xee, 0x71, 0x08, 0x5c, 0x8f, 0x31, 0xc5, 0x98, 0x15, + 0x21, 0xe2, 0x0d, 0x6d, 0x42, 0x75, 0xf0, 0xe1, 0x60, 0xa8, 0xf7, 0x8c, 0xde, 0x41, 0x57, 0x97, + 0x57, 0xfa, 0x03, 0x1d, 0x8b, 0xa1, 0xc2, 0xe6, 0x87, 0x07, 0xc3, 0xf6, 0xbe, 0x31, 0xdc, 0xeb, + 0x3c, 0x18, 0xa8, 0x39, 0x74, 0x13, 0xae, 0x0d, 0x77, 0xf1, 0xc1, 0x70, 0xb8, 0xaf, 0x77, 0x8d, + 0x43, 0x1d, 0xef, 0x1d, 0x74, 0x07, 0x6a, 0x1e, 0x21, 0xa8, 0xcf, 0xc8, 0xc3, 0xbd, 0x9e, 0xae, + 0x16, 0x50, 0x15, 0xd6, 0x0f, 0x75, 0xdc, 0xd1, 0xfb, 0x43, 0xb5, 0xa8, 0xfd, 0x33, 0x07, 0xd5, + 0x94, 0x29, 0x99, 0x73, 0x87, 0x54, 0x1c, 0xa1, 0x0a, 0x98, 0xbd, 0xb2, 0x60, 0x63, 0x99, 0xd6, + 0x58, 0x98, 0xa8, 0x80, 0xc5, 0x80, 0x19, 0xcf, 0x35, 0xcf, 0x52, 0x71, 0xa0, 0x80, 0xcb, 0xae, + 0x79, 0x26, 0x40, 0x9e, 0x83, 0xda, 0x09, 0x09, 0x3d, 0x32, 0x91, 0xf3, 0xc2, 0x2c, 0x55, 0x41, + 0x13, 0x4b, 0xb6, 0x40, 0x95, 0x4b, 0x66, 0x30, 0xc2, 0x26, 0x75, 0x41, 0xef, 0xc5, 0x60, 0xa3, + 0x45, 0xd5, 0x97, 0xb8, 0xea, 0xef, 0x2e, 0xe9, 0xae, 0x8f, 0xd3, 0xfe, 0x20, 0xd1, 0xfe, 0x3a, + 0xe4, 0x71, 0x7c, 0x93, 0xdd, 0x69, 0x77, 0x76, 0x99, 0xc6, 0x37, 0xa0, 0xd2, 0x6b, 0x7f, 0x60, + 0x1c, 0xb5, 0x07, 0xf7, 0x75, 0x35, 0x87, 0x54, 0xa8, 0x3d, 0xd0, 0x71, 0x5f, 0xdf, 0x37, 0x8e, + 0x06, 0xed, 0xfb, 0xba, 0x9a, 0x47, 0x37, 0x40, 0x95, 0x14, 0xbe, 0x8e, 0x53, 0x0b, 0xda, 0x5f, + 0x72, 0xb0, 0x29, 0x82, 0x7f, 0x72, 0x61, 0xf6, 0xf8, 0x9b, 0xab, 0xe5, 0xe3, 0x73, 0x03, 0xd6, + 0x5d, 0x42, 0x13, 0x63, 0x54, 0x70, 0x3c, 0x44, 0x1e, 0x54, 0x4d, 0xcf, 0xf3, 0x23, 0x7e, 0xd7, + 0x42, 0x65, 0x04, 0xdd, 0xcf, 0x7e, 0xb5, 0x93, 0x88, 0xdf, 0x6a, 0xcf, 0xe0, 0x44, 0x00, 0x4d, + 0x33, 0x68, 0xde, 0x05, 0xf5, 0xe2, 0x82, 0x2c, 0x19, 0xec, 0x85, 0x97, 0x67, 0x09, 0x8c, 0x30, + 0x57, 0x3d, 0xea, 0x3f, 0xe8, 0x1f, 0xbc, 0xdf, 0x57, 0xd7, 0xd8, 0x00, 0x1f, 0xf5, 0xfb, 0x7b, + 0xfd, 0xfb, 0xaa, 0x82, 0x00, 0x4a, 0xfa, 0x07, 0x7b, 0x43, 0xbd, 0xab, 0xe6, 0x76, 0xfe, 0xbb, + 0x09, 0x25, 0x21, 0x24, 0xfa, 0x46, 0x66, 0xf0, 0x74, 0xf3, 0x15, 0x75, 0x96, 0xab, 0xa4, 0xe7, + 0xba, 0xba, 0xcd, 0xee, 0x6a, 0x20, 0xf2, 0x1e, 0x73, 0x0d, 0xfd, 0x41, 0x81, 0xda, 0xdc, 0x9d, + 0x5d, 0xa6, 0x9b, 0xa6, 0x4b, 0x5a, 0xbf, 0xcd, 0xb7, 0x97, 0x07, 0x48, 0xa4, 0xfa, 0x5a, 0x81, + 0x6a, 0xaa, 0xd5, 0x89, 0xee, 0x2e, 0xdd, 0x23, 0x15, 0x32, 0xbd, 0xb5, 0x62, 0x8f, 0x55, 0x5b, + 0xfb, 0x89, 0x82, 0x7e, 0xaf, 0x40, 0x35, 0xd5, 0x2c, 0xcc, 0x26, 0xd4, 0x62, 0x93, 0x33, 0x9b, + 0x50, 0x97, 0x75, 0x29, 0xd7, 0xd0, 0xaf, 0x15, 0xa8, 0x24, 0x8d, 0x3f, 0x74, 0x7b, 0xc9, 0x7e, + 0xa1, 0x10, 0xe7, 0xce, 0x4a, 0xdd, 0x46, 0x6d, 0x0d, 0xfd, 0x4a, 0x81, 0x72, 0xdc, 0x26, 0x43, + 0x99, 0x12, 0xd1, 0x85, 0x46, 0x5c, 0xf3, 0xf6, 0x72, 0x1f, 0xcf, 0x49, 0x12, 0x77, 0xb0, 0xb2, + 0x49, 0x72, 0xa1, 0xe1, 0xd6, 0xbc, 0xbd, 0xdc, 0xc7, 0x89, 0x24, 0xcc, 0x67, 0x52, 0x8d, 0xb0, + 0x6c, 0x3e, 0xb3, 0xd8, 0x70, 0xcb, 0xe6, 0x33, 0x97, 0x75, 0xe0, 0x84, 0xcf, 0x24, 0x0d, 0xb7, + 0x6c, 0x3e, 0x73, 0xb1, 0x77, 0x97, 0xcd, 0x67, 0x16, 0xba, 0x7c, 0x52, 0x3f, 0xa9, 0x56, 0x5b, + 0x36, 0xfd, 0x2c, 0xf6, 0xf4, 0xb2, 0xe9, 0xe7, 0x92, 0x1e, 0x9f, 0xd4, 0xcf, 0xec, 0xcc, 0x72, + 0x7b, 0xb9, 0xc6, 0xd4, 0x32, 0xfa, 0x59, 0x68, 0x92, 0x69, 0x6b, 0xe8, 0x37, 0xf2, 0x52, 0x46, + 0xb4, 0xb6, 0x50, 0x66, 0xbc, 0xb9, 0x96, 0x58, 0xf3, 0xcd, 0x15, 0xf2, 0x2c, 0x0f, 0x81, 0xbf, + 0x55, 0x00, 0x66, 0xed, 0xb0, 0x6c, 0xe2, 0x2c, 0x34, 0xe3, 0x9a, 0x77, 0x97, 0xfd, 0x7c, 0x6e, + 0xa3, 0xc7, 0xcd, 0xb0, 0x6c, 0x1b, 0xfd, 0x42, 0xfb, 0x2e, 0xdb, 0x46, 0xbf, 0xd8, 0x7f, 0xd3, + 0xd6, 0xde, 0x59, 0xff, 0x45, 0x51, 0x94, 0x44, 0x25, 0xfe, 0x78, 0xe5, 0x7f, 0x01, 0x00, 0x00, + 0xff, 0xff, 0xb0, 0x0e, 0x99, 0xe1, 0x4f, 0x26, 0x00, 0x00, } diff --git a/plugins/drivers/base/proto/driver.proto b/plugins/drivers/base/proto/driver.proto index 56ba91ca3..6bd1463f9 100644 --- a/plugins/drivers/base/proto/driver.proto +++ b/plugins/drivers/base/proto/driver.proto @@ -11,9 +11,9 @@ import "github.com/hashicorp/nomad/plugins/shared/hclspec/hcl_spec.proto"; // Some rpcs may not be implemented by the driver based on it's capabilities. service Driver { - // DriverTaskConfigSchema returns the schema for parsing the driver + // TaskConfigSchema returns the schema for parsing the driver // configuration of a task. - rpc DriverTaskConfigSchema(DriverTaskConfigSchemaRequest) returns (DriverTaskConfigSchemaResponse) {} + rpc TaskConfigSchema(TaskConfigSchemaRequest) returns (TaskConfigSchemaResponse) {} // Capabilities returns a set of features which the driver implements. Some // RPCs are not possible to implement on some runtimes, this allows the @@ -39,7 +39,7 @@ service Driver { // WaitTask blocks until the given task exits, returning the result of the // task. It may be called after the task has exited, but before the task is // destroyed. - rpc WaitTask(WaitTaskRequest) returns (WaitTaskResponse) {} + rpc WaitTask(WaitTaskRequest) returns (WaitTaskResponse) {} // StopTask stops a given task by sending the desired signal to the process. // If the task does not exit on its own within the given timeout, it will be @@ -75,9 +75,9 @@ service Driver { rpc ExecTask(ExecTaskRequest) returns (ExecTaskResponse) {} } -message DriverTaskConfigSchemaRequest {} +message TaskConfigSchemaRequest {} -message DriverTaskConfigSchemaResponse { +message TaskConfigSchemaResponse { // Spec is the configuration schema for the job driver config stanza hashicorp.nomad.plugins.shared.hclspec.Spec spec = 1; @@ -103,13 +103,24 @@ message FingerprintResponse { // used in scheduling contraints and affinities. map attributes = 1; - // Detected signifies if the necessary dependancies of the drive are met for - // nominal operation. - bool detected = 2; + enum HealthState { + UNDETECTED = 0; + UNHEALTHY = 1; + HEALTHY = 2; - // Healthy is true if the driver is able to make changes to a task's state - // ex. Start/Stop - bool healthy = 3; + } + + // Health is used to determine the state of the health the driver is in. + // Health can be one of the following states: + // * UNDETECTED: driver dependencies are not met and the driver can not start + // * UNHEALTHY: driver dependencies are met but the driver is unable to + // perform operations due to some other problem + // * HEALTHY: driver is able to perform all operations + HealthState health = 2; + + // HealthDescription is a human readable message describing the current + // state of driver health + string health_description = 3; } message RecoverTaskRequest { @@ -128,9 +139,6 @@ message StartTaskRequest { // Task configuration to launch TaskConfig task = 1; - //NetworkOverride is set if the driver sets network settings and the service ip/port - //needs to be set differently. - NetworkOverride network_override = 2; } message StartTaskResponse { @@ -151,12 +159,16 @@ message StartTaskResponse { // If Result is not successful, the DriverErrorMsg will be set. Result result = 1; - // Handle is opague to the client, but must be stored in order to potentially - // recover the task. - TaskHandle handle = 2; - // DriverErrorMsg is set if an error occured - string driver_error_msg = 3; + string driver_error_msg = 2; + + // Handle is opaque to the client, but must be stored in order to recover + // the task. + TaskHandle handle = 3; + + // NetworkOverride is set if the driver sets network settings and the service ip/port + // needs to be set differently. + NetworkOverride network_override = 4; } message WaitTaskRequest {