pboptions

package
v0.0.0-...-fa7aa23 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 23, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Swagger_SwaggerScheme_name = map[int32]string{
		0: "UNKNOWN",
		1: "HTTP",
		2: "HTTPS",
		3: "WS",
		4: "WSS",
	}
	Swagger_SwaggerScheme_value = map[string]int32{
		"UNKNOWN": 0,
		"HTTP":    1,
		"HTTPS":   2,
		"WS":      3,
		"WSS":     4,
	}
)

Enum value maps for Swagger_SwaggerScheme.

View Source
var (
	JSONSchema_JSONSchemaSimpleTypes_name = map[int32]string{
		0: "UNKNOWN",
		1: "ARRAY",
		2: "BOOLEAN",
		3: "INTEGER",
		4: "NULL",
		5: "NUMBER",
		6: "OBJECT",
		7: "STRING",
	}
	JSONSchema_JSONSchemaSimpleTypes_value = map[string]int32{
		"UNKNOWN": 0,
		"ARRAY":   1,
		"BOOLEAN": 2,
		"INTEGER": 3,
		"NULL":    4,
		"NUMBER":  5,
		"OBJECT":  6,
		"STRING":  7,
	}
)

Enum value maps for JSONSchema_JSONSchemaSimpleTypes.

View Source
var (
	SecurityScheme_Type_name = map[int32]string{
		0: "TYPE_INVALID",
		1: "TYPE_BASIC",
		2: "TYPE_API_KEY",
		3: "TYPE_OAUTH2",
	}
	SecurityScheme_Type_value = map[string]int32{
		"TYPE_INVALID": 0,
		"TYPE_BASIC":   1,
		"TYPE_API_KEY": 2,
		"TYPE_OAUTH2":  3,
	}
)

Enum value maps for SecurityScheme_Type.

View Source
var (
	SecurityScheme_In_name = map[int32]string{
		0: "IN_INVALID",
		1: "IN_QUERY",
		2: "IN_HEADER",
	}
	SecurityScheme_In_value = map[string]int32{
		"IN_INVALID": 0,
		"IN_QUERY":   1,
		"IN_HEADER":  2,
	}
)

Enum value maps for SecurityScheme_In.

View Source
var (
	SecurityScheme_Flow_name = map[int32]string{
		0: "FLOW_INVALID",
		1: "FLOW_IMPLICIT",
		2: "FLOW_PASSWORD",
		3: "FLOW_APPLICATION",
		4: "FLOW_ACCESS_CODE",
	}
	SecurityScheme_Flow_value = map[string]int32{
		"FLOW_INVALID":     0,
		"FLOW_IMPLICIT":    1,
		"FLOW_PASSWORD":    2,
		"FLOW_APPLICATION": 3,
		"FLOW_ACCESS_CODE": 4,
	}
)

Enum value maps for SecurityScheme_Flow.

View Source
var (
	// optional document.options.JSONSchema openapiv2_field = 1042;
	E_Openapiv2Field = &file_document_options_annotations_proto_extTypes[4]
)

Extension fields to descriptorpb.FieldOptions.

View Source
var (
	// optional document.options.Operation openapiv2_operation = 1042;
	E_Openapiv2Operation = &file_document_options_annotations_proto_extTypes[1]
)

Extension fields to descriptorpb.MethodOptions.

View Source
var (
	// optional document.options.Schema openapiv2_schema = 1042;
	E_Openapiv2Schema = &file_document_options_annotations_proto_extTypes[2]
)

Extension fields to descriptorpb.MessageOptions.

View Source
var (
	// optional document.options.Swagger openapiv2_swagger = 1042;
	E_Openapiv2Swagger = &file_document_options_annotations_proto_extTypes[0]
)

Extension fields to descriptorpb.FileOptions.

View Source
var (
	// optional document.options.Tag openapiv2_tag = 1042;
	E_Openapiv2Tag = &file_document_options_annotations_proto_extTypes[3]
)

Extension fields to descriptorpb.ServiceOptions.

View Source
var File_document_options_annotations_proto protoreflect.FileDescriptor
View Source
var File_document_options_openapiv2_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Contact

