Versions in this module Expand all Collapse all v0 v0.2.0 May 19, 2018 v0.1.0 Sep 5, 2017 Changes in this version + func Version() string + type AdditionalPropertiesItem struct + Oneof isAdditionalPropertiesItem_Oneof + func NewAdditionalPropertiesItem(in interface{}, context *compiler.Context) (*AdditionalPropertiesItem, error) + func (*AdditionalPropertiesItem) Descriptor() ([]byte, []int) + func (*AdditionalPropertiesItem) ProtoMessage() + func (*AdditionalPropertiesItem) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *AdditionalPropertiesItem) GetBoolean() bool + func (m *AdditionalPropertiesItem) GetOneof() isAdditionalPropertiesItem_Oneof + func (m *AdditionalPropertiesItem) GetSchema() *Schema + func (m *AdditionalPropertiesItem) Reset() + func (m *AdditionalPropertiesItem) ResolveReferences(root string) (interface{}, error) + func (m *AdditionalPropertiesItem) String() string + func (m *AdditionalPropertiesItem) ToRawInfo() interface{} + type AdditionalPropertiesItem_Boolean struct + Boolean bool + type AdditionalPropertiesItem_Schema struct + Schema *Schema + type Any struct + Value *google_protobuf.Any + Yaml string + func NewAny(in interface{}, context *compiler.Context) (*Any, error) + func (*Any) Descriptor() ([]byte, []int) + func (*Any) ProtoMessage() + func (m *Any) GetValue() *google_protobuf.Any + func (m *Any) GetYaml() string + func (m *Any) Reset() + func (m *Any) ResolveReferences(root string) (interface{}, error) + func (m *Any) String() string + func (m *Any) ToRawInfo() interface{} + type ApiKeySecurity struct + Description string + In string + Name string + Type string + VendorExtension []*NamedAny + func NewApiKeySecurity(in interface{}, context *compiler.Context) (*ApiKeySecurity, error) + func (*ApiKeySecurity) Descriptor() ([]byte, []int) + func (*ApiKeySecurity) ProtoMessage() + func (m *ApiKeySecurity) GetDescription() string + func (m *ApiKeySecurity) GetIn() string + func (m *ApiKeySecurity) GetName() string + func (m *ApiKeySecurity) GetType() string + func (m *ApiKeySecurity) GetVendorExtension() []*NamedAny + func (m *ApiKeySecurity) Reset() + func (m *ApiKeySecurity) ResolveReferences(root string) (interface{}, error) + func (m *ApiKeySecurity) String() string + func (m *ApiKeySecurity) ToRawInfo() interface{} + type BasicAuthenticationSecurity struct + Description string + Type string + VendorExtension []*NamedAny + func NewBasicAuthenticationSecurity(in interface{}, context *compiler.Context) (*BasicAuthenticationSecurity, error) + func (*BasicAuthenticationSecurity) Descriptor() ([]byte, []int) + func (*BasicAuthenticationSecurity) ProtoMessage() + func (m *BasicAuthenticationSecurity) GetDescription() string + func (m *BasicAuthenticationSecurity) GetType() string + func (m *BasicAuthenticationSecurity) GetVendorExtension() []*NamedAny + func (m *BasicAuthenticationSecurity) Reset() + func (m *BasicAuthenticationSecurity) ResolveReferences(root string) (interface{}, error) + func (m *BasicAuthenticationSecurity) String() string + func (m *BasicAuthenticationSecurity) ToRawInfo() interface{} + type BodyParameter struct + Description string + In string + Name string + Required bool + Schema *Schema + VendorExtension []*NamedAny + func NewBodyParameter(in interface{}, context *compiler.Context) (*BodyParameter, error) + func (*BodyParameter) Descriptor() ([]byte, []int) + func (*BodyParameter) ProtoMessage() + func (m *BodyParameter) GetDescription() string + func (m *BodyParameter) GetIn() string + func (m *BodyParameter) GetName() string + func (m *BodyParameter) GetRequired() bool + func (m *BodyParameter) GetSchema() *Schema + func (m *BodyParameter) GetVendorExtension() []*NamedAny + func (m *BodyParameter) Reset() + func (m *BodyParameter) ResolveReferences(root string) (interface{}, error) + func (m *BodyParameter) String() string + func (m *BodyParameter) ToRawInfo() interface{} + type Contact struct + Email string + Name string + Url string + VendorExtension []*NamedAny + func NewContact(in interface{}, context *compiler.Context) (*Contact, error) + func (*Contact) Descriptor() ([]byte, []int) + func (*Contact) ProtoMessage() + func (m *Contact) GetEmail() string + func (m *Contact) GetName() string + func (m *Contact) GetUrl() string + func (m *Contact) GetVendorExtension() []*NamedAny + func (m *Contact) Reset() + func (m *Contact) ResolveReferences(root string) (interface{}, error) + func (m *Contact) String() string + func (m *Contact) ToRawInfo() interface{} + type Default struct + AdditionalProperties []*NamedAny + func NewDefault(in interface{}, context *compiler.Context) (*Default, error) + func (*Default) Descriptor() ([]byte, []int) + func (*Default) ProtoMessage() + func (m *Default) GetAdditionalProperties() []*NamedAny + func (m *Default) Reset() + func (m *Default) ResolveReferences(root string) (interface{}, error) + func (m *Default) String() string + func (m *Default) ToRawInfo() interface{} + type Definitions struct + AdditionalProperties []*NamedSchema + func NewDefinitions(in interface{}, context *compiler.Context) (*Definitions, error) + func (*Definitions) Descriptor() ([]byte, []int) + func (*Definitions) ProtoMessage() + func (m *Definitions) GetAdditionalProperties() []*NamedSchema + func (m *Definitions) Reset() + func (m *Definitions) ResolveReferences(root string) (interface{}, error) + func (m *Definitions) String() string + func (m *Definitions) ToRawInfo() interface{} + type Document struct + BasePath string + Consumes []string + Definitions *Definitions + ExternalDocs *ExternalDocs + Host string + Info *Info + Parameters *ParameterDefinitions + Paths *Paths + Produces []string + Responses *ResponseDefinitions + Schemes []string + Security []*SecurityRequirement + SecurityDefinitions *SecurityDefinitions + Swagger string + Tags []*Tag + VendorExtension []*NamedAny + func NewDocument(in interface{}, context *compiler.Context) (*Document, error) + func (*Document) Descriptor() ([]byte, []int) + func (*Document) ProtoMessage() + func (m *Document) GetBasePath() string + func (m *Document) GetConsumes() []string + func (m *Document) GetDefinitions() *Definitions + func (m *Document) GetExternalDocs() *ExternalDocs + func (m *Document) GetHost() string + func (m *Document) GetInfo() *Info + func (m *Document) GetParameters() *ParameterDefinitions + func (m *Document) GetPaths() *Paths + func (m *Document) GetProduces() []string + func (m *Document) GetResponses() *ResponseDefinitions + func (m *Document) GetSchemes() []string + func (m *Document) GetSecurity() []*SecurityRequirement + func (m *Document) GetSecurityDefinitions() *SecurityDefinitions + func (m *Document) GetSwagger() string + func (m *Document) GetTags() []*Tag + func (m *Document) GetVendorExtension() []*NamedAny + func (m *Document) Reset() + func (m *Document) ResolveReferences(root string) (interface{}, error) + func (m *Document) String() string + func (m *Document) ToRawInfo() interface{} + type Examples struct + AdditionalProperties []*NamedAny + func NewExamples(in interface{}, context *compiler.Context) (*Examples, error) + func (*Examples) Descriptor() ([]byte, []int) + func (*Examples) ProtoMessage() + func (m *Examples) GetAdditionalProperties() []*NamedAny + func (m *Examples) Reset() + func (m *Examples) ResolveReferences(root string) (interface{}, error) + func (m *Examples) String() string + func (m *Examples) ToRawInfo() interface{} + type ExternalDocs struct + Description string + Url string + VendorExtension []*NamedAny + func NewExternalDocs(in interface{}, context *compiler.Context) (*ExternalDocs, error) + func (*ExternalDocs) Descriptor() ([]byte, []int) + func (*ExternalDocs) ProtoMessage() + func (m *ExternalDocs) GetDescription() string + func (m *ExternalDocs) GetUrl() string + func (m *ExternalDocs) GetVendorExtension() []*NamedAny + func (m *ExternalDocs) Reset() + func (m *ExternalDocs) ResolveReferences(root string) (interface{}, error) + func (m *ExternalDocs) String() string + func (m *ExternalDocs) ToRawInfo() interface{} + type FileSchema struct + Default *Any + Description string + Example *Any + ExternalDocs *ExternalDocs + Format string + ReadOnly bool + Required []string + Title string + Type string + VendorExtension []*NamedAny + func NewFileSchema(in interface{}, context *compiler.Context) (*FileSchema, error) + func (*FileSchema) Descriptor() ([]byte, []int) + func (*FileSchema) ProtoMessage() + func (m *FileSchema) GetDefault() *Any + func (m *FileSchema) GetDescription() string + func (m *FileSchema) GetExample() *Any + func (m *FileSchema) GetExternalDocs() *ExternalDocs + func (m *FileSchema) GetFormat() string + func (m *FileSchema) GetReadOnly() bool + func (m *FileSchema) GetRequired() []string + func (m *FileSchema) GetTitle() string + func (m *FileSchema) GetType() string + func (m *FileSchema) GetVendorExtension() []*NamedAny + func (m *FileSchema) Reset() + func (m *FileSchema) ResolveReferences(root string) (interface{}, error) + func (m *FileSchema) String() string + func (m *FileSchema) ToRawInfo() interface{} + type FormDataParameterSubSchema struct + AllowEmptyValue bool + CollectionFormat string + Default *Any + Description string + Enum []*Any + ExclusiveMaximum bool + ExclusiveMinimum bool + Format string + In string + Items *PrimitivesItems + MaxItems int64 + MaxLength int64 + Maximum float64 + MinItems int64 + MinLength int64 + Minimum float64 + MultipleOf float64 + Name string + Pattern string + Required bool + Type string + UniqueItems bool + VendorExtension []*NamedAny + func NewFormDataParameterSubSchema(in interface{}, context *compiler.Context) (*FormDataParameterSubSchema, error) + func (*FormDataParameterSubSchema) Descriptor() ([]byte, []int) + func (*FormDataParameterSubSchema) ProtoMessage() + func (m *FormDataParameterSubSchema) GetAllowEmptyValue() bool + func (m *FormDataParameterSubSchema) GetCollectionFormat() string + func (m *FormDataParameterSubSchema) GetDefault() *Any + func (m *FormDataParameterSubSchema) GetDescription() string + func (m *FormDataParameterSubSchema) GetEnum() []*Any + func (m *FormDataParameterSubSchema) GetExclusiveMaximum() bool + func (m *FormDataParameterSubSchema) GetExclusiveMinimum() bool + func (m *FormDataParameterSubSchema) GetFormat() string + func (m *FormDataParameterSubSchema) GetIn() string + func (m *FormDataParameterSubSchema) GetItems() *PrimitivesItems + func (m *FormDataParameterSubSchema) GetMaxItems() int64 + func (m *FormDataParameterSubSchema) GetMaxLength() int64 + func (m *FormDataParameterSubSchema) GetMaximum() float64 + func (m *FormDataParameterSubSchema) GetMinItems() int64 + func (m *FormDataParameterSubSchema) GetMinLength() int64 + func (m *FormDataParameterSubSchema) GetMinimum() float64 + func (m *FormDataParameterSubSchema) GetMultipleOf() float64 + func (m *FormDataParameterSubSchema) GetName() string + func (m *FormDataParameterSubSchema) GetPattern() string + func (m *FormDataParameterSubSchema) GetRequired() bool + func (m *FormDataParameterSubSchema) GetType() string + func (m *FormDataParameterSubSchema) GetUniqueItems() bool + func (m *FormDataParameterSubSchema) GetVendorExtension() []*NamedAny + func (m *FormDataParameterSubSchema) Reset() + func (m *FormDataParameterSubSchema) ResolveReferences(root string) (interface{}, error) + func (m *FormDataParameterSubSchema) String() string + func (m *FormDataParameterSubSchema) ToRawInfo() interface{} + type Header struct + CollectionFormat string + Default *Any + Description string + Enum []*Any + ExclusiveMaximum bool + ExclusiveMinimum bool + Format string + Items *PrimitivesItems + MaxItems int64 + MaxLength int64 + Maximum float64 + MinItems int64 + MinLength int64 + Minimum float64 + MultipleOf float64 + Pattern string + Type string + UniqueItems bool + VendorExtension []*NamedAny + func NewHeader(in interface{}, context *compiler.Context) (*Header, error) + func (*Header) Descriptor() ([]byte, []int) + func (*Header) ProtoMessage() + func (m *Header) GetCollectionFormat() string + func (m *Header) GetDefault() *Any + func (m *Header) GetDescription() string + func (m *Header) GetEnum() []*Any + func (m *Header) GetExclusiveMaximum() bool + func (m *Header) GetExclusiveMinimum() bool + func (m *Header) GetFormat() string + func (m *Header) GetItems() *PrimitivesItems + func (m *Header) GetMaxItems() int64 + func (m *Header) GetMaxLength() int64 + func (m *Header) GetMaximum() float64 + func (m *Header) GetMinItems() int64 + func (m *Header) GetMinLength() int64 + func (m *Header) GetMinimum() float64 + func (m *Header) GetMultipleOf() float64 + func (m *Header) GetPattern() string + func (m *Header) GetType() string + func (m *Header) GetUniqueItems() bool + func (m *Header) GetVendorExtension() []*NamedAny + func (m *Header) Reset() + func (m *Header) ResolveReferences(root string) (interface{}, error) + func (m *Header) String() string + func (m *Header) ToRawInfo() interface{} + type HeaderParameterSubSchema struct + CollectionFormat string + Default *Any + Description string + Enum []*Any + ExclusiveMaximum bool + ExclusiveMinimum bool + Format string + In string + Items *PrimitivesItems + MaxItems int64 + MaxLength int64 + Maximum float64 + MinItems int64 + MinLength int64 + Minimum float64 + MultipleOf float64 + Name string + Pattern string + Required bool + Type string + UniqueItems bool + VendorExtension []*NamedAny + func NewHeaderParameterSubSchema(in interface{}, context *compiler.Context) (*HeaderParameterSubSchema, error) + func (*HeaderParameterSubSchema) Descriptor() ([]byte, []int) + func (*HeaderParameterSubSchema) ProtoMessage() + func (m *HeaderParameterSubSchema) GetCollectionFormat() string + func (m *HeaderParameterSubSchema) GetDefault() *Any + func (m *HeaderParameterSubSchema) GetDescription() string + func (m *HeaderParameterSubSchema) GetEnum() []*Any + func (m *HeaderParameterSubSchema) GetExclusiveMaximum() bool + func (m *HeaderParameterSubSchema) GetExclusiveMinimum() bool + func (m *HeaderParameterSubSchema) GetFormat() string + func (m *HeaderParameterSubSchema) GetIn() string + func (m *HeaderParameterSubSchema) GetItems() *PrimitivesItems + func (m *HeaderParameterSubSchema) GetMaxItems() int64 + func (m *HeaderParameterSubSchema) GetMaxLength() int64 + func (m *HeaderParameterSubSchema) GetMaximum() float64 + func (m *HeaderParameterSubSchema) GetMinItems() int64 + func (m *HeaderParameterSubSchema) GetMinLength() int64 + func (m *HeaderParameterSubSchema) GetMinimum() float64 + func (m *HeaderParameterSubSchema) GetMultipleOf() float64 + func (m *HeaderParameterSubSchema) GetName() string + func (m *HeaderParameterSubSchema) GetPattern() string + func (m *HeaderParameterSubSchema) GetRequired() bool + func (m *HeaderParameterSubSchema) GetType() string + func (m *HeaderParameterSubSchema) GetUniqueItems() bool + func (m *HeaderParameterSubSchema) GetVendorExtension() []*NamedAny + func (m *HeaderParameterSubSchema) Reset() + func (m *HeaderParameterSubSchema) ResolveReferences(root string) (interface{}, error) + func (m *HeaderParameterSubSchema) String() string + func (m *HeaderParameterSubSchema) ToRawInfo() interface{} + type Headers struct + AdditionalProperties []*NamedHeader + func NewHeaders(in interface{}, context *compiler.Context) (*Headers, error) + func (*Headers) Descriptor() ([]byte, []int) + func (*Headers) ProtoMessage() + func (m *Headers) GetAdditionalProperties() []*NamedHeader + func (m *Headers) Reset() + func (m *Headers) ResolveReferences(root string) (interface{}, error) + func (m *Headers) String() string + func (m *Headers) ToRawInfo() interface{} + type Info struct + Contact *Contact + Description string + License *License + TermsOfService string + Title string + VendorExtension []*NamedAny + Version string + func NewInfo(in interface{}, context *compiler.Context) (*Info, error) + func (*Info) Descriptor() ([]byte, []int) + func (*Info) ProtoMessage() + func (m *Info) GetContact() *Contact + func (m *Info) GetDescription() string + func (m *Info) GetLicense() *License + func (m *Info) GetTermsOfService() string + func (m *Info) GetTitle() string + func (m *Info) GetVendorExtension() []*NamedAny + func (m *Info) GetVersion() string + func (m *Info) Reset() + func (m *Info) ResolveReferences(root string) (interface{}, error) + func (m *Info) String() string + func (m *Info) ToRawInfo() interface{} + type ItemsItem struct + Schema []*Schema + func NewItemsItem(in interface{}, context *compiler.Context) (*ItemsItem, error) + func (*ItemsItem) Descriptor() ([]byte, []int) + func (*ItemsItem) ProtoMessage() + func (m *ItemsItem) GetSchema() []*Schema + func (m *ItemsItem) Reset() + func (m *ItemsItem) ResolveReferences(root string) (interface{}, error) + func (m *ItemsItem) String() string + func (m *ItemsItem) ToRawInfo() interface{} + type JsonReference struct + Description string + XRef string + func NewJsonReference(in interface{}, context *compiler.Context) (*JsonReference, error) + func (*JsonReference) Descriptor() ([]byte, []int) + func (*JsonReference) ProtoMessage() + func (m *JsonReference) GetDescription() string + func (m *JsonReference) GetXRef() string + func (m *JsonReference) Reset() + func (m *JsonReference) ResolveReferences(root string) (interface{}, error) + func (m *JsonReference) String() string + func (m *JsonReference) ToRawInfo() interface{} + type License struct + Name string + Url string + VendorExtension []*NamedAny + func NewLicense(in interface{}, context *compiler.Context) (*License, error) + func (*License) Descriptor() ([]byte, []int) + func (*License) ProtoMessage() + func (m *License) GetName() string + func (m *License) GetUrl() string + func (m *License) GetVendorExtension() []*NamedAny + func (m *License) Reset() + func (m *License) ResolveReferences(root string) (interface{}, error) + func (m *License) String() string + func (m *License) ToRawInfo() interface{} + type NamedAny struct + Name string + Value *Any + func NewNamedAny(in interface{}, context *compiler.Context) (*NamedAny, error) + func (*NamedAny) Descriptor() ([]byte, []int) + func (*NamedAny) ProtoMessage() + func (m *NamedAny) GetName() string + func (m *NamedAny) GetValue() *Any + func (m *NamedAny) Reset() + func (m *NamedAny) ResolveReferences(root string) (interface{}, error) + func (m *NamedAny) String() string + func (m *NamedAny) ToRawInfo() interface{} + type NamedHeader struct + Name string + Value *Header + func NewNamedHeader(in interface{}, context *compiler.Context) (*NamedHeader, error) + func (*NamedHeader) Descriptor() ([]byte, []int) + func (*NamedHeader) ProtoMessage() + func (m *NamedHeader) GetName() string + func (m *NamedHeader) GetValue() *Header + func (m *NamedHeader) Reset() + func (m *NamedHeader) ResolveReferences(root string) (interface{}, error) + func (m *NamedHeader) String() string + func (m *NamedHeader) ToRawInfo() interface{} + type NamedParameter struct + Name string + Value *Parameter + func NewNamedParameter(in interface{}, context *compiler.Context) (*NamedParameter, error) + func (*NamedParameter) Descriptor() ([]byte, []int) + func (*NamedParameter) ProtoMessage() + func (m *NamedParameter) GetName() string + func (m *NamedParameter) GetValue() *Parameter + func (m *NamedParameter) Reset() + func (m *NamedParameter) ResolveReferences(root string) (interface{}, error) + func (m *NamedParameter) String() string + func (m *NamedParameter) ToRawInfo() interface{} + type NamedPathItem struct + Name string + Value *PathItem + func NewNamedPathItem(in interface{}, context *compiler.Context) (*NamedPathItem, error) + func (*NamedPathItem) Descriptor() ([]byte, []int) + func (*NamedPathItem) ProtoMessage() + func (m *NamedPathItem) GetName() string + func (m *NamedPathItem) GetValue() *PathItem + func (m *NamedPathItem) Reset() + func (m *NamedPathItem) ResolveReferences(root string) (interface{}, error) + func (m *NamedPathItem) String() string + func (m *NamedPathItem) ToRawInfo() interface{} + type NamedResponse struct + Name string + Value *Response + func NewNamedResponse(in interface{}, context *compiler.Context) (*NamedResponse, error) + func (*NamedResponse) Descriptor() ([]byte, []int) + func (*NamedResponse) ProtoMessage() + func (m *NamedResponse) GetName() string + func (m *NamedResponse) GetValue() *Response + func (m *NamedResponse) Reset() + func (m *NamedResponse) ResolveReferences(root string) (interface{}, error) + func (m *NamedResponse) String() string + func (m *NamedResponse) ToRawInfo() interface{} + type NamedResponseValue struct + Name string + Value *ResponseValue + func NewNamedResponseValue(in interface{}, context *compiler.Context) (*NamedResponseValue, error) + func (*NamedResponseValue) Descriptor() ([]byte, []int) + func (*NamedResponseValue) ProtoMessage() + func (m *NamedResponseValue) GetName() string + func (m *NamedResponseValue) GetValue() *ResponseValue + func (m *NamedResponseValue) Reset() + func (m *NamedResponseValue) ResolveReferences(root string) (interface{}, error) + func (m *NamedResponseValue) String() string + func (m *NamedResponseValue) ToRawInfo() interface{} + type NamedSchema struct + Name string + Value *Schema + func NewNamedSchema(in interface{}, context *compiler.Context) (*NamedSchema, error) + func (*NamedSchema) Descriptor() ([]byte, []int) + func (*NamedSchema) ProtoMessage() + func (m *NamedSchema) GetName() string + func (m *NamedSchema) GetValue() *Schema + func (m *NamedSchema) Reset() + func (m *NamedSchema) ResolveReferences(root string) (interface{}, error) + func (m *NamedSchema) String() string + func (m *NamedSchema) ToRawInfo() interface{} + type NamedSecurityDefinitionsItem struct + Name string + Value *SecurityDefinitionsItem + func NewNamedSecurityDefinitionsItem(in interface{}, context *compiler.Context) (*NamedSecurityDefinitionsItem, error) + func (*NamedSecurityDefinitionsItem) Descriptor() ([]byte, []int) + func (*NamedSecurityDefinitionsItem) ProtoMessage() + func (m *NamedSecurityDefinitionsItem) GetName() string + func (m *NamedSecurityDefinitionsItem) GetValue() *SecurityDefinitionsItem + func (m *NamedSecurityDefinitionsItem) Reset() + func (m *NamedSecurityDefinitionsItem) ResolveReferences(root string) (interface{}, error) + func (m *NamedSecurityDefinitionsItem) String() string + func (m *NamedSecurityDefinitionsItem) ToRawInfo() interface{} + type NamedString struct + Name string + Value string + func NewNamedString(in interface{}, context *compiler.Context) (*NamedString, error) + func (*NamedString) Descriptor() ([]byte, []int) + func (*NamedString) ProtoMessage() + func (m *NamedString) GetName() string + func (m *NamedString) GetValue() string + func (m *NamedString) Reset() + func (m *NamedString) ResolveReferences(root string) (interface{}, error) + func (m *NamedString) String() string + func (m *NamedString) ToRawInfo() interface{} + type NamedStringArray struct + Name string + Value *StringArray + func NewNamedStringArray(in interface{}, context *compiler.Context) (*NamedStringArray, error) + func (*NamedStringArray) Descriptor() ([]byte, []int) + func (*NamedStringArray) ProtoMessage() + func (m *NamedStringArray) GetName() string + func (m *NamedStringArray) GetValue() *StringArray + func (m *NamedStringArray) Reset() + func (m *NamedStringArray) ResolveReferences(root string) (interface{}, error) + func (m *NamedStringArray) String() string + func (m *NamedStringArray) ToRawInfo() interface{} + type NonBodyParameter struct + Oneof isNonBodyParameter_Oneof + func NewNonBodyParameter(in interface{}, context *compiler.Context) (*NonBodyParameter, error) + func (*NonBodyParameter) Descriptor() ([]byte, []int) + func (*NonBodyParameter) ProtoMessage() + func (*NonBodyParameter) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *NonBodyParameter) GetFormDataParameterSubSchema() *FormDataParameterSubSchema + func (m *NonBodyParameter) GetHeaderParameterSubSchema() *HeaderParameterSubSchema + func (m *NonBodyParameter) GetOneof() isNonBodyParameter_Oneof + func (m *NonBodyParameter) GetPathParameterSubSchema() *PathParameterSubSchema + func (m *NonBodyParameter) GetQueryParameterSubSchema() *QueryParameterSubSchema + func (m *NonBodyParameter) Reset() + func (m *NonBodyParameter) ResolveReferences(root string) (interface{}, error) + func (m *NonBodyParameter) String() string + func (m *NonBodyParameter) ToRawInfo() interface{} + type NonBodyParameter_FormDataParameterSubSchema struct + FormDataParameterSubSchema *FormDataParameterSubSchema + type NonBodyParameter_HeaderParameterSubSchema struct + HeaderParameterSubSchema *HeaderParameterSubSchema + type NonBodyParameter_PathParameterSubSchema struct + PathParameterSubSchema *PathParameterSubSchema + type NonBodyParameter_QueryParameterSubSchema struct + QueryParameterSubSchema *QueryParameterSubSchema + type Oauth2AccessCodeSecurity struct + AuthorizationUrl string + Description string + Flow string + Scopes *Oauth2Scopes + TokenUrl string + Type string + VendorExtension []*NamedAny + func NewOauth2AccessCodeSecurity(in interface{}, context *compiler.Context) (*Oauth2AccessCodeSecurity, error) + func (*Oauth2AccessCodeSecurity) Descriptor() ([]byte, []int) + func (*Oauth2AccessCodeSecurity) ProtoMessage() + func (m *Oauth2AccessCodeSecurity) GetAuthorizationUrl() string + func (m *Oauth2AccessCodeSecurity) GetDescription() string + func (m *Oauth2AccessCodeSecurity) GetFlow() string + func (m *Oauth2AccessCodeSecurity) GetScopes() *Oauth2Scopes + func (m *Oauth2AccessCodeSecurity) GetTokenUrl() string + func (m *Oauth2AccessCodeSecurity) GetType() string + func (m *Oauth2AccessCodeSecurity) GetVendorExtension() []*NamedAny + func (m *Oauth2AccessCodeSecurity) Reset() + func (m *Oauth2AccessCodeSecurity) ResolveReferences(root string) (interface{}, error) + func (m *Oauth2AccessCodeSecurity) String() string + func (m *Oauth2AccessCodeSecurity) ToRawInfo() interface{} + type Oauth2ApplicationSecurity struct + Description string + Flow string + Scopes *Oauth2Scopes + TokenUrl string + Type string + VendorExtension []*NamedAny + func NewOauth2ApplicationSecurity(in interface{}, context *compiler.Context) (*Oauth2ApplicationSecurity, error) + func (*Oauth2ApplicationSecurity) Descriptor() ([]byte, []int) + func (*Oauth2ApplicationSecurity) ProtoMessage() + func (m *Oauth2ApplicationSecurity) GetDescription() string + func (m *Oauth2ApplicationSecurity) GetFlow() string + func (m *Oauth2ApplicationSecurity) GetScopes() *Oauth2Scopes + func (m *Oauth2ApplicationSecurity) GetTokenUrl() string + func (m *Oauth2ApplicationSecurity) GetType() string + func (m *Oauth2ApplicationSecurity) GetVendorExtension() []*NamedAny + func (m *Oauth2ApplicationSecurity) Reset() + func (m *Oauth2ApplicationSecurity) ResolveReferences(root string) (interface{}, error) + func (m *Oauth2ApplicationSecurity) String() string + func (m *Oauth2ApplicationSecurity) ToRawInfo() interface{} + type Oauth2ImplicitSecurity struct + AuthorizationUrl string + Description string + Flow string + Scopes *Oauth2Scopes + Type string + VendorExtension []*NamedAny + func NewOauth2ImplicitSecurity(in interface{}, context *compiler.Context) (*Oauth2ImplicitSecurity, error) + func (*Oauth2ImplicitSecurity) Descriptor() ([]byte, []int) + func (*Oauth2ImplicitSecurity) ProtoMessage() + func (m *Oauth2ImplicitSecurity) GetAuthorizationUrl() string + func (m *Oauth2ImplicitSecurity) GetDescription() string + func (m *Oauth2ImplicitSecurity) GetFlow() string + func (m *Oauth2ImplicitSecurity) GetScopes() *Oauth2Scopes + func (m *Oauth2ImplicitSecurity) GetType() string + func (m *Oauth2ImplicitSecurity) GetVendorExtension() []*NamedAny + func (m *Oauth2ImplicitSecurity) Reset() + func (m *Oauth2ImplicitSecurity) ResolveReferences(root string) (interface{}, error) + func (m *Oauth2ImplicitSecurity) String() string + func (m *Oauth2ImplicitSecurity) ToRawInfo() interface{} + type Oauth2PasswordSecurity struct + Description string + Flow string + Scopes *Oauth2Scopes + TokenUrl string + Type string + VendorExtension []*NamedAny + func NewOauth2PasswordSecurity(in interface{}, context *compiler.Context) (*Oauth2PasswordSecurity, error) + func (*Oauth2PasswordSecurity) Descriptor() ([]byte, []int) + func (*Oauth2PasswordSecurity) ProtoMessage() + func (m *Oauth2PasswordSecurity) GetDescription() string + func (m *Oauth2PasswordSecurity) GetFlow() string + func (m *Oauth2PasswordSecurity) GetScopes() *Oauth2Scopes + func (m *Oauth2PasswordSecurity) GetTokenUrl() string + func (m *Oauth2PasswordSecurity) GetType() string + func (m *Oauth2PasswordSecurity) GetVendorExtension() []*NamedAny + func (m *Oauth2PasswordSecurity) Reset() + func (m *Oauth2PasswordSecurity) ResolveReferences(root string) (interface{}, error) + func (m *Oauth2PasswordSecurity) String() string + func (m *Oauth2PasswordSecurity) ToRawInfo() interface{} + type Oauth2Scopes struct + AdditionalProperties []*NamedString + func NewOauth2Scopes(in interface{}, context *compiler.Context) (*Oauth2Scopes, error) + func (*Oauth2Scopes) Descriptor() ([]byte, []int) + func (*Oauth2Scopes) ProtoMessage() + func (m *Oauth2Scopes) GetAdditionalProperties() []*NamedString + func (m *Oauth2Scopes) Reset() + func (m *Oauth2Scopes) ResolveReferences(root string) (interface{}, error) + func (m *Oauth2Scopes) String() string + func (m *Oauth2Scopes) ToRawInfo() interface{} + type Operation struct + Consumes []string + Deprecated bool + Description string + ExternalDocs *ExternalDocs + OperationId string + Parameters []*ParametersItem + Produces []string + Responses *Responses + Schemes []string + Security []*SecurityRequirement + Summary string + Tags []string + VendorExtension []*NamedAny + func NewOperation(in interface{}, context *compiler.Context) (*Operation, error) + func (*Operation) Descriptor() ([]byte, []int) + func (*Operation) ProtoMessage() + func (m *Operation) GetConsumes() []string + func (m *Operation) GetDeprecated() bool + func (m *Operation) GetDescription() string + func (m *Operation) GetExternalDocs() *ExternalDocs + func (m *Operation) GetOperationId() string + func (m *Operation) GetParameters() []*ParametersItem + func (m *Operation) GetProduces() []string + func (m *Operation) GetResponses() *Responses + func (m *Operation) GetSchemes() []string + func (m *Operation) GetSecurity() []*SecurityRequirement + func (m *Operation) GetSummary() string + func (m *Operation) GetTags() []string + func (m *Operation) GetVendorExtension() []*NamedAny + func (m *Operation) Reset() + func (m *Operation) ResolveReferences(root string) (interface{}, error) + func (m *Operation) String() string + func (m *Operation) ToRawInfo() interface{} + type Parameter struct + Oneof isParameter_Oneof + func NewParameter(in interface{}, context *compiler.Context) (*Parameter, error) + func (*Parameter) Descriptor() ([]byte, []int) + func (*Parameter) ProtoMessage() + func (*Parameter) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *Parameter) GetBodyParameter() *BodyParameter + func (m *Parameter) GetNonBodyParameter() *NonBodyParameter + func (m *Parameter) GetOneof() isParameter_Oneof + func (m *Parameter) Reset() + func (m *Parameter) ResolveReferences(root string) (interface{}, error) + func (m *Parameter) String() string + func (m *Parameter) ToRawInfo() interface{} + type ParameterDefinitions struct + AdditionalProperties []*NamedParameter + func NewParameterDefinitions(in interface{}, context *compiler.Context) (*ParameterDefinitions, error) + func (*ParameterDefinitions) Descriptor() ([]byte, []int) + func (*ParameterDefinitions) ProtoMessage() + func (m *ParameterDefinitions) GetAdditionalProperties() []*NamedParameter + func (m *ParameterDefinitions) Reset() + func (m *ParameterDefinitions) ResolveReferences(root string) (interface{}, error) + func (m *ParameterDefinitions) String() string + func (m *ParameterDefinitions) ToRawInfo() interface{} + type Parameter_BodyParameter struct + BodyParameter *BodyParameter + type Parameter_NonBodyParameter struct + NonBodyParameter *NonBodyParameter + type ParametersItem struct + Oneof isParametersItem_Oneof + func NewParametersItem(in interface{}, context *compiler.Context) (*ParametersItem, error) + func (*ParametersItem) Descriptor() ([]byte, []int) + func (*ParametersItem) ProtoMessage() + func (*ParametersItem) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *ParametersItem) GetJsonReference() *JsonReference + func (m *ParametersItem) GetOneof() isParametersItem_Oneof + func (m *ParametersItem) GetParameter() *Parameter + func (m *ParametersItem) Reset() + func (m *ParametersItem) ResolveReferences(root string) (interface{}, error) + func (m *ParametersItem) String() string + func (m *ParametersItem) ToRawInfo() interface{} + type ParametersItem_JsonReference struct + JsonReference *JsonReference + type ParametersItem_Parameter struct + Parameter *Parameter + type PathItem struct + Delete *Operation + Get *Operation + Head *Operation + Options *Operation + Parameters []*ParametersItem + Patch *Operation + Post *Operation + Put *Operation + VendorExtension []*NamedAny + XRef string + func NewPathItem(in interface{}, context *compiler.Context) (*PathItem, error) + func (*PathItem) Descriptor() ([]byte, []int) + func (*PathItem) ProtoMessage() + func (m *PathItem) GetDelete() *Operation + func (m *PathItem) GetGet() *Operation + func (m *PathItem) GetHead() *Operation + func (m *PathItem) GetOptions() *Operation + func (m *PathItem) GetParameters() []*ParametersItem + func (m *PathItem) GetPatch() *Operation + func (m *PathItem) GetPost() *Operation + func (m *PathItem) GetPut() *Operation + func (m *PathItem) GetVendorExtension() []*NamedAny + func (m *PathItem) GetXRef() string + func (m *PathItem) Reset() + func (m *PathItem) ResolveReferences(root string) (interface{}, error) + func (m *PathItem) String() string + func (m *PathItem) ToRawInfo() interface{} + type PathParameterSubSchema struct + CollectionFormat string + Default *Any + Description string + Enum []*Any + ExclusiveMaximum bool + ExclusiveMinimum bool + Format string + In string + Items *PrimitivesItems + MaxItems int64 + MaxLength int64 + Maximum float64 + MinItems int64 + MinLength int64 + Minimum float64 + MultipleOf float64 + Name string + Pattern string + Required bool + Type string + UniqueItems bool + VendorExtension []*NamedAny + func NewPathParameterSubSchema(in interface{}, context *compiler.Context) (*PathParameterSubSchema, error) + func (*PathParameterSubSchema) Descriptor() ([]byte, []int) + func (*PathParameterSubSchema) ProtoMessage() + func (m *PathParameterSubSchema) GetCollectionFormat() string + func (m *PathParameterSubSchema) GetDefault() *Any + func (m *PathParameterSubSchema) GetDescription() string + func (m *PathParameterSubSchema) GetEnum() []*Any + func (m *PathParameterSubSchema) GetExclusiveMaximum() bool + func (m *PathParameterSubSchema) GetExclusiveMinimum() bool + func (m *PathParameterSubSchema) GetFormat() string + func (m *PathParameterSubSchema) GetIn() string + func (m *PathParameterSubSchema) GetItems() *PrimitivesItems + func (m *PathParameterSubSchema) GetMaxItems() int64 + func (m *PathParameterSubSchema) GetMaxLength() int64 + func (m *PathParameterSubSchema) GetMaximum() float64 + func (m *PathParameterSubSchema) GetMinItems() int64 + func (m *PathParameterSubSchema) GetMinLength() int64 + func (m *PathParameterSubSchema) GetMinimum() float64 + func (m *PathParameterSubSchema) GetMultipleOf() float64 + func (m *PathParameterSubSchema) GetName() string + func (m *PathParameterSubSchema) GetPattern() string + func (m *PathParameterSubSchema) GetRequired() bool + func (m *PathParameterSubSchema) GetType() string + func (m *PathParameterSubSchema) GetUniqueItems() bool + func (m *PathParameterSubSchema) GetVendorExtension() []*NamedAny + func (m *PathParameterSubSchema) Reset() + func (m *PathParameterSubSchema) ResolveReferences(root string) (interface{}, error) + func (m *PathParameterSubSchema) String() string + func (m *PathParameterSubSchema) ToRawInfo() interface{} + type Paths struct + Path []*NamedPathItem + VendorExtension []*NamedAny + func NewPaths(in interface{}, context *compiler.Context) (*Paths, error) + func (*Paths) Descriptor() ([]byte, []int) + func (*Paths) ProtoMessage() + func (m *Paths) GetPath() []*NamedPathItem + func (m *Paths) GetVendorExtension() []*NamedAny + func (m *Paths) Reset() + func (m *Paths) ResolveReferences(root string) (interface{}, error) + func (m *Paths) String() string + func (m *Paths) ToRawInfo() interface{} + type PrimitivesItems struct + CollectionFormat string + Default *Any + Enum []*Any + ExclusiveMaximum bool + ExclusiveMinimum bool + Format string + Items *PrimitivesItems + MaxItems int64 + MaxLength int64 + Maximum float64 + MinItems int64 + MinLength int64 + Minimum float64 + MultipleOf float64 + Pattern string + Type string + UniqueItems bool + VendorExtension []*NamedAny + func NewPrimitivesItems(in interface{}, context *compiler.Context) (*PrimitivesItems, error) + func (*PrimitivesItems) Descriptor() ([]byte, []int) + func (*PrimitivesItems) ProtoMessage() + func (m *PrimitivesItems) GetCollectionFormat() string + func (m *PrimitivesItems) GetDefault() *Any + func (m *PrimitivesItems) GetEnum() []*Any + func (m *PrimitivesItems) GetExclusiveMaximum() bool + func (m *PrimitivesItems) GetExclusiveMinimum() bool + func (m *PrimitivesItems) GetFormat() string + func (m *PrimitivesItems) GetItems() *PrimitivesItems + func (m *PrimitivesItems) GetMaxItems() int64 + func (m *PrimitivesItems) GetMaxLength() int64 + func (m *PrimitivesItems) GetMaximum() float64 + func (m *PrimitivesItems) GetMinItems() int64 + func (m *PrimitivesItems) GetMinLength() int64 + func (m *PrimitivesItems) GetMinimum() float64 + func (m *PrimitivesItems) GetMultipleOf() float64 + func (m *PrimitivesItems) GetPattern() string + func (m *PrimitivesItems) GetType() string + func (m *PrimitivesItems) GetUniqueItems() bool + func (m *PrimitivesItems) GetVendorExtension() []*NamedAny + func (m *PrimitivesItems) Reset() + func (m *PrimitivesItems) ResolveReferences(root string) (interface{}, error) + func (m *PrimitivesItems) String() string + func (m *PrimitivesItems) ToRawInfo() interface{} + type Properties struct + AdditionalProperties []*NamedSchema + func NewProperties(in interface{}, context *compiler.Context) (*Properties, error) + func (*Properties) Descriptor() ([]byte, []int) + func (*Properties) ProtoMessage() + func (m *Properties) GetAdditionalProperties() []*NamedSchema + func (m *Properties) Reset() + func (m *Properties) ResolveReferences(root string) (interface{}, error) + func (m *Properties) String() string + func (m *Properties) ToRawInfo() interface{} + type QueryParameterSubSchema struct + AllowEmptyValue bool + CollectionFormat string + Default *Any + Description string + Enum []*Any + ExclusiveMaximum bool + ExclusiveMinimum bool + Format string + In string + Items *PrimitivesItems + MaxItems int64 + MaxLength int64 + Maximum float64 + MinItems int64 + MinLength int64 + Minimum float64 + MultipleOf float64 + Name string + Pattern string + Required bool + Type string + UniqueItems bool + VendorExtension []*NamedAny + func NewQueryParameterSubSchema(in interface{}, context *compiler.Context) (*QueryParameterSubSchema, error) + func (*QueryParameterSubSchema) Descriptor() ([]byte, []int) + func (*QueryParameterSubSchema) ProtoMessage() + func (m *QueryParameterSubSchema) GetAllowEmptyValue() bool + func (m *QueryParameterSubSchema) GetCollectionFormat() string + func (m *QueryParameterSubSchema) GetDefault() *Any + func (m *QueryParameterSubSchema) GetDescription() string + func (m *QueryParameterSubSchema) GetEnum() []*Any + func (m *QueryParameterSubSchema) GetExclusiveMaximum() bool + func (m *QueryParameterSubSchema) GetExclusiveMinimum() bool + func (m *QueryParameterSubSchema) GetFormat() string + func (m *QueryParameterSubSchema) GetIn() string + func (m *QueryParameterSubSchema) GetItems() *PrimitivesItems + func (m *QueryParameterSubSchema) GetMaxItems() int64 + func (m *QueryParameterSubSchema) GetMaxLength() int64 + func (m *QueryParameterSubSchema) GetMaximum() float64 + func (m *QueryParameterSubSchema) GetMinItems() int64 + func (m *QueryParameterSubSchema) GetMinLength() int64 + func (m *QueryParameterSubSchema) GetMinimum() float64 + func (m *QueryParameterSubSchema) GetMultipleOf() float64 + func (m *QueryParameterSubSchema) GetName() string + func (m *QueryParameterSubSchema) GetPattern() string + func (m *QueryParameterSubSchema) GetRequired() bool + func (m *QueryParameterSubSchema) GetType() string + func (m *QueryParameterSubSchema) GetUniqueItems() bool + func (m *QueryParameterSubSchema) GetVendorExtension() []*NamedAny + func (m *QueryParameterSubSchema) Reset() + func (m *QueryParameterSubSchema) ResolveReferences(root string) (interface{}, error) + func (m *QueryParameterSubSchema) String() string + func (m *QueryParameterSubSchema) ToRawInfo() interface{} + type Response struct + Description string + Examples *Examples + Headers *Headers + Schema *SchemaItem + VendorExtension []*NamedAny + func NewResponse(in interface{}, context *compiler.Context) (*Response, error) + func (*Response) Descriptor() ([]byte, []int) + func (*Response) ProtoMessage() + func (m *Response) GetDescription() string + func (m *Response) GetExamples() *Examples + func (m *Response) GetHeaders() *Headers + func (m *Response) GetSchema() *SchemaItem + func (m *Response) GetVendorExtension() []*NamedAny + func (m *Response) Reset() + func (m *Response) ResolveReferences(root string) (interface{}, error) + func (m *Response) String() string + func (m *Response) ToRawInfo() interface{} + type ResponseDefinitions struct + AdditionalProperties []*NamedResponse + func NewResponseDefinitions(in interface{}, context *compiler.Context) (*ResponseDefinitions, error) + func (*ResponseDefinitions) Descriptor() ([]byte, []int) + func (*ResponseDefinitions) ProtoMessage() + func (m *ResponseDefinitions) GetAdditionalProperties() []*NamedResponse + func (m *ResponseDefinitions) Reset() + func (m *ResponseDefinitions) ResolveReferences(root string) (interface{}, error) + func (m *ResponseDefinitions) String() string + func (m *ResponseDefinitions) ToRawInfo() interface{} + type ResponseValue struct + Oneof isResponseValue_Oneof + func NewResponseValue(in interface{}, context *compiler.Context) (*ResponseValue, error) + func (*ResponseValue) Descriptor() ([]byte, []int) + func (*ResponseValue) ProtoMessage() + func (*ResponseValue) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *ResponseValue) GetJsonReference() *JsonReference + func (m *ResponseValue) GetOneof() isResponseValue_Oneof + func (m *ResponseValue) GetResponse() *Response + func (m *ResponseValue) Reset() + func (m *ResponseValue) ResolveReferences(root string) (interface{}, error) + func (m *ResponseValue) String() string + func (m *ResponseValue) ToRawInfo() interface{} + type ResponseValue_JsonReference struct + JsonReference *JsonReference + type ResponseValue_Response struct + Response *Response + type Responses struct + ResponseCode []*NamedResponseValue + VendorExtension []*NamedAny + func NewResponses(in interface{}, context *compiler.Context) (*Responses, error) + func (*Responses) Descriptor() ([]byte, []int) + func (*Responses) ProtoMessage() + func (m *Responses) GetResponseCode() []*NamedResponseValue + func (m *Responses) GetVendorExtension() []*NamedAny + func (m *Responses) Reset() + func (m *Responses) ResolveReferences(root string) (interface{}, error) + func (m *Responses) String() string + func (m *Responses) ToRawInfo() interface{} + type Schema struct + AdditionalProperties *AdditionalPropertiesItem + AllOf []*Schema + Default *Any + Description string + Discriminator string + Enum []*Any + Example *Any + ExclusiveMaximum bool + ExclusiveMinimum bool + ExternalDocs *ExternalDocs + Format string + Items *ItemsItem + MaxItems int64 + MaxLength int64 + MaxProperties int64 + Maximum float64 + MinItems int64 + MinLength int64 + MinProperties int64 + Minimum float64 + MultipleOf float64 + Pattern string + Properties *Properties + ReadOnly bool + Required []string + Title string + Type *TypeItem + UniqueItems bool + VendorExtension []*NamedAny + XRef string + Xml *Xml + func NewSchema(in interface{}, context *compiler.Context) (*Schema, error) + func (*Schema) Descriptor() ([]byte, []int) + func (*Schema) ProtoMessage() + func (m *Schema) GetAdditionalProperties() *AdditionalPropertiesItem + func (m *Schema) GetAllOf() []*Schema + func (m *Schema) GetDefault() *Any + func (m *Schema) GetDescription() string + func (m *Schema) GetDiscriminator() string + func (m *Schema) GetEnum() []*Any + func (m *Schema) GetExample() *Any + func (m *Schema) GetExclusiveMaximum() bool + func (m *Schema) GetExclusiveMinimum() bool + func (m *Schema) GetExternalDocs() *ExternalDocs + func (m *Schema) GetFormat() string + func (m *Schema) GetItems() *ItemsItem + func (m *Schema) GetMaxItems() int64 + func (m *Schema) GetMaxLength() int64 + func (m *Schema) GetMaxProperties() int64 + func (m *Schema) GetMaximum() float64 + func (m *Schema) GetMinItems() int64 + func (m *Schema) GetMinLength() int64 + func (m *Schema) GetMinProperties() int64 + func (m *Schema) GetMinimum() float64 + func (m *Schema) GetMultipleOf() float64 + func (m *Schema) GetPattern() string + func (m *Schema) GetProperties() *Properties + func (m *Schema) GetReadOnly() bool + func (m *Schema) GetRequired() []string + func (m *Schema) GetTitle() string + func (m *Schema) GetType() *TypeItem + func (m *Schema) GetUniqueItems() bool + func (m *Schema) GetVendorExtension() []*NamedAny + func (m *Schema) GetXRef() string + func (m *Schema) GetXml() *Xml + func (m *Schema) Reset() + func (m *Schema) ResolveReferences(root string) (interface{}, error) + func (m *Schema) String() string + func (m *Schema) ToRawInfo() interface{} + type SchemaItem struct + Oneof isSchemaItem_Oneof + func NewSchemaItem(in interface{}, context *compiler.Context) (*SchemaItem, error) + func (*SchemaItem) Descriptor() ([]byte, []int) + func (*SchemaItem) ProtoMessage() + func (*SchemaItem) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *SchemaItem) GetFileSchema() *FileSchema + func (m *SchemaItem) GetOneof() isSchemaItem_Oneof + func (m *SchemaItem) GetSchema() *Schema + func (m *SchemaItem) Reset() + func (m *SchemaItem) ResolveReferences(root string) (interface{}, error) + func (m *SchemaItem) String() string + func (m *SchemaItem) ToRawInfo() interface{} + type SchemaItem_FileSchema struct + FileSchema *FileSchema + type SchemaItem_Schema struct + Schema *Schema + type SecurityDefinitions struct + AdditionalProperties []*NamedSecurityDefinitionsItem + func NewSecurityDefinitions(in interface{}, context *compiler.Context) (*SecurityDefinitions, error) + func (*SecurityDefinitions) Descriptor() ([]byte, []int) + func (*SecurityDefinitions) ProtoMessage() + func (m *SecurityDefinitions) GetAdditionalProperties() []*NamedSecurityDefinitionsItem + func (m *SecurityDefinitions) Reset() + func (m *SecurityDefinitions) ResolveReferences(root string) (interface{}, error) + func (m *SecurityDefinitions) String() string + func (m *SecurityDefinitions) ToRawInfo() interface{} + type SecurityDefinitionsItem struct + Oneof isSecurityDefinitionsItem_Oneof + func NewSecurityDefinitionsItem(in interface{}, context *compiler.Context) (*SecurityDefinitionsItem, error) + func (*SecurityDefinitionsItem) Descriptor() ([]byte, []int) + func (*SecurityDefinitionsItem) ProtoMessage() + func (*SecurityDefinitionsItem) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *SecurityDefinitionsItem) GetApiKeySecurity() *ApiKeySecurity + func (m *SecurityDefinitionsItem) GetBasicAuthenticationSecurity() *BasicAuthenticationSecurity + func (m *SecurityDefinitionsItem) GetOauth2AccessCodeSecurity() *Oauth2AccessCodeSecurity + func (m *SecurityDefinitionsItem) GetOauth2ApplicationSecurity() *Oauth2ApplicationSecurity + func (m *SecurityDefinitionsItem) GetOauth2ImplicitSecurity() *Oauth2ImplicitSecurity + func (m *SecurityDefinitionsItem) GetOauth2PasswordSecurity() *Oauth2PasswordSecurity + func (m *SecurityDefinitionsItem) GetOneof() isSecurityDefinitionsItem_Oneof + func (m *SecurityDefinitionsItem) Reset() + func (m *SecurityDefinitionsItem) ResolveReferences(root string) (interface{}, error) + func (m *SecurityDefinitionsItem) String() string + func (m *SecurityDefinitionsItem) ToRawInfo() interface{} + type SecurityDefinitionsItem_ApiKeySecurity struct + ApiKeySecurity *ApiKeySecurity + type SecurityDefinitionsItem_BasicAuthenticationSecurity struct + BasicAuthenticationSecurity *BasicAuthenticationSecurity + type SecurityDefinitionsItem_Oauth2AccessCodeSecurity struct + Oauth2AccessCodeSecurity *Oauth2AccessCodeSecurity + type SecurityDefinitionsItem_Oauth2ApplicationSecurity struct + Oauth2ApplicationSecurity *Oauth2ApplicationSecurity + type SecurityDefinitionsItem_Oauth2ImplicitSecurity struct + Oauth2ImplicitSecurity *Oauth2ImplicitSecurity + type SecurityDefinitionsItem_Oauth2PasswordSecurity struct + Oauth2PasswordSecurity *Oauth2PasswordSecurity + type SecurityRequirement struct + AdditionalProperties []*NamedStringArray + func NewSecurityRequirement(in interface{}, context *compiler.Context) (*SecurityRequirement, error) + func (*SecurityRequirement) Descriptor() ([]byte, []int) + func (*SecurityRequirement) ProtoMessage() + func (m *SecurityRequirement) GetAdditionalProperties() []*NamedStringArray + func (m *SecurityRequirement) Reset() + func (m *SecurityRequirement) ResolveReferences(root string) (interface{}, error) + func (m *SecurityRequirement) String() string + func (m *SecurityRequirement) ToRawInfo() interface{} + type StringArray struct + Value []string + func NewStringArray(in interface{}, context *compiler.Context) (*StringArray, error) + func (*StringArray) Descriptor() ([]byte, []int) + func (*StringArray) ProtoMessage() + func (m *StringArray) GetValue() []string + func (m *StringArray) Reset() + func (m *StringArray) ResolveReferences(root string) (interface{}, error) + func (m *StringArray) String() string + func (m *StringArray) ToRawInfo() interface{} + type Tag struct + Description string + ExternalDocs *ExternalDocs + Name string + VendorExtension []*NamedAny + func NewTag(in interface{}, context *compiler.Context) (*Tag, error) + func (*Tag) Descriptor() ([]byte, []int) + func (*Tag) ProtoMessage() + func (m *Tag) GetDescription() string + func (m *Tag) GetExternalDocs() *ExternalDocs + func (m *Tag) GetName() string + func (m *Tag) GetVendorExtension() []*NamedAny + func (m *Tag) Reset() + func (m *Tag) ResolveReferences(root string) (interface{}, error) + func (m *Tag) String() string + func (m *Tag) ToRawInfo() interface{} + type TypeItem struct + Value []string + func NewTypeItem(in interface{}, context *compiler.Context) (*TypeItem, error) + func (*TypeItem) Descriptor() ([]byte, []int) + func (*TypeItem) ProtoMessage() + func (m *TypeItem) GetValue() []string + func (m *TypeItem) Reset() + func (m *TypeItem) ResolveReferences(root string) (interface{}, error) + func (m *TypeItem) String() string + func (m *TypeItem) ToRawInfo() interface{} + type VendorExtension struct + AdditionalProperties []*NamedAny + func NewVendorExtension(in interface{}, context *compiler.Context) (*VendorExtension, error) + func (*VendorExtension) Descriptor() ([]byte, []int) + func (*VendorExtension) ProtoMessage() + func (m *VendorExtension) GetAdditionalProperties() []*NamedAny + func (m *VendorExtension) Reset() + func (m *VendorExtension) ResolveReferences(root string) (interface{}, error) + func (m *VendorExtension) String() string + func (m *VendorExtension) ToRawInfo() interface{} + type Xml struct + Attribute bool + Name string + Namespace string + Prefix string + VendorExtension []*NamedAny + Wrapped bool + func NewXml(in interface{}, context *compiler.Context) (*Xml, error) + func (*Xml) Descriptor() ([]byte, []int) + func (*Xml) ProtoMessage() + func (m *Xml) GetAttribute() bool + func (m *Xml) GetName() string + func (m *Xml) GetNamespace() string + func (m *Xml) GetPrefix() string + func (m *Xml) GetVendorExtension() []*NamedAny + func (m *Xml) GetWrapped() bool + func (m *Xml) Reset() + func (m *Xml) ResolveReferences(root string) (interface{}, error) + func (m *Xml) String() string + func (m *Xml) ToRawInfo() interface{}