Versions in this module Expand all Collapse all v0 v0.2.0 May 19, 2018 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) GetSchemaOrReference() *SchemaOrReference + 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_SchemaOrReference struct + SchemaOrReference *SchemaOrReference + 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 AnyOrExpression struct + Oneof isAnyOrExpression_Oneof + func NewAnyOrExpression(in interface{}, context *compiler.Context) (*AnyOrExpression, error) + func (*AnyOrExpression) Descriptor() ([]byte, []int) + func (*AnyOrExpression) ProtoMessage() + func (*AnyOrExpression) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *AnyOrExpression) GetAny() *Any + func (m *AnyOrExpression) GetExpression() *Expression + func (m *AnyOrExpression) GetOneof() isAnyOrExpression_Oneof + func (m *AnyOrExpression) Reset() + func (m *AnyOrExpression) ResolveReferences(root string) (interface{}, error) + func (m *AnyOrExpression) String() string + func (m *AnyOrExpression) ToRawInfo() interface{} + type AnyOrExpression_Any struct + Any *Any + type AnyOrExpression_Expression struct + Expression *Expression + type AnysOrExpressions struct + AdditionalProperties []*NamedAnyOrExpression + func NewAnysOrExpressions(in interface{}, context *compiler.Context) (*AnysOrExpressions, error) + func (*AnysOrExpressions) Descriptor() ([]byte, []int) + func (*AnysOrExpressions) ProtoMessage() + func (m *AnysOrExpressions) GetAdditionalProperties() []*NamedAnyOrExpression + func (m *AnysOrExpressions) Reset() + func (m *AnysOrExpressions) ResolveReferences(root string) (interface{}, error) + func (m *AnysOrExpressions) String() string + func (m *AnysOrExpressions) ToRawInfo() interface{} + type Callback struct + Path []*NamedPathItem + SpecificationExtension []*NamedAny + func NewCallback(in interface{}, context *compiler.Context) (*Callback, error) + func (*Callback) Descriptor() ([]byte, []int) + func (*Callback) ProtoMessage() + func (m *Callback) GetPath() []*NamedPathItem + func (m *Callback) GetSpecificationExtension() []*NamedAny + func (m *Callback) Reset() + func (m *Callback) ResolveReferences(root string) (interface{}, error) + func (m *Callback) String() string + func (m *Callback) ToRawInfo() interface{} + type CallbackOrReference struct + Oneof isCallbackOrReference_Oneof + func NewCallbackOrReference(in interface{}, context *compiler.Context) (*CallbackOrReference, error) + func (*CallbackOrReference) Descriptor() ([]byte, []int) + func (*CallbackOrReference) ProtoMessage() + func (*CallbackOrReference) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *CallbackOrReference) GetCallback() *Callback + func (m *CallbackOrReference) GetOneof() isCallbackOrReference_Oneof + func (m *CallbackOrReference) GetReference() *Reference + func (m *CallbackOrReference) Reset() + func (m *CallbackOrReference) ResolveReferences(root string) (interface{}, error) + func (m *CallbackOrReference) String() string + func (m *CallbackOrReference) ToRawInfo() interface{} + type CallbackOrReference_Callback struct + Callback *Callback + type CallbackOrReference_Reference struct + Reference *Reference + type CallbacksOrReferences struct + AdditionalProperties []*NamedCallbackOrReference + func NewCallbacksOrReferences(in interface{}, context *compiler.Context) (*CallbacksOrReferences, error) + func (*CallbacksOrReferences) Descriptor() ([]byte, []int) + func (*CallbacksOrReferences) ProtoMessage() + func (m *CallbacksOrReferences) GetAdditionalProperties() []*NamedCallbackOrReference + func (m *CallbacksOrReferences) Reset() + func (m *CallbacksOrReferences) ResolveReferences(root string) (interface{}, error) + func (m *CallbacksOrReferences) String() string + func (m *CallbacksOrReferences) ToRawInfo() interface{} + type Components struct + Callbacks *CallbacksOrReferences + Examples *ExamplesOrReferences + Headers *HeadersOrReferences + Links *LinksOrReferences + Parameters *ParametersOrReferences + RequestBodies *RequestBodiesOrReferences + Responses *ResponsesOrReferences + Schemas *SchemasOrReferences + SecuritySchemes *SecuritySchemesOrReferences + SpecificationExtension []*NamedAny + func NewComponents(in interface{}, context *compiler.Context) (*Components, error) + func (*Components) Descriptor() ([]byte, []int) + func (*Components) ProtoMessage() + func (m *Components) GetCallbacks() *CallbacksOrReferences + func (m *Components) GetExamples() *ExamplesOrReferences + func (m *Components) GetHeaders() *HeadersOrReferences + func (m *Components) GetLinks() *LinksOrReferences + func (m *Components) GetParameters() *ParametersOrReferences + func (m *Components) GetRequestBodies() *RequestBodiesOrReferences + func (m *Components) GetResponses() *ResponsesOrReferences + func (m *Components) GetSchemas() *SchemasOrReferences + func (m *Components) GetSecuritySchemes() *SecuritySchemesOrReferences + func (m *Components) GetSpecificationExtension() []*NamedAny + func (m *Components) Reset() + func (m *Components) ResolveReferences(root string) (interface{}, error) + func (m *Components) String() string + func (m *Components) ToRawInfo() interface{} + type Contact struct + Email string + Name string + SpecificationExtension []*NamedAny + Url string + 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) GetSpecificationExtension() []*NamedAny + func (m *Contact) GetUrl() string + func (m *Contact) Reset() + func (m *Contact) ResolveReferences(root string) (interface{}, error) + func (m *Contact) String() string + func (m *Contact) ToRawInfo() interface{} + type DefaultType struct + Oneof isDefaultType_Oneof + func NewDefaultType(in interface{}, context *compiler.Context) (*DefaultType, error) + func (*DefaultType) Descriptor() ([]byte, []int) + func (*DefaultType) ProtoMessage() + func (*DefaultType) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *DefaultType) GetBoolean() bool + func (m *DefaultType) GetNumber() float64 + func (m *DefaultType) GetOneof() isDefaultType_Oneof + func (m *DefaultType) GetString_() string + func (m *DefaultType) Reset() + func (m *DefaultType) ResolveReferences(root string) (interface{}, error) + func (m *DefaultType) String() string + func (m *DefaultType) ToRawInfo() interface{} + type DefaultType_Boolean struct + Boolean bool + type DefaultType_Number struct + Number float64 + type DefaultType_String_ struct + String_ string + type Discriminator struct + Mapping *Strings + PropertyName string + func NewDiscriminator(in interface{}, context *compiler.Context) (*Discriminator, error) + func (*Discriminator) Descriptor() ([]byte, []int) + func (*Discriminator) ProtoMessage() + func (m *Discriminator) GetMapping() *Strings + func (m *Discriminator) GetPropertyName() string + func (m *Discriminator) Reset() + func (m *Discriminator) ResolveReferences(root string) (interface{}, error) + func (m *Discriminator) String() string + func (m *Discriminator) ToRawInfo() interface{} + type Document struct + Components *Components + ExternalDocs *ExternalDocs + Info *Info + Openapi string + Paths *Paths + Security []*SecurityRequirement + Servers []*Server + SpecificationExtension []*NamedAny + Tags []*Tag + func NewDocument(in interface{}, context *compiler.Context) (*Document, error) + func (*Document) Descriptor() ([]byte, []int) + func (*Document) ProtoMessage() + func (m *Document) GetComponents() *Components + func (m *Document) GetExternalDocs() *ExternalDocs + func (m *Document) GetInfo() *Info + func (m *Document) GetOpenapi() string + func (m *Document) GetPaths() *Paths + func (m *Document) GetSecurity() []*SecurityRequirement + func (m *Document) GetServers() []*Server + func (m *Document) GetSpecificationExtension() []*NamedAny + func (m *Document) GetTags() []*Tag + func (m *Document) Reset() + func (m *Document) ResolveReferences(root string) (interface{}, error) + func (m *Document) String() string + func (m *Document) ToRawInfo() interface{} + type Encoding struct + AllowReserved bool + ContentType string + Explode bool + Headers *HeadersOrReferences + SpecificationExtension []*NamedAny + Style string + func NewEncoding(in interface{}, context *compiler.Context) (*Encoding, error) + func (*Encoding) Descriptor() ([]byte, []int) + func (*Encoding) ProtoMessage() + func (m *Encoding) GetAllowReserved() bool + func (m *Encoding) GetContentType() string + func (m *Encoding) GetExplode() bool + func (m *Encoding) GetHeaders() *HeadersOrReferences + func (m *Encoding) GetSpecificationExtension() []*NamedAny + func (m *Encoding) GetStyle() string + func (m *Encoding) Reset() + func (m *Encoding) ResolveReferences(root string) (interface{}, error) + func (m *Encoding) String() string + func (m *Encoding) ToRawInfo() interface{} + type Encodings struct + AdditionalProperties []*NamedEncoding + func NewEncodings(in interface{}, context *compiler.Context) (*Encodings, error) + func (*Encodings) Descriptor() ([]byte, []int) + func (*Encodings) ProtoMessage() + func (m *Encodings) GetAdditionalProperties() []*NamedEncoding + func (m *Encodings) Reset() + func (m *Encodings) ResolveReferences(root string) (interface{}, error) + func (m *Encodings) String() string + func (m *Encodings) ToRawInfo() interface{} + type Example struct + Description string + ExternalValue string + SpecificationExtension []*NamedAny + Summary string + Value *Any + func NewExample(in interface{}, context *compiler.Context) (*Example, error) + func (*Example) Descriptor() ([]byte, []int) + func (*Example) ProtoMessage() + func (m *Example) GetDescription() string + func (m *Example) GetExternalValue() string + func (m *Example) GetSpecificationExtension() []*NamedAny + func (m *Example) GetSummary() string + func (m *Example) GetValue() *Any + func (m *Example) Reset() + func (m *Example) ResolveReferences(root string) (interface{}, error) + func (m *Example) String() string + func (m *Example) ToRawInfo() interface{} + type ExampleOrReference struct + Oneof isExampleOrReference_Oneof + func NewExampleOrReference(in interface{}, context *compiler.Context) (*ExampleOrReference, error) + func (*ExampleOrReference) Descriptor() ([]byte, []int) + func (*ExampleOrReference) ProtoMessage() + func (*ExampleOrReference) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *ExampleOrReference) GetExample() *Example + func (m *ExampleOrReference) GetOneof() isExampleOrReference_Oneof + func (m *ExampleOrReference) GetReference() *Reference + func (m *ExampleOrReference) Reset() + func (m *ExampleOrReference) ResolveReferences(root string) (interface{}, error) + func (m *ExampleOrReference) String() string + func (m *ExampleOrReference) ToRawInfo() interface{} + type ExampleOrReference_Example struct + Example *Example + type ExampleOrReference_Reference struct + Reference *Reference + type ExamplesOrReferences struct + AdditionalProperties []*NamedExampleOrReference + func NewExamplesOrReferences(in interface{}, context *compiler.Context) (*ExamplesOrReferences, error) + func (*ExamplesOrReferences) Descriptor() ([]byte, []int) + func (*ExamplesOrReferences) ProtoMessage() + func (m *ExamplesOrReferences) GetAdditionalProperties() []*NamedExampleOrReference + func (m *ExamplesOrReferences) Reset() + func (m *ExamplesOrReferences) ResolveReferences(root string) (interface{}, error) + func (m *ExamplesOrReferences) String() string + func (m *ExamplesOrReferences) ToRawInfo() interface{} + type Expression struct + AdditionalProperties []*NamedAny + func NewExpression(in interface{}, context *compiler.Context) (*Expression, error) + func (*Expression) Descriptor() ([]byte, []int) + func (*Expression) ProtoMessage() + func (m *Expression) GetAdditionalProperties() []*NamedAny + func (m *Expression) Reset() + func (m *Expression) ResolveReferences(root string) (interface{}, error) + func (m *Expression) String() string + func (m *Expression) ToRawInfo() interface{} + type ExternalDocs struct + Description string + SpecificationExtension []*NamedAny + Url string + 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) GetSpecificationExtension() []*NamedAny + func (m *ExternalDocs) GetUrl() string + func (m *ExternalDocs) Reset() + func (m *ExternalDocs) ResolveReferences(root string) (interface{}, error) + func (m *ExternalDocs) String() string + func (m *ExternalDocs) ToRawInfo() interface{} + type Header struct + AllowEmptyValue bool + AllowReserved bool + Content *MediaTypes + Deprecated bool + Description string + Example *Any + Examples *ExamplesOrReferences + Explode bool + Required bool + Schema *SchemaOrReference + SpecificationExtension []*NamedAny + Style string + func NewHeader(in interface{}, context *compiler.Context) (*Header, error) + func (*Header) Descriptor() ([]byte, []int) + func (*Header) ProtoMessage() + func (m *Header) GetAllowEmptyValue() bool + func (m *Header) GetAllowReserved() bool + func (m *Header) GetContent() *MediaTypes + func (m *Header) GetDeprecated() bool + func (m *Header) GetDescription() string + func (m *Header) GetExample() *Any + func (m *Header) GetExamples() *ExamplesOrReferences + func (m *Header) GetExplode() bool + func (m *Header) GetRequired() bool + func (m *Header) GetSchema() *SchemaOrReference + func (m *Header) GetSpecificationExtension() []*NamedAny + func (m *Header) GetStyle() string + func (m *Header) Reset() + func (m *Header) ResolveReferences(root string) (interface{}, error) + func (m *Header) String() string + func (m *Header) ToRawInfo() interface{} + type HeaderOrReference struct + Oneof isHeaderOrReference_Oneof + func NewHeaderOrReference(in interface{}, context *compiler.Context) (*HeaderOrReference, error) + func (*HeaderOrReference) Descriptor() ([]byte, []int) + func (*HeaderOrReference) ProtoMessage() + func (*HeaderOrReference) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *HeaderOrReference) GetHeader() *Header + func (m *HeaderOrReference) GetOneof() isHeaderOrReference_Oneof + func (m *HeaderOrReference) GetReference() *Reference + func (m *HeaderOrReference) Reset() + func (m *HeaderOrReference) ResolveReferences(root string) (interface{}, error) + func (m *HeaderOrReference) String() string + func (m *HeaderOrReference) ToRawInfo() interface{} + type HeaderOrReference_Header struct + Header *Header + type HeaderOrReference_Reference struct + Reference *Reference + type HeadersOrReferences struct + AdditionalProperties []*NamedHeaderOrReference + func NewHeadersOrReferences(in interface{}, context *compiler.Context) (*HeadersOrReferences, error) + func (*HeadersOrReferences) Descriptor() ([]byte, []int) + func (*HeadersOrReferences) ProtoMessage() + func (m *HeadersOrReferences) GetAdditionalProperties() []*NamedHeaderOrReference + func (m *HeadersOrReferences) Reset() + func (m *HeadersOrReferences) ResolveReferences(root string) (interface{}, error) + func (m *HeadersOrReferences) String() string + func (m *HeadersOrReferences) ToRawInfo() interface{} + type Info struct + Contact *Contact + Description string + License *License + SpecificationExtension []*NamedAny + TermsOfService string + Title string + 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) GetSpecificationExtension() []*NamedAny + func (m *Info) GetTermsOfService() string + func (m *Info) GetTitle() string + 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 + SchemaOrReference []*SchemaOrReference + func NewItemsItem(in interface{}, context *compiler.Context) (*ItemsItem, error) + func (*ItemsItem) Descriptor() ([]byte, []int) + func (*ItemsItem) ProtoMessage() + func (m *ItemsItem) GetSchemaOrReference() []*SchemaOrReference + func (m *ItemsItem) Reset() + func (m *ItemsItem) ResolveReferences(root string) (interface{}, error) + func (m *ItemsItem) String() string + func (m *ItemsItem) ToRawInfo() interface{} + type License struct + Name string + SpecificationExtension []*NamedAny + Url string + 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) GetSpecificationExtension() []*NamedAny + func (m *License) GetUrl() string + func (m *License) Reset() + func (m *License) ResolveReferences(root string) (interface{}, error) + func (m *License) String() string + func (m *License) ToRawInfo() interface{} + type Link struct + Description string + OperationId string + OperationRef string + Parameters *AnysOrExpressions + RequestBody *AnyOrExpression + Server *Server + SpecificationExtension []*NamedAny + func NewLink(in interface{}, context *compiler.Context) (*Link, error) + func (*Link) Descriptor() ([]byte, []int) + func (*Link) ProtoMessage() + func (m *Link) GetDescription() string + func (m *Link) GetOperationId() string + func (m *Link) GetOperationRef() string + func (m *Link) GetParameters() *AnysOrExpressions + func (m *Link) GetRequestBody() *AnyOrExpression + func (m *Link) GetServer() *Server + func (m *Link) GetSpecificationExtension() []*NamedAny + func (m *Link) Reset() + func (m *Link) ResolveReferences(root string) (interface{}, error) + func (m *Link) String() string + func (m *Link) ToRawInfo() interface{} + type LinkOrReference struct + Oneof isLinkOrReference_Oneof + func NewLinkOrReference(in interface{}, context *compiler.Context) (*LinkOrReference, error) + func (*LinkOrReference) Descriptor() ([]byte, []int) + func (*LinkOrReference) ProtoMessage() + func (*LinkOrReference) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *LinkOrReference) GetLink() *Link + func (m *LinkOrReference) GetOneof() isLinkOrReference_Oneof + func (m *LinkOrReference) GetReference() *Reference + func (m *LinkOrReference) Reset() + func (m *LinkOrReference) ResolveReferences(root string) (interface{}, error) + func (m *LinkOrReference) String() string + func (m *LinkOrReference) ToRawInfo() interface{} + type LinkOrReference_Link struct + Link *Link + type LinkOrReference_Reference struct + Reference *Reference + type LinksOrReferences struct + AdditionalProperties []*NamedLinkOrReference + func NewLinksOrReferences(in interface{}, context *compiler.Context) (*LinksOrReferences, error) + func (*LinksOrReferences) Descriptor() ([]byte, []int) + func (*LinksOrReferences) ProtoMessage() + func (m *LinksOrReferences) GetAdditionalProperties() []*NamedLinkOrReference + func (m *LinksOrReferences) Reset() + func (m *LinksOrReferences) ResolveReferences(root string) (interface{}, error) + func (m *LinksOrReferences) String() string + func (m *LinksOrReferences) ToRawInfo() interface{} + type MediaType struct + Encoding *Encodings + Example *Any + Examples *ExamplesOrReferences + Schema *SchemaOrReference + SpecificationExtension []*NamedAny + func NewMediaType(in interface{}, context *compiler.Context) (*MediaType, error) + func (*MediaType) Descriptor() ([]byte, []int) + func (*MediaType) ProtoMessage() + func (m *MediaType) GetEncoding() *Encodings + func (m *MediaType) GetExample() *Any + func (m *MediaType) GetExamples() *ExamplesOrReferences + func (m *MediaType) GetSchema() *SchemaOrReference + func (m *MediaType) GetSpecificationExtension() []*NamedAny + func (m *MediaType) Reset() + func (m *MediaType) ResolveReferences(root string) (interface{}, error) + func (m *MediaType) String() string + func (m *MediaType) ToRawInfo() interface{} + type MediaTypes struct + AdditionalProperties []*NamedMediaType + func NewMediaTypes(in interface{}, context *compiler.Context) (*MediaTypes, error) + func (*MediaTypes) Descriptor() ([]byte, []int) + func (*MediaTypes) ProtoMessage() + func (m *MediaTypes) GetAdditionalProperties() []*NamedMediaType + func (m *MediaTypes) Reset() + func (m *MediaTypes) ResolveReferences(root string) (interface{}, error) + func (m *MediaTypes) String() string + func (m *MediaTypes) 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 NamedAnyOrExpression struct + Name string + Value *AnyOrExpression + func NewNamedAnyOrExpression(in interface{}, context *compiler.Context) (*NamedAnyOrExpression, error) + func (*NamedAnyOrExpression) Descriptor() ([]byte, []int) + func (*NamedAnyOrExpression) ProtoMessage() + func (m *NamedAnyOrExpression) GetName() string + func (m *NamedAnyOrExpression) GetValue() *AnyOrExpression + func (m *NamedAnyOrExpression) Reset() + func (m *NamedAnyOrExpression) ResolveReferences(root string) (interface{}, error) + func (m *NamedAnyOrExpression) String() string + func (m *NamedAnyOrExpression) ToRawInfo() interface{} + type NamedCallbackOrReference struct + Name string + Value *CallbackOrReference + func NewNamedCallbackOrReference(in interface{}, context *compiler.Context) (*NamedCallbackOrReference, error) + func (*NamedCallbackOrReference) Descriptor() ([]byte, []int) + func (*NamedCallbackOrReference) ProtoMessage() + func (m *NamedCallbackOrReference) GetName() string + func (m *NamedCallbackOrReference) GetValue() *CallbackOrReference + func (m *NamedCallbackOrReference) Reset() + func (m *NamedCallbackOrReference) ResolveReferences(root string) (interface{}, error) + func (m *NamedCallbackOrReference) String() string + func (m *NamedCallbackOrReference) ToRawInfo() interface{} + type NamedEncoding struct + Name string + Value *Encoding + func NewNamedEncoding(in interface{}, context *compiler.Context) (*NamedEncoding, error) + func (*NamedEncoding) Descriptor() ([]byte, []int) + func (*NamedEncoding) ProtoMessage() + func (m *NamedEncoding) GetName() string + func (m *NamedEncoding) GetValue() *Encoding + func (m *NamedEncoding) Reset() + func (m *NamedEncoding) ResolveReferences(root string) (interface{}, error) + func (m *NamedEncoding) String() string + func (m *NamedEncoding) ToRawInfo() interface{} + type NamedExampleOrReference struct + Name string + Value *ExampleOrReference + func NewNamedExampleOrReference(in interface{}, context *compiler.Context) (*NamedExampleOrReference, error) + func (*NamedExampleOrReference) Descriptor() ([]byte, []int) + func (*NamedExampleOrReference) ProtoMessage() + func (m *NamedExampleOrReference) GetName() string + func (m *NamedExampleOrReference) GetValue() *ExampleOrReference + func (m *NamedExampleOrReference) Reset() + func (m *NamedExampleOrReference) ResolveReferences(root string) (interface{}, error) + func (m *NamedExampleOrReference) String() string + func (m *NamedExampleOrReference) ToRawInfo() interface{} + type NamedHeaderOrReference struct + Name string + Value *HeaderOrReference + func NewNamedHeaderOrReference(in interface{}, context *compiler.Context) (*NamedHeaderOrReference, error) + func (*NamedHeaderOrReference) Descriptor() ([]byte, []int) + func (*NamedHeaderOrReference) ProtoMessage() + func (m *NamedHeaderOrReference) GetName() string + func (m *NamedHeaderOrReference) GetValue() *HeaderOrReference + func (m *NamedHeaderOrReference) Reset() + func (m *NamedHeaderOrReference) ResolveReferences(root string) (interface{}, error) + func (m *NamedHeaderOrReference) String() string + func (m *NamedHeaderOrReference) ToRawInfo() interface{} + type NamedLinkOrReference struct + Name string + Value *LinkOrReference + func NewNamedLinkOrReference(in interface{}, context *compiler.Context) (*NamedLinkOrReference, error) + func (*NamedLinkOrReference) Descriptor() ([]byte, []int) + func (*NamedLinkOrReference) ProtoMessage() + func (m *NamedLinkOrReference) GetName() string + func (m *NamedLinkOrReference) GetValue() *LinkOrReference + func (m *NamedLinkOrReference) Reset() + func (m *NamedLinkOrReference) ResolveReferences(root string) (interface{}, error) + func (m *NamedLinkOrReference) String() string + func (m *NamedLinkOrReference) ToRawInfo() interface{} + type NamedMediaType struct + Name string + Value *MediaType + func NewNamedMediaType(in interface{}, context *compiler.Context) (*NamedMediaType, error) + func (*NamedMediaType) Descriptor() ([]byte, []int) + func (*NamedMediaType) ProtoMessage() + func (m *NamedMediaType) GetName() string + func (m *NamedMediaType) GetValue() *MediaType + func (m *NamedMediaType) Reset() + func (m *NamedMediaType) ResolveReferences(root string) (interface{}, error) + func (m *NamedMediaType) String() string + func (m *NamedMediaType) ToRawInfo() interface{} + type NamedParameterOrReference struct + Name string + Value *ParameterOrReference + func NewNamedParameterOrReference(in interface{}, context *compiler.Context) (*NamedParameterOrReference, error) + func (*NamedParameterOrReference) Descriptor() ([]byte, []int) + func (*NamedParameterOrReference) ProtoMessage() + func (m *NamedParameterOrReference) GetName() string + func (m *NamedParameterOrReference) GetValue() *ParameterOrReference + func (m *NamedParameterOrReference) Reset() + func (m *NamedParameterOrReference) ResolveReferences(root string) (interface{}, error) + func (m *NamedParameterOrReference) String() string + func (m *NamedParameterOrReference) 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 NamedRequestBodyOrReference struct + Name string + Value *RequestBodyOrReference + func NewNamedRequestBodyOrReference(in interface{}, context *compiler.Context) (*NamedRequestBodyOrReference, error) + func (*NamedRequestBodyOrReference) Descriptor() ([]byte, []int) + func (*NamedRequestBodyOrReference) ProtoMessage() + func (m *NamedRequestBodyOrReference) GetName() string + func (m *NamedRequestBodyOrReference) GetValue() *RequestBodyOrReference + func (m *NamedRequestBodyOrReference) Reset() + func (m *NamedRequestBodyOrReference) ResolveReferences(root string) (interface{}, error) + func (m *NamedRequestBodyOrReference) String() string + func (m *NamedRequestBodyOrReference) ToRawInfo() interface{} + type NamedResponseOrReference struct + Name string + Value *ResponseOrReference + func NewNamedResponseOrReference(in interface{}, context *compiler.Context) (*NamedResponseOrReference, error) + func (*NamedResponseOrReference) Descriptor() ([]byte, []int) + func (*NamedResponseOrReference) ProtoMessage() + func (m *NamedResponseOrReference) GetName() string + func (m *NamedResponseOrReference) GetValue() *ResponseOrReference + func (m *NamedResponseOrReference) Reset() + func (m *NamedResponseOrReference) ResolveReferences(root string) (interface{}, error) + func (m *NamedResponseOrReference) String() string + func (m *NamedResponseOrReference) ToRawInfo() interface{} + type NamedSchemaOrReference struct + Name string + Value *SchemaOrReference + func NewNamedSchemaOrReference(in interface{}, context *compiler.Context) (*NamedSchemaOrReference, error) + func (*NamedSchemaOrReference) Descriptor() ([]byte, []int) + func (*NamedSchemaOrReference) ProtoMessage() + func (m *NamedSchemaOrReference) GetName() string + func (m *NamedSchemaOrReference) GetValue() *SchemaOrReference + func (m *NamedSchemaOrReference) Reset() + func (m *NamedSchemaOrReference) ResolveReferences(root string) (interface{}, error) + func (m *NamedSchemaOrReference) String() string + func (m *NamedSchemaOrReference) ToRawInfo() interface{} + type NamedSecuritySchemeOrReference struct + Name string + Value *SecuritySchemeOrReference + func NewNamedSecuritySchemeOrReference(in interface{}, context *compiler.Context) (*NamedSecuritySchemeOrReference, error) + func (*NamedSecuritySchemeOrReference) Descriptor() ([]byte, []int) + func (*NamedSecuritySchemeOrReference) ProtoMessage() + func (m *NamedSecuritySchemeOrReference) GetName() string + func (m *NamedSecuritySchemeOrReference) GetValue() *SecuritySchemeOrReference + func (m *NamedSecuritySchemeOrReference) Reset() + func (m *NamedSecuritySchemeOrReference) ResolveReferences(root string) (interface{}, error) + func (m *NamedSecuritySchemeOrReference) String() string + func (m *NamedSecuritySchemeOrReference) ToRawInfo() interface{} + type NamedServerVariable struct + Name string + Value *ServerVariable + func NewNamedServerVariable(in interface{}, context *compiler.Context) (*NamedServerVariable, error) + func (*NamedServerVariable) Descriptor() ([]byte, []int) + func (*NamedServerVariable) ProtoMessage() + func (m *NamedServerVariable) GetName() string + func (m *NamedServerVariable) GetValue() *ServerVariable + func (m *NamedServerVariable) Reset() + func (m *NamedServerVariable) ResolveReferences(root string) (interface{}, error) + func (m *NamedServerVariable) String() string + func (m *NamedServerVariable) 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 OauthFlow struct + AuthorizationUrl string + RefreshUrl string + Scopes *Strings + SpecificationExtension []*NamedAny + TokenUrl string + func NewOauthFlow(in interface{}, context *compiler.Context) (*OauthFlow, error) + func (*OauthFlow) Descriptor() ([]byte, []int) + func (*OauthFlow) ProtoMessage() + func (m *OauthFlow) GetAuthorizationUrl() string + func (m *OauthFlow) GetRefreshUrl() string + func (m *OauthFlow) GetScopes() *Strings + func (m *OauthFlow) GetSpecificationExtension() []*NamedAny + func (m *OauthFlow) GetTokenUrl() string + func (m *OauthFlow) Reset() + func (m *OauthFlow) ResolveReferences(root string) (interface{}, error) + func (m *OauthFlow) String() string + func (m *OauthFlow) ToRawInfo() interface{} + type OauthFlows struct + AuthorizationCode *OauthFlow + ClientCredentials *OauthFlow + Implicit *OauthFlow + Password *OauthFlow + SpecificationExtension []*NamedAny + func NewOauthFlows(in interface{}, context *compiler.Context) (*OauthFlows, error) + func (*OauthFlows) Descriptor() ([]byte, []int) + func (*OauthFlows) ProtoMessage() + func (m *OauthFlows) GetAuthorizationCode() *OauthFlow + func (m *OauthFlows) GetClientCredentials() *OauthFlow + func (m *OauthFlows) GetImplicit() *OauthFlow + func (m *OauthFlows) GetPassword() *OauthFlow + func (m *OauthFlows) GetSpecificationExtension() []*NamedAny + func (m *OauthFlows) Reset() + func (m *OauthFlows) ResolveReferences(root string) (interface{}, error) + func (m *OauthFlows) String() string + func (m *OauthFlows) ToRawInfo() interface{} + type Object struct + AdditionalProperties []*NamedAny + func NewObject(in interface{}, context *compiler.Context) (*Object, error) + func (*Object) Descriptor() ([]byte, []int) + func (*Object) ProtoMessage() + func (m *Object) GetAdditionalProperties() []*NamedAny + func (m *Object) Reset() + func (m *Object) ResolveReferences(root string) (interface{}, error) + func (m *Object) String() string + func (m *Object) ToRawInfo() interface{} + type Operation struct + Callbacks *CallbacksOrReferences + Deprecated bool + Description string + ExternalDocs *ExternalDocs + OperationId string + Parameters []*ParameterOrReference + RequestBody *RequestBodyOrReference + Responses *Responses + Security []*SecurityRequirement + Servers []*Server + SpecificationExtension []*NamedAny + Summary string + Tags []string + func NewOperation(in interface{}, context *compiler.Context) (*Operation, error) + func (*Operation) Descriptor() ([]byte, []int) + func (*Operation) ProtoMessage() + func (m *Operation) GetCallbacks() *CallbacksOrReferences + func (m *Operation) GetDeprecated() bool + func (m *Operation) GetDescription() string + func (m *Operation) GetExternalDocs() *ExternalDocs + func (m *Operation) GetOperationId() string + func (m *Operation) GetParameters() []*ParameterOrReference + func (m *Operation) GetRequestBody() *RequestBodyOrReference + func (m *Operation) GetResponses() *Responses + func (m *Operation) GetSecurity() []*SecurityRequirement + func (m *Operation) GetServers() []*Server + func (m *Operation) GetSpecificationExtension() []*NamedAny + func (m *Operation) GetSummary() string + func (m *Operation) GetTags() []string + 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 + AllowEmptyValue bool + AllowReserved bool + Content *MediaTypes + Deprecated bool + Description string + Example *Any + Examples *ExamplesOrReferences + Explode bool + In string + Name string + Required bool + Schema *SchemaOrReference + SpecificationExtension []*NamedAny + Style string + func NewParameter(in interface{}, context *compiler.Context) (*Parameter, error) + func (*Parameter) Descriptor() ([]byte, []int) + func (*Parameter) ProtoMessage() + func (m *Parameter) GetAllowEmptyValue() bool + func (m *Parameter) GetAllowReserved() bool + func (m *Parameter) GetContent() *MediaTypes + func (m *Parameter) GetDeprecated() bool + func (m *Parameter) GetDescription() string + func (m *Parameter) GetExample() *Any + func (m *Parameter) GetExamples() *ExamplesOrReferences + func (m *Parameter) GetExplode() bool + func (m *Parameter) GetIn() string + func (m *Parameter) GetName() string + func (m *Parameter) GetRequired() bool + func (m *Parameter) GetSchema() *SchemaOrReference + func (m *Parameter) GetSpecificationExtension() []*NamedAny + func (m *Parameter) GetStyle() string + func (m *Parameter) Reset() + func (m *Parameter) ResolveReferences(root string) (interface{}, error) + func (m *Parameter) String() string + func (m *Parameter) ToRawInfo() interface{} + type ParameterOrReference struct + Oneof isParameterOrReference_Oneof + func NewParameterOrReference(in interface{}, context *compiler.Context) (*ParameterOrReference, error) + func (*ParameterOrReference) Descriptor() ([]byte, []int) + func (*ParameterOrReference) ProtoMessage() + func (*ParameterOrReference) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *ParameterOrReference) GetOneof() isParameterOrReference_Oneof + func (m *ParameterOrReference) GetParameter() *Parameter + func (m *ParameterOrReference) GetReference() *Reference + func (m *ParameterOrReference) Reset() + func (m *ParameterOrReference) ResolveReferences(root string) (interface{}, error) + func (m *ParameterOrReference) String() string + func (m *ParameterOrReference) ToRawInfo() interface{} + type ParameterOrReference_Parameter struct + Parameter *Parameter + type ParameterOrReference_Reference struct + Reference *Reference + type ParametersOrReferences struct + AdditionalProperties []*NamedParameterOrReference + func NewParametersOrReferences(in interface{}, context *compiler.Context) (*ParametersOrReferences, error) + func (*ParametersOrReferences) Descriptor() ([]byte, []int) + func (*ParametersOrReferences) ProtoMessage() + func (m *ParametersOrReferences) GetAdditionalProperties() []*NamedParameterOrReference + func (m *ParametersOrReferences) Reset() + func (m *ParametersOrReferences) ResolveReferences(root string) (interface{}, error) + func (m *ParametersOrReferences) String() string + func (m *ParametersOrReferences) ToRawInfo() interface{} + type PathItem struct + Delete *Operation + Description string + Get *Operation + Head *Operation + Options *Operation + Parameters []*ParameterOrReference + Patch *Operation + Post *Operation + Put *Operation + Servers []*Server + SpecificationExtension []*NamedAny + Summary string + Trace *Operation + 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) GetDescription() string + func (m *PathItem) GetGet() *Operation + func (m *PathItem) GetHead() *Operation + func (m *PathItem) GetOptions() *Operation + func (m *PathItem) GetParameters() []*ParameterOrReference + func (m *PathItem) GetPatch() *Operation + func (m *PathItem) GetPost() *Operation + func (m *PathItem) GetPut() *Operation + func (m *PathItem) GetServers() []*Server + func (m *PathItem) GetSpecificationExtension() []*NamedAny + func (m *PathItem) GetSummary() string + func (m *PathItem) GetTrace() *Operation + 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 Paths struct + Path []*NamedPathItem + SpecificationExtension []*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) GetSpecificationExtension() []*NamedAny + func (m *Paths) Reset() + func (m *Paths) ResolveReferences(root string) (interface{}, error) + func (m *Paths) String() string + func (m *Paths) ToRawInfo() interface{} + type Properties struct + AdditionalProperties []*NamedSchemaOrReference + func NewProperties(in interface{}, context *compiler.Context) (*Properties, error) + func (*Properties) Descriptor() ([]byte, []int) + func (*Properties) ProtoMessage() + func (m *Properties) GetAdditionalProperties() []*NamedSchemaOrReference + func (m *Properties) Reset() + func (m *Properties) ResolveReferences(root string) (interface{}, error) + func (m *Properties) String() string + func (m *Properties) ToRawInfo() interface{} + type Reference struct + XRef string + func NewReference(in interface{}, context *compiler.Context) (*Reference, error) + func (*Reference) Descriptor() ([]byte, []int) + func (*Reference) ProtoMessage() + func (m *Reference) GetXRef() string + func (m *Reference) Reset() + func (m *Reference) ResolveReferences(root string) (interface{}, error) + func (m *Reference) String() string + func (m *Reference) ToRawInfo() interface{} + type RequestBodiesOrReferences struct + AdditionalProperties []*NamedRequestBodyOrReference + func NewRequestBodiesOrReferences(in interface{}, context *compiler.Context) (*RequestBodiesOrReferences, error) + func (*RequestBodiesOrReferences) Descriptor() ([]byte, []int) + func (*RequestBodiesOrReferences) ProtoMessage() + func (m *RequestBodiesOrReferences) GetAdditionalProperties() []*NamedRequestBodyOrReference + func (m *RequestBodiesOrReferences) Reset() + func (m *RequestBodiesOrReferences) ResolveReferences(root string) (interface{}, error) + func (m *RequestBodiesOrReferences) String() string + func (m *RequestBodiesOrReferences) ToRawInfo() interface{} + type RequestBody struct + Content *MediaTypes + Description string + Required bool + SpecificationExtension []*NamedAny + func NewRequestBody(in interface{}, context *compiler.Context) (*RequestBody, error) + func (*RequestBody) Descriptor() ([]byte, []int) + func (*RequestBody) ProtoMessage() + func (m *RequestBody) GetContent() *MediaTypes + func (m *RequestBody) GetDescription() string + func (m *RequestBody) GetRequired() bool + func (m *RequestBody) GetSpecificationExtension() []*NamedAny + func (m *RequestBody) Reset() + func (m *RequestBody) ResolveReferences(root string) (interface{}, error) + func (m *RequestBody) String() string + func (m *RequestBody) ToRawInfo() interface{} + type RequestBodyOrReference struct + Oneof isRequestBodyOrReference_Oneof + func NewRequestBodyOrReference(in interface{}, context *compiler.Context) (*RequestBodyOrReference, error) + func (*RequestBodyOrReference) Descriptor() ([]byte, []int) + func (*RequestBodyOrReference) ProtoMessage() + func (*RequestBodyOrReference) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *RequestBodyOrReference) GetOneof() isRequestBodyOrReference_Oneof + func (m *RequestBodyOrReference) GetReference() *Reference + func (m *RequestBodyOrReference) GetRequestBody() *RequestBody + func (m *RequestBodyOrReference) Reset() + func (m *RequestBodyOrReference) ResolveReferences(root string) (interface{}, error) + func (m *RequestBodyOrReference) String() string + func (m *RequestBodyOrReference) ToRawInfo() interface{} + type RequestBodyOrReference_Reference struct + Reference *Reference + type RequestBodyOrReference_RequestBody struct + RequestBody *RequestBody + type Response struct + Content *MediaTypes + Description string + Headers *HeadersOrReferences + Links *LinksOrReferences + SpecificationExtension []*NamedAny + func NewResponse(in interface{}, context *compiler.Context) (*Response, error) + func (*Response) Descriptor() ([]byte, []int) + func (*Response) ProtoMessage() + func (m *Response) GetContent() *MediaTypes + func (m *Response) GetDescription() string + func (m *Response) GetHeaders() *HeadersOrReferences + func (m *Response) GetLinks() *LinksOrReferences + func (m *Response) GetSpecificationExtension() []*NamedAny + func (m *Response) Reset() + func (m *Response) ResolveReferences(root string) (interface{}, error) + func (m *Response) String() string + func (m *Response) ToRawInfo() interface{} + type ResponseOrReference struct + Oneof isResponseOrReference_Oneof + func NewResponseOrReference(in interface{}, context *compiler.Context) (*ResponseOrReference, error) + func (*ResponseOrReference) Descriptor() ([]byte, []int) + func (*ResponseOrReference) ProtoMessage() + func (*ResponseOrReference) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *ResponseOrReference) GetOneof() isResponseOrReference_Oneof + func (m *ResponseOrReference) GetReference() *Reference + func (m *ResponseOrReference) GetResponse() *Response + func (m *ResponseOrReference) Reset() + func (m *ResponseOrReference) ResolveReferences(root string) (interface{}, error) + func (m *ResponseOrReference) String() string + func (m *ResponseOrReference) ToRawInfo() interface{} + type ResponseOrReference_Reference struct + Reference *Reference + type ResponseOrReference_Response struct + Response *Response + type Responses struct + Default *ResponseOrReference + ResponseOrReference []*NamedResponseOrReference + SpecificationExtension []*NamedAny + func NewResponses(in interface{}, context *compiler.Context) (*Responses, error) + func (*Responses) Descriptor() ([]byte, []int) + func (*Responses) ProtoMessage() + func (m *Responses) GetDefault() *ResponseOrReference + func (m *Responses) GetResponseOrReference() []*NamedResponseOrReference + func (m *Responses) GetSpecificationExtension() []*NamedAny + func (m *Responses) Reset() + func (m *Responses) ResolveReferences(root string) (interface{}, error) + func (m *Responses) String() string + func (m *Responses) ToRawInfo() interface{} + type ResponsesOrReferences struct + AdditionalProperties []*NamedResponseOrReference + func NewResponsesOrReferences(in interface{}, context *compiler.Context) (*ResponsesOrReferences, error) + func (*ResponsesOrReferences) Descriptor() ([]byte, []int) + func (*ResponsesOrReferences) ProtoMessage() + func (m *ResponsesOrReferences) GetAdditionalProperties() []*NamedResponseOrReference + func (m *ResponsesOrReferences) Reset() + func (m *ResponsesOrReferences) ResolveReferences(root string) (interface{}, error) + func (m *ResponsesOrReferences) String() string + func (m *ResponsesOrReferences) ToRawInfo() interface{} + type Schema struct + AdditionalProperties *AdditionalPropertiesItem + AllOf []*SchemaOrReference + AnyOf []*SchemaOrReference + Default *DefaultType + Deprecated bool + Description string + Discriminator *Discriminator + 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 + Not *Schema + Nullable bool + OneOf []*SchemaOrReference + Pattern string + Properties *Properties + ReadOnly bool + Required []string + SpecificationExtension []*NamedAny + Title string + Type string + UniqueItems bool + WriteOnly bool + 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() []*SchemaOrReference + func (m *Schema) GetAnyOf() []*SchemaOrReference + func (m *Schema) GetDefault() *DefaultType + func (m *Schema) GetDeprecated() bool + func (m *Schema) GetDescription() string + func (m *Schema) GetDiscriminator() *Discriminator + 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) GetNot() *Schema + func (m *Schema) GetNullable() bool + func (m *Schema) GetOneOf() []*SchemaOrReference + func (m *Schema) GetPattern() string + func (m *Schema) GetProperties() *Properties + func (m *Schema) GetReadOnly() bool + func (m *Schema) GetRequired() []string + func (m *Schema) GetSpecificationExtension() []*NamedAny + func (m *Schema) GetTitle() string + func (m *Schema) GetType() string + func (m *Schema) GetUniqueItems() bool + func (m *Schema) GetWriteOnly() bool + 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 SchemaOrReference struct + Oneof isSchemaOrReference_Oneof + func NewSchemaOrReference(in interface{}, context *compiler.Context) (*SchemaOrReference, error) + func (*SchemaOrReference) Descriptor() ([]byte, []int) + func (*SchemaOrReference) ProtoMessage() + func (*SchemaOrReference) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *SchemaOrReference) GetOneof() isSchemaOrReference_Oneof + func (m *SchemaOrReference) GetReference() *Reference + func (m *SchemaOrReference) GetSchema() *Schema + func (m *SchemaOrReference) Reset() + func (m *SchemaOrReference) ResolveReferences(root string) (interface{}, error) + func (m *SchemaOrReference) String() string + func (m *SchemaOrReference) ToRawInfo() interface{} + type SchemaOrReference_Reference struct + Reference *Reference + type SchemaOrReference_Schema struct + Schema *Schema + type SchemasOrReferences struct + AdditionalProperties []*NamedSchemaOrReference + func NewSchemasOrReferences(in interface{}, context *compiler.Context) (*SchemasOrReferences, error) + func (*SchemasOrReferences) Descriptor() ([]byte, []int) + func (*SchemasOrReferences) ProtoMessage() + func (m *SchemasOrReferences) GetAdditionalProperties() []*NamedSchemaOrReference + func (m *SchemasOrReferences) Reset() + func (m *SchemasOrReferences) ResolveReferences(root string) (interface{}, error) + func (m *SchemasOrReferences) String() string + func (m *SchemasOrReferences) ToRawInfo() interface{} + type SecurityRequirement struct + func NewSecurityRequirement(in interface{}, context *compiler.Context) (*SecurityRequirement, error) + func (*SecurityRequirement) Descriptor() ([]byte, []int) + func (*SecurityRequirement) ProtoMessage() + func (m *SecurityRequirement) Reset() + func (m *SecurityRequirement) ResolveReferences(root string) (interface{}, error) + func (m *SecurityRequirement) String() string + func (m *SecurityRequirement) ToRawInfo() interface{} + type SecurityScheme struct + BearerFormat string + Description string + Flows *OauthFlows + In string + Name string + OpenIdConnectUrl string + Scheme string + SpecificationExtension []*NamedAny + Type string + func NewSecurityScheme(in interface{}, context *compiler.Context) (*SecurityScheme, error) + func (*SecurityScheme) Descriptor() ([]byte, []int) + func (*SecurityScheme) ProtoMessage() + func (m *SecurityScheme) GetBearerFormat() string + func (m *SecurityScheme) GetDescription() string + func (m *SecurityScheme) GetFlows() *OauthFlows + func (m *SecurityScheme) GetIn() string + func (m *SecurityScheme) GetName() string + func (m *SecurityScheme) GetOpenIdConnectUrl() string + func (m *SecurityScheme) GetScheme() string + func (m *SecurityScheme) GetSpecificationExtension() []*NamedAny + func (m *SecurityScheme) GetType() string + func (m *SecurityScheme) Reset() + func (m *SecurityScheme) ResolveReferences(root string) (interface{}, error) + func (m *SecurityScheme) String() string + func (m *SecurityScheme) ToRawInfo() interface{} + type SecuritySchemeOrReference struct + Oneof isSecuritySchemeOrReference_Oneof + func NewSecuritySchemeOrReference(in interface{}, context *compiler.Context) (*SecuritySchemeOrReference, error) + func (*SecuritySchemeOrReference) Descriptor() ([]byte, []int) + func (*SecuritySchemeOrReference) ProtoMessage() + func (*SecuritySchemeOrReference) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *SecuritySchemeOrReference) GetOneof() isSecuritySchemeOrReference_Oneof + func (m *SecuritySchemeOrReference) GetReference() *Reference + func (m *SecuritySchemeOrReference) GetSecurityScheme() *SecurityScheme + func (m *SecuritySchemeOrReference) Reset() + func (m *SecuritySchemeOrReference) ResolveReferences(root string) (interface{}, error) + func (m *SecuritySchemeOrReference) String() string + func (m *SecuritySchemeOrReference) ToRawInfo() interface{} + type SecuritySchemeOrReference_Reference struct + Reference *Reference + type SecuritySchemeOrReference_SecurityScheme struct + SecurityScheme *SecurityScheme + type SecuritySchemesOrReferences struct + AdditionalProperties []*NamedSecuritySchemeOrReference + func NewSecuritySchemesOrReferences(in interface{}, context *compiler.Context) (*SecuritySchemesOrReferences, error) + func (*SecuritySchemesOrReferences) Descriptor() ([]byte, []int) + func (*SecuritySchemesOrReferences) ProtoMessage() + func (m *SecuritySchemesOrReferences) GetAdditionalProperties() []*NamedSecuritySchemeOrReference + func (m *SecuritySchemesOrReferences) Reset() + func (m *SecuritySchemesOrReferences) ResolveReferences(root string) (interface{}, error) + func (m *SecuritySchemesOrReferences) String() string + func (m *SecuritySchemesOrReferences) ToRawInfo() interface{} + type Server struct + Description string + SpecificationExtension []*NamedAny + Url string + Variables *ServerVariables + func NewServer(in interface{}, context *compiler.Context) (*Server, error) + func (*Server) Descriptor() ([]byte, []int) + func (*Server) ProtoMessage() + func (m *Server) GetDescription() string + func (m *Server) GetSpecificationExtension() []*NamedAny + func (m *Server) GetUrl() string + func (m *Server) GetVariables() *ServerVariables + func (m *Server) Reset() + func (m *Server) ResolveReferences(root string) (interface{}, error) + func (m *Server) String() string + func (m *Server) ToRawInfo() interface{} + type ServerVariable struct + Default string + Description string + Enum []string + SpecificationExtension []*NamedAny + func NewServerVariable(in interface{}, context *compiler.Context) (*ServerVariable, error) + func (*ServerVariable) Descriptor() ([]byte, []int) + func (*ServerVariable) ProtoMessage() + func (m *ServerVariable) GetDefault() string + func (m *ServerVariable) GetDescription() string + func (m *ServerVariable) GetEnum() []string + func (m *ServerVariable) GetSpecificationExtension() []*NamedAny + func (m *ServerVariable) Reset() + func (m *ServerVariable) ResolveReferences(root string) (interface{}, error) + func (m *ServerVariable) String() string + func (m *ServerVariable) ToRawInfo() interface{} + type ServerVariables struct + AdditionalProperties []*NamedServerVariable + func NewServerVariables(in interface{}, context *compiler.Context) (*ServerVariables, error) + func (*ServerVariables) Descriptor() ([]byte, []int) + func (*ServerVariables) ProtoMessage() + func (m *ServerVariables) GetAdditionalProperties() []*NamedServerVariable + func (m *ServerVariables) Reset() + func (m *ServerVariables) ResolveReferences(root string) (interface{}, error) + func (m *ServerVariables) String() string + func (m *ServerVariables) ToRawInfo() interface{} + type SpecificationExtension struct + Oneof isSpecificationExtension_Oneof + func NewSpecificationExtension(in interface{}, context *compiler.Context) (*SpecificationExtension, error) + func (*SpecificationExtension) Descriptor() ([]byte, []int) + func (*SpecificationExtension) ProtoMessage() + func (*SpecificationExtension) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *SpecificationExtension) GetBoolean() bool + func (m *SpecificationExtension) GetNumber() float64 + func (m *SpecificationExtension) GetOneof() isSpecificationExtension_Oneof + func (m *SpecificationExtension) GetString_() string + func (m *SpecificationExtension) Reset() + func (m *SpecificationExtension) ResolveReferences(root string) (interface{}, error) + func (m *SpecificationExtension) String() string + func (m *SpecificationExtension) ToRawInfo() interface{} + type SpecificationExtension_Boolean struct + Boolean bool + type SpecificationExtension_Number struct + Number float64 + type SpecificationExtension_String_ struct + String_ string + 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 Strings struct + AdditionalProperties []*NamedString + func NewStrings(in interface{}, context *compiler.Context) (*Strings, error) + func (*Strings) Descriptor() ([]byte, []int) + func (*Strings) ProtoMessage() + func (m *Strings) GetAdditionalProperties() []*NamedString + func (m *Strings) Reset() + func (m *Strings) ResolveReferences(root string) (interface{}, error) + func (m *Strings) String() string + func (m *Strings) ToRawInfo() interface{} + type Tag struct + Description string + ExternalDocs *ExternalDocs + Name string + SpecificationExtension []*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) GetSpecificationExtension() []*NamedAny + func (m *Tag) Reset() + func (m *Tag) ResolveReferences(root string) (interface{}, error) + func (m *Tag) String() string + func (m *Tag) ToRawInfo() interface{} + type Xml struct + Attribute bool + Name string + Namespace string + Prefix string + SpecificationExtension []*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) GetSpecificationExtension() []*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{} v0.1.0 Sep 5, 2017