type Contact struct {
	Name  string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" xorm:"VARCHAR(255) notnull default('') 'name'"`
	Url   string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty" xorm:"VARCHAR(255) notnull default('') 'url'"`
	Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty" xorm:"VARCHAR(255) notnull default('') 'email'"`
	// contains filtered or unexported fields
}

func (*Contact) Descriptor deprecated

func (*Contact) Descriptor() ([]byte, []int)

Deprecated: Use Contact.ProtoReflect.Descriptor instead.

func (*Contact) GetEmail

func (x *Contact) GetEmail() string

func (*Contact) GetName

func (x *Contact) GetName() string

func (*Contact) GetUrl

func (x *Contact) GetUrl() string

func (*Contact) ProtoMessage

func (*Contact) ProtoMessage()

func (*Contact) ProtoReflect

func (x *Contact) ProtoReflect() protoreflect.Message

func (*Contact) Reset

func (x *Contact) Reset()

func (*Contact) String

func (x *Contact) String() string

type ExternalDocumentation

type ExternalDocumentation struct {
	Description string `` /* 129-byte string literal not displayed */
	Url         string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty" xorm:"VARCHAR(255) notnull default('') 'url'"`
	// contains filtered or unexported fields
}

func (*ExternalDocumentation) Descriptor deprecated

func (*ExternalDocumentation) Descriptor() ([]byte, []int)

Deprecated: Use ExternalDocumentation.ProtoReflect.Descriptor instead.

func (*ExternalDocumentation) GetDescription

func (x *ExternalDocumentation) GetDescription() string

func (*ExternalDocumentation) GetUrl

func (x *ExternalDocumentation) GetUrl() string

func (*ExternalDocumentation) ProtoMessage

func (*ExternalDocumentation) ProtoMessage()

func (*ExternalDocumentation) ProtoReflect

func (x *ExternalDocumentation) ProtoReflect() protoreflect.Message

func (*ExternalDocumentation) Reset

func (x *ExternalDocumentation) Reset()

func (*ExternalDocumentation) String

func (x *ExternalDocumentation) String() string

type Info

