Versions in this module Expand all Collapse all v1 v1.0.0 Dec 14, 2023 Changes in this version + var E_Model = &file_httpserver_extension_v1_extension_proto_extTypes[1] + var E_Models = &file_httpserver_extension_v1_extension_proto_extTypes[4] + var E_Operations = &file_httpserver_extension_v1_extension_proto_extTypes[3] + var E_Response = &file_httpserver_extension_v1_extension_proto_extTypes[2] + var E_Validation = &file_httpserver_extension_v1_extension_proto_extTypes[0] + var FieldValidationFormat_name = map[int32]string + var FieldValidationFormat_value = map[string]int32 + var File_httpserver_extension_v1_extension_proto protoreflect.FileDescriptor + type FieldModel struct + Name *string + Optional *bool + Tag *string + func (*FieldModel) Descriptor() ([]byte, []int) + func (*FieldModel) ProtoMessage() + func (x *FieldModel) GetName() string + func (x *FieldModel) GetOptional() bool + func (x *FieldModel) GetTag() string + func (x *FieldModel) ProtoReflect() protoreflect.Message + func (x *FieldModel) Reset() + func (x *FieldModel) String() string + type FieldResponse struct + EnumPrefix *bool + Name *string + func (*FieldResponse) Descriptor() ([]byte, []int) + func (*FieldResponse) ProtoMessage() + func (x *FieldResponse) GetEnumPrefix() bool + func (x *FieldResponse) GetName() string + func (x *FieldResponse) ProtoReflect() protoreflect.Message + func (x *FieldResponse) Reset() + func (x *FieldResponse) String() string + type FieldValidation struct + Dive *bool + FormFileNames *string + FormValueNames *string + Format *FieldValidationFormat + Max *int32 + MaxLength *int32 + Min *int32 + Pattern *string + Required *bool + RequiredAll *string + RequiredAllError *string + RequiredAny *string + RequiredAnyError *string + RequiredIf *string + RequiredIfError *string + RequiredIfNot *string + RequiredWith *string + RequiredWithError *string + RequiredWithout *string + func (*FieldValidation) Descriptor() ([]byte, []int) + func (*FieldValidation) ProtoMessage() + func (x *FieldValidation) GetDive() bool + func (x *FieldValidation) GetFormFileNames() string + func (x *FieldValidation) GetFormValueNames() string + func (x *FieldValidation) GetFormat() FieldValidationFormat + func (x *FieldValidation) GetMax() int32 + func (x *FieldValidation) GetMaxLength() int32 + func (x *FieldValidation) GetMin() int32 + func (x *FieldValidation) GetPattern() string + func (x *FieldValidation) GetRequired() bool + func (x *FieldValidation) GetRequiredAll() string + func (x *FieldValidation) GetRequiredAllError() string + func (x *FieldValidation) GetRequiredAny() string + func (x *FieldValidation) GetRequiredAnyError() string + func (x *FieldValidation) GetRequiredIf() string + func (x *FieldValidation) GetRequiredIfError() string + func (x *FieldValidation) GetRequiredIfNot() string + func (x *FieldValidation) GetRequiredWith() string + func (x *FieldValidation) GetRequiredWithError() string + func (x *FieldValidation) GetRequiredWithout() string + func (x *FieldValidation) ProtoReflect() protoreflect.Message + func (x *FieldValidation) Reset() + func (x *FieldValidation) String() string + type FieldValidationFormat int32 + const FieldValidationFormat_FIELD_VALIDATION_FORMAT_REGEX + const FieldValidationFormat_FIELD_VALIDATION_FORMAT_UNSPECIFIED + func (FieldValidationFormat) Descriptor() protoreflect.EnumDescriptor + func (FieldValidationFormat) EnumDescriptor() ([]byte, []int) + func (FieldValidationFormat) Type() protoreflect.EnumType + func (x *FieldValidationFormat) UnmarshalJSON(b []byte) error + func (x FieldValidationFormat) Enum() *FieldValidationFormat + func (x FieldValidationFormat) Number() protoreflect.EnumNumber + func (x FieldValidationFormat) String() string + type Model struct + DontExport *bool + HttpResponse *bool + func (*Model) Descriptor() ([]byte, []int) + func (*Model) ProtoMessage() + func (x *Model) GetDontExport() bool + func (x *Model) GetHttpResponse() bool + func (x *Model) ProtoReflect() protoreflect.Message + func (x *Model) Reset() + func (x *Model) String() string + type Operation struct + Body *string + Header []string + MultipartContentType *bool + Scope []string + TextPlainContentType *bool + func (*Operation) Descriptor() ([]byte, []int) + func (*Operation) ProtoMessage() + func (x *Operation) GetBody() string + func (x *Operation) GetHeader() []string + func (x *Operation) GetMultipartContentType() bool + func (x *Operation) GetScope() []string + func (x *Operation) GetTextPlainContentType() bool + func (x *Operation) ProtoReflect() protoreflect.Message + func (x *Operation) Reset() + func (x *Operation) String() string