Versions in this module Expand all Collapse all v2 v2.20.2 May 31, 2024 v2.7.2 May 31, 2024 Changes in this version + var File_internal_descriptor_openapiconfig_openapiconfig_proto protoreflect.FileDescriptor + type OpenAPIConfig struct + OpenapiOptions *OpenAPIOptions + func (*OpenAPIConfig) Descriptor() ([]byte, []int) + func (*OpenAPIConfig) ProtoMessage() + func (x *OpenAPIConfig) GetOpenapiOptions() *OpenAPIOptions + func (x *OpenAPIConfig) ProtoReflect() protoreflect.Message + func (x *OpenAPIConfig) Reset() + func (x *OpenAPIConfig) String() string + type OpenAPIFieldOption struct + Field string + Option *options.JSONSchema + func (*OpenAPIFieldOption) Descriptor() ([]byte, []int) + func (*OpenAPIFieldOption) ProtoMessage() + func (x *OpenAPIFieldOption) GetField() string + func (x *OpenAPIFieldOption) GetOption() *options.JSONSchema + func (x *OpenAPIFieldOption) ProtoReflect() protoreflect.Message + func (x *OpenAPIFieldOption) Reset() + func (x *OpenAPIFieldOption) String() string + type OpenAPIFileOption struct + File string + Option *options.Swagger + func (*OpenAPIFileOption) Descriptor() ([]byte, []int) + func (*OpenAPIFileOption) ProtoMessage() + func (x *OpenAPIFileOption) GetFile() string + func (x *OpenAPIFileOption) GetOption() *options.Swagger + func (x *OpenAPIFileOption) ProtoReflect() protoreflect.Message + func (x *OpenAPIFileOption) Reset() + func (x *OpenAPIFileOption) String() string + type OpenAPIMessageOption struct + Message string + Option *options.Schema + func (*OpenAPIMessageOption) Descriptor() ([]byte, []int) + func (*OpenAPIMessageOption) ProtoMessage() + func (x *OpenAPIMessageOption) GetMessage() string + func (x *OpenAPIMessageOption) GetOption() *options.Schema + func (x *OpenAPIMessageOption) ProtoReflect() protoreflect.Message + func (x *OpenAPIMessageOption) Reset() + func (x *OpenAPIMessageOption) String() string + type OpenAPIMethodOption struct + Method string + Option *options.Operation + func (*OpenAPIMethodOption) Descriptor() ([]byte, []int) + func (*OpenAPIMethodOption) ProtoMessage() + func (x *OpenAPIMethodOption) GetMethod() string + func (x *OpenAPIMethodOption) GetOption() *options.Operation + func (x *OpenAPIMethodOption) ProtoReflect() protoreflect.Message + func (x *OpenAPIMethodOption) Reset() + func (x *OpenAPIMethodOption) String() string + type OpenAPIOptions struct + Field []*OpenAPIFieldOption + File []*OpenAPIFileOption + Message []*OpenAPIMessageOption + Method []*OpenAPIMethodOption + Service []*OpenAPIServiceOption + func (*OpenAPIOptions) Descriptor() ([]byte, []int) + func (*OpenAPIOptions) ProtoMessage() + func (x *OpenAPIOptions) GetField() []*OpenAPIFieldOption + func (x *OpenAPIOptions) GetFile() []*OpenAPIFileOption + func (x *OpenAPIOptions) GetMessage() []*OpenAPIMessageOption + func (x *OpenAPIOptions) GetMethod() []*OpenAPIMethodOption + func (x *OpenAPIOptions) GetService() []*OpenAPIServiceOption + func (x *OpenAPIOptions) ProtoReflect() protoreflect.Message + func (x *OpenAPIOptions) Reset() + func (x *OpenAPIOptions) String() string + type OpenAPIServiceOption struct + Option *options.Tag + Service string + func (*OpenAPIServiceOption) Descriptor() ([]byte, []int) + func (*OpenAPIServiceOption) ProtoMessage() + func (x *OpenAPIServiceOption) GetOption() *options.Tag + func (x *OpenAPIServiceOption) GetService() string + func (x *OpenAPIServiceOption) ProtoReflect() protoreflect.Message + func (x *OpenAPIServiceOption) Reset() + func (x *OpenAPIServiceOption) String() string