type Info struct {
	Title          string                     `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty" xorm:"VARCHAR(255) notnull default('') 'title'"`
	Description    string                     `` /* 129-byte string literal not displayed */
	TermsOfService string                     `` /* 164-byte string literal not displayed */
	Contact        *Contact                   `protobuf:"bytes,4,opt,name=contact,proto3" json:"contact,omitempty" xorm:"json notnull 'contact'"`
	License        *License                   `protobuf:"bytes,5,opt,name=license,proto3" json:"license,omitempty" xorm:"json notnull 'license'"`
	Version        string                     `protobuf:"bytes,6,opt,name=version,proto3" json:"version,omitempty" xorm:"VARCHAR(255) notnull default('') 'version'"`
	Extensions     map[string]*structpb.Value `` /* 194-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Info) Descriptor deprecated

func (*Info) Descriptor() ([]byte, []int)

Deprecated: Use Info.ProtoReflect.Descriptor instead.

func (*Info) GetContact

func (x *Info) GetContact() *Contact

func (*Info) GetDescription

func (x *Info) GetDescription() string

func (*Info) GetExtensions

func (x *Info) GetExtensions() map[string]*structpb.Value

func (*Info) GetLicense

func (x *Info) GetLicense() *License

func (*Info) GetTermsOfService

func (x *Info) GetTermsOfService() string

func (*Info) GetTitle

func (x *Info) GetTitle() string

func (*Info) GetVersion

func (x *Info) GetVersion() string

func (*Info) ProtoMessage

func (*Info) ProtoMessage()

func (*Info) ProtoReflect

func (x *Info) ProtoReflect() protoreflect.Message

func (*Info) Reset

func (x *Info) Reset()

func (*Info) String

func (x *Info) String() string

type JSONSchema

type JSONSchema struct {
	Ref              string                             `protobuf:"bytes,3,opt,name=ref,proto3" json:"ref,omitempty" xorm:"VARCHAR(255) notnull default('') 'ref'"`
	Title            string                             `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty" xorm:"VARCHAR(255) notnull default('') 'title'"`
	Description      string                             `` /* 129-byte string literal not displayed */
	Default          string                             `protobuf:"bytes,7,opt,name=default,proto3" json:"default,omitempty" xorm:"VARCHAR(255) notnull default('') 'default'"`
	ReadOnly         bool                               `` /* 144-byte string literal not displayed */
	MultipleOf       float64                            `` /* 149-byte string literal not displayed */
	Maximum          float64                            `protobuf:"fixed64,11,opt,name=maximum,proto3" json:"maximum,omitempty" xorm:"DECIMAL(10,16) notnull default(0) 'maximum'"`
	ExclusiveMaximum bool                               `` /* 177-byte string literal not displayed */
	Minimum          float64                            `protobuf:"fixed64,13,opt,name=minimum,proto3" json:"minimum,omitempty" xorm:"DECIMAL(10,16) notnull default(0) 'minimum'"`
	ExclusiveMinimum bool                               `` /* 177-byte string literal not displayed */
	MaxLength        uint64                             `` /* 149-byte string literal not displayed */
	MinLength        uint64                             `` /* 149-byte string literal not displayed */
	Pattern          string                             `protobuf:"bytes,17,opt,name=pattern,proto3" json:"pattern,omitempty" xorm:"VARCHAR(255) notnull default('') 'pattern'"`
	MaxItems         uint64                             `` /* 145-byte string literal not displayed */
	MinItems         uint64                             `` /* 145-byte string literal not displayed */
	UniqueItems      bool                               `` /* 157-byte string literal not displayed */
	MaxProperties    uint64                             `` /* 165-byte string literal not displayed */
	MinProperties    uint64                             `` /* 165-byte string literal not displayed */
	Required         []string                           `protobuf:"bytes,26,rep,name=required,proto3" json:"required,omitempty" xorm:"json notnull 'required'"`
	Array            []string                           `protobuf:"bytes,34,rep,name=array,proto3" json:"array,omitempty" xorm:"json notnull 'array'"`
	Type             []JSONSchema_JSONSchemaSimpleTypes `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*JSONSchema) Descriptor deprecated

func (*JSONSchema) Descriptor() ([]byte, []int)

Deprecated: Use JSONSchema.ProtoReflect.Descriptor instead.

func (*JSONSchema) GetArray

func (x *JSONSchema) GetArray() []string

func (*JSONSchema) GetDefault

func (x *JSONSchema) GetDefault() string

func (*JSONSchema) GetDescription

func (x *JSONSchema) GetDescription() string

func (*JSONSchema) GetExclusiveMaximum

func (x *JSONSchema) GetExclusiveMaximum() bool

func (*JSONSchema) GetExclusiveMinimum

func (x *JSONSchema) GetExclusiveMinimum() bool

func (*JSONSchema) GetMaxItems

func (x *JSONSchema) GetMaxItems() uint64

func (*JSONSchema) GetMaxLength

func (x *JSONSchema) GetMaxLength() uint64

func (*JSONSchema) GetMaxProperties

func (x *JSONSchema) GetMaxProperties() uint64

func (*JSONSchema) GetMaximum

func (x *JSONSchema) GetMaximum() float64

func (*JSONSchema) GetMinItems

func (x *JSONSchema) GetMinItems() uint64

func (*JSONSchema) GetMinLength

func (x *JSONSchema) GetMinLength() uint64

func (*JSONSchema) GetMinProperties

func (x *JSONSchema) GetMinProperties() uint64

func (*JSONSchema) GetMinimum

func (x *JSONSchema) GetMinimum() float64

func (*JSONSchema) GetMultipleOf

func (x *JSONSchema) GetMultipleOf() float64

func (*JSONSchema) GetPattern

func (x *JSONSchema) GetPattern() string

func (*JSONSchema) GetReadOnly

func (x *JSONSchema) GetReadOnly() bool

func (*JSONSchema) GetRef

func (x *JSONSchema) GetRef() string

func (*JSONSchema) GetRequired

func (x *JSONSchema) GetRequired() []string

func (*JSONSchema) GetTitle

func (x *JSONSchema) GetTitle() string

func (*JSONSchema) GetType

func (*JSONSchema) GetUniqueItems

func (x *JSONSchema) GetUniqueItems() bool

func (*JSONSchema) ProtoMessage

func (*JSONSchema) ProtoMessage()

func (*JSONSchema) ProtoReflect

func (x *JSONSchema) ProtoReflect() protoreflect.Message

func (*JSONSchema) Reset

func (x *JSONSchema) Reset()

func (*JSONSchema) String

func (x *JSONSchema) String() string

type JSONSchema_JSONSchemaSimpleTypes

type JSONSchema_JSONSchemaSimpleTypes int32
const (
	JSONSchema_UNKNOWN JSONSchema_JSONSchemaSimpleTypes = 0
	JSONSchema_ARRAY   JSONSchema_JSONSchemaSimpleTypes = 1
	JSONSchema_BOOLEAN JSONSchema_JSONSchemaSimpleTypes = 2
	JSONSchema_INTEGER JSONSchema_JSONSchemaSimpleTypes = 3
	JSONSchema_NULL    JSONSchema_JSONSchemaSimpleTypes = 4
	JSONSchema_NUMBER  JSONSchema_JSONSchemaSimpleTypes = 5
	JSONSchema_OBJECT  JSONSchema_JSONSchemaSimpleTypes = 6
	JSONSchema_STRING  JSONSchema_JSONSchemaSimpleTypes = 7
)

func (JSONSchema_JSONSchemaSimpleTypes) Descriptor

func (JSONSchema_JSONSchemaSimpleTypes) Enum

func (JSONSchema_JSONSchemaSimpleTypes) EnumDescriptor deprecated

func (JSONSchema_JSONSchemaSimpleTypes) EnumDescriptor() ([]byte, []int)

Deprecated: Use JSONSchema_JSONSchemaSimpleTypes.Descriptor instead.

func (JSONSchema_JSONSchemaSimpleTypes) Number

func (JSONSchema_JSONSchemaSimpleTypes) String

func (JSONSchema_JSONSchemaSimpleTypes) Type

type License

type License struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" xorm:"VARCHAR(255) notnull default('') 'name'"`
	Url  string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty" xorm:"VARCHAR(255) notnull default('') 'url'"`
	// contains filtered or unexported fields
}

