|
|
|
|
@@ -1,13 +1,15 @@
|
|
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
|
|
// source: protoc-gen-swagger/options/openapiv2.proto
|
|
|
|
|
|
|
|
|
|
package options // import "github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/options"
|
|
|
|
|
package options
|
|
|
|
|
|
|
|
|
|
import proto "github.com/golang/protobuf/proto"
|
|
|
|
|
import fmt "fmt"
|
|
|
|
|
import math "math"
|
|
|
|
|
import any "github.com/golang/protobuf/ptypes/any"
|
|
|
|
|
import _struct "github.com/golang/protobuf/ptypes/struct"
|
|
|
|
|
import (
|
|
|
|
|
fmt "fmt"
|
|
|
|
|
proto "github.com/golang/protobuf/proto"
|
|
|
|
|
any "github.com/golang/protobuf/ptypes/any"
|
|
|
|
|
_struct "github.com/golang/protobuf/ptypes/struct"
|
|
|
|
|
math "math"
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
|
|
var _ = proto.Marshal
|
|
|
|
|
@@ -18,7 +20,7 @@ var _ = math.Inf
|
|
|
|
|
// is compatible with the proto package it is being compiled against.
|
|
|
|
|
// A compilation error at this line likely means your copy of the
|
|
|
|
|
// proto package needs to be updated.
|
|
|
|
|
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
|
|
|
|
|
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
|
|
|
|
|
|
|
|
|
|
type Swagger_SwaggerScheme int32
|
|
|
|
|
|
|
|
|
|
@@ -37,6 +39,7 @@ var Swagger_SwaggerScheme_name = map[int32]string{
|
|
|
|
|
3: "WS",
|
|
|
|
|
4: "WSS",
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var Swagger_SwaggerScheme_value = map[string]int32{
|
|
|
|
|
"UNKNOWN": 0,
|
|
|
|
|
"HTTP": 1,
|
|
|
|
|
@@ -48,8 +51,9 @@ var Swagger_SwaggerScheme_value = map[string]int32{
|
|
|
|
|
func (x Swagger_SwaggerScheme) String() string {
|
|
|
|
|
return proto.EnumName(Swagger_SwaggerScheme_name, int32(x))
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (Swagger_SwaggerScheme) EnumDescriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_openapiv2_7182f700aabb5117, []int{0, 0}
|
|
|
|
|
return fileDescriptor_ba35ad8af024fb48, []int{0, 0}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type JSONSchema_JSONSchemaSimpleTypes int32
|
|
|
|
|
@@ -75,6 +79,7 @@ var JSONSchema_JSONSchemaSimpleTypes_name = map[int32]string{
|
|
|
|
|
6: "OBJECT",
|
|
|
|
|
7: "STRING",
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var JSONSchema_JSONSchemaSimpleTypes_value = map[string]int32{
|
|
|
|
|
"UNKNOWN": 0,
|
|
|
|
|
"ARRAY": 1,
|
|
|
|
|
@@ -89,8 +94,9 @@ var JSONSchema_JSONSchemaSimpleTypes_value = map[string]int32{
|
|
|
|
|
func (x JSONSchema_JSONSchemaSimpleTypes) String() string {
|
|
|
|
|
return proto.EnumName(JSONSchema_JSONSchemaSimpleTypes_name, int32(x))
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (JSONSchema_JSONSchemaSimpleTypes) EnumDescriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_openapiv2_7182f700aabb5117, []int{8, 0}
|
|
|
|
|
return fileDescriptor_ba35ad8af024fb48, []int{8, 0}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Required. The type of the security scheme. Valid values are "basic",
|
|
|
|
|
@@ -110,6 +116,7 @@ var SecurityScheme_Type_name = map[int32]string{
|
|
|
|
|
2: "TYPE_API_KEY",
|
|
|
|
|
3: "TYPE_OAUTH2",
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var SecurityScheme_Type_value = map[string]int32{
|
|
|
|
|
"TYPE_INVALID": 0,
|
|
|
|
|
"TYPE_BASIC": 1,
|
|
|
|
|
@@ -120,8 +127,9 @@ var SecurityScheme_Type_value = map[string]int32{
|
|
|
|
|
func (x SecurityScheme_Type) String() string {
|
|
|
|
|
return proto.EnumName(SecurityScheme_Type_name, int32(x))
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (SecurityScheme_Type) EnumDescriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_openapiv2_7182f700aabb5117, []int{11, 0}
|
|
|
|
|
return fileDescriptor_ba35ad8af024fb48, []int{11, 0}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Required. The location of the API key. Valid values are "query" or "header".
|
|
|
|
|
@@ -138,6 +146,7 @@ var SecurityScheme_In_name = map[int32]string{
|
|
|
|
|
1: "IN_QUERY",
|
|
|
|
|
2: "IN_HEADER",
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var SecurityScheme_In_value = map[string]int32{
|
|
|
|
|
"IN_INVALID": 0,
|
|
|
|
|
"IN_QUERY": 1,
|
|
|
|
|
@@ -147,8 +156,9 @@ var SecurityScheme_In_value = map[string]int32{
|
|
|
|
|
func (x SecurityScheme_In) String() string {
|
|
|
|
|
return proto.EnumName(SecurityScheme_In_name, int32(x))
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (SecurityScheme_In) EnumDescriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_openapiv2_7182f700aabb5117, []int{11, 1}
|
|
|
|
|
return fileDescriptor_ba35ad8af024fb48, []int{11, 1}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Required. The flow used by the OAuth2 security scheme. Valid values are
|
|
|
|
|
@@ -170,6 +180,7 @@ var SecurityScheme_Flow_name = map[int32]string{
|
|
|
|
|
3: "FLOW_APPLICATION",
|
|
|
|
|
4: "FLOW_ACCESS_CODE",
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var SecurityScheme_Flow_value = map[string]int32{
|
|
|
|
|
"FLOW_INVALID": 0,
|
|
|
|
|
"FLOW_IMPLICIT": 1,
|
|
|
|
|
@@ -181,8 +192,9 @@ var SecurityScheme_Flow_value = map[string]int32{
|
|
|
|
|
func (x SecurityScheme_Flow) String() string {
|
|
|
|
|
return proto.EnumName(SecurityScheme_Flow_name, int32(x))
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (SecurityScheme_Flow) EnumDescriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_openapiv2_7182f700aabb5117, []int{11, 2}
|
|
|
|
|
return fileDescriptor_ba35ad8af024fb48, []int{11, 2}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// `Swagger` is a representation of OpenAPI v2 specification's Swagger object.
|
|
|
|
|
@@ -218,16 +230,17 @@ func (m *Swagger) Reset() { *m = Swagger{} }
|
|
|
|
|
func (m *Swagger) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*Swagger) ProtoMessage() {}
|
|
|
|
|
func (*Swagger) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_openapiv2_7182f700aabb5117, []int{0}
|
|
|
|
|
return fileDescriptor_ba35ad8af024fb48, []int{0}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *Swagger) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_Swagger.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *Swagger) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_Swagger.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *Swagger) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_Swagger.Merge(dst, src)
|
|
|
|
|
func (m *Swagger) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_Swagger.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *Swagger) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_Swagger.Size(m)
|
|
|
|
|
@@ -349,16 +362,17 @@ func (m *Operation) Reset() { *m = Operation{} }
|
|
|
|
|
func (m *Operation) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*Operation) ProtoMessage() {}
|
|
|
|
|
func (*Operation) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_openapiv2_7182f700aabb5117, []int{1}
|
|
|
|
|
return fileDescriptor_ba35ad8af024fb48, []int{1}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *Operation) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_Operation.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *Operation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_Operation.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *Operation) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_Operation.Merge(dst, src)
|
|
|
|
|
func (m *Operation) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_Operation.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *Operation) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_Operation.Size(m)
|
|
|
|
|
@@ -463,7 +477,10 @@ type Response struct {
|
|
|
|
|
Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
|
|
|
|
|
// `Schema` optionally defines the structure of the response.
|
|
|
|
|
// If `Schema` is not provided, it means there is no content to the response.
|
|
|
|
|
Schema *Schema `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"`
|
|
|
|
|
Schema *Schema `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"`
|
|
|
|
|
// `Examples` gives per-mimetype response examples.
|
|
|
|
|
// See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#example-object
|
|
|
|
|
Examples map[string]string `protobuf:"bytes,4,rep,name=examples,proto3" json:"examples,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
|
|
|
|
|
Extensions map[string]*_struct.Value `protobuf:"bytes,5,rep,name=extensions,proto3" json:"extensions,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
|
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
@@ -474,16 +491,17 @@ func (m *Response) Reset() { *m = Response{} }
|
|
|
|
|
func (m *Response) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*Response) ProtoMessage() {}
|
|
|
|
|
func (*Response) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_openapiv2_7182f700aabb5117, []int{2}
|
|
|
|
|
return fileDescriptor_ba35ad8af024fb48, []int{2}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *Response) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_Response.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_Response.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *Response) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_Response.Merge(dst, src)
|
|
|
|
|
func (m *Response) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_Response.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *Response) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_Response.Size(m)
|
|
|
|
|
@@ -508,6 +526,13 @@ func (m *Response) GetSchema() *Schema {
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *Response) GetExamples() map[string]string {
|
|
|
|
|
if m != nil {
|
|
|
|
|
return m.Examples
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *Response) GetExtensions() map[string]*_struct.Value {
|
|
|
|
|
if m != nil {
|
|
|
|
|
return m.Extensions
|
|
|
|
|
@@ -537,16 +562,17 @@ func (m *Info) Reset() { *m = Info{} }
|
|
|
|
|
func (m *Info) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*Info) ProtoMessage() {}
|
|
|
|
|
func (*Info) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_openapiv2_7182f700aabb5117, []int{3}
|
|
|
|
|
return fileDescriptor_ba35ad8af024fb48, []int{3}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *Info) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_Info.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *Info) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_Info.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *Info) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_Info.Merge(dst, src)
|
|
|
|
|
func (m *Info) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_Info.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *Info) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_Info.Size(m)
|
|
|
|
|
@@ -624,16 +650,17 @@ func (m *Contact) Reset() { *m = Contact{} }
|
|
|
|
|
func (m *Contact) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*Contact) ProtoMessage() {}
|
|
|
|
|
func (*Contact) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_openapiv2_7182f700aabb5117, []int{4}
|
|
|
|
|
return fileDescriptor_ba35ad8af024fb48, []int{4}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *Contact) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_Contact.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *Contact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_Contact.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *Contact) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_Contact.Merge(dst, src)
|
|
|
|
|
func (m *Contact) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_Contact.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *Contact) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_Contact.Size(m)
|
|
|
|
|
@@ -683,16 +710,17 @@ func (m *License) Reset() { *m = License{} }
|
|
|
|
|
func (m *License) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*License) ProtoMessage() {}
|
|
|
|
|
func (*License) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_openapiv2_7182f700aabb5117, []int{5}
|
|
|
|
|
return fileDescriptor_ba35ad8af024fb48, []int{5}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *License) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_License.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *License) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_License.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *License) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_License.Merge(dst, src)
|
|
|
|
|
func (m *License) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_License.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *License) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_License.Size(m)
|
|
|
|
|
@@ -735,16 +763,17 @@ func (m *ExternalDocumentation) Reset() { *m = ExternalDocumentation{} }
|
|
|
|
|
func (m *ExternalDocumentation) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*ExternalDocumentation) ProtoMessage() {}
|
|
|
|
|
func (*ExternalDocumentation) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_openapiv2_7182f700aabb5117, []int{6}
|
|
|
|
|
return fileDescriptor_ba35ad8af024fb48, []int{6}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *ExternalDocumentation) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_ExternalDocumentation.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *ExternalDocumentation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_ExternalDocumentation.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *ExternalDocumentation) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_ExternalDocumentation.Merge(dst, src)
|
|
|
|
|
func (m *ExternalDocumentation) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_ExternalDocumentation.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *ExternalDocumentation) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_ExternalDocumentation.Size(m)
|
|
|
|
|
@@ -789,16 +818,17 @@ func (m *Schema) Reset() { *m = Schema{} }
|
|
|
|
|
func (m *Schema) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*Schema) ProtoMessage() {}
|
|
|
|
|
func (*Schema) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_openapiv2_7182f700aabb5117, []int{7}
|
|
|
|
|
return fileDescriptor_ba35ad8af024fb48, []int{7}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *Schema) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_Schema.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *Schema) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_Schema.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *Schema) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_Schema.Merge(dst, src)
|
|
|
|
|
func (m *Schema) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_Schema.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *Schema) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_Schema.Size(m)
|
|
|
|
|
@@ -893,16 +923,17 @@ func (m *JSONSchema) Reset() { *m = JSONSchema{} }
|
|
|
|
|
func (m *JSONSchema) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*JSONSchema) ProtoMessage() {}
|
|
|
|
|
func (*JSONSchema) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_openapiv2_7182f700aabb5117, []int{8}
|
|
|
|
|
return fileDescriptor_ba35ad8af024fb48, []int{8}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *JSONSchema) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_JSONSchema.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *JSONSchema) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_JSONSchema.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *JSONSchema) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_JSONSchema.Merge(dst, src)
|
|
|
|
|
func (m *JSONSchema) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_JSONSchema.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *JSONSchema) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_JSONSchema.Size(m)
|
|
|
|
|
@@ -1079,16 +1110,17 @@ func (m *Tag) Reset() { *m = Tag{} }
|
|
|
|
|
func (m *Tag) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*Tag) ProtoMessage() {}
|
|
|
|
|
func (*Tag) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_openapiv2_7182f700aabb5117, []int{9}
|
|
|
|
|
return fileDescriptor_ba35ad8af024fb48, []int{9}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *Tag) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_Tag.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *Tag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_Tag.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *Tag) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_Tag.Merge(dst, src)
|
|
|
|
|
func (m *Tag) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_Tag.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *Tag) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_Tag.Size(m)
|
|
|
|
|
@@ -1133,16 +1165,17 @@ func (m *SecurityDefinitions) Reset() { *m = SecurityDefinitions{} }
|
|
|
|
|
func (m *SecurityDefinitions) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*SecurityDefinitions) ProtoMessage() {}
|
|
|
|
|
func (*SecurityDefinitions) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_openapiv2_7182f700aabb5117, []int{10}
|
|
|
|
|
return fileDescriptor_ba35ad8af024fb48, []int{10}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *SecurityDefinitions) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_SecurityDefinitions.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *SecurityDefinitions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_SecurityDefinitions.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *SecurityDefinitions) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_SecurityDefinitions.Merge(dst, src)
|
|
|
|
|
func (m *SecurityDefinitions) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_SecurityDefinitions.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *SecurityDefinitions) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_SecurityDefinitions.Size(m)
|
|
|
|
|
@@ -1212,16 +1245,17 @@ func (m *SecurityScheme) Reset() { *m = SecurityScheme{} }
|
|
|
|
|
func (m *SecurityScheme) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*SecurityScheme) ProtoMessage() {}
|
|
|
|
|
func (*SecurityScheme) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_openapiv2_7182f700aabb5117, []int{11}
|
|
|
|
|
return fileDescriptor_ba35ad8af024fb48, []int{11}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *SecurityScheme) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_SecurityScheme.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *SecurityScheme) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_SecurityScheme.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *SecurityScheme) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_SecurityScheme.Merge(dst, src)
|
|
|
|
|
func (m *SecurityScheme) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_SecurityScheme.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *SecurityScheme) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_SecurityScheme.Size(m)
|
|
|
|
|
@@ -1321,16 +1355,17 @@ func (m *SecurityRequirement) Reset() { *m = SecurityRequirement{} }
|
|
|
|
|
func (m *SecurityRequirement) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*SecurityRequirement) ProtoMessage() {}
|
|
|
|
|
func (*SecurityRequirement) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_openapiv2_7182f700aabb5117, []int{12}
|
|
|
|
|
return fileDescriptor_ba35ad8af024fb48, []int{12}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *SecurityRequirement) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_SecurityRequirement.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *SecurityRequirement) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_SecurityRequirement.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *SecurityRequirement) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_SecurityRequirement.Merge(dst, src)
|
|
|
|
|
func (m *SecurityRequirement) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_SecurityRequirement.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *SecurityRequirement) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_SecurityRequirement.Size(m)
|
|
|
|
|
@@ -1366,16 +1401,17 @@ func (m *SecurityRequirement_SecurityRequirementValue) String() string {
|
|
|
|
|
}
|
|
|
|
|
func (*SecurityRequirement_SecurityRequirementValue) ProtoMessage() {}
|
|
|
|
|
func (*SecurityRequirement_SecurityRequirementValue) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_openapiv2_7182f700aabb5117, []int{12, 0}
|
|
|
|
|
return fileDescriptor_ba35ad8af024fb48, []int{12, 0}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *SecurityRequirement_SecurityRequirementValue) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_SecurityRequirement_SecurityRequirementValue.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *SecurityRequirement_SecurityRequirementValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_SecurityRequirement_SecurityRequirementValue.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *SecurityRequirement_SecurityRequirementValue) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_SecurityRequirement_SecurityRequirementValue.Merge(dst, src)
|
|
|
|
|
func (m *SecurityRequirement_SecurityRequirementValue) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_SecurityRequirement_SecurityRequirementValue.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *SecurityRequirement_SecurityRequirementValue) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_SecurityRequirement_SecurityRequirementValue.Size(m)
|
|
|
|
|
@@ -1411,16 +1447,17 @@ func (m *Scopes) Reset() { *m = Scopes{} }
|
|
|
|
|
func (m *Scopes) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*Scopes) ProtoMessage() {}
|
|
|
|
|
func (*Scopes) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_openapiv2_7182f700aabb5117, []int{13}
|
|
|
|
|
return fileDescriptor_ba35ad8af024fb48, []int{13}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *Scopes) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_Scopes.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *Scopes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_Scopes.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (dst *Scopes) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_Scopes.Merge(dst, src)
|
|
|
|
|
func (m *Scopes) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_Scopes.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *Scopes) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_Scopes.Size(m)
|
|
|
|
|
@@ -1439,6 +1476,11 @@ func (m *Scopes) GetScope() map[string]string {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func init() {
|
|
|
|
|
proto.RegisterEnum("grpc.gateway.protoc_gen_swagger.options.Swagger_SwaggerScheme", Swagger_SwaggerScheme_name, Swagger_SwaggerScheme_value)
|
|
|
|
|
proto.RegisterEnum("grpc.gateway.protoc_gen_swagger.options.JSONSchema_JSONSchemaSimpleTypes", JSONSchema_JSONSchemaSimpleTypes_name, JSONSchema_JSONSchemaSimpleTypes_value)
|
|
|
|
|
proto.RegisterEnum("grpc.gateway.protoc_gen_swagger.options.SecurityScheme_Type", SecurityScheme_Type_name, SecurityScheme_Type_value)
|
|
|
|
|
proto.RegisterEnum("grpc.gateway.protoc_gen_swagger.options.SecurityScheme_In", SecurityScheme_In_name, SecurityScheme_In_value)
|
|
|
|
|
proto.RegisterEnum("grpc.gateway.protoc_gen_swagger.options.SecurityScheme_Flow", SecurityScheme_Flow_name, SecurityScheme_Flow_value)
|
|
|
|
|
proto.RegisterType((*Swagger)(nil), "grpc.gateway.protoc_gen_swagger.options.Swagger")
|
|
|
|
|
proto.RegisterMapType((map[string]*_struct.Value)(nil), "grpc.gateway.protoc_gen_swagger.options.Swagger.ExtensionsEntry")
|
|
|
|
|
proto.RegisterMapType((map[string]*Response)(nil), "grpc.gateway.protoc_gen_swagger.options.Swagger.ResponsesEntry")
|
|
|
|
|
@@ -1446,6 +1488,7 @@ func init() {
|
|
|
|
|
proto.RegisterMapType((map[string]*_struct.Value)(nil), "grpc.gateway.protoc_gen_swagger.options.Operation.ExtensionsEntry")
|
|
|
|
|
proto.RegisterMapType((map[string]*Response)(nil), "grpc.gateway.protoc_gen_swagger.options.Operation.ResponsesEntry")
|
|
|
|
|
proto.RegisterType((*Response)(nil), "grpc.gateway.protoc_gen_swagger.options.Response")
|
|
|
|
|
proto.RegisterMapType((map[string]string)(nil), "grpc.gateway.protoc_gen_swagger.options.Response.ExamplesEntry")
|
|
|
|
|
proto.RegisterMapType((map[string]*_struct.Value)(nil), "grpc.gateway.protoc_gen_swagger.options.Response.ExtensionsEntry")
|
|
|
|
|
proto.RegisterType((*Info)(nil), "grpc.gateway.protoc_gen_swagger.options.Info")
|
|
|
|
|
proto.RegisterMapType((map[string]*_struct.Value)(nil), "grpc.gateway.protoc_gen_swagger.options.Info.ExtensionsEntry")
|
|
|
|
|
@@ -1464,135 +1507,132 @@ func init() {
|
|
|
|
|
proto.RegisterType((*SecurityRequirement_SecurityRequirementValue)(nil), "grpc.gateway.protoc_gen_swagger.options.SecurityRequirement.SecurityRequirementValue")
|
|
|
|
|
proto.RegisterType((*Scopes)(nil), "grpc.gateway.protoc_gen_swagger.options.Scopes")
|
|
|
|
|
proto.RegisterMapType((map[string]string)(nil), "grpc.gateway.protoc_gen_swagger.options.Scopes.ScopeEntry")
|
|
|
|
|
proto.RegisterEnum("grpc.gateway.protoc_gen_swagger.options.Swagger_SwaggerScheme", Swagger_SwaggerScheme_name, Swagger_SwaggerScheme_value)
|
|
|
|
|
proto.RegisterEnum("grpc.gateway.protoc_gen_swagger.options.JSONSchema_JSONSchemaSimpleTypes", JSONSchema_JSONSchemaSimpleTypes_name, JSONSchema_JSONSchemaSimpleTypes_value)
|
|
|
|
|
proto.RegisterEnum("grpc.gateway.protoc_gen_swagger.options.SecurityScheme_Type", SecurityScheme_Type_name, SecurityScheme_Type_value)
|
|
|
|
|
proto.RegisterEnum("grpc.gateway.protoc_gen_swagger.options.SecurityScheme_In", SecurityScheme_In_name, SecurityScheme_In_value)
|
|
|
|
|
proto.RegisterEnum("grpc.gateway.protoc_gen_swagger.options.SecurityScheme_Flow", SecurityScheme_Flow_name, SecurityScheme_Flow_value)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func init() {
|
|
|
|
|
proto.RegisterFile("protoc-gen-swagger/options/openapiv2.proto", fileDescriptor_openapiv2_7182f700aabb5117)
|
|
|
|
|
proto.RegisterFile("protoc-gen-swagger/options/openapiv2.proto", fileDescriptor_ba35ad8af024fb48)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var fileDescriptor_openapiv2_7182f700aabb5117 = []byte{
|
|
|
|
|
// 1884 bytes of a gzipped FileDescriptorProto
|
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x58, 0x5b, 0x73, 0xdb, 0xc6,
|
|
|
|
|
0xf5, 0x0f, 0x48, 0x90, 0x04, 0x0f, 0x45, 0x7a, 0xbd, 0x96, 0xf3, 0x47, 0x18, 0xdb, 0x7f, 0x85,
|
|
|
|
|
0x4d, 0xa7, 0x1a, 0xbb, 0xa6, 0x12, 0xe5, 0xa1, 0x99, 0x4c, 0x6f, 0x94, 0xc4, 0xc8, 0x80, 0x65,
|
|
|
|
|
0x92, 0x05, 0xa9, 0x28, 0xee, 0x8c, 0x07, 0x85, 0xc0, 0x25, 0x85, 0x18, 0x17, 0x06, 0x17, 0x49,
|
|
|
|
|
0xec, 0x27, 0xe8, 0x73, 0xa7, 0xaf, 0xf9, 0x1e, 0x9d, 0x69, 0x9f, 0xfa, 0x09, 0xfa, 0x59, 0xda,
|
|
|
|
|
0xe9, 0x7b, 0x67, 0x2f, 0x20, 0x41, 0x91, 0xf1, 0x90, 0x72, 0x3c, 0x79, 0xe8, 0x13, 0xf7, 0xdc,
|
|
|
|
|
0x7e, 0xbb, 0x7b, 0xce, 0x9e, 0x0b, 0x08, 0x8f, 0x27, 0x61, 0x10, 0x07, 0xf6, 0xd3, 0x31, 0xf1,
|
|
|
|
|
0x9f, 0x46, 0x57, 0xd6, 0x78, 0x4c, 0xc2, 0xbd, 0x60, 0x12, 0x3b, 0x81, 0x1f, 0xed, 0x05, 0x13,
|
|
|
|
|
0xe2, 0x5b, 0x13, 0xe7, 0x72, 0xbf, 0xc9, 0x94, 0xf0, 0xcf, 0xc6, 0xe1, 0xc4, 0x6e, 0x8e, 0xad,
|
|
|
|
|
0x98, 0x5c, 0x59, 0x53, 0xce, 0xb3, 0xcd, 0x31, 0xf1, 0x4d, 0x61, 0xd8, 0x14, 0x86, 0xf5, 0x0f,
|
|
|
|
|
0xc6, 0x41, 0x30, 0x76, 0xc9, 0x1e, 0x53, 0x39, 0x4f, 0x46, 0x7b, 0x96, 0x2f, 0xf4, 0xeb, 0x0f,
|
|
|
|
|
0x6e, 0x8a, 0xa2, 0x38, 0x4c, 0xec, 0x98, 0x4b, 0x1b, 0x7f, 0x55, 0xa0, 0xd4, 0xe7, 0x60, 0x58,
|
|
|
|
|
0x85, 0x92, 0xc0, 0x55, 0xa5, 0x1d, 0x69, 0xb7, 0x6c, 0xa4, 0x24, 0x6e, 0x81, 0xec, 0xf8, 0xa3,
|
|
|
|
|
0x40, 0xcd, 0xed, 0x48, 0xbb, 0x95, 0xfd, 0xa7, 0xcd, 0x35, 0x8f, 0xd5, 0xd4, 0xfc, 0x51, 0x60,
|
|
|
|
|
0x30, 0x53, 0x8c, 0x41, 0xbe, 0x08, 0xa2, 0x58, 0xcd, 0x33, 0x64, 0xb6, 0xc6, 0x1f, 0x42, 0xf9,
|
|
|
|
|
0xdc, 0x8a, 0x88, 0x39, 0xb1, 0xe2, 0x0b, 0x55, 0x66, 0x02, 0x85, 0x32, 0x7a, 0x56, 0x7c, 0x81,
|
|
|
|
|
0xbf, 0x86, 0x52, 0x64, 0x5f, 0x10, 0x8f, 0x44, 0x6a, 0x61, 0x27, 0xbf, 0x5b, 0xdb, 0xff, 0xf5,
|
|
|
|
|
0xda, 0xdb, 0x8a, 0x0b, 0xa5, 0xbf, 0x7d, 0x06, 0x63, 0xa4, 0x70, 0xb8, 0x0e, 0x8a, 0x1d, 0xf8,
|
|
|
|
|
0x51, 0x42, 0xa1, 0x8b, 0x3b, 0x79, 0xba, 0x6b, 0x4a, 0x53, 0xd9, 0x24, 0x0c, 0x86, 0x89, 0x4d,
|
|
|
|
|
0x22, 0xb5, 0xc4, 0x65, 0x29, 0x8d, 0x5f, 0x41, 0x39, 0x24, 0xd1, 0x24, 0xf0, 0x23, 0x12, 0xa9,
|
|
|
|
|
0xb0, 0x93, 0xdf, 0xad, 0xec, 0xff, 0x66, 0xe3, 0x33, 0x19, 0x29, 0x42, 0xdb, 0x8f, 0xc3, 0xa9,
|
|
|
|
|
0x31, 0x47, 0xc4, 0x01, 0x6c, 0x47, 0xc4, 0x4e, 0x42, 0x27, 0x9e, 0x9a, 0x43, 0x32, 0x72, 0x7c,
|
|
|
|
|
0x87, 0x59, 0xaa, 0x15, 0xe6, 0xf4, 0x5f, 0xae, 0xbf, 0x93, 0x00, 0x39, 0x9a, 0x63, 0x18, 0xf7,
|
|
|
|
|
0xa2, 0x65, 0x26, 0xfe, 0x1a, 0x94, 0x94, 0xad, 0x6e, 0xb1, 0xeb, 0x6c, 0xbe, 0x89, 0x41, 0xbe,
|
|
|
|
|
0x4d, 0x9c, 0x90, 0x78, 0xc4, 0x8f, 0x8d, 0x19, 0x1a, 0xb6, 0xa1, 0x4a, 0xae, 0x63, 0x12, 0xfa,
|
|
|
|
|
0x96, 0x6b, 0x0e, 0x03, 0x3b, 0x52, 0x6b, 0xec, 0x0e, 0xeb, 0x47, 0xb0, 0x2d, 0xac, 0x8f, 0x02,
|
|
|
|
|
0x3b, 0xa1, 0xd8, 0x16, 0x65, 0x1b, 0x5b, 0x64, 0xce, 0x8e, 0xf0, 0x1f, 0x00, 0x28, 0xed, 0x47,
|
|
|
|
|
0xcc, 0x4b, 0x77, 0xd8, 0x05, 0x7e, 0xbb, 0x71, 0x3c, 0xda, 0x33, 0x08, 0x1e, 0x90, 0x0c, 0x66,
|
|
|
|
|
0x3d, 0x80, 0xda, 0x62, 0xb8, 0x30, 0x82, 0xfc, 0x6b, 0x32, 0x15, 0xe9, 0x41, 0x97, 0xf8, 0x18,
|
|
|
|
|
0x0a, 0x97, 0x96, 0x9b, 0x10, 0x91, 0x1b, 0x9f, 0xae, 0x7d, 0x80, 0x14, 0xd9, 0xe0, 0xf6, 0x5f,
|
|
|
|
|
0xe4, 0x3e, 0x97, 0xea, 0xa7, 0x70, 0xe7, 0xc6, 0x79, 0x56, 0xec, 0xf8, 0xf3, 0xc5, 0x1d, 0xdf,
|
|
|
|
|
0x6f, 0xf2, 0x04, 0x6f, 0xa6, 0x09, 0xde, 0xfc, 0x8a, 0x4a, 0x33, 0xb0, 0x8d, 0x03, 0xa8, 0x2e,
|
|
|
|
|
0xa4, 0x02, 0xae, 0x40, 0xe9, 0xb4, 0xf3, 0xbc, 0xd3, 0x3d, 0xeb, 0xa0, 0xf7, 0xb0, 0x02, 0xf2,
|
|
|
|
|
0xb3, 0xc1, 0xa0, 0x87, 0x24, 0x5c, 0x86, 0x02, 0x5d, 0xf5, 0x51, 0x0e, 0x17, 0x21, 0x77, 0xd6,
|
|
|
|
|
0x47, 0x79, 0x5c, 0x82, 0xfc, 0x59, 0xbf, 0x8f, 0x64, 0x5d, 0x56, 0x14, 0x54, 0xd6, 0x65, 0xa5,
|
|
|
|
|
0x8c, 0x40, 0x97, 0x95, 0x2a, 0xaa, 0x35, 0xfe, 0x51, 0x84, 0x72, 0x77, 0x42, 0x42, 0x16, 0x1b,
|
|
|
|
|
0x9a, 0xdf, 0xb1, 0x35, 0x8e, 0x54, 0x89, 0x25, 0x0d, 0x5b, 0xb3, 0x82, 0x92, 0x78, 0x9e, 0x15,
|
|
|
|
|
0x4e, 0xd9, 0x59, 0x69, 0x41, 0xe1, 0x24, 0xde, 0x81, 0xca, 0x90, 0x44, 0x76, 0xe8, 0x30, 0x67,
|
|
|
|
|
0x88, 0xa2, 0x90, 0x65, 0x2d, 0x3f, 0x21, 0xf9, 0x1d, 0x3c, 0xa1, 0x8f, 0x60, 0x2b, 0x48, 0x6f,
|
|
|
|
|
0x60, 0x3a, 0x43, 0xb5, 0xc0, 0xcf, 0x31, 0xe3, 0x69, 0xc3, 0x5b, 0x17, 0x0b, 0x33, 0x5b, 0x2c,
|
|
|
|
|
0xca, 0xec, 0x71, 0xb6, 0xd6, 0x3e, 0xfb, 0xcc, 0xad, 0x6f, 0x28, 0x17, 0xea, 0xbc, 0x3e, 0x02,
|
|
|
|
|
0xdb, 0x7b, 0x56, 0xdf, 0x1e, 0x01, 0x0c, 0xc9, 0x24, 0x24, 0xb6, 0x15, 0x93, 0x21, 0x2b, 0x1f,
|
|
|
|
|
0x8a, 0x91, 0xe1, 0xbc, 0xc3, 0xbc, 0x3f, 0x5f, 0x48, 0xc9, 0x2a, 0xc3, 0x3e, 0xb8, 0xc5, 0xad,
|
|
|
|
|
0xff, 0x07, 0x92, 0x92, 0x27, 0x54, 0xe3, 0x6f, 0x39, 0x50, 0xd2, 0x4d, 0x6f, 0x66, 0x85, 0xb4,
|
|
|
|
|
0x9c, 0x15, 0xc7, 0x50, 0x64, 0x51, 0xb6, 0xc4, 0x3e, 0x7b, 0xeb, 0x07, 0x8e, 0x99, 0x19, 0xc2,
|
|
|
|
|
0x1c, 0x5b, 0x0b, 0x91, 0x2a, 0x6c, 0xf8, 0x3e, 0xd3, 0x13, 0xbf, 0x31, 0x50, 0xef, 0xcc, 0x6f,
|
|
|
|
|
0x79, 0x56, 0x8e, 0x64, 0x54, 0x68, 0xfc, 0x33, 0x0f, 0x32, 0x9d, 0x31, 0xf0, 0x36, 0x14, 0x62,
|
|
|
|
|
0x27, 0x76, 0x89, 0x80, 0xe6, 0xc4, 0x4d, 0x7f, 0xe6, 0x96, 0xfd, 0xb9, 0x0b, 0x28, 0x26, 0xa1,
|
|
|
|
|
0x17, 0x99, 0xc1, 0xc8, 0x8c, 0x48, 0x78, 0xe9, 0xd8, 0x44, 0x14, 0xa3, 0x1a, 0xe3, 0x77, 0x47,
|
|
|
|
|
0x7d, 0xce, 0xc5, 0x3a, 0x94, 0xec, 0xc0, 0x8f, 0x2d, 0x3b, 0x16, 0x95, 0xe8, 0x93, 0xb5, 0xbd,
|
|
|
|
|
0x75, 0xc8, 0xed, 0x8c, 0x14, 0x80, 0x62, 0xb9, 0x8e, 0x4d, 0xfc, 0x88, 0xb0, 0x8a, 0xb3, 0x09,
|
|
|
|
|
0xd6, 0x09, 0xb7, 0x33, 0x52, 0x00, 0x5a, 0x06, 0x2e, 0x49, 0x48, 0x7d, 0xac, 0x16, 0x79, 0x8d,
|
|
|
|
|
0x15, 0x24, 0x7e, 0xb5, 0x10, 0xe2, 0x12, 0x0b, 0xf1, 0xaf, 0x36, 0x1a, 0xdd, 0x7e, 0x84, 0xf0,
|
|
|
|
|
0x36, 0xda, 0x50, 0x12, 0xfe, 0xa2, 0x2d, 0xc5, 0xb7, 0xbc, 0x34, 0xa6, 0x6c, 0x4d, 0xb7, 0x48,
|
|
|
|
|
0x42, 0x57, 0x84, 0x92, 0x2e, 0x69, 0xe8, 0x89, 0x67, 0x39, 0xae, 0x88, 0x1b, 0x27, 0x1a, 0x7b,
|
|
|
|
|
0x50, 0x12, 0xae, 0x5a, 0x0f, 0xa6, 0xf1, 0x1c, 0xee, 0xaf, 0xec, 0x18, 0x6b, 0x24, 0xe5, 0x32,
|
|
|
|
|
0xd8, 0xdf, 0x73, 0x50, 0xe4, 0x09, 0x87, 0x07, 0x50, 0xf9, 0x26, 0x0a, 0x7c, 0x53, 0xa4, 0xad,
|
|
|
|
|
0xc4, 0xfc, 0xf0, 0xd9, 0xda, 0x61, 0xd0, 0xfb, 0xdd, 0x8e, 0x48, 0x5d, 0xa0, 0x38, 0x02, 0xf5,
|
|
|
|
|
0x63, 0xa8, 0x0e, 0x1d, 0x7a, 0x02, 0xcf, 0xf1, 0xad, 0x38, 0x08, 0xc5, 0xe6, 0x8b, 0x4c, 0x3a,
|
|
|
|
|
0x5f, 0x87, 0xc4, 0x1a, 0x9a, 0x81, 0xef, 0x4e, 0x99, 0x7b, 0x14, 0x43, 0xa1, 0x8c, 0xae, 0xef,
|
|
|
|
|
0xae, 0x98, 0xd1, 0x0a, 0xef, 0xa0, 0xc1, 0x36, 0xa1, 0x44, 0xae, 0x2d, 0x6f, 0xe2, 0x12, 0xf6,
|
|
|
|
|
0x3a, 0x2b, 0xfb, 0xdb, 0x4b, 0x2f, 0xa0, 0xe5, 0x4f, 0x8d, 0x54, 0x49, 0xa4, 0xf5, 0x77, 0x25,
|
|
|
|
|
0x80, 0xf9, 0xc5, 0xa9, 0x7f, 0x43, 0x32, 0x12, 0xf1, 0xa5, 0xcb, 0x79, 0xba, 0x17, 0xde, 0x90,
|
|
|
|
|
0xee, 0xc5, 0xe5, 0x48, 0xa9, 0x50, 0x1a, 0x92, 0x91, 0x95, 0xb8, 0xb1, 0x5a, 0xe2, 0xc9, 0x22,
|
|
|
|
|
0xc8, 0x45, 0x57, 0x29, 0x37, 0x5c, 0xf5, 0xff, 0x50, 0xf1, 0x12, 0x37, 0x76, 0x26, 0x2e, 0x31,
|
|
|
|
|
0x83, 0x91, 0x0a, 0x3b, 0xd2, 0xae, 0x64, 0x40, 0xca, 0xea, 0x8e, 0x28, 0xae, 0x67, 0x5d, 0x3b,
|
|
|
|
|
0x5e, 0xe2, 0xb1, 0x76, 0x2b, 0x19, 0x29, 0x89, 0x9f, 0xc0, 0x5d, 0x72, 0x6d, 0xbb, 0x49, 0xe4,
|
|
|
|
|
0x5c, 0x12, 0x33, 0xd5, 0xd9, 0x62, 0xf8, 0x68, 0x26, 0x78, 0x21, 0x94, 0x29, 0x8c, 0xe3, 0x33,
|
|
|
|
|
0x95, 0xaa, 0x80, 0xe1, 0xe4, 0x0d, 0x18, 0xa1, 0x53, 0xbb, 0x09, 0x23, 0x94, 0x1f, 0x02, 0x78,
|
|
|
|
|
0xd6, 0xb5, 0xe9, 0x12, 0x7f, 0x1c, 0x5f, 0xa8, 0x77, 0x76, 0xa4, 0x5d, 0xd9, 0x28, 0x7b, 0xd6,
|
|
|
|
|
0xf5, 0x09, 0x63, 0x30, 0xb1, 0xe3, 0xa7, 0x62, 0x24, 0xc4, 0x8e, 0x2f, 0xc4, 0x2a, 0x94, 0x26,
|
|
|
|
|
0x56, 0x4c, 0x63, 0xa8, 0xde, 0xe5, 0x3e, 0x12, 0x24, 0xf5, 0x11, 0xc5, 0x75, 0x62, 0xe2, 0x45,
|
|
|
|
|
0xea, 0x36, 0xb3, 0x53, 0x3c, 0xeb, 0x5a, 0xa3, 0x34, 0x13, 0x3a, 0xbe, 0x10, 0xde, 0x17, 0x42,
|
|
|
|
|
0xc7, 0xe7, 0xc2, 0x8f, 0x60, 0x2b, 0xf1, 0x9d, 0x6f, 0x13, 0x22, 0xe4, 0xef, 0xb3, 0x93, 0x57,
|
|
|
|
|
0x38, 0x8f, 0xab, 0xfc, 0x14, 0x6a, 0x14, 0x7c, 0x12, 0xd2, 0xe1, 0x2b, 0x76, 0x48, 0xa4, 0xaa,
|
|
|
|
|
0x0c, 0xa4, 0xea, 0x59, 0xd7, 0xbd, 0x19, 0x93, 0xa9, 0x39, 0x7e, 0x56, 0xed, 0x03, 0xa1, 0xe6,
|
|
|
|
|
0xf8, 0x19, 0xb5, 0x3a, 0x28, 0x21, 0x9f, 0x50, 0x86, 0x6a, 0x9d, 0x4f, 0x66, 0x29, 0x4d, 0x1f,
|
|
|
|
|
0x8f, 0x15, 0x86, 0xd6, 0x54, 0x6d, 0x30, 0x01, 0x27, 0xf0, 0x2b, 0x90, 0xe3, 0xe9, 0x84, 0xa8,
|
|
|
|
|
0x3f, 0x61, 0xdf, 0x9a, 0xda, 0x2d, 0x12, 0x34, 0xb3, 0xec, 0x3b, 0xf4, 0x35, 0x0f, 0xa6, 0x13,
|
|
|
|
|
0x12, 0x19, 0x0c, 0xb6, 0x71, 0x05, 0xf7, 0x57, 0x8a, 0x17, 0x47, 0xf1, 0x32, 0x14, 0x5a, 0x86,
|
|
|
|
|
0xd1, 0x7a, 0x89, 0x24, 0xca, 0x3f, 0xe8, 0x76, 0x4f, 0xda, 0xad, 0x0e, 0xca, 0x51, 0x42, 0xeb,
|
|
|
|
|
0x0c, 0xda, 0xc7, 0x6d, 0x03, 0xe5, 0xe9, 0xbc, 0xde, 0x39, 0x3d, 0x39, 0x41, 0x32, 0x06, 0x28,
|
|
|
|
|
0x76, 0x4e, 0x5f, 0x1c, 0xb4, 0x0d, 0x54, 0xa0, 0xeb, 0xee, 0x81, 0xde, 0x3e, 0x1c, 0xa0, 0x22,
|
|
|
|
|
0x5d, 0xf7, 0x07, 0x86, 0xd6, 0x39, 0x46, 0x25, 0x5d, 0x56, 0x24, 0x94, 0xd3, 0x65, 0x25, 0x87,
|
|
|
|
|
0xf2, 0x3c, 0xbb, 0x66, 0x33, 0x3c, 0x46, 0xf7, 0x74, 0x59, 0xb9, 0x87, 0xb6, 0x75, 0x59, 0xf9,
|
|
|
|
|
0x3f, 0xa4, 0xea, 0xb2, 0xf2, 0x21, 0x7a, 0xa0, 0xcb, 0xca, 0x03, 0xf4, 0x50, 0x97, 0x95, 0x87,
|
|
|
|
|
0xe8, 0x91, 0x2e, 0x2b, 0x8f, 0x50, 0x43, 0x97, 0x95, 0x8f, 0xd1, 0x63, 0x5d, 0x56, 0x1e, 0xa3,
|
|
|
|
|
0x27, 0xba, 0xac, 0x3c, 0x41, 0xcd, 0xc6, 0x9f, 0x25, 0xc8, 0x0f, 0xac, 0xf1, 0x1a, 0xfd, 0x75,
|
|
|
|
|
0xa9, 0xc8, 0xe4, 0x7f, 0xf8, 0x22, 0xc3, 0xaf, 0xd8, 0xf8, 0xb7, 0x04, 0xf7, 0x56, 0x7c, 0xfa,
|
|
|
|
|
0xe2, 0x51, 0x66, 0xda, 0x95, 0x58, 0x13, 0xd4, 0xdf, 0xe6, 0x53, 0x7a, 0xc6, 0xe3, 0x1d, 0x71,
|
|
|
|
|
0x86, 0x5d, 0x8f, 0xa1, 0xba, 0x20, 0x5a, 0xd1, 0x0d, 0x5f, 0x2c, 0x76, 0xc3, 0x5f, 0x6c, 0x7c,
|
|
|
|
|
0x0e, 0xf1, 0x4f, 0x46, 0xa6, 0x5d, 0xfe, 0xa7, 0x08, 0xb5, 0x45, 0x29, 0xee, 0x89, 0x97, 0x4c,
|
|
|
|
|
0x37, 0xae, 0xdd, 0x62, 0xb4, 0xe7, 0x30, 0x4d, 0xfa, 0x3c, 0xf9, 0xe3, 0x5d, 0x23, 0xce, 0x69,
|
|
|
|
|
0x8f, 0xcd, 0x67, 0x7a, 0xac, 0x0e, 0x39, 0xc7, 0x67, 0xc3, 0x52, 0x6d, 0xff, 0x8b, 0xdb, 0x9e,
|
|
|
|
|
0x42, 0xf3, 0x8d, 0x9c, 0xe3, 0xd3, 0x3b, 0x8d, 0xdc, 0xe0, 0x8a, 0xd5, 0xfb, 0xb7, 0xb8, 0xd3,
|
|
|
|
|
0x97, 0x6e, 0x70, 0x65, 0x30, 0x24, 0x5a, 0x51, 0xad, 0x24, 0xbe, 0x08, 0x42, 0xe7, 0x8f, 0xfc,
|
|
|
|
|
0xf3, 0x8f, 0xb6, 0x70, 0xde, 0x32, 0xd0, 0x82, 0xe0, 0x34, 0x74, 0x69, 0x71, 0x8b, 0x83, 0xd7,
|
|
|
|
|
0x84, 0x2b, 0xf1, 0xce, 0xa1, 0x30, 0x06, 0x15, 0xb2, 0x99, 0x3c, 0x98, 0x90, 0x88, 0xf5, 0x8d,
|
|
|
|
|
0xcd, 0x66, 0x72, 0x6a, 0x66, 0x08, 0x73, 0x3c, 0x5e, 0x18, 0xd8, 0xf8, 0x37, 0xe3, 0xf1, 0x6d,
|
|
|
|
|
0xaf, 0xfa, 0x23, 0x8c, 0x6e, 0xcf, 0x41, 0xa6, 0x8f, 0x06, 0x23, 0xd8, 0x1a, 0xbc, 0xec, 0xb5,
|
|
|
|
|
0x4d, 0xad, 0xf3, 0x55, 0xeb, 0x44, 0x3b, 0x42, 0xef, 0xe1, 0x1a, 0x00, 0xe3, 0x1c, 0xb4, 0xfa,
|
|
|
|
|
0xda, 0x21, 0x92, 0x66, 0x1a, 0xad, 0x9e, 0x66, 0x3e, 0x6f, 0xbf, 0x44, 0x39, 0x7c, 0x07, 0x2a,
|
|
|
|
|
0x8c, 0xd3, 0x6d, 0x9d, 0x0e, 0x9e, 0xed, 0xa3, 0x7c, 0xe3, 0x53, 0xc8, 0x69, 0x3e, 0x35, 0xd4,
|
|
|
|
|
0x3a, 0x19, 0xa0, 0x2d, 0x50, 0xb4, 0x8e, 0xf9, 0xbb, 0xd3, 0xb6, 0x41, 0x6b, 0x64, 0x15, 0xca,
|
|
|
|
|
0x5a, 0xc7, 0x7c, 0xd6, 0x6e, 0x1d, 0xb5, 0x0d, 0x94, 0x6b, 0x7c, 0x03, 0x32, 0x0d, 0x30, 0x45,
|
|
|
|
|
0xff, 0xf2, 0xa4, 0x7b, 0x96, 0x31, 0xbb, 0x0b, 0x55, 0xce, 0x79, 0xd1, 0x3b, 0xd1, 0x0e, 0xb5,
|
|
|
|
|
0x01, 0x92, 0x66, 0xac, 0x5e, 0xab, 0xdf, 0x3f, 0xeb, 0x1a, 0x47, 0x28, 0x87, 0xb7, 0x01, 0x31,
|
|
|
|
|
0x56, 0xab, 0x47, 0xb5, 0x5a, 0x03, 0xad, 0xdb, 0x41, 0xf9, 0x39, 0xf7, 0xf0, 0xb0, 0xdd, 0xef,
|
|
|
|
|
0x9b, 0x87, 0xdd, 0xa3, 0x36, 0x92, 0x1b, 0xff, 0xca, 0xcd, 0xab, 0x4d, 0xe6, 0x5b, 0x18, 0xff,
|
|
|
|
|
0x49, 0xca, 0xfc, 0x8b, 0x17, 0xce, 0x05, 0xa2, 0xf4, 0x9c, 0xbe, 0xcd, 0x87, 0xf6, 0x2a, 0x1e,
|
|
|
|
|
0x0f, 0xee, 0xec, 0xef, 0xbd, 0x8c, 0xa4, 0xfe, 0x09, 0xa8, 0x2b, 0x0c, 0x58, 0xd4, 0x68, 0x0f,
|
|
|
|
|
0x64, 0x8f, 0x4e, 0xfc, 0x5d, 0xc3, 0x89, 0xfa, 0x77, 0xd2, 0x4a, 0x93, 0xef, 0x7b, 0x21, 0xaf,
|
|
|
|
|
0x17, 0x5f, 0xc8, 0x0f, 0x7e, 0xb7, 0xa5, 0x07, 0xf6, 0x17, 0x89, 0x8e, 0xd5, 0x2c, 0x57, 0x7a,
|
|
|
|
|
0xd9, 0x0b, 0x54, 0x36, 0xa9, 0x2f, 0xcc, 0x9e, 0xff, 0x70, 0xe7, 0x89, 0xcb, 0x7f, 0x0e, 0x30,
|
|
|
|
|
0x67, 0xae, 0xb8, 0xed, 0x76, 0xf6, 0xb6, 0xe5, 0xcc, 0xb1, 0x0e, 0x0e, 0x7f, 0xdf, 0x1a, 0x3b,
|
|
|
|
|
0xf1, 0x45, 0x72, 0xde, 0xb4, 0x03, 0x6f, 0x8f, 0x1e, 0xe4, 0x29, 0xb1, 0x83, 0x68, 0x1a, 0xc5,
|
|
|
|
|
0x44, 0x90, 0xe2, 0x5c, 0x7b, 0xdf, 0xff, 0xd7, 0xff, 0x79, 0x91, 0xc9, 0x3e, 0xfb, 0x6f, 0x00,
|
|
|
|
|
0x00, 0x00, 0xff, 0xff, 0x29, 0x5a, 0xd3, 0x93, 0x1f, 0x18, 0x00, 0x00,
|
|
|
|
|
var fileDescriptor_ba35ad8af024fb48 = []byte{
|
|
|
|
|
// 1910 bytes of a gzipped FileDescriptorProto
|
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x59, 0x5b, 0x73, 0x1a, 0xd7,
|
|
|
|
|
0x1d, 0xcf, 0xc2, 0x02, 0xcb, 0x1f, 0x81, 0x8f, 0x8f, 0xe5, 0x74, 0x43, 0x6c, 0x57, 0xa1, 0xe9,
|
|
|
|
|
0x54, 0x63, 0xd7, 0x28, 0x51, 0x1e, 0x9a, 0x49, 0xaf, 0x48, 0x22, 0xf2, 0xae, 0x65, 0xa0, 0x0b,
|
|
|
|
|
0x8a, 0xe2, 0x76, 0x3c, 0xdb, 0xd5, 0x72, 0x40, 0x1b, 0xef, 0x85, 0xec, 0x45, 0x12, 0xfd, 0x04,
|
|
|
|
|
0x7d, 0xee, 0xf4, 0x35, 0xdf, 0xa3, 0x0f, 0x7d, 0xea, 0x17, 0x68, 0x3f, 0x4b, 0x3b, 0x7d, 0xef,
|
|
|
|
|
0x9c, 0xcb, 0xc2, 0x22, 0x61, 0x0f, 0xc8, 0x76, 0xfb, 0x90, 0x27, 0xce, 0xff, 0xf6, 0x3b, 0x97,
|
|
|
|
|
0xff, 0xed, 0x9c, 0x05, 0x1e, 0x4e, 0xc2, 0x20, 0x0e, 0xec, 0xc7, 0x63, 0xe2, 0x3f, 0x8e, 0x2e,
|
|
|
|
|
0xac, 0xf1, 0x98, 0x84, 0x3b, 0xc1, 0x24, 0x76, 0x02, 0x3f, 0xda, 0x09, 0x26, 0xc4, 0xb7, 0x26,
|
|
|
|
|
0xce, 0xf9, 0x6e, 0x93, 0x29, 0xe1, 0x9f, 0x8c, 0xc3, 0x89, 0xdd, 0x1c, 0x5b, 0x31, 0xb9, 0xb0,
|
|
|
|
|
0xa6, 0x9c, 0x67, 0x9b, 0x63, 0xe2, 0x9b, 0xc2, 0xb0, 0x29, 0x0c, 0xeb, 0x1f, 0x8c, 0x83, 0x60,
|
|
|
|
|
0xec, 0x92, 0x1d, 0xa6, 0x72, 0x9a, 0x8c, 0x76, 0x2c, 0x5f, 0xe8, 0xd7, 0xef, 0x5d, 0x15, 0x45,
|
|
|
|
|
0x71, 0x98, 0xd8, 0x31, 0x97, 0x36, 0xfe, 0xaa, 0x40, 0xa9, 0xcf, 0xc1, 0xb0, 0x0a, 0x25, 0x81,
|
|
|
|
|
0xab, 0x4a, 0x5b, 0xd2, 0x76, 0xd9, 0x48, 0x49, 0xdc, 0x02, 0xd9, 0xf1, 0x47, 0x81, 0x9a, 0xdb,
|
|
|
|
|
0x92, 0xb6, 0x2b, 0xbb, 0x8f, 0x9b, 0x2b, 0x2e, 0xab, 0xa9, 0xf9, 0xa3, 0xc0, 0x60, 0xa6, 0x18,
|
|
|
|
|
0x83, 0x7c, 0x16, 0x44, 0xb1, 0x9a, 0x67, 0xc8, 0x6c, 0x8c, 0x3f, 0x84, 0xf2, 0xa9, 0x15, 0x11,
|
|
|
|
|
0x73, 0x62, 0xc5, 0x67, 0xaa, 0xcc, 0x04, 0x0a, 0x65, 0xf4, 0xac, 0xf8, 0x0c, 0x7f, 0x0d, 0xa5,
|
|
|
|
|
0xc8, 0x3e, 0x23, 0x1e, 0x89, 0xd4, 0xc2, 0x56, 0x7e, 0xbb, 0xb6, 0xfb, 0xab, 0x95, 0xa7, 0x15,
|
|
|
|
|
0x1b, 0x4a, 0x7f, 0xfb, 0x0c, 0xc6, 0x48, 0xe1, 0x70, 0x1d, 0x14, 0x3b, 0xf0, 0xa3, 0x84, 0x42,
|
|
|
|
|
0x17, 0xb7, 0xf2, 0x74, 0xd6, 0x94, 0xa6, 0xb2, 0x49, 0x18, 0x0c, 0x13, 0x9b, 0x44, 0x6a, 0x89,
|
|
|
|
|
0xcb, 0x52, 0x1a, 0xbf, 0x80, 0x72, 0x48, 0xa2, 0x49, 0xe0, 0x47, 0x24, 0x52, 0x61, 0x2b, 0xbf,
|
|
|
|
|
0x5d, 0xd9, 0xfd, 0xf5, 0xda, 0x6b, 0x32, 0x52, 0x84, 0xb6, 0x1f, 0x87, 0x53, 0x63, 0x8e, 0x88,
|
|
|
|
|
0x03, 0xd8, 0x8c, 0x88, 0x9d, 0x84, 0x4e, 0x3c, 0x35, 0x87, 0x64, 0xe4, 0xf8, 0x0e, 0xb3, 0x54,
|
|
|
|
|
0x2b, 0xec, 0xd0, 0x7f, 0xb1, 0xfa, 0x4c, 0x02, 0xe4, 0x60, 0x8e, 0x61, 0xdc, 0x89, 0xae, 0x33,
|
|
|
|
|
0xf1, 0xd7, 0xa0, 0xa4, 0x6c, 0x75, 0x83, 0x6d, 0x67, 0xfd, 0x49, 0x0c, 0xf2, 0x6d, 0xe2, 0x84,
|
|
|
|
|
0xc4, 0x23, 0x7e, 0x6c, 0xcc, 0xd0, 0xb0, 0x0d, 0x55, 0x72, 0x19, 0x93, 0xd0, 0xb7, 0x5c, 0x73,
|
|
|
|
|
0x18, 0xd8, 0x91, 0x5a, 0x63, 0x7b, 0x58, 0xdd, 0x83, 0x6d, 0x61, 0x7d, 0x10, 0xd8, 0x09, 0xc5,
|
|
|
|
|
0xb6, 0x28, 0xdb, 0xd8, 0x20, 0x73, 0x76, 0x84, 0xff, 0x00, 0x40, 0x69, 0x3f, 0x62, 0xa7, 0x74,
|
|
|
|
|
0x8b, 0x6d, 0xe0, 0x37, 0x6b, 0xfb, 0xa3, 0x3d, 0x83, 0xe0, 0x0e, 0xc9, 0x60, 0xd6, 0x03, 0xa8,
|
|
|
|
|
0x2d, 0xba, 0x0b, 0x23, 0xc8, 0xbf, 0x24, 0x53, 0x91, 0x1e, 0x74, 0x88, 0x0f, 0xa1, 0x70, 0x6e,
|
|
|
|
|
0xb9, 0x09, 0x11, 0xb9, 0xf1, 0xe9, 0xca, 0x0b, 0x48, 0x91, 0x0d, 0x6e, 0xff, 0x45, 0xee, 0x73,
|
|
|
|
|
0xa9, 0x7e, 0x0c, 0xb7, 0xae, 0xac, 0x67, 0xc9, 0x8c, 0x3f, 0x5d, 0x9c, 0xf1, 0xfd, 0x26, 0x4f,
|
|
|
|
|
0xf0, 0x66, 0x9a, 0xe0, 0xcd, 0xaf, 0xa8, 0x34, 0x03, 0xdb, 0xd8, 0x83, 0xea, 0x42, 0x2a, 0xe0,
|
|
|
|
|
0x0a, 0x94, 0x8e, 0x3b, 0x4f, 0x3b, 0xdd, 0x93, 0x0e, 0x7a, 0x0f, 0x2b, 0x20, 0x3f, 0x19, 0x0c,
|
|
|
|
|
0x7a, 0x48, 0xc2, 0x65, 0x28, 0xd0, 0x51, 0x1f, 0xe5, 0x70, 0x11, 0x72, 0x27, 0x7d, 0x94, 0xc7,
|
|
|
|
|
0x25, 0xc8, 0x9f, 0xf4, 0xfb, 0x48, 0xd6, 0x65, 0x45, 0x41, 0x65, 0x5d, 0x56, 0xca, 0x08, 0x74,
|
|
|
|
|
0x59, 0xa9, 0xa2, 0x5a, 0xe3, 0xef, 0x45, 0x28, 0x77, 0x27, 0x24, 0x64, 0xbe, 0xa1, 0xf9, 0x1d,
|
|
|
|
|
0x5b, 0xe3, 0x48, 0x95, 0x58, 0xd2, 0xb0, 0x31, 0x2b, 0x28, 0x89, 0xe7, 0x59, 0xe1, 0x94, 0xad,
|
|
|
|
|
0x95, 0x16, 0x14, 0x4e, 0xe2, 0x2d, 0xa8, 0x0c, 0x49, 0x64, 0x87, 0x0e, 0x3b, 0x0c, 0x51, 0x14,
|
|
|
|
|
0xb2, 0xac, 0xeb, 0x21, 0x24, 0xbf, 0x83, 0x10, 0xfa, 0x08, 0x36, 0x82, 0x74, 0x07, 0xa6, 0x33,
|
|
|
|
|
0x54, 0x0b, 0x7c, 0x1d, 0x33, 0x9e, 0x36, 0xbc, 0x71, 0xb1, 0x30, 0xb3, 0xc5, 0xa2, 0xcc, 0x82,
|
|
|
|
|
0xb3, 0xb5, 0xf2, 0xda, 0x67, 0xc7, 0xfa, 0x9a, 0x72, 0xa1, 0xce, 0xeb, 0x23, 0xb0, 0xb9, 0x67,
|
|
|
|
|
0xf5, 0xed, 0x01, 0xc0, 0x90, 0x4c, 0x42, 0x62, 0x5b, 0x31, 0x19, 0xb2, 0xf2, 0xa1, 0x18, 0x19,
|
|
|
|
|
0xce, 0x3b, 0xcc, 0xfb, 0xd3, 0x85, 0x94, 0xac, 0x32, 0xec, 0xbd, 0x1b, 0xec, 0xfa, 0x7b, 0x90,
|
|
|
|
|
0x94, 0x3c, 0xa1, 0x1a, 0xff, 0xc8, 0x83, 0x92, 0x4e, 0x7a, 0x35, 0x2b, 0xa4, 0xeb, 0x59, 0x71,
|
|
|
|
|
0x08, 0x45, 0xe6, 0x65, 0x4b, 0xcc, 0xb3, 0xb3, 0xba, 0xe3, 0x98, 0x99, 0x21, 0xcc, 0xf1, 0xef,
|
|
|
|
|
0x41, 0x21, 0x97, 0x96, 0x37, 0x71, 0x09, 0xcd, 0xac, 0xf5, 0x5a, 0x59, 0xba, 0xde, 0x66, 0x5b,
|
|
|
|
|
0x20, 0x70, 0x27, 0xcd, 0x00, 0xb1, 0xb5, 0x10, 0x06, 0x85, 0x35, 0x83, 0x3f, 0x03, 0xff, 0xea,
|
|
|
|
|
0x28, 0xf8, 0x39, 0x54, 0x17, 0x66, 0x5f, 0xe2, 0x92, 0xcd, 0xac, 0x4b, 0xca, 0xff, 0x13, 0x8f,
|
|
|
|
|
0xe6, 0x91, 0xdc, 0xf8, 0x67, 0x1e, 0x64, 0x7a, 0xef, 0xa1, 0xf3, 0xc7, 0x4e, 0xec, 0x12, 0x01,
|
|
|
|
|
0xca, 0x89, 0xab, 0x3e, 0xce, 0x5d, 0xf7, 0xf1, 0x36, 0xa0, 0x98, 0x84, 0x5e, 0x64, 0x06, 0x23,
|
|
|
|
|
0x33, 0x22, 0xe1, 0xb9, 0x63, 0x13, 0x51, 0x20, 0x6b, 0x8c, 0xdf, 0x1d, 0xf5, 0x39, 0x17, 0xeb,
|
|
|
|
|
0x50, 0xb2, 0x03, 0x3f, 0xb6, 0xec, 0x58, 0x54, 0xc7, 0x4f, 0x56, 0x3e, 0xe4, 0x7d, 0x6e, 0x67,
|
|
|
|
|
0xa4, 0x00, 0x14, 0xcb, 0x75, 0x6c, 0xe2, 0x47, 0x84, 0x55, 0xc1, 0x75, 0xb0, 0x8e, 0xb8, 0x9d,
|
|
|
|
|
0x91, 0x02, 0xd0, 0xd2, 0x74, 0x4e, 0x42, 0x7a, 0xba, 0x6a, 0x91, 0xd7, 0x7d, 0x41, 0xe2, 0x17,
|
|
|
|
|
0x0b, 0x91, 0x51, 0x62, 0x91, 0xf1, 0xcb, 0xb5, 0xae, 0x93, 0xaf, 0x8d, 0x8a, 0x77, 0xd4, 0x3f,
|
|
|
|
|
0xdb, 0x50, 0x12, 0xe7, 0x45, 0xdb, 0x9c, 0x6f, 0x79, 0xa9, 0x4f, 0xd9, 0x98, 0x4e, 0x91, 0x84,
|
|
|
|
|
0xae, 0x70, 0x25, 0x1d, 0x52, 0xd7, 0x13, 0xcf, 0x72, 0x5c, 0xe1, 0x37, 0x4e, 0x34, 0x76, 0xa0,
|
|
|
|
|
0x24, 0x8e, 0x6a, 0x35, 0x98, 0xc6, 0x53, 0xb8, 0xbb, 0xb4, 0x8b, 0xad, 0x50, 0x28, 0xae, 0x83,
|
|
|
|
|
0xfd, 0x2d, 0x07, 0x45, 0x5e, 0x04, 0xf0, 0x00, 0x2a, 0xdf, 0x44, 0x81, 0x6f, 0x8a, 0x52, 0x22,
|
|
|
|
|
0xb1, 0x73, 0xf8, 0x6c, 0x65, 0x37, 0xe8, 0xfd, 0x6e, 0x47, 0x94, 0x13, 0xa0, 0x38, 0x02, 0xf5,
|
|
|
|
|
0x63, 0xa8, 0x0e, 0x1d, 0xba, 0x02, 0xcf, 0xf1, 0xad, 0x38, 0x08, 0xc5, 0xe4, 0x8b, 0x4c, 0x7a,
|
|
|
|
|
0xe7, 0x0f, 0x89, 0x35, 0x34, 0x03, 0xdf, 0x9d, 0xb2, 0xe3, 0x51, 0x0c, 0x85, 0x32, 0xba, 0xbe,
|
|
|
|
|
0xbb, 0xe4, 0xde, 0x58, 0x78, 0x07, 0x4d, 0xbf, 0x09, 0x25, 0x51, 0xa9, 0x58, 0x74, 0x56, 0x76,
|
|
|
|
|
0x37, 0xaf, 0x45, 0x40, 0xcb, 0x9f, 0x1a, 0xa9, 0x92, 0x2e, 0x2b, 0x32, 0x2a, 0x34, 0xbe, 0x2b,
|
|
|
|
|
0x01, 0xcc, 0x37, 0x4e, 0xcf, 0x37, 0x24, 0x23, 0xe1, 0x5f, 0x3a, 0x9c, 0xa7, 0x7b, 0xe1, 0x35,
|
|
|
|
|
0xe9, 0x5e, 0xbc, 0xee, 0x29, 0x15, 0x4a, 0x43, 0x32, 0xb2, 0x12, 0x37, 0x56, 0x4b, 0x3c, 0x59,
|
|
|
|
|
0x04, 0xb9, 0x78, 0x54, 0xca, 0x95, 0xa3, 0xfa, 0x21, 0x54, 0xbc, 0xc4, 0x8d, 0x9d, 0x89, 0x4b,
|
|
|
|
|
0xcc, 0x60, 0xa4, 0xc2, 0x96, 0xb4, 0x2d, 0x19, 0x90, 0xb2, 0xba, 0x23, 0x8a, 0xeb, 0x59, 0x97,
|
|
|
|
|
0x8e, 0x97, 0x78, 0xec, 0x0a, 0x20, 0x19, 0x29, 0x89, 0x1f, 0xc1, 0x6d, 0x72, 0x69, 0xbb, 0x49,
|
|
|
|
|
0xe4, 0x9c, 0x13, 0x33, 0xd5, 0xd9, 0x60, 0xf8, 0x68, 0x26, 0x78, 0x26, 0x94, 0x29, 0x8c, 0xe3,
|
|
|
|
|
0x33, 0x95, 0xaa, 0x80, 0xe1, 0xe4, 0x15, 0x18, 0xa1, 0x53, 0xbb, 0x0a, 0x23, 0x94, 0xef, 0x03,
|
|
|
|
|
0x78, 0xd6, 0xa5, 0xe9, 0x12, 0x7f, 0x1c, 0x9f, 0xa9, 0xb7, 0xb6, 0xa4, 0x6d, 0xd9, 0x28, 0x7b,
|
|
|
|
|
0xd6, 0xe5, 0x11, 0x63, 0x30, 0xb1, 0xe3, 0xa7, 0x62, 0x24, 0xc4, 0x8e, 0x2f, 0xc4, 0x2a, 0x94,
|
|
|
|
|
0x26, 0x56, 0x4c, 0x7d, 0xa8, 0xde, 0xe6, 0x67, 0x24, 0x48, 0x7a, 0x46, 0x14, 0xd7, 0x89, 0x89,
|
|
|
|
|
0x17, 0xa9, 0x9b, 0xcc, 0x4e, 0xf1, 0xac, 0x4b, 0x8d, 0xd2, 0x4c, 0xe8, 0xf8, 0x42, 0x78, 0x57,
|
|
|
|
|
0x08, 0x1d, 0x9f, 0x0b, 0x3f, 0x82, 0x8d, 0xc4, 0x77, 0xbe, 0x4d, 0x88, 0x90, 0xbf, 0xcf, 0x56,
|
|
|
|
|
0x5e, 0xe1, 0x3c, 0xae, 0xf2, 0x63, 0xa8, 0x51, 0xf0, 0x49, 0x48, 0x2f, 0x84, 0xb1, 0x43, 0x22,
|
|
|
|
|
0x55, 0x65, 0x20, 0x55, 0xcf, 0xba, 0xec, 0xcd, 0x98, 0x4c, 0xcd, 0xf1, 0xb3, 0x6a, 0x1f, 0x08,
|
|
|
|
|
0x35, 0xc7, 0xcf, 0xa8, 0xd5, 0x41, 0x09, 0xf9, 0xad, 0x69, 0xa8, 0xd6, 0xf9, 0x6d, 0x31, 0xa5,
|
|
|
|
|
0x69, 0xf0, 0x58, 0x61, 0x68, 0x4d, 0xd5, 0x06, 0x13, 0x70, 0x02, 0xbf, 0x00, 0x39, 0x9e, 0x4e,
|
|
|
|
|
0x88, 0xfa, 0x23, 0xf6, 0xfe, 0xd5, 0x6e, 0x90, 0xa0, 0x99, 0x61, 0xdf, 0xa1, 0xd1, 0x3c, 0x98,
|
|
|
|
|
0x4e, 0x48, 0x64, 0x30, 0xd8, 0xc6, 0x05, 0xdc, 0x5d, 0x2a, 0x5e, 0x7c, 0x1e, 0x94, 0xa1, 0xd0,
|
|
|
|
|
0x32, 0x8c, 0xd6, 0x73, 0x24, 0x51, 0xfe, 0x5e, 0xb7, 0x7b, 0xd4, 0x6e, 0x75, 0x50, 0x8e, 0x12,
|
|
|
|
|
0x5a, 0x67, 0xd0, 0x3e, 0x6c, 0x1b, 0x28, 0x4f, 0xdf, 0x10, 0x9d, 0xe3, 0xa3, 0x23, 0x24, 0x63,
|
|
|
|
|
0x80, 0x62, 0xe7, 0xf8, 0xd9, 0x5e, 0xdb, 0x40, 0x05, 0x3a, 0xee, 0xee, 0xe9, 0xed, 0xfd, 0x01,
|
|
|
|
|
0x2a, 0xd2, 0x71, 0x7f, 0x60, 0x68, 0x9d, 0x43, 0x54, 0xd2, 0x65, 0x45, 0x42, 0x39, 0x5d, 0x56,
|
|
|
|
|
0x72, 0x28, 0xcf, 0xb3, 0x6b, 0xf6, 0xae, 0xc0, 0xe8, 0x8e, 0x2e, 0x2b, 0x77, 0xd0, 0xa6, 0x2e,
|
|
|
|
|
0x2b, 0x3f, 0x40, 0xaa, 0x2e, 0x2b, 0x1f, 0xa2, 0x7b, 0xba, 0xac, 0xdc, 0x43, 0xf7, 0x75, 0x59,
|
|
|
|
|
0xb9, 0x8f, 0x1e, 0xe8, 0xb2, 0xf2, 0x00, 0x35, 0x74, 0x59, 0xf9, 0x18, 0x3d, 0xd4, 0x65, 0xe5,
|
|
|
|
|
0x21, 0x7a, 0xa4, 0xcb, 0xca, 0x23, 0xd4, 0x6c, 0xfc, 0x59, 0x82, 0xfc, 0xc0, 0x1a, 0xaf, 0xd0,
|
|
|
|
|
0x5f, 0xaf, 0x15, 0x99, 0xfc, 0xdb, 0x2f, 0x32, 0x7c, 0x8b, 0x8d, 0x7f, 0x4b, 0x70, 0x67, 0xc9,
|
|
|
|
|
0x73, 0x1c, 0x8f, 0x32, 0x37, 0x70, 0x89, 0x35, 0x41, 0xfd, 0x4d, 0x9e, 0xf7, 0x33, 0x9e, 0xb8,
|
|
|
|
|
0x88, 0xa5, 0xd8, 0xf5, 0x18, 0xaa, 0x0b, 0xa2, 0x25, 0xdd, 0xf0, 0xd9, 0x62, 0x37, 0xfc, 0xd9,
|
|
|
|
|
0xda, 0xeb, 0x10, 0x5f, 0x57, 0x32, 0xed, 0xf2, 0x3f, 0x45, 0xa8, 0x2d, 0x4a, 0x71, 0x4f, 0x44,
|
|
|
|
|
0x32, 0x9d, 0xb8, 0x76, 0x83, 0xe7, 0x06, 0x87, 0x69, 0xd2, 0xf0, 0xe4, 0xc1, 0xbb, 0x82, 0x9f,
|
|
|
|
|
0xd3, 0x1e, 0x9b, 0xcf, 0xf4, 0x58, 0x1d, 0x72, 0x8e, 0xcf, 0x2e, 0x4b, 0xb5, 0xdd, 0x2f, 0x6e,
|
|
|
|
|
0xba, 0x0a, 0xcd, 0x37, 0x72, 0x8e, 0x4f, 0xf7, 0x34, 0x72, 0x83, 0x0b, 0x56, 0xef, 0xdf, 0x60,
|
|
|
|
|
0x4f, 0x5f, 0xba, 0xc1, 0x85, 0xc1, 0x90, 0x68, 0x45, 0xb5, 0x92, 0xf8, 0x2c, 0x08, 0x9d, 0x3f,
|
|
|
|
|
0xf2, 0x27, 0x29, 0x6d, 0xe1, 0xbc, 0x65, 0xa0, 0x05, 0xc1, 0x71, 0xe8, 0xd2, 0xe2, 0x16, 0x07,
|
|
|
|
|
0x2f, 0x09, 0x57, 0xe2, 0x9d, 0x43, 0x61, 0x0c, 0x2a, 0x64, 0xef, 0x84, 0x60, 0x42, 0x22, 0xd6,
|
|
|
|
|
0x37, 0xd6, 0x7b, 0x27, 0x50, 0x33, 0x43, 0x98, 0xe3, 0xf1, 0xc2, 0x85, 0x8d, 0xbf, 0x63, 0x0f,
|
|
|
|
|
0x6f, 0xba, 0xd5, 0xff, 0xc3, 0xd5, 0xed, 0x29, 0xc8, 0x34, 0x68, 0x30, 0x82, 0x8d, 0xc1, 0xf3,
|
|
|
|
|
0x5e, 0xdb, 0xd4, 0x3a, 0x5f, 0xb5, 0x8e, 0xb4, 0x03, 0xf4, 0x1e, 0xae, 0x01, 0x30, 0xce, 0x5e,
|
|
|
|
|
0xab, 0xaf, 0xed, 0x23, 0x69, 0xa6, 0xd1, 0xea, 0x69, 0xe6, 0xd3, 0xf6, 0x73, 0x94, 0xc3, 0xb7,
|
|
|
|
|
0xa0, 0xc2, 0x38, 0xdd, 0xd6, 0xf1, 0xe0, 0xc9, 0x2e, 0xca, 0x37, 0x3e, 0x85, 0x9c, 0xe6, 0x53,
|
|
|
|
|
0x43, 0xad, 0x93, 0x01, 0xda, 0x00, 0x45, 0xeb, 0x98, 0xbf, 0x3d, 0x6e, 0x1b, 0xb4, 0x46, 0x56,
|
|
|
|
|
0xa1, 0xac, 0x75, 0xcc, 0x27, 0xed, 0xd6, 0x41, 0xdb, 0x40, 0xb9, 0xc6, 0x37, 0x20, 0x53, 0x07,
|
|
|
|
|
0x53, 0xf4, 0x2f, 0x8f, 0xba, 0x27, 0x19, 0xb3, 0xdb, 0x50, 0xe5, 0x9c, 0x67, 0xbd, 0x23, 0x6d,
|
|
|
|
|
0x5f, 0x1b, 0x20, 0x69, 0xc6, 0xea, 0xb5, 0xfa, 0xfd, 0x93, 0xae, 0x71, 0x80, 0x72, 0x78, 0x13,
|
|
|
|
|
0x10, 0x63, 0xb5, 0x7a, 0x54, 0xab, 0x35, 0xd0, 0xba, 0x1d, 0x94, 0x9f, 0x73, 0xf7, 0xf7, 0xdb,
|
|
|
|
|
0xfd, 0xbe, 0xb9, 0xdf, 0x3d, 0x68, 0x23, 0xb9, 0xf1, 0xaf, 0xdc, 0xbc, 0xda, 0x64, 0xde, 0xe7,
|
|
|
|
|
0xf8, 0x4f, 0x52, 0xe6, 0xcb, 0x62, 0x38, 0x17, 0x88, 0xd2, 0x73, 0xfc, 0x26, 0x8f, 0xff, 0x65,
|
|
|
|
|
0x3c, 0xee, 0xdc, 0xd9, 0x27, 0xc7, 0x8c, 0xa4, 0xfe, 0x09, 0xa8, 0x4b, 0x0c, 0x98, 0xd7, 0x68,
|
|
|
|
|
0x0f, 0x64, 0x41, 0x27, 0x3e, 0x21, 0x71, 0xa2, 0xfe, 0x9d, 0xb4, 0xd4, 0xe4, 0x55, 0x11, 0xf2,
|
|
|
|
|
0x72, 0x31, 0x42, 0xde, 0xfa, 0xde, 0xae, 0x05, 0xd8, 0x5f, 0x24, 0x7a, 0xad, 0x66, 0xb9, 0xd2,
|
|
|
|
|
0xcb, 0x6e, 0xa0, 0xb2, 0x4e, 0x7d, 0x61, 0xf6, 0xfc, 0x87, 0x1f, 0x9e, 0xd8, 0xfc, 0xe7, 0x00,
|
|
|
|
|
0x73, 0xe6, 0x3a, 0x4f, 0xdc, 0xbd, 0xfd, 0xdf, 0xb5, 0xc6, 0x4e, 0x7c, 0x96, 0x9c, 0x36, 0xed,
|
|
|
|
|
0xc0, 0xdb, 0xa1, 0x0b, 0x79, 0x4c, 0xec, 0x20, 0x9a, 0x46, 0x31, 0x11, 0xa4, 0x58, 0xd7, 0xce,
|
|
|
|
|
0xab, 0xff, 0x8e, 0x38, 0x2d, 0x32, 0xd9, 0x67, 0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0xe3, 0xbc,
|
|
|
|
|
0xdd, 0xdd, 0xb3, 0x18, 0x00, 0x00,
|
|
|
|
|
}
|
|
|
|
|
|