matcherv3

package
v0.0.0-...-e2f41ce Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HostMatchInputMultiError

type HostMatchInputMultiError []error

HostMatchInputMultiError is an error wrapping multiple validation errors returned by HostMatchInput.ValidateAll() if the designated constraints aren't met.

func (HostMatchInputMultiError) AllErrors

func (m HostMatchInputMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (HostMatchInputMultiError) Error

func (m HostMatchInputMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type HostMatchInputValidationError

type HostMatchInputValidationError struct {
	// contains filtered or unexported fields
}

HostMatchInputValidationError is the validation error returned by HostMatchInput.Validate if the designated constraints aren't met.

func (HostMatchInputValidationError) Cause

Cause function returns cause value.

func (HostMatchInputValidationError) Error

Error satisfies the builtin error interface

func (HostMatchInputValidationError) ErrorName

func (e HostMatchInputValidationError) ErrorName() string

ErrorName returns error name.

func (HostMatchInputValidationError) Field

Field function returns field value.

func (HostMatchInputValidationError) Key

Key function returns key value.

func (HostMatchInputValidationError) Reason

Reason function returns reason value.

type KeyValueMatchEntryMultiError

type KeyValueMatchEntryMultiError []error

KeyValueMatchEntryMultiError is an error wrapping multiple validation errors returned by KeyValueMatchEntry.ValidateAll() if the designated constraints aren't met.

func (KeyValueMatchEntryMultiError) AllErrors

func (m KeyValueMatchEntryMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (KeyValueMatchEntryMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type KeyValueMatchEntryValidationError

type KeyValueMatchEntryValidationError struct {
	// contains filtered or unexported fields
}

KeyValueMatchEntryValidationError is the validation error returned by KeyValueMatchEntry.Validate if the designated constraints aren't met.

func (KeyValueMatchEntryValidationError) Cause

Cause function returns cause value.

func (KeyValueMatchEntryValidationError) Error

Error satisfies the builtin error interface

func (KeyValueMatchEntryValidationError) ErrorName

ErrorName returns error name.

func (KeyValueMatchEntryValidationError) Field

Field function returns field value.

func (KeyValueMatchEntryValidationError) Key

Key function returns key value.

func (KeyValueMatchEntryValidationError) Reason

Reason function returns reason value.

type MethodMatchInputMultiError

type MethodMatchInputMultiError []error

MethodMatchInputMultiError is an error wrapping multiple validation errors returned by MethodMatchInput.ValidateAll() if the designated constraints aren't met.

func (MethodMatchInputMultiError) AllErrors

func (m MethodMatchInputMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MethodMatchInputMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type MethodMatchInputValidationError

type MethodMatchInputValidationError struct {
	// contains filtered or unexported fields
}

MethodMatchInputValidationError is the validation error returned by MethodMatchInput.Validate if the designated constraints aren't met.

func (MethodMatchInputValidationError) Cause

Cause function returns cause value.

func (MethodMatchInputValidationError) Error

Error satisfies the builtin error interface

func (MethodMatchInputValidationError) ErrorName

ErrorName returns error name.

func (MethodMatchInputValidationError) Field

Field function returns field value.

func (MethodMatchInputValidationError) Key

Key function returns key value.

func (MethodMatchInputValidationError) Reason

Reason function returns reason value.

type PathMatchInputMultiError

type PathMatchInputMultiError []error

PathMatchInputMultiError is an error wrapping multiple validation errors returned by PathMatchInput.ValidateAll() if the designated constraints aren't met.

func (PathMatchInputMultiError) AllErrors

func (m PathMatchInputMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PathMatchInputMultiError) Error

func (m PathMatchInputMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PathMatchInputValidationError

type PathMatchInputValidationError struct {
	// contains filtered or unexported fields
}

PathMatchInputValidationError is the validation error returned by PathMatchInput.Validate if the designated constraints aren't met.

func (PathMatchInputValidationError) Cause

Cause function returns cause value.

func (PathMatchInputValidationError) Error

Error satisfies the builtin error interface

func (PathMatchInputValidationError) ErrorName

func (e PathMatchInputValidationError) ErrorName() string

ErrorName returns error name.

func (PathMatchInputValidationError) Field

Field function returns field value.

func (PathMatchInputValidationError) Key

Key function returns key value.

func (PathMatchInputValidationError) Reason

Reason function returns reason value.

type PropertyMatchInputMultiError

type PropertyMatchInputMultiError []error

PropertyMatchInputMultiError is an error wrapping multiple validation errors returned by PropertyMatchInput.ValidateAll() if the designated constraints aren't met.

func (PropertyMatchInputMultiError) AllErrors

func (m PropertyMatchInputMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PropertyMatchInputMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PropertyMatchInputValidationError

type PropertyMatchInputValidationError struct {
	// contains filtered or unexported fields
}

PropertyMatchInputValidationError is the validation error returned by PropertyMatchInput.Validate if the designated constraints aren't met.

func (PropertyMatchInputValidationError) Cause

Cause function returns cause value.

func (PropertyMatchInputValidationError) Error

Error satisfies the builtin error interface

func (PropertyMatchInputValidationError) ErrorName

ErrorName returns error name.

func (PropertyMatchInputValidationError) Field

Field function returns field value.

func (PropertyMatchInputValidationError) Key

Key function returns key value.

func (PropertyMatchInputValidationError) Reason

Reason function returns reason value.

type RequestMatchInputMultiError

type RequestMatchInputMultiError []error

RequestMatchInputMultiError is an error wrapping multiple validation errors returned by RequestMatchInput.ValidateAll() if the designated constraints aren't met.

func (RequestMatchInputMultiError) AllErrors

func (m RequestMatchInputMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RequestMatchInputMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RequestMatchInputValidationError

type RequestMatchInputValidationError struct {
	// contains filtered or unexported fields
}

RequestMatchInputValidationError is the validation error returned by RequestMatchInput.Validate if the designated constraints aren't met.

func (RequestMatchInputValidationError) Cause

Cause function returns cause value.

func (RequestMatchInputValidationError) Error

Error satisfies the builtin error interface

func (RequestMatchInputValidationError) ErrorName

ErrorName returns error name.

func (RequestMatchInputValidationError) Field

Field function returns field value.

func (RequestMatchInputValidationError) Key

Key function returns key value.

func (RequestMatchInputValidationError) Reason

Reason function returns reason value.

type RequestMatcherMultiError

type RequestMatcherMultiError []error

RequestMatcherMultiError is an error wrapping multiple validation errors returned by RequestMatcher.ValidateAll() if the designated constraints aren't met.

func (RequestMatcherMultiError) AllErrors

func (m RequestMatcherMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RequestMatcherMultiError) Error

func (m RequestMatcherMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type RequestMatcherValidationError

type RequestMatcherValidationError struct {
	// contains filtered or unexported fields
}

RequestMatcherValidationError is the validation error returned by RequestMatcher.Validate if the designated constraints aren't met.

func (RequestMatcherValidationError) Cause

Cause function returns cause value.

func (RequestMatcherValidationError) Error

Error satisfies the builtin error interface

func (RequestMatcherValidationError) ErrorName

func (e RequestMatcherValidationError) ErrorName() string

ErrorName returns error name.

func (RequestMatcherValidationError) Field

Field function returns field value.

func (RequestMatcherValidationError) Key

Key function returns key value.

func (RequestMatcherValidationError) Reason

Reason function returns reason value.

type ServiceMatchInputMultiError

type ServiceMatchInputMultiError []error

ServiceMatchInputMultiError is an error wrapping multiple validation errors returned by ServiceMatchInput.ValidateAll() if the designated constraints aren't met.

func (ServiceMatchInputMultiError) AllErrors

func (m ServiceMatchInputMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ServiceMatchInputMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ServiceMatchInputValidationError

type ServiceMatchInputValidationError struct {
	// contains filtered or unexported fields
}

ServiceMatchInputValidationError is the validation error returned by ServiceMatchInput.Validate if the designated constraints aren't met.

func (ServiceMatchInputValidationError) Cause

Cause function returns cause value.

func (ServiceMatchInputValidationError) Error

Error satisfies the builtin error interface

func (ServiceMatchInputValidationError) ErrorName

ErrorName returns error name.

func (ServiceMatchInputValidationError) Field

Field function returns field value.

func (ServiceMatchInputValidationError) Key

Key function returns key value.

func (ServiceMatchInputValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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