func (*License) Descriptor deprecated

func (*License) Descriptor() ([]byte, []int)

Deprecated: Use License.ProtoReflect.Descriptor instead.

func (*License) GetName

func (x *License) GetName() string

func (*License) GetUrl

func (x *License) GetUrl() string

func (*License) ProtoMessage

func (*License) ProtoMessage()

func (*License) ProtoReflect

func (x *License) ProtoReflect() protoreflect.Message

func (*License) Reset

func (x *License) Reset()

func (*License) String

func (x *License) String() string

type Operation

type Operation struct {
	Tags         []string                   `protobuf:"bytes,1,rep,name=tags,proto3" json:"tags,omitempty" xorm:"json notnull 'tags'"`
	Summary      string                     `protobuf:"bytes,2,opt,name=summary,proto3" json:"summary,omitempty" xorm:"VARCHAR(255) notnull default('') 'summary'"`
	Description  string                     `` /* 129-byte string literal not displayed */
	ExternalDocs *ExternalDocumentation     `` /* 133-byte string literal not displayed */
	OperationId  string                     `` /* 149-byte string literal not displayed */
	Consumes     []string                   `protobuf:"bytes,6,rep,name=consumes,proto3" json:"consumes,omitempty" xorm:"json notnull 'consumes'"`
	Produces     []string                   `protobuf:"bytes,7,rep,name=produces,proto3" json:"produces,omitempty" xorm:"json notnull 'produces'"`
	Responses    map[string]*Response       `` /* 191-byte string literal not displayed */
	Schemes      []string                   `protobuf:"bytes,10,rep,name=schemes,proto3" json:"schemes,omitempty" xorm:"json notnull 'schemes'"`
	Deprecated   bool                       `` /* 134-byte string literal not displayed */
	Security     []*SecurityRequirement     `protobuf:"bytes,12,rep,name=security,proto3" json:"security,omitempty" xorm:"json notnull 'security'"`
	Extensions   map[string]*structpb.Value `` /* 195-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Operation) Descriptor deprecated

func (*Operation) Descriptor() ([]byte, []int)

Deprecated: Use Operation.ProtoReflect.Descriptor instead.

func (*Operation) GetConsumes

func (x *Operation) GetConsumes() []string

func (*Operation) GetDeprecated

func (x *Operation) GetDeprecated() bool

func (*Operation) GetDescription

func (x *Operation) GetDescription() string

func (*Operation) GetExtensions

func (x *Operation) GetExtensions() map[string]*structpb.Value

func (*Operation) GetExternalDocs

func (x *Operation) GetExternalDocs() *ExternalDocumentation

func (*Operation) GetOperationId

func (x *Operation) GetOperationId() string

func (*Operation) GetProduces

func (x *Operation) GetProduces() []string

func (*Operation) GetResponses

func (x *Operation) GetResponses() map[string]*Response

func (*Operation) GetSchemes

func (x *Operation) GetSchemes() []string

func (*Operation) GetSecurity

func (x *Operation) GetSecurity() []*SecurityRequirement

func (*Operation) GetSummary

func (x *Operation) GetSummary() string

func (*Operation) GetTags

func (x *Operation) GetTags() []string

func (*Operation) ProtoMessage

func (*Operation) ProtoMessage()

func (*Operation) ProtoReflect

func (x *Operation) ProtoReflect() protoreflect.Message

func (*Operation) Reset

func (x *Operation) Reset()

func (*Operation) String

func (x *Operation) String() string

type Response

type Response struct {
	Description string                     `` /* 129-byte string literal not displayed */
	Schema      *Schema                    `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty" xorm:"json notnull 'schema'"`
	Examples    map[string]string          `` /* 188-byte string literal not displayed */
	Extensions  map[string]*structpb.Value `` /* 194-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Response) Descriptor deprecated

func (*Response) Descriptor() ([]byte, []int)

Deprecated: Use Response.ProtoReflect.Descriptor instead.

func (*Response) GetDescription

func (x *Response) GetDescription() string

func (*Response) GetExamples

func (x *Response) GetExamples() map[string]string

func (*Response) GetExtensions

func (x *Response) GetExtensions() map[string]*structpb.Value

func (*Response) GetSchema

func (x *Response) GetSchema() *Schema

func (*Response) ProtoMessage

func (*Response) ProtoMessage()

func (*Response) ProtoReflect

func (x *Response) ProtoReflect() protoreflect.Message

func (*Response) Reset

func (x *Response) Reset()

func (*Response) String

func (x *Response) String() string

type Schema

type Schema struct {
	JsonSchema    *JSONSchema            `protobuf:"bytes,1,opt,name=json_schema,json=jsonSchema,proto3" json:"json_schema,omitempty" xorm:"json notnull 'json_schema'"`
	Discriminator string                 `` /* 135-byte string literal not displayed */
	ReadOnly      bool                   `` /* 144-byte string literal not displayed */
	ExternalDocs  *ExternalDocumentation `` /* 133-byte string literal not displayed */
	Example       *anypb.Any             `protobuf:"bytes,6,opt,name=example,proto3" json:"example,omitempty" xorm:"json notnull 'example'"`
	// contains filtered or unexported fields
}

func (*Schema) Descriptor deprecated

func (*Schema) Descriptor() ([]byte, []int)

Deprecated: Use Schema.ProtoReflect.Descriptor instead.

func (*Schema) GetDiscriminator

func (x *Schema) GetDiscriminator() string

func (*Schema) GetExample

func (x *Schema) GetExample() *anypb.Any

func (*Schema) GetExternalDocs

func (x *Schema) GetExternalDocs() *ExternalDocumentation

func (*Schema) GetJsonSchema

func (x *Schema) GetJsonSchema() *JSONSchema

func (*Schema) GetReadOnly

func (x *Schema) GetReadOnly() bool

func (*Schema) ProtoMessage

func (*Schema) ProtoMessage()

func (*Schema) ProtoReflect

func (x *Schema) ProtoReflect() protoreflect.Message

func (*Schema) Reset

func (x *Schema) Reset()

func (*Schema) String

func (x *Schema) String() string

type Scopes

type Scopes struct {
	Scope map[string]string `` /* 179-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Scopes) Descriptor deprecated

func (*Scopes) Descriptor() ([]byte, []int)

Deprecated: Use Scopes.ProtoReflect.Descriptor instead.

func (*Scopes) GetScope

func (x *Scopes) GetScope() map[string]string

func (*Scopes) ProtoMessage

func (*Scopes) ProtoMessage()

func (*Scopes) ProtoReflect

func (x *Scopes) ProtoReflect() protoreflect.Message

func (*Scopes) Reset

func (x *Scopes) Reset()

func (*Scopes) String

func (x *Scopes) String() string

type SecurityDefinitions

type SecurityDefinitions struct {
	Security map[string]*SecurityScheme `` /* 188-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SecurityDefinitions) Descriptor deprecated

func (*SecurityDefinitions) Descriptor() ([]byte, []int)

Deprecated: Use SecurityDefinitions.ProtoReflect.Descriptor instead.

func (*SecurityDefinitions) GetSecurity

func (x *SecurityDefinitions) GetSecurity() map[string]*SecurityScheme

func (*SecurityDefinitions) ProtoMessage

func (*SecurityDefinitions) ProtoMessage()

func (*SecurityDefinitions) ProtoReflect

func (x *SecurityDefinitions) ProtoReflect() protoreflect.Message

func (*SecurityDefinitions) Reset

func (x *SecurityDefinitions) Reset()

func (*SecurityDefinitions) String

func (x *SecurityDefinitions) String() string

type SecurityRequirement

type SecurityRequirement struct {
	SecurityRequirement map[string]*SecurityRequirement_SecurityRequirementValue `` /* 249-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SecurityRequirement) Descriptor deprecated

func (*SecurityRequirement) Descriptor() ([]byte, []int)

Deprecated: Use SecurityRequirement.ProtoReflect.Descriptor instead.

func (*SecurityRequirement) GetSecurityRequirement

func (*SecurityRequirement) ProtoMessage

func (*SecurityRequirement) ProtoMessage()

func (*SecurityRequirement) ProtoReflect

func (x *SecurityRequirement) ProtoReflect() protoreflect.Message

func (*SecurityRequirement) Reset

func (x *SecurityRequirement) Reset()

func (*SecurityRequirement) String

func (x *SecurityRequirement) String() string

type SecurityRequirement_SecurityRequirementValue

type SecurityRequirement_SecurityRequirementValue struct {
	Scope []string `protobuf:"bytes,1,rep,name=scope,proto3" json:"scope,omitempty" xorm:"json notnull 'scope'"`
	// contains filtered or unexported fields
}

func (*SecurityRequirement_SecurityRequirementValue) Descriptor deprecated

Deprecated: Use SecurityRequirement_SecurityRequirementValue.ProtoReflect.Descriptor instead.

func (*SecurityRequirement_SecurityRequirementValue) GetScope

func (*SecurityRequirement_SecurityRequirementValue) ProtoMessage

func (*SecurityRequirement_SecurityRequirementValue) ProtoReflect

func (*SecurityRequirement_SecurityRequirementValue) Reset

func (*SecurityRequirement_SecurityRequirementValue) String

type SecurityScheme

type SecurityScheme struct {
	Type             SecurityScheme_Type        `` /* 212-byte string literal not displayed */
	Description      string                     `` /* 129-byte string literal not displayed */
	Name             string                     `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" xorm:"VARCHAR(255) notnull default('') 'name'"`
	In               SecurityScheme_In          `` /* 181-byte string literal not displayed */
	Flow             SecurityScheme_Flow        `` /* 240-byte string literal not displayed */
	AuthorizationUrl string                     `` /* 169-byte string literal not displayed */
	TokenUrl         string                     `` /* 137-byte string literal not displayed */
	Scopes           *Scopes                    `protobuf:"bytes,8,opt,name=scopes,proto3" json:"scopes,omitempty" xorm:"json notnull 'scopes'"`
	Extensions       map[string]*structpb.Value `` /* 194-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SecurityScheme) Descriptor deprecated

func (*SecurityScheme) Descriptor() ([]byte, []int)

Deprecated: Use SecurityScheme.ProtoReflect.Descriptor instead.

func (*SecurityScheme) GetAuthorizationUrl

func (x *SecurityScheme) GetAuthorizationUrl() string

func (*SecurityScheme) GetDescription

func (x *SecurityScheme) GetDescription() string

func (*SecurityScheme) GetExtensions

func (x *SecurityScheme) GetExtensions() map[string]*structpb.Value

func (*SecurityScheme) GetFlow

func (x *SecurityScheme) GetFlow() SecurityScheme_Flow

func (*SecurityScheme) GetIn

func (x *SecurityScheme) GetIn() SecurityScheme_In

func (*SecurityScheme) GetName

func (x *SecurityScheme) GetName() string

func (*SecurityScheme) GetScopes

func (x *SecurityScheme) GetScopes() *Scopes

func (*SecurityScheme) GetTokenUrl

func (x *SecurityScheme) GetTokenUrl() string

func (*SecurityScheme) GetType

func (x *SecurityScheme) GetType() SecurityScheme_Type

func (*SecurityScheme) ProtoMessage

func (*SecurityScheme) ProtoMessage()

func (*SecurityScheme) ProtoReflect

func (x *SecurityScheme) ProtoReflect() protoreflect.Message

func (*SecurityScheme) Reset

func (x *SecurityScheme) Reset()

func (*SecurityScheme) String

func (x *SecurityScheme) String() string

type SecurityScheme_Flow

type SecurityScheme_Flow int32
const (
	SecurityScheme_FLOW_INVALID     SecurityScheme_Flow = 0
	SecurityScheme_FLOW_IMPLICIT    SecurityScheme_Flow = 1
	SecurityScheme_FLOW_PASSWORD    SecurityScheme_Flow = 2
	SecurityScheme_FLOW_APPLICATION SecurityScheme_Flow = 3
	SecurityScheme_FLOW_ACCESS_CODE SecurityScheme_Flow = 4
)

func (SecurityScheme_Flow) Descriptor

func (SecurityScheme_Flow) Enum

func (SecurityScheme_Flow) EnumDescriptor deprecated

func (SecurityScheme_Flow) EnumDescriptor() ([]byte, []int)

Deprecated: Use SecurityScheme_Flow.Descriptor instead.

func (SecurityScheme_Flow) Number

func (SecurityScheme_Flow) String

func (x SecurityScheme_Flow) String() string

func (SecurityScheme_Flow) Type

type SecurityScheme_In

type SecurityScheme_In int32
const (
	SecurityScheme_IN_INVALID SecurityScheme_In = 0
	SecurityScheme_IN_QUERY   SecurityScheme_In = 1
	SecurityScheme_IN_HEADER  SecurityScheme_In = 2
)

func (SecurityScheme_In) Descriptor

func (SecurityScheme_In) Enum

func (SecurityScheme_In) EnumDescriptor deprecated

func (SecurityScheme_In) EnumDescriptor() ([]byte, []int)

Deprecated: Use SecurityScheme_In.Descriptor instead.

func (SecurityScheme_In) Number

func (SecurityScheme_In) String

func (x SecurityScheme_In) String() string

func (SecurityScheme_In) Type

type SecurityScheme_Type

type SecurityScheme_Type int32
const (
	SecurityScheme_TYPE_INVALID SecurityScheme_Type = 0
	SecurityScheme_TYPE_BASIC   SecurityScheme_Type = 1
	SecurityScheme_TYPE_API_KEY SecurityScheme_Type = 2
	SecurityScheme_TYPE_OAUTH2  SecurityScheme_Type = 3
)

func (SecurityScheme_Type) Descriptor

func (SecurityScheme_Type) Enum

func (SecurityScheme_Type) EnumDescriptor deprecated

func (SecurityScheme_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use SecurityScheme_Type.Descriptor instead.

func (SecurityScheme_Type) Number

func (SecurityScheme_Type) String

func (x SecurityScheme_Type) String() string

func (SecurityScheme_Type) Type

type Swagger

type Swagger struct {
	Swagger             string                     `protobuf:"bytes,1,opt,name=swagger,proto3" json:"swagger,omitempty" xorm:"VARCHAR(255) notnull default('') 'swagger'"`
	Info                *Info                      `protobuf:"bytes,2,opt,name=info,proto3" json:"info,omitempty" xorm:"json notnull 'info'"`
	Host                string                     `protobuf:"bytes,3,opt,name=host,proto3" json:"host,omitempty" xorm:"VARCHAR(255) notnull default('') 'host'"`
	BasePath            string                     `` /* 137-byte string literal not displayed */
	Schemes             []Swagger_SwaggerScheme    `` /* 149-byte string literal not displayed */
	Consumes            []string                   `protobuf:"bytes,6,rep,name=consumes,proto3" json:"consumes,omitempty" xorm:"json notnull 'consumes'"`
	Produces            []string                   `protobuf:"bytes,7,rep,name=produces,proto3" json:"produces,omitempty" xorm:"json notnull 'produces'"`
	Responses           map[string]*Response       `` /* 192-byte string literal not displayed */
	SecurityDefinitions *SecurityDefinitions       `` /* 162-byte string literal not displayed */
	Security            []*SecurityRequirement     `protobuf:"bytes,12,rep,name=security,proto3" json:"security,omitempty" xorm:"json notnull 'security'"`
	ExternalDocs        *ExternalDocumentation     `` /* 134-byte string literal not displayed */
	Extensions          map[string]*structpb.Value `` /* 195-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Swagger) Descriptor deprecated

func (*Swagger) Descriptor() ([]byte, []int)

Deprecated: Use Swagger.ProtoReflect.Descriptor instead.

func (*Swagger) GetBasePath

func (x *Swagger) GetBasePath() string

func (*Swagger) GetConsumes

func (x *Swagger) GetConsumes() []string

func (*Swagger) GetExtensions

func (x *Swagger) GetExtensions() map[string]*structpb.Value

func (*Swagger) GetExternalDocs

func (x *Swagger) GetExternalDocs() *ExternalDocumentation

func (*Swagger) GetHost

func (x *Swagger) GetHost() string

func (*Swagger) GetInfo

func (x *Swagger) GetInfo() *Info

func (*Swagger) GetProduces

func (x *Swagger) GetProduces() []string

func (*Swagger) GetResponses

func (x *Swagger) GetResponses() map[string]*Response

func (*Swagger) GetSchemes

func (x *Swagger) GetSchemes() []Swagger_SwaggerScheme

func (*Swagger) GetSecurity

func (x *Swagger) GetSecurity() []*SecurityRequirement

func (*Swagger) GetSecurityDefinitions

func (x *Swagger) GetSecurityDefinitions() *SecurityDefinitions

func (*Swagger) GetSwagger

func (x *Swagger) GetSwagger() string

func (*Swagger) ProtoMessage

func (*Swagger) ProtoMessage()

func (*Swagger) ProtoReflect

func (x *Swagger) ProtoReflect() protoreflect.Message

func (*Swagger) Reset

func (x *Swagger) Reset()

func (*Swagger) String

func (x *Swagger) String() string

type Swagger_SwaggerScheme

type Swagger_SwaggerScheme int32
const (
	Swagger_UNKNOWN Swagger_SwaggerScheme = 0
	Swagger_HTTP    Swagger_SwaggerScheme = 1
	Swagger_HTTPS   Swagger_SwaggerScheme = 2
	Swagger_WS      Swagger_SwaggerScheme = 3
	Swagger_WSS     Swagger_SwaggerScheme = 4
)

func (Swagger_SwaggerScheme) Descriptor

func (Swagger_SwaggerScheme) Enum

func (Swagger_SwaggerScheme) EnumDescriptor deprecated

func (Swagger_SwaggerScheme) EnumDescriptor() ([]byte, []int)

Deprecated: Use Swagger_SwaggerScheme.Descriptor instead.

func (Swagger_SwaggerScheme) Number

func (Swagger_SwaggerScheme) String

func (x Swagger_SwaggerScheme) String() string

func (Swagger_SwaggerScheme) Type

type Tag

type Tag struct {
	Description  string                 `` /* 129-byte string literal not displayed */
	ExternalDocs *ExternalDocumentation `` /* 133-byte string literal not displayed */
	Name         string                 `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty" xorm:"VARCHAR(255) notnull default('') 'name'"`
	// contains filtered or unexported fields
}

func (*Tag) Descriptor deprecated

func (*Tag) Descriptor() ([]byte, []int)

Deprecated: Use Tag.ProtoReflect.Descriptor instead.

func (*Tag) GetDescription

func (x *Tag) GetDescription() string

func (*Tag) GetExternalDocs

func (x *Tag) GetExternalDocs() *ExternalDocumentation

func (*Tag) GetName

func (x *Tag) GetName() string

func (*Tag) ProtoMessage

func (*Tag) ProtoMessage()

func (*Tag) ProtoReflect

func (x *Tag) ProtoReflect() protoreflect.Message

func (*Tag) Reset

func (x *Tag) Reset()

func (*Tag) String

func (x *Tag) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL