api

package
v0.0.0-...-2c50256 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2024 License: Apache-2.0 Imports: 31 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WithServerURL

func WithServerURL(ctx context.Context, u *url.URL) context.Context

WithServerURL sets context key to override server URL.

Types

type Client

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

Client implements OAS client.

func NewClient

func NewClient(serverURL string, opts ...ClientOption) (*Client, error)

NewClient initializes new Client defined by OAS.

func (*Client) TestQueryParameter

func (c *Client) TestQueryParameter(ctx context.Context, request string, params TestQueryParameterParams) (*Error, error)

TestQueryParameter invokes test_query_parameter operation.

POST /test_query_parameter

func (*Client) TestRequestAny

func (c *Client) TestRequestAny(ctx context.Context, request jx.Raw) (*Error, error)

TestRequestAny invokes test_request_Any operation.

POST /test_request_Any

func (*Client) TestRequestBoolean

func (c *Client) TestRequestBoolean(ctx context.Context, request OptBool) (*Error, error)

TestRequestBoolean invokes test_request_boolean operation.

POST /test_request_boolean

func (*Client) TestRequestBooleanArray

func (c *Client) TestRequestBooleanArray(ctx context.Context, request []bool) (*Error, error)

TestRequestBooleanArray invokes test_request_boolean_array operation.

POST /test_request_boolean_array

func (*Client) TestRequestBooleanArrayArray

func (c *Client) TestRequestBooleanArrayArray(ctx context.Context, request [][]bool) (*Error, error)

TestRequestBooleanArrayArray invokes test_request_boolean_array_array operation.

POST /test_request_boolean_array_array

func (*Client) TestRequestBooleanNullable

func (c *Client) TestRequestBooleanNullable(ctx context.Context, request OptNilBool) (*Error, error)

TestRequestBooleanNullable invokes test_request_boolean_nullable operation.

POST /test_request_boolean_nullable

func (*Client) TestRequestBooleanNullableArray

func (c *Client) TestRequestBooleanNullableArray(ctx context.Context, request []NilBool) (*Error, error)

TestRequestBooleanNullableArray invokes test_request_boolean_nullable_array operation.

POST /test_request_boolean_nullable_array

func (*Client) TestRequestBooleanNullableArrayArray

func (c *Client) TestRequestBooleanNullableArrayArray(ctx context.Context, request [][]NilBool) (*Error, error)

TestRequestBooleanNullableArrayArray invokes test_request_boolean_nullable_array_array operation.

POST /test_request_boolean_nullable_array_array

func (*Client) TestRequestEmptyStruct

func (c *Client) TestRequestEmptyStruct(ctx context.Context, request *TestRequestEmptyStructReq) (*Error, error)

TestRequestEmptyStruct invokes test_request_EmptyStruct operation.

POST /test_request_EmptyStruct

func (*Client) TestRequestFormatTest

func (c *Client) TestRequestFormatTest(ctx context.Context, request OptTestRequestFormatTestReq) (*Error, error)

TestRequestFormatTest invokes test_request_FormatTest operation.

POST /test_request_FormatTest

func (*Client) TestRequestInteger

func (c *Client) TestRequestInteger(ctx context.Context, request OptInt) (*Error, error)

TestRequestInteger invokes test_request_integer operation.

POST /test_request_integer

func (*Client) TestRequestIntegerArray

func (c *Client) TestRequestIntegerArray(ctx context.Context, request []int) (*Error, error)

TestRequestIntegerArray invokes test_request_integer_array operation.

POST /test_request_integer_array

func (*Client) TestRequestIntegerArrayArray

func (c *Client) TestRequestIntegerArrayArray(ctx context.Context, request [][]int) (*Error, error)

TestRequestIntegerArrayArray invokes test_request_integer_array_array operation.

POST /test_request_integer_array_array

func (*Client) TestRequestIntegerInt16

func (c *Client) TestRequestIntegerInt16(ctx context.Context, request OptInt16) (*Error, error)

TestRequestIntegerInt16 invokes test_request_integer_int16 operation.

POST /test_request_integer_int16

func (*Client) TestRequestIntegerInt16Array

func (c *Client) TestRequestIntegerInt16Array(ctx context.Context, request []int16) (*Error, error)

TestRequestIntegerInt16Array invokes test_request_integer_int16_array operation.

POST /test_request_integer_int16_array

func (*Client) TestRequestIntegerInt16ArrayArray

func (c *Client) TestRequestIntegerInt16ArrayArray(ctx context.Context, request [][]int16) (*Error, error)

TestRequestIntegerInt16ArrayArray invokes test_request_integer_int16_array_array operation.

POST /test_request_integer_int16_array_array

func (*Client) TestRequestIntegerInt16Nullable

func (c *Client) TestRequestIntegerInt16Nullable(ctx context.Context, request OptNilInt16) (*Error, error)

TestRequestIntegerInt16Nullable invokes test_request_integer_int16_nullable operation.

POST /test_request_integer_int16_nullable

func (*Client) TestRequestIntegerInt16NullableArray

func (c *Client) TestRequestIntegerInt16NullableArray(ctx context.Context, request []NilInt16) (*Error, error)

TestRequestIntegerInt16NullableArray invokes test_request_integer_int16_nullable_array operation.

POST /test_request_integer_int16_nullable_array

func (*Client) TestRequestIntegerInt16NullableArrayArray

func (c *Client) TestRequestIntegerInt16NullableArrayArray(ctx context.Context, request [][]NilInt16) (*Error, error)

TestRequestIntegerInt16NullableArrayArray invokes test_request_integer_int16_nullable_array_array operation.

POST /test_request_integer_int16_nullable_array_array

func (*Client) TestRequestIntegerInt32

func (c *Client) TestRequestIntegerInt32(ctx context.Context, request OptInt32) (*Error, error)

TestRequestIntegerInt32 invokes test_request_integer_int32 operation.

POST /test_request_integer_int32

func (*Client) TestRequestIntegerInt32Array

func (c *Client) TestRequestIntegerInt32Array(ctx context.Context, request []int32) (*Error, error)

TestRequestIntegerInt32Array invokes test_request_integer_int32_array operation.

POST /test_request_integer_int32_array

func (*Client) TestRequestIntegerInt32ArrayArray

func (c *Client) TestRequestIntegerInt32ArrayArray(ctx context.Context, request [][]int32) (*Error, error)

TestRequestIntegerInt32ArrayArray invokes test_request_integer_int32_array_array operation.

POST /test_request_integer_int32_array_array

func (*Client) TestRequestIntegerInt32Nullable

func (c *Client) TestRequestIntegerInt32Nullable(ctx context.Context, request OptNilInt32) (*Error, error)

TestRequestIntegerInt32Nullable invokes test_request_integer_int32_nullable operation.

POST /test_request_integer_int32_nullable

func (*Client) TestRequestIntegerInt32NullableArray

func (c *Client) TestRequestIntegerInt32NullableArray(ctx context.Context, request []NilInt32) (*Error, error)

TestRequestIntegerInt32NullableArray invokes test_request_integer_int32_nullable_array operation.

POST /test_request_integer_int32_nullable_array

func (*Client) TestRequestIntegerInt32NullableArrayArray

func (c *Client) TestRequestIntegerInt32NullableArrayArray(ctx context.Context, request [][]NilInt32) (*Error, error)

TestRequestIntegerInt32NullableArrayArray invokes test_request_integer_int32_nullable_array_array operation.

POST /test_request_integer_int32_nullable_array_array

func (*Client) TestRequestIntegerInt64

func (c *Client) TestRequestIntegerInt64(ctx context.Context, request OptInt64) (*Error, error)

TestRequestIntegerInt64 invokes test_request_integer_int64 operation.

POST /test_request_integer_int64

func (*Client) TestRequestIntegerInt64Array

func (c *Client) TestRequestIntegerInt64Array(ctx context.Context, request []int64) (*Error, error)

TestRequestIntegerInt64Array invokes test_request_integer_int64_array operation.

POST /test_request_integer_int64_array

func (*Client) TestRequestIntegerInt64ArrayArray

func (c *Client) TestRequestIntegerInt64ArrayArray(ctx context.Context, request [][]int64) (*Error, error)

TestRequestIntegerInt64ArrayArray invokes test_request_integer_int64_array_array operation.

POST /test_request_integer_int64_array_array

func (*Client) TestRequestIntegerInt64Nullable

func (c *Client) TestRequestIntegerInt64Nullable(ctx context.Context, request OptNilInt64) (*Error, error)

TestRequestIntegerInt64Nullable invokes test_request_integer_int64_nullable operation.

POST /test_request_integer_int64_nullable

func (*Client) TestRequestIntegerInt64NullableArray

func (c *Client) TestRequestIntegerInt64NullableArray(ctx context.Context, request []NilInt64) (*Error, error)

TestRequestIntegerInt64NullableArray invokes test_request_integer_int64_nullable_array operation.

POST /test_request_integer_int64_nullable_array

func (*Client) TestRequestIntegerInt64NullableArrayArray

func (c *Client) TestRequestIntegerInt64NullableArrayArray(ctx context.Context, request [][]NilInt64) (*Error, error)

TestRequestIntegerInt64NullableArrayArray invokes test_request_integer_int64_nullable_array_array operation.

POST /test_request_integer_int64_nullable_array_array

func (*Client) TestRequestIntegerInt8

func (c *Client) TestRequestIntegerInt8(ctx context.Context, request OptInt8) (*Error, error)

TestRequestIntegerInt8 invokes test_request_integer_int8 operation.

POST /test_request_integer_int8

func (*Client) TestRequestIntegerInt8Array

func (c *Client) TestRequestIntegerInt8Array(ctx context.Context, request []int8) (*Error, error)

TestRequestIntegerInt8Array invokes test_request_integer_int8_array operation.

POST /test_request_integer_int8_array

func (*Client) TestRequestIntegerInt8ArrayArray

func (c *Client) TestRequestIntegerInt8ArrayArray(ctx context.Context, request [][]int8) (*Error, error)

TestRequestIntegerInt8ArrayArray invokes test_request_integer_int8_array_array operation.

POST /test_request_integer_int8_array_array

func (*Client) TestRequestIntegerInt8Nullable

func (c *Client) TestRequestIntegerInt8Nullable(ctx context.Context, request OptNilInt8) (*Error, error)

TestRequestIntegerInt8Nullable invokes test_request_integer_int8_nullable operation.

POST /test_request_integer_int8_nullable

func (*Client) TestRequestIntegerInt8NullableArray

func (c *Client) TestRequestIntegerInt8NullableArray(ctx context.Context, request []NilInt8) (*Error, error)

TestRequestIntegerInt8NullableArray invokes test_request_integer_int8_nullable_array operation.

POST /test_request_integer_int8_nullable_array

func (*Client) TestRequestIntegerInt8NullableArrayArray

func (c *Client) TestRequestIntegerInt8NullableArrayArray(ctx context.Context, request [][]NilInt8) (*Error, error)

TestRequestIntegerInt8NullableArrayArray invokes test_request_integer_int8_nullable_array_array operation.

POST /test_request_integer_int8_nullable_array_array

func (*Client) TestRequestIntegerNullable

func (c *Client) TestRequestIntegerNullable(ctx context.Context, request OptNilInt) (*Error, error)

TestRequestIntegerNullable invokes test_request_integer_nullable operation.

POST /test_request_integer_nullable

func (*Client) TestRequestIntegerNullableArray

func (c *Client) TestRequestIntegerNullableArray(ctx context.Context, request []NilInt) (*Error, error)

TestRequestIntegerNullableArray invokes test_request_integer_nullable_array operation.

POST /test_request_integer_nullable_array

func (*Client) TestRequestIntegerNullableArrayArray

func (c *Client) TestRequestIntegerNullableArrayArray(ctx context.Context, request [][]NilInt) (*Error, error)

TestRequestIntegerNullableArrayArray invokes test_request_integer_nullable_array_array operation.

POST /test_request_integer_nullable_array_array

func (*Client) TestRequestIntegerUint

func (c *Client) TestRequestIntegerUint(ctx context.Context, request OptUint) (*Error, error)

TestRequestIntegerUint invokes test_request_integer_uint operation.

POST /test_request_integer_uint

func (*Client) TestRequestIntegerUint16

func (c *Client) TestRequestIntegerUint16(ctx context.Context, request OptUint16) (*Error, error)

TestRequestIntegerUint16 invokes test_request_integer_uint16 operation.

POST /test_request_integer_uint16

func (*Client) TestRequestIntegerUint16Array

func (c *Client) TestRequestIntegerUint16Array(ctx context.Context, request []uint16) (*Error, error)

TestRequestIntegerUint16Array invokes test_request_integer_uint16_array operation.

POST /test_request_integer_uint16_array

func (*Client) TestRequestIntegerUint16ArrayArray

func (c *Client) TestRequestIntegerUint16ArrayArray(ctx context.Context, request [][]uint16) (*Error, error)

TestRequestIntegerUint16ArrayArray invokes test_request_integer_uint16_array_array operation.

POST /test_request_integer_uint16_array_array

func (*Client) TestRequestIntegerUint16Nullable

func (c *Client) TestRequestIntegerUint16Nullable(ctx context.Context, request OptNilUint16) (*Error, error)

TestRequestIntegerUint16Nullable invokes test_request_integer_uint16_nullable operation.

POST /test_request_integer_uint16_nullable

func (*Client) TestRequestIntegerUint16NullableArray

func (c *Client) TestRequestIntegerUint16NullableArray(ctx context.Context, request []NilUint16) (*Error, error)

TestRequestIntegerUint16NullableArray invokes test_request_integer_uint16_nullable_array operation.

POST /test_request_integer_uint16_nullable_array

func (*Client) TestRequestIntegerUint16NullableArrayArray

func (c *Client) TestRequestIntegerUint16NullableArrayArray(ctx context.Context, request [][]NilUint16) (*Error, error)

TestRequestIntegerUint16NullableArrayArray invokes test_request_integer_uint16_nullable_array_array operation.

POST /test_request_integer_uint16_nullable_array_array

func (*Client) TestRequestIntegerUint32

func (c *Client) TestRequestIntegerUint32(ctx context.Context, request OptUint32) (*Error, error)

TestRequestIntegerUint32 invokes test_request_integer_uint32 operation.

POST /test_request_integer_uint32

func (*Client) TestRequestIntegerUint32Array

func (c *Client) TestRequestIntegerUint32Array(ctx context.Context, request []uint32) (*Error, error)

TestRequestIntegerUint32Array invokes test_request_integer_uint32_array operation.

POST /test_request_integer_uint32_array

func (*Client) TestRequestIntegerUint32ArrayArray

func (c *Client) TestRequestIntegerUint32ArrayArray(ctx context.Context, request [][]uint32) (*Error, error)

TestRequestIntegerUint32ArrayArray invokes test_request_integer_uint32_array_array operation.

POST /test_request_integer_uint32_array_array

func (*Client) TestRequestIntegerUint32Nullable

func (c *Client) TestRequestIntegerUint32Nullable(ctx context.Context, request OptNilUint32) (*Error, error)

TestRequestIntegerUint32Nullable invokes test_request_integer_uint32_nullable operation.

POST /test_request_integer_uint32_nullable

func (*Client) TestRequestIntegerUint32NullableArray

func (c *Client) TestRequestIntegerUint32NullableArray(ctx context.Context, request []NilUint32) (*Error, error)

TestRequestIntegerUint32NullableArray invokes test_request_integer_uint32_nullable_array operation.

POST /test_request_integer_uint32_nullable_array

func (*Client) TestRequestIntegerUint32NullableArrayArray

func (c *Client) TestRequestIntegerUint32NullableArrayArray(ctx context.Context, request [][]NilUint32) (*Error, error)

TestRequestIntegerUint32NullableArrayArray invokes test_request_integer_uint32_nullable_array_array operation.

POST /test_request_integer_uint32_nullable_array_array

func (*Client) TestRequestIntegerUint64

func (c *Client) TestRequestIntegerUint64(ctx context.Context, request OptUint64) (*Error, error)

TestRequestIntegerUint64 invokes test_request_integer_uint64 operation.

POST /test_request_integer_uint64

func (*Client) TestRequestIntegerUint64Array

func (c *Client) TestRequestIntegerUint64Array(ctx context.Context, request []uint64) (*Error, error)

TestRequestIntegerUint64Array invokes test_request_integer_uint64_array operation.

POST /test_request_integer_uint64_array

func (*Client) TestRequestIntegerUint64ArrayArray

func (c *Client) TestRequestIntegerUint64ArrayArray(ctx context.Context, request [][]uint64) (*Error, error)

TestRequestIntegerUint64ArrayArray invokes test_request_integer_uint64_array_array operation.

POST /test_request_integer_uint64_array_array

func (*Client) TestRequestIntegerUint64Nullable

func (c *Client) TestRequestIntegerUint64Nullable(ctx context.Context, request OptNilUint64) (*Error, error)

TestRequestIntegerUint64Nullable invokes test_request_integer_uint64_nullable operation.

POST /test_request_integer_uint64_nullable

func (*Client) TestRequestIntegerUint64NullableArray

func (c *Client) TestRequestIntegerUint64NullableArray(ctx context.Context, request []NilUint64) (*Error, error)

TestRequestIntegerUint64NullableArray invokes test_request_integer_uint64_nullable_array operation.

POST /test_request_integer_uint64_nullable_array

func (*Client) TestRequestIntegerUint64NullableArrayArray

func (c *Client) TestRequestIntegerUint64NullableArrayArray(ctx context.Context, request [][]NilUint64) (*Error, error)

TestRequestIntegerUint64NullableArrayArray invokes test_request_integer_uint64_nullable_array_array operation.

POST /test_request_integer_uint64_nullable_array_array

func (*Client) TestRequestIntegerUint8

func (c *Client) TestRequestIntegerUint8(ctx context.Context, request OptUint8) (*Error, error)

TestRequestIntegerUint8 invokes test_request_integer_uint8 operation.

POST /test_request_integer_uint8

func (*Client) TestRequestIntegerUint8Array

func (c *Client) TestRequestIntegerUint8Array(ctx context.Context, request []uint8) (*Error, error)

TestRequestIntegerUint8Array invokes test_request_integer_uint8_array operation.

POST /test_request_integer_uint8_array

func (*Client) TestRequestIntegerUint8ArrayArray

func (c *Client) TestRequestIntegerUint8ArrayArray(ctx context.Context, request [][]uint8) (*Error, error)

TestRequestIntegerUint8ArrayArray invokes test_request_integer_uint8_array_array operation.

POST /test_request_integer_uint8_array_array

func (*Client) TestRequestIntegerUint8Nullable

func (c *Client) TestRequestIntegerUint8Nullable(ctx context.Context, request OptNilUint8) (*Error, error)

TestRequestIntegerUint8Nullable invokes test_request_integer_uint8_nullable operation.

POST /test_request_integer_uint8_nullable

func (*Client) TestRequestIntegerUint8NullableArray

func (c *Client) TestRequestIntegerUint8NullableArray(ctx context.Context, request []NilUint8) (*Error, error)

TestRequestIntegerUint8NullableArray invokes test_request_integer_uint8_nullable_array operation.

POST /test_request_integer_uint8_nullable_array

func (*Client) TestRequestIntegerUint8NullableArrayArray

func (c *Client) TestRequestIntegerUint8NullableArrayArray(ctx context.Context, request [][]NilUint8) (*Error, error)

TestRequestIntegerUint8NullableArrayArray invokes test_request_integer_uint8_nullable_array_array operation.

POST /test_request_integer_uint8_nullable_array_array

func (*Client) TestRequestIntegerUintArray

func (c *Client) TestRequestIntegerUintArray(ctx context.Context, request []uint) (*Error, error)

TestRequestIntegerUintArray invokes test_request_integer_uint_array operation.

POST /test_request_integer_uint_array

func (*Client) TestRequestIntegerUintArrayArray

func (c *Client) TestRequestIntegerUintArrayArray(ctx context.Context, request [][]uint) (*Error, error)

TestRequestIntegerUintArrayArray invokes test_request_integer_uint_array_array operation.

POST /test_request_integer_uint_array_array

func (*Client) TestRequestIntegerUintNullable

func (c *Client) TestRequestIntegerUintNullable(ctx context.Context, request OptNilUint) (*Error, error)

TestRequestIntegerUintNullable invokes test_request_integer_uint_nullable operation.

POST /test_request_integer_uint_nullable

func (*Client) TestRequestIntegerUintNullableArray

func (c *Client) TestRequestIntegerUintNullableArray(ctx context.Context, request []NilUint) (*Error, error)

TestRequestIntegerUintNullableArray invokes test_request_integer_uint_nullable_array operation.

POST /test_request_integer_uint_nullable_array

func (*Client) TestRequestIntegerUintNullableArrayArray

func (c *Client) TestRequestIntegerUintNullableArrayArray(ctx context.Context, request [][]NilUint) (*Error, error)

TestRequestIntegerUintNullableArrayArray invokes test_request_integer_uint_nullable_array_array operation.

POST /test_request_integer_uint_nullable_array_array

func (*Client) TestRequestIntegerUnix

func (c *Client) TestRequestIntegerUnix(ctx context.Context, request OptUnixSeconds) (*Error, error)

TestRequestIntegerUnix invokes test_request_integer_unix operation.

POST /test_request_integer_unix

func (*Client) TestRequestIntegerUnixArray

func (c *Client) TestRequestIntegerUnixArray(ctx context.Context, request []time.Time) (*Error, error)

TestRequestIntegerUnixArray invokes test_request_integer_unix_array operation.

POST /test_request_integer_unix_array

func (*Client) TestRequestIntegerUnixArrayArray

func (c *Client) TestRequestIntegerUnixArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)

TestRequestIntegerUnixArrayArray invokes test_request_integer_unix_array_array operation.

POST /test_request_integer_unix_array_array

func (*Client) TestRequestIntegerUnixMicro

func (c *Client) TestRequestIntegerUnixMicro(ctx context.Context, request OptUnixMicro) (*Error, error)

TestRequestIntegerUnixMicro invokes test_request_integer_unix-micro operation.

POST /test_request_integer_unix-micro

func (*Client) TestRequestIntegerUnixMicroArray

func (c *Client) TestRequestIntegerUnixMicroArray(ctx context.Context, request []time.Time) (*Error, error)

TestRequestIntegerUnixMicroArray invokes test_request_integer_unix-micro_array operation.

POST /test_request_integer_unix-micro_array

func (*Client) TestRequestIntegerUnixMicroArrayArray

func (c *Client) TestRequestIntegerUnixMicroArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)

TestRequestIntegerUnixMicroArrayArray invokes test_request_integer_unix-micro_array_array operation.

POST /test_request_integer_unix-micro_array_array

func (*Client) TestRequestIntegerUnixMicroNullable

func (c *Client) TestRequestIntegerUnixMicroNullable(ctx context.Context, request OptNilUnixMicro) (*Error, error)

TestRequestIntegerUnixMicroNullable invokes test_request_integer_unix-micro_nullable operation.

POST /test_request_integer_unix-micro_nullable

func (*Client) TestRequestIntegerUnixMicroNullableArray

func (c *Client) TestRequestIntegerUnixMicroNullableArray(ctx context.Context, request []NilUnixMicro) (*Error, error)

TestRequestIntegerUnixMicroNullableArray invokes test_request_integer_unix-micro_nullable_array operation.

POST /test_request_integer_unix-micro_nullable_array

func (*Client) TestRequestIntegerUnixMicroNullableArrayArray

func (c *Client) TestRequestIntegerUnixMicroNullableArrayArray(ctx context.Context, request [][]NilUnixMicro) (*Error, error)

TestRequestIntegerUnixMicroNullableArrayArray invokes test_request_integer_unix-micro_nullable_array_array operation.

POST /test_request_integer_unix-micro_nullable_array_array

func (*Client) TestRequestIntegerUnixMilli

func (c *Client) TestRequestIntegerUnixMilli(ctx context.Context, request OptUnixMilli) (*Error, error)

TestRequestIntegerUnixMilli invokes test_request_integer_unix-milli operation.

POST /test_request_integer_unix-milli

func (*Client) TestRequestIntegerUnixMilliArray

func (c *Client) TestRequestIntegerUnixMilliArray(ctx context.Context, request []time.Time) (*Error, error)

TestRequestIntegerUnixMilliArray invokes test_request_integer_unix-milli_array operation.

POST /test_request_integer_unix-milli_array

func (*Client) TestRequestIntegerUnixMilliArrayArray

func (c *Client) TestRequestIntegerUnixMilliArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)

TestRequestIntegerUnixMilliArrayArray invokes test_request_integer_unix-milli_array_array operation.

POST /test_request_integer_unix-milli_array_array

func (*Client) TestRequestIntegerUnixMilliNullable

func (c *Client) TestRequestIntegerUnixMilliNullable(ctx context.Context, request OptNilUnixMilli) (*Error, error)

TestRequestIntegerUnixMilliNullable invokes test_request_integer_unix-milli_nullable operation.

POST /test_request_integer_unix-milli_nullable

func (*Client) TestRequestIntegerUnixMilliNullableArray

func (c *Client) TestRequestIntegerUnixMilliNullableArray(ctx context.Context, request []NilUnixMilli) (*Error, error)

TestRequestIntegerUnixMilliNullableArray invokes test_request_integer_unix-milli_nullable_array operation.

POST /test_request_integer_unix-milli_nullable_array

func (*Client) TestRequestIntegerUnixMilliNullableArrayArray

func (c *Client) TestRequestIntegerUnixMilliNullableArrayArray(ctx context.Context, request [][]NilUnixMilli) (*Error, error)

TestRequestIntegerUnixMilliNullableArrayArray invokes test_request_integer_unix-milli_nullable_array_array operation.

POST /test_request_integer_unix-milli_nullable_array_array

func (*Client) TestRequestIntegerUnixNano

func (c *Client) TestRequestIntegerUnixNano(ctx context.Context, request OptUnixNano) (*Error, error)

TestRequestIntegerUnixNano invokes test_request_integer_unix-nano operation.

POST /test_request_integer_unix-nano

func (*Client) TestRequestIntegerUnixNanoArray

func (c *Client) TestRequestIntegerUnixNanoArray(ctx context.Context, request []time.Time) (*Error, error)

TestRequestIntegerUnixNanoArray invokes test_request_integer_unix-nano_array operation.

POST /test_request_integer_unix-nano_array

func (*Client) TestRequestIntegerUnixNanoArrayArray

func (c *Client) TestRequestIntegerUnixNanoArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)

TestRequestIntegerUnixNanoArrayArray invokes test_request_integer_unix-nano_array_array operation.

POST /test_request_integer_unix-nano_array_array

func (*Client) TestRequestIntegerUnixNanoNullable

func (c *Client) TestRequestIntegerUnixNanoNullable(ctx context.Context, request OptNilUnixNano) (*Error, error)

TestRequestIntegerUnixNanoNullable invokes test_request_integer_unix-nano_nullable operation.

POST /test_request_integer_unix-nano_nullable

func (*Client) TestRequestIntegerUnixNanoNullableArray

func (c *Client) TestRequestIntegerUnixNanoNullableArray(ctx context.Context, request []NilUnixNano) (*Error, error)

TestRequestIntegerUnixNanoNullableArray invokes test_request_integer_unix-nano_nullable_array operation.

POST /test_request_integer_unix-nano_nullable_array

func (*Client) TestRequestIntegerUnixNanoNullableArrayArray

func (c *Client) TestRequestIntegerUnixNanoNullableArrayArray(ctx context.Context, request [][]NilUnixNano) (*Error, error)

TestRequestIntegerUnixNanoNullableArrayArray invokes test_request_integer_unix-nano_nullable_array_array operation.

POST /test_request_integer_unix-nano_nullable_array_array

func (*Client) TestRequestIntegerUnixNullable

func (c *Client) TestRequestIntegerUnixNullable(ctx context.Context, request OptNilUnixSeconds) (*Error, error)

TestRequestIntegerUnixNullable invokes test_request_integer_unix_nullable operation.

POST /test_request_integer_unix_nullable

func (*Client) TestRequestIntegerUnixNullableArray

func (c *Client) TestRequestIntegerUnixNullableArray(ctx context.Context, request []NilUnixSeconds) (*Error, error)

TestRequestIntegerUnixNullableArray invokes test_request_integer_unix_nullable_array operation.

POST /test_request_integer_unix_nullable_array

func (*Client) TestRequestIntegerUnixNullableArrayArray

func (c *Client) TestRequestIntegerUnixNullableArrayArray(ctx context.Context, request [][]NilUnixSeconds) (*Error, error)

TestRequestIntegerUnixNullableArrayArray invokes test_request_integer_unix_nullable_array_array operation.

POST /test_request_integer_unix_nullable_array_array

func (*Client) TestRequestIntegerUnixSeconds

func (c *Client) TestRequestIntegerUnixSeconds(ctx context.Context, request OptUnixSeconds) (*Error, error)

TestRequestIntegerUnixSeconds invokes test_request_integer_unix-seconds operation.

POST /test_request_integer_unix-seconds

func (*Client) TestRequestIntegerUnixSecondsArray

func (c *Client) TestRequestIntegerUnixSecondsArray(ctx context.Context, request []time.Time) (*Error, error)

TestRequestIntegerUnixSecondsArray invokes test_request_integer_unix-seconds_array operation.

POST /test_request_integer_unix-seconds_array

func (*Client) TestRequestIntegerUnixSecondsArrayArray

func (c *Client) TestRequestIntegerUnixSecondsArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)

TestRequestIntegerUnixSecondsArrayArray invokes test_request_integer_unix-seconds_array_array operation.

POST /test_request_integer_unix-seconds_array_array

func (*Client) TestRequestIntegerUnixSecondsNullable

func (c *Client) TestRequestIntegerUnixSecondsNullable(ctx context.Context, request OptNilUnixSeconds) (*Error, error)

TestRequestIntegerUnixSecondsNullable invokes test_request_integer_unix-seconds_nullable operation.

POST /test_request_integer_unix-seconds_nullable

func (*Client) TestRequestIntegerUnixSecondsNullableArray

func (c *Client) TestRequestIntegerUnixSecondsNullableArray(ctx context.Context, request []NilUnixSeconds) (*Error, error)

TestRequestIntegerUnixSecondsNullableArray invokes test_request_integer_unix-seconds_nullable_array operation.

POST /test_request_integer_unix-seconds_nullable_array

func (*Client) TestRequestIntegerUnixSecondsNullableArrayArray

func (c *Client) TestRequestIntegerUnixSecondsNullableArrayArray(ctx context.Context, request [][]NilUnixSeconds) (*Error, error)

TestRequestIntegerUnixSecondsNullableArrayArray invokes test_request_integer_unix-seconds_nullable_array_array operation.

POST /test_request_integer_unix-seconds_nullable_array_array

func (*Client) TestRequestNull

func (c *Client) TestRequestNull(ctx context.Context, request OptNull) (*Error, error)

TestRequestNull invokes test_request_null operation.

POST /test_request_null

func (*Client) TestRequestNullArray

func (c *Client) TestRequestNullArray(ctx context.Context, request []struct{}) (*Error, error)

TestRequestNullArray invokes test_request_null_array operation.

POST /test_request_null_array

func (*Client) TestRequestNullArrayArray

func (c *Client) TestRequestNullArrayArray(ctx context.Context, request [][]struct{}) (*Error, error)

TestRequestNullArrayArray invokes test_request_null_array_array operation.

POST /test_request_null_array_array

func (*Client) TestRequestNullNullable

func (c *Client) TestRequestNullNullable(ctx context.Context, request OptNull) (*Error, error)

TestRequestNullNullable invokes test_request_null_nullable operation.

POST /test_request_null_nullable

func (*Client) TestRequestNullNullableArray

func (c *Client) TestRequestNullNullableArray(ctx context.Context, request []struct{}) (*Error, error)

TestRequestNullNullableArray invokes test_request_null_nullable_array operation.

POST /test_request_null_nullable_array

func (*Client) TestRequestNullNullableArrayArray

func (c *Client) TestRequestNullNullableArrayArray(ctx context.Context, request [][]struct{}) (*Error, error)

TestRequestNullNullableArrayArray invokes test_request_null_nullable_array_array operation.

POST /test_request_null_nullable_array_array

func (*Client) TestRequestNumber

func (c *Client) TestRequestNumber(ctx context.Context, request OptFloat64) (*Error, error)

TestRequestNumber invokes test_request_number operation.

POST /test_request_number

func (*Client) TestRequestNumberArray

func (c *Client) TestRequestNumberArray(ctx context.Context, request []float64) (*Error, error)

TestRequestNumberArray invokes test_request_number_array operation.

POST /test_request_number_array

func (*Client) TestRequestNumberArrayArray

func (c *Client) TestRequestNumberArrayArray(ctx context.Context, request [][]float64) (*Error, error)

TestRequestNumberArrayArray invokes test_request_number_array_array operation.

POST /test_request_number_array_array

func (*Client) TestRequestNumberDouble

func (c *Client) TestRequestNumberDouble(ctx context.Context, request OptFloat64) (*Error, error)

TestRequestNumberDouble invokes test_request_number_double operation.

POST /test_request_number_double

func (*Client) TestRequestNumberDoubleArray

func (c *Client) TestRequestNumberDoubleArray(ctx context.Context, request []float64) (*Error, error)

TestRequestNumberDoubleArray invokes test_request_number_double_array operation.

POST /test_request_number_double_array

func (*Client) TestRequestNumberDoubleArrayArray

func (c *Client) TestRequestNumberDoubleArrayArray(ctx context.Context, request [][]float64) (*Error, error)

TestRequestNumberDoubleArrayArray invokes test_request_number_double_array_array operation.

POST /test_request_number_double_array_array

func (*Client) TestRequestNumberDoubleNullable

func (c *Client) TestRequestNumberDoubleNullable(ctx context.Context, request OptNilFloat64) (*Error, error)

TestRequestNumberDoubleNullable invokes test_request_number_double_nullable operation.

POST /test_request_number_double_nullable

func (*Client) TestRequestNumberDoubleNullableArray

func (c *Client) TestRequestNumberDoubleNullableArray(ctx context.Context, request []NilFloat64) (*Error, error)

TestRequestNumberDoubleNullableArray invokes test_request_number_double_nullable_array operation.

POST /test_request_number_double_nullable_array

func (*Client) TestRequestNumberDoubleNullableArrayArray

func (c *Client) TestRequestNumberDoubleNullableArrayArray(ctx context.Context, request [][]NilFloat64) (*Error, error)

TestRequestNumberDoubleNullableArrayArray invokes test_request_number_double_nullable_array_array operation.

POST /test_request_number_double_nullable_array_array

func (*Client) TestRequestNumberFloat

func (c *Client) TestRequestNumberFloat(ctx context.Context, request OptFloat32) (*Error, error)

TestRequestNumberFloat invokes test_request_number_float operation.

POST /test_request_number_float

func (*Client) TestRequestNumberFloatArray

func (c *Client) TestRequestNumberFloatArray(ctx context.Context, request []float32) (*Error, error)

TestRequestNumberFloatArray invokes test_request_number_float_array operation.

POST /test_request_number_float_array

func (*Client) TestRequestNumberFloatArrayArray

func (c *Client) TestRequestNumberFloatArrayArray(ctx context.Context, request [][]float32) (*Error, error)

TestRequestNumberFloatArrayArray invokes test_request_number_float_array_array operation.

POST /test_request_number_float_array_array

func (*Client) TestRequestNumberFloatNullable

func (c *Client) TestRequestNumberFloatNullable(ctx context.Context, request OptNilFloat32) (*Error, error)

TestRequestNumberFloatNullable invokes test_request_number_float_nullable operation.

POST /test_request_number_float_nullable

func (*Client) TestRequestNumberFloatNullableArray

func (c *Client) TestRequestNumberFloatNullableArray(ctx context.Context, request []NilFloat32) (*Error, error)

TestRequestNumberFloatNullableArray invokes test_request_number_float_nullable_array operation.

POST /test_request_number_float_nullable_array

func (*Client) TestRequestNumberFloatNullableArrayArray

func (c *Client) TestRequestNumberFloatNullableArrayArray(ctx context.Context, request [][]NilFloat32) (*Error, error)

TestRequestNumberFloatNullableArrayArray invokes test_request_number_float_nullable_array_array operation.

POST /test_request_number_float_nullable_array_array

func (*Client) TestRequestNumberInt32

func (c *Client) TestRequestNumberInt32(ctx context.Context, request OptInt32) (*Error, error)

TestRequestNumberInt32 invokes test_request_number_int32 operation.

POST /test_request_number_int32

func (*Client) TestRequestNumberInt32Array

func (c *Client) TestRequestNumberInt32Array(ctx context.Context, request []int32) (*Error, error)

TestRequestNumberInt32Array invokes test_request_number_int32_array operation.

POST /test_request_number_int32_array

func (*Client) TestRequestNumberInt32ArrayArray

func (c *Client) TestRequestNumberInt32ArrayArray(ctx context.Context, request [][]int32) (*Error, error)

TestRequestNumberInt32ArrayArray invokes test_request_number_int32_array_array operation.

POST /test_request_number_int32_array_array

func (*Client) TestRequestNumberInt32Nullable

func (c *Client) TestRequestNumberInt32Nullable(ctx context.Context, request OptNilInt32) (*Error, error)

TestRequestNumberInt32Nullable invokes test_request_number_int32_nullable operation.

POST /test_request_number_int32_nullable

func (*Client) TestRequestNumberInt32NullableArray

func (c *Client) TestRequestNumberInt32NullableArray(ctx context.Context, request []NilInt32) (*Error, error)

TestRequestNumberInt32NullableArray invokes test_request_number_int32_nullable_array operation.

POST /test_request_number_int32_nullable_array

func (*Client) TestRequestNumberInt32NullableArrayArray

func (c *Client) TestRequestNumberInt32NullableArrayArray(ctx context.Context, request [][]NilInt32) (*Error, error)

TestRequestNumberInt32NullableArrayArray invokes test_request_number_int32_nullable_array_array operation.

POST /test_request_number_int32_nullable_array_array

func (*Client) TestRequestNumberInt64

func (c *Client) TestRequestNumberInt64(ctx context.Context, request OptInt64) (*Error, error)

TestRequestNumberInt64 invokes test_request_number_int64 operation.

POST /test_request_number_int64

func (*Client) TestRequestNumberInt64Array

func (c *Client) TestRequestNumberInt64Array(ctx context.Context, request []int64) (*Error, error)

TestRequestNumberInt64Array invokes test_request_number_int64_array operation.

POST /test_request_number_int64_array

func (*Client) TestRequestNumberInt64ArrayArray

func (c *Client) TestRequestNumberInt64ArrayArray(ctx context.Context, request [][]int64) (*Error, error)

TestRequestNumberInt64ArrayArray invokes test_request_number_int64_array_array operation.

POST /test_request_number_int64_array_array

func (*Client) TestRequestNumberInt64Nullable

func (c *Client) TestRequestNumberInt64Nullable(ctx context.Context, request OptNilInt64) (*Error, error)

TestRequestNumberInt64Nullable invokes test_request_number_int64_nullable operation.

POST /test_request_number_int64_nullable

func (*Client) TestRequestNumberInt64NullableArray

func (c *Client) TestRequestNumberInt64NullableArray(ctx context.Context, request []NilInt64) (*Error, error)

TestRequestNumberInt64NullableArray invokes test_request_number_int64_nullable_array operation.

POST /test_request_number_int64_nullable_array

func (*Client) TestRequestNumberInt64NullableArrayArray

func (c *Client) TestRequestNumberInt64NullableArrayArray(ctx context.Context, request [][]NilInt64) (*Error, error)

TestRequestNumberInt64NullableArrayArray invokes test_request_number_int64_nullable_array_array operation.

POST /test_request_number_int64_nullable_array_array

func (*Client) TestRequestNumberNullable

func (c *Client) TestRequestNumberNullable(ctx context.Context, request OptNilFloat64) (*Error, error)

TestRequestNumberNullable invokes test_request_number_nullable operation.

POST /test_request_number_nullable

func (*Client) TestRequestNumberNullableArray

func (c *Client) TestRequestNumberNullableArray(ctx context.Context, request []NilFloat64) (*Error, error)

TestRequestNumberNullableArray invokes test_request_number_nullable_array operation.

POST /test_request_number_nullable_array

func (*Client) TestRequestNumberNullableArrayArray

func (c *Client) TestRequestNumberNullableArrayArray(ctx context.Context, request [][]NilFloat64) (*Error, error)

TestRequestNumberNullableArrayArray invokes test_request_number_nullable_array_array operation.

POST /test_request_number_nullable_array_array

func (*Client) TestRequestRequiredAny

func (c *Client) TestRequestRequiredAny(ctx context.Context, request jx.Raw) (*Error, error)

TestRequestRequiredAny invokes test_request_required_Any operation.

POST /test_request_required_Any

func (*Client) TestRequestRequiredBoolean

func (c *Client) TestRequestRequiredBoolean(ctx context.Context, request bool) (*Error, error)

TestRequestRequiredBoolean invokes test_request_required_boolean operation.

POST /test_request_required_boolean

func (*Client) TestRequestRequiredBooleanArray

func (c *Client) TestRequestRequiredBooleanArray(ctx context.Context, request []bool) (*Error, error)

TestRequestRequiredBooleanArray invokes test_request_required_boolean_array operation.

POST /test_request_required_boolean_array

func (*Client) TestRequestRequiredBooleanArrayArray

func (c *Client) TestRequestRequiredBooleanArrayArray(ctx context.Context, request [][]bool) (*Error, error)

TestRequestRequiredBooleanArrayArray invokes test_request_required_boolean_array_array operation.

POST /test_request_required_boolean_array_array

func (*Client) TestRequestRequiredBooleanNullable

func (c *Client) TestRequestRequiredBooleanNullable(ctx context.Context, request NilBool) (*Error, error)

TestRequestRequiredBooleanNullable invokes test_request_required_boolean_nullable operation.

POST /test_request_required_boolean_nullable

func (*Client) TestRequestRequiredBooleanNullableArray

func (c *Client) TestRequestRequiredBooleanNullableArray(ctx context.Context, request []NilBool) (*Error, error)

TestRequestRequiredBooleanNullableArray invokes test_request_required_boolean_nullable_array operation.

POST /test_request_required_boolean_nullable_array

func (*Client) TestRequestRequiredBooleanNullableArrayArray

func (c *Client) TestRequestRequiredBooleanNullableArrayArray(ctx context.Context, request [][]NilBool) (*Error, error)

TestRequestRequiredBooleanNullableArrayArray invokes test_request_required_boolean_nullable_array_array operation.

POST /test_request_required_boolean_nullable_array_array

func (*Client) TestRequestRequiredEmptyStruct

func (c *Client) TestRequestRequiredEmptyStruct(ctx context.Context, request *TestRequestRequiredEmptyStructReq) (*Error, error)

TestRequestRequiredEmptyStruct invokes test_request_required_EmptyStruct operation.

POST /test_request_required_EmptyStruct

func (*Client) TestRequestRequiredFormatTest

func (c *Client) TestRequestRequiredFormatTest(ctx context.Context, request *TestRequestRequiredFormatTestReq) (*Error, error)

TestRequestRequiredFormatTest invokes test_request_required_FormatTest operation.

POST /test_request_required_FormatTest

func (*Client) TestRequestRequiredInteger

func (c *Client) TestRequestRequiredInteger(ctx context.Context, request int) (*Error, error)

TestRequestRequiredInteger invokes test_request_required_integer operation.

POST /test_request_required_integer

func (*Client) TestRequestRequiredIntegerArray

func (c *Client) TestRequestRequiredIntegerArray(ctx context.Context, request []int) (*Error, error)

TestRequestRequiredIntegerArray invokes test_request_required_integer_array operation.

POST /test_request_required_integer_array

func (*Client) TestRequestRequiredIntegerArrayArray

func (c *Client) TestRequestRequiredIntegerArrayArray(ctx context.Context, request [][]int) (*Error, error)

TestRequestRequiredIntegerArrayArray invokes test_request_required_integer_array_array operation.

POST /test_request_required_integer_array_array

func (*Client) TestRequestRequiredIntegerInt16

func (c *Client) TestRequestRequiredIntegerInt16(ctx context.Context, request int16) (*Error, error)

TestRequestRequiredIntegerInt16 invokes test_request_required_integer_int16 operation.

POST /test_request_required_integer_int16

func (*Client) TestRequestRequiredIntegerInt16Array

func (c *Client) TestRequestRequiredIntegerInt16Array(ctx context.Context, request []int16) (*Error, error)

TestRequestRequiredIntegerInt16Array invokes test_request_required_integer_int16_array operation.

POST /test_request_required_integer_int16_array

func (*Client) TestRequestRequiredIntegerInt16ArrayArray

func (c *Client) TestRequestRequiredIntegerInt16ArrayArray(ctx context.Context, request [][]int16) (*Error, error)

TestRequestRequiredIntegerInt16ArrayArray invokes test_request_required_integer_int16_array_array operation.

POST /test_request_required_integer_int16_array_array

func (*Client) TestRequestRequiredIntegerInt16Nullable

func (c *Client) TestRequestRequiredIntegerInt16Nullable(ctx context.Context, request NilInt16) (*Error, error)

TestRequestRequiredIntegerInt16Nullable invokes test_request_required_integer_int16_nullable operation.

POST /test_request_required_integer_int16_nullable

func (*Client) TestRequestRequiredIntegerInt16NullableArray

func (c *Client) TestRequestRequiredIntegerInt16NullableArray(ctx context.Context, request []NilInt16) (*Error, error)

TestRequestRequiredIntegerInt16NullableArray invokes test_request_required_integer_int16_nullable_array operation.

POST /test_request_required_integer_int16_nullable_array

func (*Client) TestRequestRequiredIntegerInt16NullableArrayArray

func (c *Client) TestRequestRequiredIntegerInt16NullableArrayArray(ctx context.Context, request [][]NilInt16) (*Error, error)

TestRequestRequiredIntegerInt16NullableArrayArray invokes test_request_required_integer_int16_nullable_array_array operation.

POST /test_request_required_integer_int16_nullable_array_array

func (*Client) TestRequestRequiredIntegerInt32

func (c *Client) TestRequestRequiredIntegerInt32(ctx context.Context, request int32) (*Error, error)

TestRequestRequiredIntegerInt32 invokes test_request_required_integer_int32 operation.

POST /test_request_required_integer_int32

func (*Client) TestRequestRequiredIntegerInt32Array

func (c *Client) TestRequestRequiredIntegerInt32Array(ctx context.Context, request []int32) (*Error, error)

TestRequestRequiredIntegerInt32Array invokes test_request_required_integer_int32_array operation.

POST /test_request_required_integer_int32_array

func (*Client) TestRequestRequiredIntegerInt32ArrayArray

func (c *Client) TestRequestRequiredIntegerInt32ArrayArray(ctx context.Context, request [][]int32) (*Error, error)

TestRequestRequiredIntegerInt32ArrayArray invokes test_request_required_integer_int32_array_array operation.

POST /test_request_required_integer_int32_array_array

func (*Client) TestRequestRequiredIntegerInt32Nullable

func (c *Client) TestRequestRequiredIntegerInt32Nullable(ctx context.Context, request NilInt32) (*Error, error)

TestRequestRequiredIntegerInt32Nullable invokes test_request_required_integer_int32_nullable operation.

POST /test_request_required_integer_int32_nullable

func (*Client) TestRequestRequiredIntegerInt32NullableArray

func (c *Client) TestRequestRequiredIntegerInt32NullableArray(ctx context.Context, request []NilInt32) (*Error, error)

TestRequestRequiredIntegerInt32NullableArray invokes test_request_required_integer_int32_nullable_array operation.

POST /test_request_required_integer_int32_nullable_array

func (*Client) TestRequestRequiredIntegerInt32NullableArrayArray

func (c *Client) TestRequestRequiredIntegerInt32NullableArrayArray(ctx context.Context, request [][]NilInt32) (*Error, error)

TestRequestRequiredIntegerInt32NullableArrayArray invokes test_request_required_integer_int32_nullable_array_array operation.

POST /test_request_required_integer_int32_nullable_array_array

func (*Client) TestRequestRequiredIntegerInt64

func (c *Client) TestRequestRequiredIntegerInt64(ctx context.Context, request int64) (*Error, error)

TestRequestRequiredIntegerInt64 invokes test_request_required_integer_int64 operation.

POST /test_request_required_integer_int64

func (*Client) TestRequestRequiredIntegerInt64Array

func (c *Client) TestRequestRequiredIntegerInt64Array(ctx context.Context, request []int64) (*Error, error)

TestRequestRequiredIntegerInt64Array invokes test_request_required_integer_int64_array operation.

POST /test_request_required_integer_int64_array

func (*Client) TestRequestRequiredIntegerInt64ArrayArray

func (c *Client) TestRequestRequiredIntegerInt64ArrayArray(ctx context.Context, request [][]int64) (*Error, error)

TestRequestRequiredIntegerInt64ArrayArray invokes test_request_required_integer_int64_array_array operation.

POST /test_request_required_integer_int64_array_array

func (*Client) TestRequestRequiredIntegerInt64Nullable

func (c *Client) TestRequestRequiredIntegerInt64Nullable(ctx context.Context, request NilInt64) (*Error, error)

TestRequestRequiredIntegerInt64Nullable invokes test_request_required_integer_int64_nullable operation.

POST /test_request_required_integer_int64_nullable

func (*Client) TestRequestRequiredIntegerInt64NullableArray

func (c *Client) TestRequestRequiredIntegerInt64NullableArray(ctx context.Context, request []NilInt64) (*Error, error)

TestRequestRequiredIntegerInt64NullableArray invokes test_request_required_integer_int64_nullable_array operation.

POST /test_request_required_integer_int64_nullable_array

func (*Client) TestRequestRequiredIntegerInt64NullableArrayArray

func (c *Client) TestRequestRequiredIntegerInt64NullableArrayArray(ctx context.Context, request [][]NilInt64) (*Error, error)

TestRequestRequiredIntegerInt64NullableArrayArray invokes test_request_required_integer_int64_nullable_array_array operation.

POST /test_request_required_integer_int64_nullable_array_array

func (*Client) TestRequestRequiredIntegerInt8

func (c *Client) TestRequestRequiredIntegerInt8(ctx context.Context, request int8) (*Error, error)

TestRequestRequiredIntegerInt8 invokes test_request_required_integer_int8 operation.

POST /test_request_required_integer_int8

func (*Client) TestRequestRequiredIntegerInt8Array

func (c *Client) TestRequestRequiredIntegerInt8Array(ctx context.Context, request []int8) (*Error, error)

TestRequestRequiredIntegerInt8Array invokes test_request_required_integer_int8_array operation.

POST /test_request_required_integer_int8_array

func (*Client) TestRequestRequiredIntegerInt8ArrayArray

func (c *Client) TestRequestRequiredIntegerInt8ArrayArray(ctx context.Context, request [][]int8) (*Error, error)

TestRequestRequiredIntegerInt8ArrayArray invokes test_request_required_integer_int8_array_array operation.

POST /test_request_required_integer_int8_array_array

func (*Client) TestRequestRequiredIntegerInt8Nullable

func (c *Client) TestRequestRequiredIntegerInt8Nullable(ctx context.Context, request NilInt8) (*Error, error)

TestRequestRequiredIntegerInt8Nullable invokes test_request_required_integer_int8_nullable operation.

POST /test_request_required_integer_int8_nullable

func (*Client) TestRequestRequiredIntegerInt8NullableArray

func (c *Client) TestRequestRequiredIntegerInt8NullableArray(ctx context.Context, request []NilInt8) (*Error, error)

TestRequestRequiredIntegerInt8NullableArray invokes test_request_required_integer_int8_nullable_array operation.

POST /test_request_required_integer_int8_nullable_array

func (*Client) TestRequestRequiredIntegerInt8NullableArrayArray

func (c *Client) TestRequestRequiredIntegerInt8NullableArrayArray(ctx context.Context, request [][]NilInt8) (*Error, error)

TestRequestRequiredIntegerInt8NullableArrayArray invokes test_request_required_integer_int8_nullable_array_array operation.

POST /test_request_required_integer_int8_nullable_array_array

func (*Client) TestRequestRequiredIntegerNullable

func (c *Client) TestRequestRequiredIntegerNullable(ctx context.Context, request NilInt) (*Error, error)

TestRequestRequiredIntegerNullable invokes test_request_required_integer_nullable operation.

POST /test_request_required_integer_nullable

func (*Client) TestRequestRequiredIntegerNullableArray

func (c *Client) TestRequestRequiredIntegerNullableArray(ctx context.Context, request []NilInt) (*Error, error)

TestRequestRequiredIntegerNullableArray invokes test_request_required_integer_nullable_array operation.

POST /test_request_required_integer_nullable_array

func (*Client) TestRequestRequiredIntegerNullableArrayArray

func (c *Client) TestRequestRequiredIntegerNullableArrayArray(ctx context.Context, request [][]NilInt) (*Error, error)

TestRequestRequiredIntegerNullableArrayArray invokes test_request_required_integer_nullable_array_array operation.

POST /test_request_required_integer_nullable_array_array

func (*Client) TestRequestRequiredIntegerUint

func (c *Client) TestRequestRequiredIntegerUint(ctx context.Context, request uint) (*Error, error)

TestRequestRequiredIntegerUint invokes test_request_required_integer_uint operation.

POST /test_request_required_integer_uint

func (*Client) TestRequestRequiredIntegerUint16

func (c *Client) TestRequestRequiredIntegerUint16(ctx context.Context, request uint16) (*Error, error)

TestRequestRequiredIntegerUint16 invokes test_request_required_integer_uint16 operation.

POST /test_request_required_integer_uint16

func (*Client) TestRequestRequiredIntegerUint16Array

func (c *Client) TestRequestRequiredIntegerUint16Array(ctx context.Context, request []uint16) (*Error, error)

TestRequestRequiredIntegerUint16Array invokes test_request_required_integer_uint16_array operation.

POST /test_request_required_integer_uint16_array

func (*Client) TestRequestRequiredIntegerUint16ArrayArray

func (c *Client) TestRequestRequiredIntegerUint16ArrayArray(ctx context.Context, request [][]uint16) (*Error, error)

TestRequestRequiredIntegerUint16ArrayArray invokes test_request_required_integer_uint16_array_array operation.

POST /test_request_required_integer_uint16_array_array

func (*Client) TestRequestRequiredIntegerUint16Nullable

func (c *Client) TestRequestRequiredIntegerUint16Nullable(ctx context.Context, request NilUint16) (*Error, error)

TestRequestRequiredIntegerUint16Nullable invokes test_request_required_integer_uint16_nullable operation.

POST /test_request_required_integer_uint16_nullable

func (*Client) TestRequestRequiredIntegerUint16NullableArray

func (c *Client) TestRequestRequiredIntegerUint16NullableArray(ctx context.Context, request []NilUint16) (*Error, error)

TestRequestRequiredIntegerUint16NullableArray invokes test_request_required_integer_uint16_nullable_array operation.

POST /test_request_required_integer_uint16_nullable_array

func (*Client) TestRequestRequiredIntegerUint16NullableArrayArray

func (c *Client) TestRequestRequiredIntegerUint16NullableArrayArray(ctx context.Context, request [][]NilUint16) (*Error, error)

TestRequestRequiredIntegerUint16NullableArrayArray invokes test_request_required_integer_uint16_nullable_array_array operation.

POST /test_request_required_integer_uint16_nullable_array_array

func (*Client) TestRequestRequiredIntegerUint32

func (c *Client) TestRequestRequiredIntegerUint32(ctx context.Context, request uint32) (*Error, error)

TestRequestRequiredIntegerUint32 invokes test_request_required_integer_uint32 operation.

POST /test_request_required_integer_uint32

func (*Client) TestRequestRequiredIntegerUint32Array

func (c *Client) TestRequestRequiredIntegerUint32Array(ctx context.Context, request []uint32) (*Error, error)

TestRequestRequiredIntegerUint32Array invokes test_request_required_integer_uint32_array operation.

POST /test_request_required_integer_uint32_array

func (*Client) TestRequestRequiredIntegerUint32ArrayArray

func (c *Client) TestRequestRequiredIntegerUint32ArrayArray(ctx context.Context, request [][]uint32) (*Error, error)

TestRequestRequiredIntegerUint32ArrayArray invokes test_request_required_integer_uint32_array_array operation.

POST /test_request_required_integer_uint32_array_array

func (*Client) TestRequestRequiredIntegerUint32Nullable

func (c *Client) TestRequestRequiredIntegerUint32Nullable(ctx context.Context, request NilUint32) (*Error, error)

TestRequestRequiredIntegerUint32Nullable invokes test_request_required_integer_uint32_nullable operation.

POST /test_request_required_integer_uint32_nullable

func (*Client) TestRequestRequiredIntegerUint32NullableArray

func (c *Client) TestRequestRequiredIntegerUint32NullableArray(ctx context.Context, request []NilUint32) (*Error, error)

TestRequestRequiredIntegerUint32NullableArray invokes test_request_required_integer_uint32_nullable_array operation.

POST /test_request_required_integer_uint32_nullable_array

func (*Client) TestRequestRequiredIntegerUint32NullableArrayArray

func (c *Client) TestRequestRequiredIntegerUint32NullableArrayArray(ctx context.Context, request [][]NilUint32) (*Error, error)

TestRequestRequiredIntegerUint32NullableArrayArray invokes test_request_required_integer_uint32_nullable_array_array operation.

POST /test_request_required_integer_uint32_nullable_array_array

func (*Client) TestRequestRequiredIntegerUint64

func (c *Client) TestRequestRequiredIntegerUint64(ctx context.Context, request uint64) (*Error, error)

TestRequestRequiredIntegerUint64 invokes test_request_required_integer_uint64 operation.

POST /test_request_required_integer_uint64

func (*Client) TestRequestRequiredIntegerUint64Array

func (c *Client) TestRequestRequiredIntegerUint64Array(ctx context.Context, request []uint64) (*Error, error)

TestRequestRequiredIntegerUint64Array invokes test_request_required_integer_uint64_array operation.

POST /test_request_required_integer_uint64_array

func (*Client) TestRequestRequiredIntegerUint64ArrayArray

func (c *Client) TestRequestRequiredIntegerUint64ArrayArray(ctx context.Context, request [][]uint64) (*Error, error)

TestRequestRequiredIntegerUint64ArrayArray invokes test_request_required_integer_uint64_array_array operation.

POST /test_request_required_integer_uint64_array_array

func (*Client) TestRequestRequiredIntegerUint64Nullable

func (c *Client) TestRequestRequiredIntegerUint64Nullable(ctx context.Context, request NilUint64) (*Error, error)

TestRequestRequiredIntegerUint64Nullable invokes test_request_required_integer_uint64_nullable operation.

POST /test_request_required_integer_uint64_nullable

func (*Client) TestRequestRequiredIntegerUint64NullableArray

func (c *Client) TestRequestRequiredIntegerUint64NullableArray(ctx context.Context, request []NilUint64) (*Error, error)

TestRequestRequiredIntegerUint64NullableArray invokes test_request_required_integer_uint64_nullable_array operation.

POST /test_request_required_integer_uint64_nullable_array

func (*Client) TestRequestRequiredIntegerUint64NullableArrayArray

func (c *Client) TestRequestRequiredIntegerUint64NullableArrayArray(ctx context.Context, request [][]NilUint64) (*Error, error)

TestRequestRequiredIntegerUint64NullableArrayArray invokes test_request_required_integer_uint64_nullable_array_array operation.

POST /test_request_required_integer_uint64_nullable_array_array

func (*Client) TestRequestRequiredIntegerUint8

func (c *Client) TestRequestRequiredIntegerUint8(ctx context.Context, request uint8) (*Error, error)

TestRequestRequiredIntegerUint8 invokes test_request_required_integer_uint8 operation.

POST /test_request_required_integer_uint8

func (*Client) TestRequestRequiredIntegerUint8Array

func (c *Client) TestRequestRequiredIntegerUint8Array(ctx context.Context, request []uint8) (*Error, error)

TestRequestRequiredIntegerUint8Array invokes test_request_required_integer_uint8_array operation.

POST /test_request_required_integer_uint8_array

func (*Client) TestRequestRequiredIntegerUint8ArrayArray

func (c *Client) TestRequestRequiredIntegerUint8ArrayArray(ctx context.Context, request [][]uint8) (*Error, error)

TestRequestRequiredIntegerUint8ArrayArray invokes test_request_required_integer_uint8_array_array operation.

POST /test_request_required_integer_uint8_array_array

func (*Client) TestRequestRequiredIntegerUint8Nullable

func (c *Client) TestRequestRequiredIntegerUint8Nullable(ctx context.Context, request NilUint8) (*Error, error)

TestRequestRequiredIntegerUint8Nullable invokes test_request_required_integer_uint8_nullable operation.

POST /test_request_required_integer_uint8_nullable

func (*Client) TestRequestRequiredIntegerUint8NullableArray

func (c *Client) TestRequestRequiredIntegerUint8NullableArray(ctx context.Context, request []NilUint8) (*Error, error)

TestRequestRequiredIntegerUint8NullableArray invokes test_request_required_integer_uint8_nullable_array operation.

POST /test_request_required_integer_uint8_nullable_array

func (*Client) TestRequestRequiredIntegerUint8NullableArrayArray

func (c *Client) TestRequestRequiredIntegerUint8NullableArrayArray(ctx context.Context, request [][]NilUint8) (*Error, error)

TestRequestRequiredIntegerUint8NullableArrayArray invokes test_request_required_integer_uint8_nullable_array_array operation.

POST /test_request_required_integer_uint8_nullable_array_array

func (*Client) TestRequestRequiredIntegerUintArray

func (c *Client) TestRequestRequiredIntegerUintArray(ctx context.Context, request []uint) (*Error, error)

TestRequestRequiredIntegerUintArray invokes test_request_required_integer_uint_array operation.

POST /test_request_required_integer_uint_array

func (*Client) TestRequestRequiredIntegerUintArrayArray

func (c *Client) TestRequestRequiredIntegerUintArrayArray(ctx context.Context, request [][]uint) (*Error, error)

TestRequestRequiredIntegerUintArrayArray invokes test_request_required_integer_uint_array_array operation.

POST /test_request_required_integer_uint_array_array

func (*Client) TestRequestRequiredIntegerUintNullable

func (c *Client) TestRequestRequiredIntegerUintNullable(ctx context.Context, request NilUint) (*Error, error)

TestRequestRequiredIntegerUintNullable invokes test_request_required_integer_uint_nullable operation.

POST /test_request_required_integer_uint_nullable

func (*Client) TestRequestRequiredIntegerUintNullableArray

func (c *Client) TestRequestRequiredIntegerUintNullableArray(ctx context.Context, request []NilUint) (*Error, error)

TestRequestRequiredIntegerUintNullableArray invokes test_request_required_integer_uint_nullable_array operation.

POST /test_request_required_integer_uint_nullable_array

func (*Client) TestRequestRequiredIntegerUintNullableArrayArray

func (c *Client) TestRequestRequiredIntegerUintNullableArrayArray(ctx context.Context, request [][]NilUint) (*Error, error)

TestRequestRequiredIntegerUintNullableArrayArray invokes test_request_required_integer_uint_nullable_array_array operation.

POST /test_request_required_integer_uint_nullable_array_array

func (*Client) TestRequestRequiredIntegerUnix

func (c *Client) TestRequestRequiredIntegerUnix(ctx context.Context, request time.Time) (*Error, error)

TestRequestRequiredIntegerUnix invokes test_request_required_integer_unix operation.

POST /test_request_required_integer_unix

func (*Client) TestRequestRequiredIntegerUnixArray

func (c *Client) TestRequestRequiredIntegerUnixArray(ctx context.Context, request []time.Time) (*Error, error)

TestRequestRequiredIntegerUnixArray invokes test_request_required_integer_unix_array operation.

POST /test_request_required_integer_unix_array

func (*Client) TestRequestRequiredIntegerUnixArrayArray

func (c *Client) TestRequestRequiredIntegerUnixArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)

TestRequestRequiredIntegerUnixArrayArray invokes test_request_required_integer_unix_array_array operation.

POST /test_request_required_integer_unix_array_array

func (*Client) TestRequestRequiredIntegerUnixMicro

func (c *Client) TestRequestRequiredIntegerUnixMicro(ctx context.Context, request time.Time) (*Error, error)

TestRequestRequiredIntegerUnixMicro invokes test_request_required_integer_unix-micro operation.

POST /test_request_required_integer_unix-micro

func (*Client) TestRequestRequiredIntegerUnixMicroArray

func (c *Client) TestRequestRequiredIntegerUnixMicroArray(ctx context.Context, request []time.Time) (*Error, error)

TestRequestRequiredIntegerUnixMicroArray invokes test_request_required_integer_unix-micro_array operation.

POST /test_request_required_integer_unix-micro_array

func (*Client) TestRequestRequiredIntegerUnixMicroArrayArray

func (c *Client) TestRequestRequiredIntegerUnixMicroArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)

TestRequestRequiredIntegerUnixMicroArrayArray invokes test_request_required_integer_unix-micro_array_array operation.

POST /test_request_required_integer_unix-micro_array_array

func (*Client) TestRequestRequiredIntegerUnixMicroNullable

func (c *Client) TestRequestRequiredIntegerUnixMicroNullable(ctx context.Context, request NilUnixMicro) (*Error, error)

TestRequestRequiredIntegerUnixMicroNullable invokes test_request_required_integer_unix-micro_nullable operation.

POST /test_request_required_integer_unix-micro_nullable

func (*Client) TestRequestRequiredIntegerUnixMicroNullableArray

func (c *Client) TestRequestRequiredIntegerUnixMicroNullableArray(ctx context.Context, request []NilUnixMicro) (*Error, error)

TestRequestRequiredIntegerUnixMicroNullableArray invokes test_request_required_integer_unix-micro_nullable_array operation.

POST /test_request_required_integer_unix-micro_nullable_array

func (*Client) TestRequestRequiredIntegerUnixMicroNullableArrayArray

func (c *Client) TestRequestRequiredIntegerUnixMicroNullableArrayArray(ctx context.Context, request [][]NilUnixMicro) (*Error, error)

TestRequestRequiredIntegerUnixMicroNullableArrayArray invokes test_request_required_integer_unix-micro_nullable_array_array operation.

POST /test_request_required_integer_unix-micro_nullable_array_array

func (*Client) TestRequestRequiredIntegerUnixMilli

func (c *Client) TestRequestRequiredIntegerUnixMilli(ctx context.Context, request time.Time) (*Error, error)

TestRequestRequiredIntegerUnixMilli invokes test_request_required_integer_unix-milli operation.

POST /test_request_required_integer_unix-milli

func (*Client) TestRequestRequiredIntegerUnixMilliArray

func (c *Client) TestRequestRequiredIntegerUnixMilliArray(ctx context.Context, request []time.Time) (*Error, error)

TestRequestRequiredIntegerUnixMilliArray invokes test_request_required_integer_unix-milli_array operation.

POST /test_request_required_integer_unix-milli_array

func (*Client) TestRequestRequiredIntegerUnixMilliArrayArray

func (c *Client) TestRequestRequiredIntegerUnixMilliArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)

TestRequestRequiredIntegerUnixMilliArrayArray invokes test_request_required_integer_unix-milli_array_array operation.

POST /test_request_required_integer_unix-milli_array_array

func (*Client) TestRequestRequiredIntegerUnixMilliNullable

func (c *Client) TestRequestRequiredIntegerUnixMilliNullable(ctx context.Context, request NilUnixMilli) (*Error, error)

TestRequestRequiredIntegerUnixMilliNullable invokes test_request_required_integer_unix-milli_nullable operation.

POST /test_request_required_integer_unix-milli_nullable

func (*Client) TestRequestRequiredIntegerUnixMilliNullableArray

func (c *Client) TestRequestRequiredIntegerUnixMilliNullableArray(ctx context.Context, request []NilUnixMilli) (*Error, error)

TestRequestRequiredIntegerUnixMilliNullableArray invokes test_request_required_integer_unix-milli_nullable_array operation.

POST /test_request_required_integer_unix-milli_nullable_array

func (*Client) TestRequestRequiredIntegerUnixMilliNullableArrayArray

func (c *Client) TestRequestRequiredIntegerUnixMilliNullableArrayArray(ctx context.Context, request [][]NilUnixMilli) (*Error, error)

TestRequestRequiredIntegerUnixMilliNullableArrayArray invokes test_request_required_integer_unix-milli_nullable_array_array operation.

POST /test_request_required_integer_unix-milli_nullable_array_array

func (*Client) TestRequestRequiredIntegerUnixNano

func (c *Client) TestRequestRequiredIntegerUnixNano(ctx context.Context, request time.Time) (*Error, error)

TestRequestRequiredIntegerUnixNano invokes test_request_required_integer_unix-nano operation.

POST /test_request_required_integer_unix-nano

func (*Client) TestRequestRequiredIntegerUnixNanoArray

func (c *Client) TestRequestRequiredIntegerUnixNanoArray(ctx context.Context, request []time.Time) (*Error, error)

TestRequestRequiredIntegerUnixNanoArray invokes test_request_required_integer_unix-nano_array operation.

POST /test_request_required_integer_unix-nano_array

func (*Client) TestRequestRequiredIntegerUnixNanoArrayArray

func (c *Client) TestRequestRequiredIntegerUnixNanoArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)

TestRequestRequiredIntegerUnixNanoArrayArray invokes test_request_required_integer_unix-nano_array_array operation.

POST /test_request_required_integer_unix-nano_array_array

func (*Client) TestRequestRequiredIntegerUnixNanoNullable

func (c *Client) TestRequestRequiredIntegerUnixNanoNullable(ctx context.Context, request NilUnixNano) (*Error, error)

TestRequestRequiredIntegerUnixNanoNullable invokes test_request_required_integer_unix-nano_nullable operation.

POST /test_request_required_integer_unix-nano_nullable

func (*Client) TestRequestRequiredIntegerUnixNanoNullableArray

func (c *Client) TestRequestRequiredIntegerUnixNanoNullableArray(ctx context.Context, request []NilUnixNano) (*Error, error)

TestRequestRequiredIntegerUnixNanoNullableArray invokes test_request_required_integer_unix-nano_nullable_array operation.

POST /test_request_required_integer_unix-nano_nullable_array

func (*Client) TestRequestRequiredIntegerUnixNanoNullableArrayArray

func (c *Client) TestRequestRequiredIntegerUnixNanoNullableArrayArray(ctx context.Context, request [][]NilUnixNano) (*Error, error)

TestRequestRequiredIntegerUnixNanoNullableArrayArray invokes test_request_required_integer_unix-nano_nullable_array_array operation.

POST /test_request_required_integer_unix-nano_nullable_array_array

func (*Client) TestRequestRequiredIntegerUnixNullable

func (c *Client) TestRequestRequiredIntegerUnixNullable(ctx context.Context, request NilUnixSeconds) (*Error, error)

TestRequestRequiredIntegerUnixNullable invokes test_request_required_integer_unix_nullable operation.

POST /test_request_required_integer_unix_nullable

func (*Client) TestRequestRequiredIntegerUnixNullableArray

func (c *Client) TestRequestRequiredIntegerUnixNullableArray(ctx context.Context, request []NilUnixSeconds) (*Error, error)

TestRequestRequiredIntegerUnixNullableArray invokes test_request_required_integer_unix_nullable_array operation.

POST /test_request_required_integer_unix_nullable_array

func (*Client) TestRequestRequiredIntegerUnixNullableArrayArray

func (c *Client) TestRequestRequiredIntegerUnixNullableArrayArray(ctx context.Context, request [][]NilUnixSeconds) (*Error, error)

TestRequestRequiredIntegerUnixNullableArrayArray invokes test_request_required_integer_unix_nullable_array_array operation.

POST /test_request_required_integer_unix_nullable_array_array

func (*Client) TestRequestRequiredIntegerUnixSeconds

func (c *Client) TestRequestRequiredIntegerUnixSeconds(ctx context.Context, request time.Time) (*Error, error)

TestRequestRequiredIntegerUnixSeconds invokes test_request_required_integer_unix-seconds operation.

POST /test_request_required_integer_unix-seconds

func (*Client) TestRequestRequiredIntegerUnixSecondsArray

func (c *Client) TestRequestRequiredIntegerUnixSecondsArray(ctx context.Context, request []time.Time) (*Error, error)

TestRequestRequiredIntegerUnixSecondsArray invokes test_request_required_integer_unix-seconds_array operation.

POST /test_request_required_integer_unix-seconds_array

func (*Client) TestRequestRequiredIntegerUnixSecondsArrayArray

func (c *Client) TestRequestRequiredIntegerUnixSecondsArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)

TestRequestRequiredIntegerUnixSecondsArrayArray invokes test_request_required_integer_unix-seconds_array_array operation.

POST /test_request_required_integer_unix-seconds_array_array

func (*Client) TestRequestRequiredIntegerUnixSecondsNullable

func (c *Client) TestRequestRequiredIntegerUnixSecondsNullable(ctx context.Context, request NilUnixSeconds) (*Error, error)

TestRequestRequiredIntegerUnixSecondsNullable invokes test_request_required_integer_unix-seconds_nullable operation.

POST /test_request_required_integer_unix-seconds_nullable

func (*Client) TestRequestRequiredIntegerUnixSecondsNullableArray

func (c *Client) TestRequestRequiredIntegerUnixSecondsNullableArray(ctx context.Context, request []NilUnixSeconds) (*Error, error)

TestRequestRequiredIntegerUnixSecondsNullableArray invokes test_request_required_integer_unix-seconds_nullable_array operation.

POST /test_request_required_integer_unix-seconds_nullable_array

func (*Client) TestRequestRequiredIntegerUnixSecondsNullableArrayArray

func (c *Client) TestRequestRequiredIntegerUnixSecondsNullableArrayArray(ctx context.Context, request [][]NilUnixSeconds) (*Error, error)

TestRequestRequiredIntegerUnixSecondsNullableArrayArray invokes test_request_required_integer_unix-seconds_nullable_array_array operation.

POST /test_request_required_integer_unix-seconds_nullable_array_array

func (*Client) TestRequestRequiredNull

func (c *Client) TestRequestRequiredNull(ctx context.Context, request struct{}) (*Error, error)

TestRequestRequiredNull invokes test_request_required_null operation.

POST /test_request_required_null

func (*Client) TestRequestRequiredNullArray

func (c *Client) TestRequestRequiredNullArray(ctx context.Context, request []struct{}) (*Error, error)

TestRequestRequiredNullArray invokes test_request_required_null_array operation.

POST /test_request_required_null_array

func (*Client) TestRequestRequiredNullArrayArray

func (c *Client) TestRequestRequiredNullArrayArray(ctx context.Context, request [][]struct{}) (*Error, error)

TestRequestRequiredNullArrayArray invokes test_request_required_null_array_array operation.

POST /test_request_required_null_array_array

func (*Client) TestRequestRequiredNullNullable

func (c *Client) TestRequestRequiredNullNullable(ctx context.Context, request struct{}) (*Error, error)

TestRequestRequiredNullNullable invokes test_request_required_null_nullable operation.

POST /test_request_required_null_nullable

func (*Client) TestRequestRequiredNullNullableArray

func (c *Client) TestRequestRequiredNullNullableArray(ctx context.Context, request []struct{}) (*Error, error)

TestRequestRequiredNullNullableArray invokes test_request_required_null_nullable_array operation.

POST /test_request_required_null_nullable_array

func (*Client) TestRequestRequiredNullNullableArrayArray

func (c *Client) TestRequestRequiredNullNullableArrayArray(ctx context.Context, request [][]struct{}) (*Error, error)

TestRequestRequiredNullNullableArrayArray invokes test_request_required_null_nullable_array_array operation.

POST /test_request_required_null_nullable_array_array

func (*Client) TestRequestRequiredNumber

func (c *Client) TestRequestRequiredNumber(ctx context.Context, request float64) (*Error, error)

TestRequestRequiredNumber invokes test_request_required_number operation.

POST /test_request_required_number

func (*Client) TestRequestRequiredNumberArray

func (c *Client) TestRequestRequiredNumberArray(ctx context.Context, request []float64) (*Error, error)

TestRequestRequiredNumberArray invokes test_request_required_number_array operation.

POST /test_request_required_number_array

func (*Client) TestRequestRequiredNumberArrayArray

func (c *Client) TestRequestRequiredNumberArrayArray(ctx context.Context, request [][]float64) (*Error, error)

TestRequestRequiredNumberArrayArray invokes test_request_required_number_array_array operation.

POST /test_request_required_number_array_array

func (*Client) TestRequestRequiredNumberDouble

func (c *Client) TestRequestRequiredNumberDouble(ctx context.Context, request float64) (*Error, error)

TestRequestRequiredNumberDouble invokes test_request_required_number_double operation.

POST /test_request_required_number_double

func (*Client) TestRequestRequiredNumberDoubleArray

func (c *Client) TestRequestRequiredNumberDoubleArray(ctx context.Context, request []float64) (*Error, error)

TestRequestRequiredNumberDoubleArray invokes test_request_required_number_double_array operation.

POST /test_request_required_number_double_array

func (*Client) TestRequestRequiredNumberDoubleArrayArray

func (c *Client) TestRequestRequiredNumberDoubleArrayArray(ctx context.Context, request [][]float64) (*Error, error)

TestRequestRequiredNumberDoubleArrayArray invokes test_request_required_number_double_array_array operation.

POST /test_request_required_number_double_array_array

func (*Client) TestRequestRequiredNumberDoubleNullable

func (c *Client) TestRequestRequiredNumberDoubleNullable(ctx context.Context, request NilFloat64) (*Error, error)

TestRequestRequiredNumberDoubleNullable invokes test_request_required_number_double_nullable operation.

POST /test_request_required_number_double_nullable

func (*Client) TestRequestRequiredNumberDoubleNullableArray

func (c *Client) TestRequestRequiredNumberDoubleNullableArray(ctx context.Context, request []NilFloat64) (*Error, error)

TestRequestRequiredNumberDoubleNullableArray invokes test_request_required_number_double_nullable_array operation.

POST /test_request_required_number_double_nullable_array

func (*Client) TestRequestRequiredNumberDoubleNullableArrayArray

func (c *Client) TestRequestRequiredNumberDoubleNullableArrayArray(ctx context.Context, request [][]NilFloat64) (*Error, error)

TestRequestRequiredNumberDoubleNullableArrayArray invokes test_request_required_number_double_nullable_array_array operation.

POST /test_request_required_number_double_nullable_array_array

func (*Client) TestRequestRequiredNumberFloat

func (c *Client) TestRequestRequiredNumberFloat(ctx context.Context, request float32) (*Error, error)

TestRequestRequiredNumberFloat invokes test_request_required_number_float operation.

POST /test_request_required_number_float

func (*Client) TestRequestRequiredNumberFloatArray

func (c *Client) TestRequestRequiredNumberFloatArray(ctx context.Context, request []float32) (*Error, error)

TestRequestRequiredNumberFloatArray invokes test_request_required_number_float_array operation.

POST /test_request_required_number_float_array

func (*Client) TestRequestRequiredNumberFloatArrayArray

func (c *Client) TestRequestRequiredNumberFloatArrayArray(ctx context.Context, request [][]float32) (*Error, error)

TestRequestRequiredNumberFloatArrayArray invokes test_request_required_number_float_array_array operation.

POST /test_request_required_number_float_array_array

func (*Client) TestRequestRequiredNumberFloatNullable

func (c *Client) TestRequestRequiredNumberFloatNullable(ctx context.Context, request NilFloat32) (*Error, error)

TestRequestRequiredNumberFloatNullable invokes test_request_required_number_float_nullable operation.

POST /test_request_required_number_float_nullable

func (*Client) TestRequestRequiredNumberFloatNullableArray

func (c *Client) TestRequestRequiredNumberFloatNullableArray(ctx context.Context, request []NilFloat32) (*Error, error)

TestRequestRequiredNumberFloatNullableArray invokes test_request_required_number_float_nullable_array operation.

POST /test_request_required_number_float_nullable_array

func (*Client) TestRequestRequiredNumberFloatNullableArrayArray

func (c *Client) TestRequestRequiredNumberFloatNullableArrayArray(ctx context.Context, request [][]NilFloat32) (*Error, error)

TestRequestRequiredNumberFloatNullableArrayArray invokes test_request_required_number_float_nullable_array_array operation.

POST /test_request_required_number_float_nullable_array_array

func (*Client) TestRequestRequiredNumberInt32

func (c *Client) TestRequestRequiredNumberInt32(ctx context.Context, request int32) (*Error, error)

TestRequestRequiredNumberInt32 invokes test_request_required_number_int32 operation.

POST /test_request_required_number_int32

func (*Client) TestRequestRequiredNumberInt32Array

func (c *Client) TestRequestRequiredNumberInt32Array(ctx context.Context, request []int32) (*Error, error)

TestRequestRequiredNumberInt32Array invokes test_request_required_number_int32_array operation.

POST /test_request_required_number_int32_array

func (*Client) TestRequestRequiredNumberInt32ArrayArray

func (c *Client) TestRequestRequiredNumberInt32ArrayArray(ctx context.Context, request [][]int32) (*Error, error)

TestRequestRequiredNumberInt32ArrayArray invokes test_request_required_number_int32_array_array operation.

POST /test_request_required_number_int32_array_array

func (*Client) TestRequestRequiredNumberInt32Nullable

func (c *Client) TestRequestRequiredNumberInt32Nullable(ctx context.Context, request NilInt32) (*Error, error)

TestRequestRequiredNumberInt32Nullable invokes test_request_required_number_int32_nullable operation.

POST /test_request_required_number_int32_nullable

func (*Client) TestRequestRequiredNumberInt32NullableArray

func (c *Client) TestRequestRequiredNumberInt32NullableArray(ctx context.Context, request []NilInt32) (*Error, error)

TestRequestRequiredNumberInt32NullableArray invokes test_request_required_number_int32_nullable_array operation.

POST /test_request_required_number_int32_nullable_array

func (*Client) TestRequestRequiredNumberInt32NullableArrayArray

func (c *Client) TestRequestRequiredNumberInt32NullableArrayArray(ctx context.Context, request [][]NilInt32) (*Error, error)

TestRequestRequiredNumberInt32NullableArrayArray invokes test_request_required_number_int32_nullable_array_array operation.

POST /test_request_required_number_int32_nullable_array_array

func (*Client) TestRequestRequiredNumberInt64

func (c *Client) TestRequestRequiredNumberInt64(ctx context.Context, request int64) (*Error, error)

TestRequestRequiredNumberInt64 invokes test_request_required_number_int64 operation.

POST /test_request_required_number_int64

func (*Client) TestRequestRequiredNumberInt64Array

func (c *Client) TestRequestRequiredNumberInt64Array(ctx context.Context, request []int64) (*Error, error)

TestRequestRequiredNumberInt64Array invokes test_request_required_number_int64_array operation.

POST /test_request_required_number_int64_array

func (*Client) TestRequestRequiredNumberInt64ArrayArray

func (c *Client) TestRequestRequiredNumberInt64ArrayArray(ctx context.Context, request [][]int64) (*Error, error)

TestRequestRequiredNumberInt64ArrayArray invokes test_request_required_number_int64_array_array operation.

POST /test_request_required_number_int64_array_array

func (*Client) TestRequestRequiredNumberInt64Nullable

func (c *Client) TestRequestRequiredNumberInt64Nullable(ctx context.Context, request NilInt64) (*Error, error)

TestRequestRequiredNumberInt64Nullable invokes test_request_required_number_int64_nullable operation.

POST /test_request_required_number_int64_nullable

func (*Client) TestRequestRequiredNumberInt64NullableArray

func (c *Client) TestRequestRequiredNumberInt64NullableArray(ctx context.Context, request []NilInt64) (*Error, error)

TestRequestRequiredNumberInt64NullableArray invokes test_request_required_number_int64_nullable_array operation.

POST /test_request_required_number_int64_nullable_array

func (*Client) TestRequestRequiredNumberInt64NullableArrayArray

func (c *Client) TestRequestRequiredNumberInt64NullableArrayArray(ctx context.Context, request [][]NilInt64) (*Error, error)

TestRequestRequiredNumberInt64NullableArrayArray invokes test_request_required_number_int64_nullable_array_array operation.

POST /test_request_required_number_int64_nullable_array_array

func (*Client) TestRequestRequiredNumberNullable

func (c *Client) TestRequestRequiredNumberNullable(ctx context.Context, request NilFloat64) (*Error, error)

TestRequestRequiredNumberNullable invokes test_request_required_number_nullable operation.

POST /test_request_required_number_nullable

func (*Client) TestRequestRequiredNumberNullableArray

func (c *Client) TestRequestRequiredNumberNullableArray(ctx context.Context, request []NilFloat64) (*Error, error)

TestRequestRequiredNumberNullableArray invokes test_request_required_number_nullable_array operation.

POST /test_request_required_number_nullable_array

func (*Client) TestRequestRequiredNumberNullableArrayArray

func (c *Client) TestRequestRequiredNumberNullableArrayArray(ctx context.Context, request [][]NilFloat64) (*Error, error)

TestRequestRequiredNumberNullableArrayArray invokes test_request_required_number_nullable_array_array operation.

POST /test_request_required_number_nullable_array_array

func (*Client) TestRequestRequiredString

func (c *Client) TestRequestRequiredString(ctx context.Context, request string) (*Error, error)

TestRequestRequiredString invokes test_request_required_string operation.

POST /test_request_required_string

func (*Client) TestRequestRequiredStringArray

func (c *Client) TestRequestRequiredStringArray(ctx context.Context, request []string) (*Error, error)

TestRequestRequiredStringArray invokes test_request_required_string_array operation.

POST /test_request_required_string_array

func (*Client) TestRequestRequiredStringArrayArray

func (c *Client) TestRequestRequiredStringArrayArray(ctx context.Context, request [][]string) (*Error, error)

TestRequestRequiredStringArrayArray invokes test_request_required_string_array_array operation.

POST /test_request_required_string_array_array

func (*Client) TestRequestRequiredStringBase64

func (c *Client) TestRequestRequiredStringBase64(ctx context.Context, request []byte) (*Error, error)

TestRequestRequiredStringBase64 invokes test_request_required_string_base64 operation.

POST /test_request_required_string_base64

func (*Client) TestRequestRequiredStringBase64Array

func (c *Client) TestRequestRequiredStringBase64Array(ctx context.Context, request [][]byte) (*Error, error)

TestRequestRequiredStringBase64Array invokes test_request_required_string_base64_array operation.

POST /test_request_required_string_base64_array

func (*Client) TestRequestRequiredStringBase64ArrayArray

func (c *Client) TestRequestRequiredStringBase64ArrayArray(ctx context.Context, request [][][]byte) (*Error, error)

TestRequestRequiredStringBase64ArrayArray invokes test_request_required_string_base64_array_array operation.

POST /test_request_required_string_base64_array_array

func (*Client) TestRequestRequiredStringBase64Nullable

func (c *Client) TestRequestRequiredStringBase64Nullable(ctx context.Context, request []byte) (*Error, error)

TestRequestRequiredStringBase64Nullable invokes test_request_required_string_base64_nullable operation.

POST /test_request_required_string_base64_nullable

func (*Client) TestRequestRequiredStringBase64NullableArray

func (c *Client) TestRequestRequiredStringBase64NullableArray(ctx context.Context, request [][]byte) (*Error, error)

TestRequestRequiredStringBase64NullableArray invokes test_request_required_string_base64_nullable_array operation.

POST /test_request_required_string_base64_nullable_array

func (*Client) TestRequestRequiredStringBase64NullableArrayArray

func (c *Client) TestRequestRequiredStringBase64NullableArrayArray(ctx context.Context, request [][][]byte) (*Error, error)

TestRequestRequiredStringBase64NullableArrayArray invokes test_request_required_string_base64_nullable_array_array operation.

POST /test_request_required_string_base64_nullable_array_array

func (*Client) TestRequestRequiredStringBinary

func (c *Client) TestRequestRequiredStringBinary(ctx context.Context, request string) (*Error, error)

TestRequestRequiredStringBinary invokes test_request_required_string_binary operation.

POST /test_request_required_string_binary

func (*Client) TestRequestRequiredStringBinaryArray

func (c *Client) TestRequestRequiredStringBinaryArray(ctx context.Context, request []string) (*Error, error)

TestRequestRequiredStringBinaryArray invokes test_request_required_string_binary_array operation.

POST /test_request_required_string_binary_array

func (*Client) TestRequestRequiredStringBinaryArrayArray

func (c *Client) TestRequestRequiredStringBinaryArrayArray(ctx context.Context, request [][]string) (*Error, error)

TestRequestRequiredStringBinaryArrayArray invokes test_request_required_string_binary_array_array operation.

POST /test_request_required_string_binary_array_array

func (*Client) TestRequestRequiredStringBinaryNullable

func (c *Client) TestRequestRequiredStringBinaryNullable(ctx context.Context, request NilString) (*Error, error)

TestRequestRequiredStringBinaryNullable invokes test_request_required_string_binary_nullable operation.

POST /test_request_required_string_binary_nullable

func (*Client) TestRequestRequiredStringBinaryNullableArray

func (c *Client) TestRequestRequiredStringBinaryNullableArray(ctx context.Context, request []NilString) (*Error, error)

TestRequestRequiredStringBinaryNullableArray invokes test_request_required_string_binary_nullable_array operation.

POST /test_request_required_string_binary_nullable_array

func (*Client) TestRequestRequiredStringBinaryNullableArrayArray

func (c *Client) TestRequestRequiredStringBinaryNullableArrayArray(ctx context.Context, request [][]NilString) (*Error, error)

TestRequestRequiredStringBinaryNullableArrayArray invokes test_request_required_string_binary_nullable_array_array operation.

POST /test_request_required_string_binary_nullable_array_array

func (*Client) TestRequestRequiredStringByte

func (c *Client) TestRequestRequiredStringByte(ctx context.Context, request []byte) (*Error, error)

TestRequestRequiredStringByte invokes test_request_required_string_byte operation.

POST /test_request_required_string_byte

func (*Client) TestRequestRequiredStringByteArray

func (c *Client) TestRequestRequiredStringByteArray(ctx context.Context, request [][]byte) (*Error, error)

TestRequestRequiredStringByteArray invokes test_request_required_string_byte_array operation.

POST /test_request_required_string_byte_array

func (*Client) TestRequestRequiredStringByteArrayArray

func (c *Client) TestRequestRequiredStringByteArrayArray(ctx context.Context, request [][][]byte) (*Error, error)

TestRequestRequiredStringByteArrayArray invokes test_request_required_string_byte_array_array operation.

POST /test_request_required_string_byte_array_array

func (*Client) TestRequestRequiredStringByteNullable

func (c *Client) TestRequestRequiredStringByteNullable(ctx context.Context, request []byte) (*Error, error)

TestRequestRequiredStringByteNullable invokes test_request_required_string_byte_nullable operation.

POST /test_request_required_string_byte_nullable

func (*Client) TestRequestRequiredStringByteNullableArray

func (c *Client) TestRequestRequiredStringByteNullableArray(ctx context.Context, request [][]byte) (*Error, error)

TestRequestRequiredStringByteNullableArray invokes test_request_required_string_byte_nullable_array operation.

POST /test_request_required_string_byte_nullable_array

func (*Client) TestRequestRequiredStringByteNullableArrayArray

func (c *Client) TestRequestRequiredStringByteNullableArrayArray(ctx context.Context, request [][][]byte) (*Error, error)

TestRequestRequiredStringByteNullableArrayArray invokes test_request_required_string_byte_nullable_array_array operation.

POST /test_request_required_string_byte_nullable_array_array

func (*Client) TestRequestRequiredStringDate

func (c *Client) TestRequestRequiredStringDate(ctx context.Context, request time.Time) (*Error, error)

TestRequestRequiredStringDate invokes test_request_required_string_date operation.

POST /test_request_required_string_date

func (*Client) TestRequestRequiredStringDateArray

func (c *Client) TestRequestRequiredStringDateArray(ctx context.Context, request []time.Time) (*Error, error)

TestRequestRequiredStringDateArray invokes test_request_required_string_date_array operation.

POST /test_request_required_string_date_array

func (*Client) TestRequestRequiredStringDateArrayArray

func (c *Client) TestRequestRequiredStringDateArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)

TestRequestRequiredStringDateArrayArray invokes test_request_required_string_date_array_array operation.

POST /test_request_required_string_date_array_array

func (*Client) TestRequestRequiredStringDateNullable

func (c *Client) TestRequestRequiredStringDateNullable(ctx context.Context, request NilDate) (*Error, error)

TestRequestRequiredStringDateNullable invokes test_request_required_string_date_nullable operation.

POST /test_request_required_string_date_nullable

func (*Client) TestRequestRequiredStringDateNullableArray

func (c *Client) TestRequestRequiredStringDateNullableArray(ctx context.Context, request []NilDate) (*Error, error)

TestRequestRequiredStringDateNullableArray invokes test_request_required_string_date_nullable_array operation.

POST /test_request_required_string_date_nullable_array

func (*Client) TestRequestRequiredStringDateNullableArrayArray

func (c *Client) TestRequestRequiredStringDateNullableArrayArray(ctx context.Context, request [][]NilDate) (*Error, error)

TestRequestRequiredStringDateNullableArrayArray invokes test_request_required_string_date_nullable_array_array operation.

POST /test_request_required_string_date_nullable_array_array

func (*Client) TestRequestRequiredStringDateTime

func (c *Client) TestRequestRequiredStringDateTime(ctx context.Context, request time.Time) (*Error, error)

TestRequestRequiredStringDateTime invokes test_request_required_string_date-time operation.

POST /test_request_required_string_date-time

func (*Client) TestRequestRequiredStringDateTimeArray

func (c *Client) TestRequestRequiredStringDateTimeArray(ctx context.Context, request []time.Time) (*Error, error)

TestRequestRequiredStringDateTimeArray invokes test_request_required_string_date-time_array operation.

POST /test_request_required_string_date-time_array

func (*Client) TestRequestRequiredStringDateTimeArrayArray

func (c *Client) TestRequestRequiredStringDateTimeArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)

TestRequestRequiredStringDateTimeArrayArray invokes test_request_required_string_date-time_array_array operation.

POST /test_request_required_string_date-time_array_array

func (*Client) TestRequestRequiredStringDateTimeNullable

func (c *Client) TestRequestRequiredStringDateTimeNullable(ctx context.Context, request NilDateTime) (*Error, error)

TestRequestRequiredStringDateTimeNullable invokes test_request_required_string_date-time_nullable operation.

POST /test_request_required_string_date-time_nullable

func (*Client) TestRequestRequiredStringDateTimeNullableArray

func (c *Client) TestRequestRequiredStringDateTimeNullableArray(ctx context.Context, request []NilDateTime) (*Error, error)

TestRequestRequiredStringDateTimeNullableArray invokes test_request_required_string_date-time_nullable_array operation.

POST /test_request_required_string_date-time_nullable_array

func (*Client) TestRequestRequiredStringDateTimeNullableArrayArray

func (c *Client) TestRequestRequiredStringDateTimeNullableArrayArray(ctx context.Context, request [][]NilDateTime) (*Error, error)

TestRequestRequiredStringDateTimeNullableArrayArray invokes test_request_required_string_date-time_nullable_array_array operation.

POST /test_request_required_string_date-time_nullable_array_array

func (*Client) TestRequestRequiredStringDuration

func (c *Client) TestRequestRequiredStringDuration(ctx context.Context, request time.Duration) (*Error, error)

TestRequestRequiredStringDuration invokes test_request_required_string_duration operation.

POST /test_request_required_string_duration

func (*Client) TestRequestRequiredStringDurationArray

func (c *Client) TestRequestRequiredStringDurationArray(ctx context.Context, request []time.Duration) (*Error, error)

TestRequestRequiredStringDurationArray invokes test_request_required_string_duration_array operation.

POST /test_request_required_string_duration_array

func (*Client) TestRequestRequiredStringDurationArrayArray

func (c *Client) TestRequestRequiredStringDurationArrayArray(ctx context.Context, request [][]time.Duration) (*Error, error)

TestRequestRequiredStringDurationArrayArray invokes test_request_required_string_duration_array_array operation.

POST /test_request_required_string_duration_array_array

func (*Client) TestRequestRequiredStringDurationNullable

func (c *Client) TestRequestRequiredStringDurationNullable(ctx context.Context, request NilDuration) (*Error, error)

TestRequestRequiredStringDurationNullable invokes test_request_required_string_duration_nullable operation.

POST /test_request_required_string_duration_nullable

func (*Client) TestRequestRequiredStringDurationNullableArray

func (c *Client) TestRequestRequiredStringDurationNullableArray(ctx context.Context, request []NilDuration) (*Error, error)

TestRequestRequiredStringDurationNullableArray invokes test_request_required_string_duration_nullable_array operation.

POST /test_request_required_string_duration_nullable_array

func (*Client) TestRequestRequiredStringDurationNullableArrayArray

func (c *Client) TestRequestRequiredStringDurationNullableArrayArray(ctx context.Context, request [][]NilDuration) (*Error, error)

TestRequestRequiredStringDurationNullableArrayArray invokes test_request_required_string_duration_nullable_array_array operation.

POST /test_request_required_string_duration_nullable_array_array

func (*Client) TestRequestRequiredStringEmail

func (c *Client) TestRequestRequiredStringEmail(ctx context.Context, request string) (*Error, error)

TestRequestRequiredStringEmail invokes test_request_required_string_email operation.

POST /test_request_required_string_email

func (*Client) TestRequestRequiredStringEmailArray

func (c *Client) TestRequestRequiredStringEmailArray(ctx context.Context, request []string) (*Error, error)

TestRequestRequiredStringEmailArray invokes test_request_required_string_email_array operation.

POST /test_request_required_string_email_array

func (*Client) TestRequestRequiredStringEmailArrayArray

func (c *Client) TestRequestRequiredStringEmailArrayArray(ctx context.Context, request [][]string) (*Error, error)

TestRequestRequiredStringEmailArrayArray invokes test_request_required_string_email_array_array operation.

POST /test_request_required_string_email_array_array

func (*Client) TestRequestRequiredStringEmailNullable

func (c *Client) TestRequestRequiredStringEmailNullable(ctx context.Context, request NilString) (*Error, error)

TestRequestRequiredStringEmailNullable invokes test_request_required_string_email_nullable operation.

POST /test_request_required_string_email_nullable

func (*Client) TestRequestRequiredStringEmailNullableArray

func (c *Client) TestRequestRequiredStringEmailNullableArray(ctx context.Context, request []NilString) (*Error, error)

TestRequestRequiredStringEmailNullableArray invokes test_request_required_string_email_nullable_array operation.

POST /test_request_required_string_email_nullable_array

func (*Client) TestRequestRequiredStringEmailNullableArrayArray

func (c *Client) TestRequestRequiredStringEmailNullableArrayArray(ctx context.Context, request [][]NilString) (*Error, error)

TestRequestRequiredStringEmailNullableArrayArray invokes test_request_required_string_email_nullable_array_array operation.

POST /test_request_required_string_email_nullable_array_array

func (*Client) TestRequestRequiredStringFloat32

func (c *Client) TestRequestRequiredStringFloat32(ctx context.Context, request float32) (*Error, error)

TestRequestRequiredStringFloat32 invokes test_request_required_string_float32 operation.

POST /test_request_required_string_float32

func (*Client) TestRequestRequiredStringFloat32Array

func (c *Client) TestRequestRequiredStringFloat32Array(ctx context.Context, request []float32) (*Error, error)

TestRequestRequiredStringFloat32Array invokes test_request_required_string_float32_array operation.

POST /test_request_required_string_float32_array

func (*Client) TestRequestRequiredStringFloat32ArrayArray

func (c *Client) TestRequestRequiredStringFloat32ArrayArray(ctx context.Context, request [][]float32) (*Error, error)

TestRequestRequiredStringFloat32ArrayArray invokes test_request_required_string_float32_array_array operation.

POST /test_request_required_string_float32_array_array

func (*Client) TestRequestRequiredStringFloat32Nullable

func (c *Client) TestRequestRequiredStringFloat32Nullable(ctx context.Context, request NilStringFloat32) (*Error, error)

TestRequestRequiredStringFloat32Nullable invokes test_request_required_string_float32_nullable operation.

POST /test_request_required_string_float32_nullable

func (*Client) TestRequestRequiredStringFloat32NullableArray

func (c *Client) TestRequestRequiredStringFloat32NullableArray(ctx context.Context, request []NilStringFloat32) (*Error, error)

TestRequestRequiredStringFloat32NullableArray invokes test_request_required_string_float32_nullable_array operation.

POST /test_request_required_string_float32_nullable_array

func (*Client) TestRequestRequiredStringFloat32NullableArrayArray

func (c *Client) TestRequestRequiredStringFloat32NullableArrayArray(ctx context.Context, request [][]NilStringFloat32) (*Error, error)

TestRequestRequiredStringFloat32NullableArrayArray invokes test_request_required_string_float32_nullable_array_array operation.

POST /test_request_required_string_float32_nullable_array_array

func (*Client) TestRequestRequiredStringFloat64

func (c *Client) TestRequestRequiredStringFloat64(ctx context.Context, request float64) (*Error, error)

TestRequestRequiredStringFloat64 invokes test_request_required_string_float64 operation.

POST /test_request_required_string_float64

func (*Client) TestRequestRequiredStringFloat64Array

func (c *Client) TestRequestRequiredStringFloat64Array(ctx context.Context, request []float64) (*Error, error)

TestRequestRequiredStringFloat64Array invokes test_request_required_string_float64_array operation.

POST /test_request_required_string_float64_array

func (*Client) TestRequestRequiredStringFloat64ArrayArray

func (c *Client) TestRequestRequiredStringFloat64ArrayArray(ctx context.Context, request [][]float64) (*Error, error)

TestRequestRequiredStringFloat64ArrayArray invokes test_request_required_string_float64_array_array operation.

POST /test_request_required_string_float64_array_array

func (*Client) TestRequestRequiredStringFloat64Nullable

func (c *Client) TestRequestRequiredStringFloat64Nullable(ctx context.Context, request NilStringFloat64) (*Error, error)

TestRequestRequiredStringFloat64Nullable invokes test_request_required_string_float64_nullable operation.

POST /test_request_required_string_float64_nullable

func (*Client) TestRequestRequiredStringFloat64NullableArray

func (c *Client) TestRequestRequiredStringFloat64NullableArray(ctx context.Context, request []NilStringFloat64) (*Error, error)

TestRequestRequiredStringFloat64NullableArray invokes test_request_required_string_float64_nullable_array operation.

POST /test_request_required_string_float64_nullable_array

func (*Client) TestRequestRequiredStringFloat64NullableArrayArray

func (c *Client) TestRequestRequiredStringFloat64NullableArrayArray(ctx context.Context, request [][]NilStringFloat64) (*Error, error)

TestRequestRequiredStringFloat64NullableArrayArray invokes test_request_required_string_float64_nullable_array_array operation.

POST /test_request_required_string_float64_nullable_array_array

func (*Client) TestRequestRequiredStringHostname

func (c *Client) TestRequestRequiredStringHostname(ctx context.Context, request string) (*Error, error)

TestRequestRequiredStringHostname invokes test_request_required_string_hostname operation.

POST /test_request_required_string_hostname

func (*Client) TestRequestRequiredStringHostnameArray

func (c *Client) TestRequestRequiredStringHostnameArray(ctx context.Context, request []string) (*Error, error)

TestRequestRequiredStringHostnameArray invokes test_request_required_string_hostname_array operation.

POST /test_request_required_string_hostname_array

func (*Client) TestRequestRequiredStringHostnameArrayArray

func (c *Client) TestRequestRequiredStringHostnameArrayArray(ctx context.Context, request [][]string) (*Error, error)

TestRequestRequiredStringHostnameArrayArray invokes test_request_required_string_hostname_array_array operation.

POST /test_request_required_string_hostname_array_array

func (*Client) TestRequestRequiredStringHostnameNullable

func (c *Client) TestRequestRequiredStringHostnameNullable(ctx context.Context, request NilString) (*Error, error)

TestRequestRequiredStringHostnameNullable invokes test_request_required_string_hostname_nullable operation.

POST /test_request_required_string_hostname_nullable

func (*Client) TestRequestRequiredStringHostnameNullableArray

func (c *Client) TestRequestRequiredStringHostnameNullableArray(ctx context.Context, request []NilString) (*Error, error)

TestRequestRequiredStringHostnameNullableArray invokes test_request_required_string_hostname_nullable_array operation.

POST /test_request_required_string_hostname_nullable_array

func (*Client) TestRequestRequiredStringHostnameNullableArrayArray

func (c *Client) TestRequestRequiredStringHostnameNullableArrayArray(ctx context.Context, request [][]NilString) (*Error, error)

TestRequestRequiredStringHostnameNullableArrayArray invokes test_request_required_string_hostname_nullable_array_array operation.

POST /test_request_required_string_hostname_nullable_array_array

func (*Client) TestRequestRequiredStringIP

func (c *Client) TestRequestRequiredStringIP(ctx context.Context, request netip.Addr) (*Error, error)

TestRequestRequiredStringIP invokes test_request_required_string_ip operation.

POST /test_request_required_string_ip

func (*Client) TestRequestRequiredStringIPArray

func (c *Client) TestRequestRequiredStringIPArray(ctx context.Context, request []netip.Addr) (*Error, error)

TestRequestRequiredStringIPArray invokes test_request_required_string_ip_array operation.

POST /test_request_required_string_ip_array

func (*Client) TestRequestRequiredStringIPArrayArray

func (c *Client) TestRequestRequiredStringIPArrayArray(ctx context.Context, request [][]netip.Addr) (*Error, error)

TestRequestRequiredStringIPArrayArray invokes test_request_required_string_ip_array_array operation.

POST /test_request_required_string_ip_array_array

func (*Client) TestRequestRequiredStringIPNullable

func (c *Client) TestRequestRequiredStringIPNullable(ctx context.Context, request NilIP) (*Error, error)

TestRequestRequiredStringIPNullable invokes test_request_required_string_ip_nullable operation.

POST /test_request_required_string_ip_nullable

func (*Client) TestRequestRequiredStringIPNullableArray

func (c *Client) TestRequestRequiredStringIPNullableArray(ctx context.Context, request []NilIP) (*Error, error)

TestRequestRequiredStringIPNullableArray invokes test_request_required_string_ip_nullable_array operation.

POST /test_request_required_string_ip_nullable_array

func (*Client) TestRequestRequiredStringIPNullableArrayArray

func (c *Client) TestRequestRequiredStringIPNullableArrayArray(ctx context.Context, request [][]NilIP) (*Error, error)

TestRequestRequiredStringIPNullableArrayArray invokes test_request_required_string_ip_nullable_array_array operation.

POST /test_request_required_string_ip_nullable_array_array

func (*Client) TestRequestRequiredStringInt

func (c *Client) TestRequestRequiredStringInt(ctx context.Context, request int) (*Error, error)

TestRequestRequiredStringInt invokes test_request_required_string_int operation.

POST /test_request_required_string_int

func (*Client) TestRequestRequiredStringInt16

func (c *Client) TestRequestRequiredStringInt16(ctx context.Context, request int16) (*Error, error)

TestRequestRequiredStringInt16 invokes test_request_required_string_int16 operation.

POST /test_request_required_string_int16

func (*Client) TestRequestRequiredStringInt16Array

func (c *Client) TestRequestRequiredStringInt16Array(ctx context.Context, request []int16) (*Error, error)

TestRequestRequiredStringInt16Array invokes test_request_required_string_int16_array operation.

POST /test_request_required_string_int16_array

func (*Client) TestRequestRequiredStringInt16ArrayArray

func (c *Client) TestRequestRequiredStringInt16ArrayArray(ctx context.Context, request [][]int16) (*Error, error)

TestRequestRequiredStringInt16ArrayArray invokes test_request_required_string_int16_array_array operation.

POST /test_request_required_string_int16_array_array

func (*Client) TestRequestRequiredStringInt16Nullable

func (c *Client) TestRequestRequiredStringInt16Nullable(ctx context.Context, request NilStringInt16) (*Error, error)

TestRequestRequiredStringInt16Nullable invokes test_request_required_string_int16_nullable operation.

POST /test_request_required_string_int16_nullable

func (*Client) TestRequestRequiredStringInt16NullableArray

func (c *Client) TestRequestRequiredStringInt16NullableArray(ctx context.Context, request []NilStringInt16) (*Error, error)

TestRequestRequiredStringInt16NullableArray invokes test_request_required_string_int16_nullable_array operation.

POST /test_request_required_string_int16_nullable_array

func (*Client) TestRequestRequiredStringInt16NullableArrayArray

func (c *Client) TestRequestRequiredStringInt16NullableArrayArray(ctx context.Context, request [][]NilStringInt16) (*Error, error)

TestRequestRequiredStringInt16NullableArrayArray invokes test_request_required_string_int16_nullable_array_array operation.

POST /test_request_required_string_int16_nullable_array_array

func (*Client) TestRequestRequiredStringInt32

func (c *Client) TestRequestRequiredStringInt32(ctx context.Context, request int32) (*Error, error)

TestRequestRequiredStringInt32 invokes test_request_required_string_int32 operation.

POST /test_request_required_string_int32

func (*Client) TestRequestRequiredStringInt32Array

func (c *Client) TestRequestRequiredStringInt32Array(ctx context.Context, request []int32) (*Error, error)

TestRequestRequiredStringInt32Array invokes test_request_required_string_int32_array operation.

POST /test_request_required_string_int32_array

func (*Client) TestRequestRequiredStringInt32ArrayArray

func (c *Client) TestRequestRequiredStringInt32ArrayArray(ctx context.Context, request [][]int32) (*Error, error)

TestRequestRequiredStringInt32ArrayArray invokes test_request_required_string_int32_array_array operation.

POST /test_request_required_string_int32_array_array

func (*Client) TestRequestRequiredStringInt32Nullable

func (c *Client) TestRequestRequiredStringInt32Nullable(ctx context.Context, request NilStringInt32) (*Error, error)

TestRequestRequiredStringInt32Nullable invokes test_request_required_string_int32_nullable operation.

POST /test_request_required_string_int32_nullable

func (*Client) TestRequestRequiredStringInt32NullableArray

func (c *Client) TestRequestRequiredStringInt32NullableArray(ctx context.Context, request []NilStringInt32) (*Error, error)

TestRequestRequiredStringInt32NullableArray invokes test_request_required_string_int32_nullable_array operation.

POST /test_request_required_string_int32_nullable_array

func (*Client) TestRequestRequiredStringInt32NullableArrayArray

func (c *Client) TestRequestRequiredStringInt32NullableArrayArray(ctx context.Context, request [][]NilStringInt32) (*Error, error)

TestRequestRequiredStringInt32NullableArrayArray invokes test_request_required_string_int32_nullable_array_array operation.

POST /test_request_required_string_int32_nullable_array_array

func (*Client) TestRequestRequiredStringInt64

func (c *Client) TestRequestRequiredStringInt64(ctx context.Context, request int64) (*Error, error)

TestRequestRequiredStringInt64 invokes test_request_required_string_int64 operation.

POST /test_request_required_string_int64

func (*Client) TestRequestRequiredStringInt64Array

func (c *Client) TestRequestRequiredStringInt64Array(ctx context.Context, request []int64) (*Error, error)

TestRequestRequiredStringInt64Array invokes test_request_required_string_int64_array operation.

POST /test_request_required_string_int64_array

func (*Client) TestRequestRequiredStringInt64ArrayArray

func (c *Client) TestRequestRequiredStringInt64ArrayArray(ctx context.Context, request [][]int64) (*Error, error)

TestRequestRequiredStringInt64ArrayArray invokes test_request_required_string_int64_array_array operation.

POST /test_request_required_string_int64_array_array

func (*Client) TestRequestRequiredStringInt64Nullable

func (c *Client) TestRequestRequiredStringInt64Nullable(ctx context.Context, request NilStringInt64) (*Error, error)

TestRequestRequiredStringInt64Nullable invokes test_request_required_string_int64_nullable operation.

POST /test_request_required_string_int64_nullable

func (*Client) TestRequestRequiredStringInt64NullableArray

func (c *Client) TestRequestRequiredStringInt64NullableArray(ctx context.Context, request []NilStringInt64) (*Error, error)

TestRequestRequiredStringInt64NullableArray invokes test_request_required_string_int64_nullable_array operation.

POST /test_request_required_string_int64_nullable_array

func (*Client) TestRequestRequiredStringInt64NullableArrayArray

func (c *Client) TestRequestRequiredStringInt64NullableArrayArray(ctx context.Context, request [][]NilStringInt64) (*Error, error)

TestRequestRequiredStringInt64NullableArrayArray invokes test_request_required_string_int64_nullable_array_array operation.

POST /test_request_required_string_int64_nullable_array_array

func (*Client) TestRequestRequiredStringInt8

func (c *Client) TestRequestRequiredStringInt8(ctx context.Context, request int8) (*Error, error)

TestRequestRequiredStringInt8 invokes test_request_required_string_int8 operation.

POST /test_request_required_string_int8

func (*Client) TestRequestRequiredStringInt8Array

func (c *Client) TestRequestRequiredStringInt8Array(ctx context.Context, request []int8) (*Error, error)

TestRequestRequiredStringInt8Array invokes test_request_required_string_int8_array operation.

POST /test_request_required_string_int8_array

func (*Client) TestRequestRequiredStringInt8ArrayArray

func (c *Client) TestRequestRequiredStringInt8ArrayArray(ctx context.Context, request [][]int8) (*Error, error)

TestRequestRequiredStringInt8ArrayArray invokes test_request_required_string_int8_array_array operation.

POST /test_request_required_string_int8_array_array

func (*Client) TestRequestRequiredStringInt8Nullable

func (c *Client) TestRequestRequiredStringInt8Nullable(ctx context.Context, request NilStringInt8) (*Error, error)

TestRequestRequiredStringInt8Nullable invokes test_request_required_string_int8_nullable operation.

POST /test_request_required_string_int8_nullable

func (*Client) TestRequestRequiredStringInt8NullableArray

func (c *Client) TestRequestRequiredStringInt8NullableArray(ctx context.Context, request []NilStringInt8) (*Error, error)

TestRequestRequiredStringInt8NullableArray invokes test_request_required_string_int8_nullable_array operation.

POST /test_request_required_string_int8_nullable_array

func (*Client) TestRequestRequiredStringInt8NullableArrayArray

func (c *Client) TestRequestRequiredStringInt8NullableArrayArray(ctx context.Context, request [][]NilStringInt8) (*Error, error)

TestRequestRequiredStringInt8NullableArrayArray invokes test_request_required_string_int8_nullable_array_array operation.

POST /test_request_required_string_int8_nullable_array_array

func (*Client) TestRequestRequiredStringIntArray

func (c *Client) TestRequestRequiredStringIntArray(ctx context.Context, request []int) (*Error, error)

TestRequestRequiredStringIntArray invokes test_request_required_string_int_array operation.

POST /test_request_required_string_int_array

func (*Client) TestRequestRequiredStringIntArrayArray

func (c *Client) TestRequestRequiredStringIntArrayArray(ctx context.Context, request [][]int) (*Error, error)

TestRequestRequiredStringIntArrayArray invokes test_request_required_string_int_array_array operation.

POST /test_request_required_string_int_array_array

func (*Client) TestRequestRequiredStringIntNullable

func (c *Client) TestRequestRequiredStringIntNullable(ctx context.Context, request NilStringInt) (*Error, error)

TestRequestRequiredStringIntNullable invokes test_request_required_string_int_nullable operation.

POST /test_request_required_string_int_nullable

func (*Client) TestRequestRequiredStringIntNullableArray

func (c *Client) TestRequestRequiredStringIntNullableArray(ctx context.Context, request []NilStringInt) (*Error, error)

TestRequestRequiredStringIntNullableArray invokes test_request_required_string_int_nullable_array operation.

POST /test_request_required_string_int_nullable_array

func (*Client) TestRequestRequiredStringIntNullableArrayArray

func (c *Client) TestRequestRequiredStringIntNullableArrayArray(ctx context.Context, request [][]NilStringInt) (*Error, error)

TestRequestRequiredStringIntNullableArrayArray invokes test_request_required_string_int_nullable_array_array operation.

POST /test_request_required_string_int_nullable_array_array

func (*Client) TestRequestRequiredStringIpv4

func (c *Client) TestRequestRequiredStringIpv4(ctx context.Context, request netip.Addr) (*Error, error)

TestRequestRequiredStringIpv4 invokes test_request_required_string_ipv4 operation.

POST /test_request_required_string_ipv4

func (*Client) TestRequestRequiredStringIpv4Array

func (c *Client) TestRequestRequiredStringIpv4Array(ctx context.Context, request []netip.Addr) (*Error, error)

TestRequestRequiredStringIpv4Array invokes test_request_required_string_ipv4_array operation.

POST /test_request_required_string_ipv4_array

func (*Client) TestRequestRequiredStringIpv4ArrayArray

func (c *Client) TestRequestRequiredStringIpv4ArrayArray(ctx context.Context, request [][]netip.Addr) (*Error, error)

TestRequestRequiredStringIpv4ArrayArray invokes test_request_required_string_ipv4_array_array operation.

POST /test_request_required_string_ipv4_array_array

func (*Client) TestRequestRequiredStringIpv4Nullable

func (c *Client) TestRequestRequiredStringIpv4Nullable(ctx context.Context, request NilIPv4) (*Error, error)

TestRequestRequiredStringIpv4Nullable invokes test_request_required_string_ipv4_nullable operation.

POST /test_request_required_string_ipv4_nullable

func (*Client) TestRequestRequiredStringIpv4NullableArray

func (c *Client) TestRequestRequiredStringIpv4NullableArray(ctx context.Context, request []NilIPv4) (*Error, error)

TestRequestRequiredStringIpv4NullableArray invokes test_request_required_string_ipv4_nullable_array operation.

POST /test_request_required_string_ipv4_nullable_array

func (*Client) TestRequestRequiredStringIpv4NullableArrayArray

func (c *Client) TestRequestRequiredStringIpv4NullableArrayArray(ctx context.Context, request [][]NilIPv4) (*Error, error)

TestRequestRequiredStringIpv4NullableArrayArray invokes test_request_required_string_ipv4_nullable_array_array operation.

POST /test_request_required_string_ipv4_nullable_array_array

func (*Client) TestRequestRequiredStringIpv6

func (c *Client) TestRequestRequiredStringIpv6(ctx context.Context, request netip.Addr) (*Error, error)

TestRequestRequiredStringIpv6 invokes test_request_required_string_ipv6 operation.

POST /test_request_required_string_ipv6

func (*Client) TestRequestRequiredStringIpv6Array

func (c *Client) TestRequestRequiredStringIpv6Array(ctx context.Context, request []netip.Addr) (*Error, error)

TestRequestRequiredStringIpv6Array invokes test_request_required_string_ipv6_array operation.

POST /test_request_required_string_ipv6_array

func (*Client) TestRequestRequiredStringIpv6ArrayArray

func (c *Client) TestRequestRequiredStringIpv6ArrayArray(ctx context.Context, request [][]netip.Addr) (*Error, error)

TestRequestRequiredStringIpv6ArrayArray invokes test_request_required_string_ipv6_array_array operation.

POST /test_request_required_string_ipv6_array_array

func (*Client) TestRequestRequiredStringIpv6Nullable

func (c *Client) TestRequestRequiredStringIpv6Nullable(ctx context.Context, request NilIPv6) (*Error, error)

TestRequestRequiredStringIpv6Nullable invokes test_request_required_string_ipv6_nullable operation.

POST /test_request_required_string_ipv6_nullable

func (*Client) TestRequestRequiredStringIpv6NullableArray

func (c *Client) TestRequestRequiredStringIpv6NullableArray(ctx context.Context, request []NilIPv6) (*Error, error)

TestRequestRequiredStringIpv6NullableArray invokes test_request_required_string_ipv6_nullable_array operation.

POST /test_request_required_string_ipv6_nullable_array

func (*Client) TestRequestRequiredStringIpv6NullableArrayArray

func (c *Client) TestRequestRequiredStringIpv6NullableArrayArray(ctx context.Context, request [][]NilIPv6) (*Error, error)

TestRequestRequiredStringIpv6NullableArrayArray invokes test_request_required_string_ipv6_nullable_array_array operation.

POST /test_request_required_string_ipv6_nullable_array_array

func (*Client) TestRequestRequiredStringMAC

func (c *Client) TestRequestRequiredStringMAC(ctx context.Context, request net.HardwareAddr) (*Error, error)

TestRequestRequiredStringMAC invokes test_request_required_string_mac operation.

POST /test_request_required_string_mac

func (*Client) TestRequestRequiredStringMACArray

func (c *Client) TestRequestRequiredStringMACArray(ctx context.Context, request []net.HardwareAddr) (*Error, error)

TestRequestRequiredStringMACArray invokes test_request_required_string_mac_array operation.

POST /test_request_required_string_mac_array

func (*Client) TestRequestRequiredStringMACArrayArray

func (c *Client) TestRequestRequiredStringMACArrayArray(ctx context.Context, request [][]net.HardwareAddr) (*Error, error)

TestRequestRequiredStringMACArrayArray invokes test_request_required_string_mac_array_array operation.

POST /test_request_required_string_mac_array_array

func (*Client) TestRequestRequiredStringMACNullable

func (c *Client) TestRequestRequiredStringMACNullable(ctx context.Context, request NilHardwareAddr) (*Error, error)

TestRequestRequiredStringMACNullable invokes test_request_required_string_mac_nullable operation.

POST /test_request_required_string_mac_nullable

func (*Client) TestRequestRequiredStringMACNullableArray

func (c *Client) TestRequestRequiredStringMACNullableArray(ctx context.Context, request []NilHardwareAddr) (*Error, error)

TestRequestRequiredStringMACNullableArray invokes test_request_required_string_mac_nullable_array operation.

POST /test_request_required_string_mac_nullable_array

func (*Client) TestRequestRequiredStringMACNullableArrayArray

func (c *Client) TestRequestRequiredStringMACNullableArrayArray(ctx context.Context, request [][]NilHardwareAddr) (*Error, error)

TestRequestRequiredStringMACNullableArrayArray invokes test_request_required_string_mac_nullable_array_array operation.

POST /test_request_required_string_mac_nullable_array_array

func (*Client) TestRequestRequiredStringNullable

func (c *Client) TestRequestRequiredStringNullable(ctx context.Context, request NilString) (*Error, error)

TestRequestRequiredStringNullable invokes test_request_required_string_nullable operation.

POST /test_request_required_string_nullable

func (*Client) TestRequestRequiredStringNullableArray

func (c *Client) TestRequestRequiredStringNullableArray(ctx context.Context, request []NilString) (*Error, error)

TestRequestRequiredStringNullableArray invokes test_request_required_string_nullable_array operation.

POST /test_request_required_string_nullable_array

func (*Client) TestRequestRequiredStringNullableArrayArray

func (c *Client) TestRequestRequiredStringNullableArrayArray(ctx context.Context, request [][]NilString) (*Error, error)

TestRequestRequiredStringNullableArrayArray invokes test_request_required_string_nullable_array_array operation.

POST /test_request_required_string_nullable_array_array

func (*Client) TestRequestRequiredStringPassword

func (c *Client) TestRequestRequiredStringPassword(ctx context.Context, request string) (*Error, error)

TestRequestRequiredStringPassword invokes test_request_required_string_password operation.

POST /test_request_required_string_password

func (*Client) TestRequestRequiredStringPasswordArray

func (c *Client) TestRequestRequiredStringPasswordArray(ctx context.Context, request []string) (*Error, error)

TestRequestRequiredStringPasswordArray invokes test_request_required_string_password_array operation.

POST /test_request_required_string_password_array

func (*Client) TestRequestRequiredStringPasswordArrayArray

func (c *Client) TestRequestRequiredStringPasswordArrayArray(ctx context.Context, request [][]string) (*Error, error)

TestRequestRequiredStringPasswordArrayArray invokes test_request_required_string_password_array_array operation.

POST /test_request_required_string_password_array_array

func (*Client) TestRequestRequiredStringPasswordNullable

func (c *Client) TestRequestRequiredStringPasswordNullable(ctx context.Context, request NilString) (*Error, error)

TestRequestRequiredStringPasswordNullable invokes test_request_required_string_password_nullable operation.

POST /test_request_required_string_password_nullable

func (*Client) TestRequestRequiredStringPasswordNullableArray

func (c *Client) TestRequestRequiredStringPasswordNullableArray(ctx context.Context, request []NilString) (*Error, error)

TestRequestRequiredStringPasswordNullableArray invokes test_request_required_string_password_nullable_array operation.

POST /test_request_required_string_password_nullable_array

func (*Client) TestRequestRequiredStringPasswordNullableArrayArray

func (c *Client) TestRequestRequiredStringPasswordNullableArrayArray(ctx context.Context, request [][]NilString) (*Error, error)

TestRequestRequiredStringPasswordNullableArrayArray invokes test_request_required_string_password_nullable_array_array operation.

POST /test_request_required_string_password_nullable_array_array

func (*Client) TestRequestRequiredStringTime

func (c *Client) TestRequestRequiredStringTime(ctx context.Context, request time.Time) (*Error, error)

TestRequestRequiredStringTime invokes test_request_required_string_time operation.

POST /test_request_required_string_time

func (*Client) TestRequestRequiredStringTimeArray

func (c *Client) TestRequestRequiredStringTimeArray(ctx context.Context, request []time.Time) (*Error, error)

TestRequestRequiredStringTimeArray invokes test_request_required_string_time_array operation.

POST /test_request_required_string_time_array

func (*Client) TestRequestRequiredStringTimeArrayArray

func (c *Client) TestRequestRequiredStringTimeArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)

TestRequestRequiredStringTimeArrayArray invokes test_request_required_string_time_array_array operation.

POST /test_request_required_string_time_array_array

func (*Client) TestRequestRequiredStringTimeNullable

func (c *Client) TestRequestRequiredStringTimeNullable(ctx context.Context, request NilTime) (*Error, error)

TestRequestRequiredStringTimeNullable invokes test_request_required_string_time_nullable operation.

POST /test_request_required_string_time_nullable

func (*Client) TestRequestRequiredStringTimeNullableArray

func (c *Client) TestRequestRequiredStringTimeNullableArray(ctx context.Context, request []NilTime) (*Error, error)

TestRequestRequiredStringTimeNullableArray invokes test_request_required_string_time_nullable_array operation.

POST /test_request_required_string_time_nullable_array

func (*Client) TestRequestRequiredStringTimeNullableArrayArray

func (c *Client) TestRequestRequiredStringTimeNullableArrayArray(ctx context.Context, request [][]NilTime) (*Error, error)

TestRequestRequiredStringTimeNullableArrayArray invokes test_request_required_string_time_nullable_array_array operation.

POST /test_request_required_string_time_nullable_array_array

func (*Client) TestRequestRequiredStringURI

func (c *Client) TestRequestRequiredStringURI(ctx context.Context, request url.URL) (*Error, error)

TestRequestRequiredStringURI invokes test_request_required_string_uri operation.

POST /test_request_required_string_uri

func (*Client) TestRequestRequiredStringURIArray

func (c *Client) TestRequestRequiredStringURIArray(ctx context.Context, request []url.URL) (*Error, error)

TestRequestRequiredStringURIArray invokes test_request_required_string_uri_array operation.

POST /test_request_required_string_uri_array

func (*Client) TestRequestRequiredStringURIArrayArray

func (c *Client) TestRequestRequiredStringURIArrayArray(ctx context.Context, request [][]url.URL) (*Error, error)

TestRequestRequiredStringURIArrayArray invokes test_request_required_string_uri_array_array operation.

POST /test_request_required_string_uri_array_array

func (*Client) TestRequestRequiredStringURINullable

func (c *Client) TestRequestRequiredStringURINullable(ctx context.Context, request NilURI) (*Error, error)

TestRequestRequiredStringURINullable invokes test_request_required_string_uri_nullable operation.

POST /test_request_required_string_uri_nullable

func (*Client) TestRequestRequiredStringURINullableArray

func (c *Client) TestRequestRequiredStringURINullableArray(ctx context.Context, request []NilURI) (*Error, error)

TestRequestRequiredStringURINullableArray invokes test_request_required_string_uri_nullable_array operation.

POST /test_request_required_string_uri_nullable_array

func (*Client) TestRequestRequiredStringURINullableArrayArray

func (c *Client) TestRequestRequiredStringURINullableArrayArray(ctx context.Context, request [][]NilURI) (*Error, error)

TestRequestRequiredStringURINullableArrayArray invokes test_request_required_string_uri_nullable_array_array operation.

POST /test_request_required_string_uri_nullable_array_array

func (*Client) TestRequestRequiredStringUUID

func (c *Client) TestRequestRequiredStringUUID(ctx context.Context, request uuid.UUID) (*Error, error)

TestRequestRequiredStringUUID invokes test_request_required_string_uuid operation.

POST /test_request_required_string_uuid

func (*Client) TestRequestRequiredStringUUIDArray

func (c *Client) TestRequestRequiredStringUUIDArray(ctx context.Context, request []uuid.UUID) (*Error, error)

TestRequestRequiredStringUUIDArray invokes test_request_required_string_uuid_array operation.

POST /test_request_required_string_uuid_array

func (*Client) TestRequestRequiredStringUUIDArrayArray

func (c *Client) TestRequestRequiredStringUUIDArrayArray(ctx context.Context, request [][]uuid.UUID) (*Error, error)

TestRequestRequiredStringUUIDArrayArray invokes test_request_required_string_uuid_array_array operation.

POST /test_request_required_string_uuid_array_array

func (*Client) TestRequestRequiredStringUUIDNullable

func (c *Client) TestRequestRequiredStringUUIDNullable(ctx context.Context, request NilUUID) (*Error, error)

TestRequestRequiredStringUUIDNullable invokes test_request_required_string_uuid_nullable operation.

POST /test_request_required_string_uuid_nullable

func (*Client) TestRequestRequiredStringUUIDNullableArray

func (c *Client) TestRequestRequiredStringUUIDNullableArray(ctx context.Context, request []NilUUID) (*Error, error)

TestRequestRequiredStringUUIDNullableArray invokes test_request_required_string_uuid_nullable_array operation.

POST /test_request_required_string_uuid_nullable_array

func (*Client) TestRequestRequiredStringUUIDNullableArrayArray

func (c *Client) TestRequestRequiredStringUUIDNullableArrayArray(ctx context.Context, request [][]NilUUID) (*Error, error)

TestRequestRequiredStringUUIDNullableArrayArray invokes test_request_required_string_uuid_nullable_array_array operation.

POST /test_request_required_string_uuid_nullable_array_array

func (*Client) TestRequestRequiredStringUint

func (c *Client) TestRequestRequiredStringUint(ctx context.Context, request uint) (*Error, error)

TestRequestRequiredStringUint invokes test_request_required_string_uint operation.

POST /test_request_required_string_uint

func (*Client) TestRequestRequiredStringUint16

func (c *Client) TestRequestRequiredStringUint16(ctx context.Context, request uint16) (*Error, error)

TestRequestRequiredStringUint16 invokes test_request_required_string_uint16 operation.

POST /test_request_required_string_uint16

func (*Client) TestRequestRequiredStringUint16Array

func (c *Client) TestRequestRequiredStringUint16Array(ctx context.Context, request []uint16) (*Error, error)

TestRequestRequiredStringUint16Array invokes test_request_required_string_uint16_array operation.

POST /test_request_required_string_uint16_array

func (*Client) TestRequestRequiredStringUint16ArrayArray

func (c *Client) TestRequestRequiredStringUint16ArrayArray(ctx context.Context, request [][]uint16) (*Error, error)

TestRequestRequiredStringUint16ArrayArray invokes test_request_required_string_uint16_array_array operation.

POST /test_request_required_string_uint16_array_array

func (*Client) TestRequestRequiredStringUint16Nullable

func (c *Client) TestRequestRequiredStringUint16Nullable(ctx context.Context, request NilStringUint16) (*Error, error)

TestRequestRequiredStringUint16Nullable invokes test_request_required_string_uint16_nullable operation.

POST /test_request_required_string_uint16_nullable

func (*Client) TestRequestRequiredStringUint16NullableArray

func (c *Client) TestRequestRequiredStringUint16NullableArray(ctx context.Context, request []NilStringUint16) (*Error, error)

TestRequestRequiredStringUint16NullableArray invokes test_request_required_string_uint16_nullable_array operation.

POST /test_request_required_string_uint16_nullable_array

func (*Client) TestRequestRequiredStringUint16NullableArrayArray

func (c *Client) TestRequestRequiredStringUint16NullableArrayArray(ctx context.Context, request [][]NilStringUint16) (*Error, error)

TestRequestRequiredStringUint16NullableArrayArray invokes test_request_required_string_uint16_nullable_array_array operation.

POST /test_request_required_string_uint16_nullable_array_array

func (*Client) TestRequestRequiredStringUint32

func (c *Client) TestRequestRequiredStringUint32(ctx context.Context, request uint32) (*Error, error)

TestRequestRequiredStringUint32 invokes test_request_required_string_uint32 operation.

POST /test_request_required_string_uint32

func (*Client) TestRequestRequiredStringUint32Array

func (c *Client) TestRequestRequiredStringUint32Array(ctx context.Context, request []uint32) (*Error, error)

TestRequestRequiredStringUint32Array invokes test_request_required_string_uint32_array operation.

POST /test_request_required_string_uint32_array

func (*Client) TestRequestRequiredStringUint32ArrayArray

func (c *Client) TestRequestRequiredStringUint32ArrayArray(ctx context.Context, request [][]uint32) (*Error, error)

TestRequestRequiredStringUint32ArrayArray invokes test_request_required_string_uint32_array_array operation.

POST /test_request_required_string_uint32_array_array

func (*Client) TestRequestRequiredStringUint32Nullable

func (c *Client) TestRequestRequiredStringUint32Nullable(ctx context.Context, request NilStringUint32) (*Error, error)

TestRequestRequiredStringUint32Nullable invokes test_request_required_string_uint32_nullable operation.

POST /test_request_required_string_uint32_nullable

func (*Client) TestRequestRequiredStringUint32NullableArray

func (c *Client) TestRequestRequiredStringUint32NullableArray(ctx context.Context, request []NilStringUint32) (*Error, error)

TestRequestRequiredStringUint32NullableArray invokes test_request_required_string_uint32_nullable_array operation.

POST /test_request_required_string_uint32_nullable_array

func (*Client) TestRequestRequiredStringUint32NullableArrayArray

func (c *Client) TestRequestRequiredStringUint32NullableArrayArray(ctx context.Context, request [][]NilStringUint32) (*Error, error)

TestRequestRequiredStringUint32NullableArrayArray invokes test_request_required_string_uint32_nullable_array_array operation.

POST /test_request_required_string_uint32_nullable_array_array

func (*Client) TestRequestRequiredStringUint64

func (c *Client) TestRequestRequiredStringUint64(ctx context.Context, request uint64) (*Error, error)

TestRequestRequiredStringUint64 invokes test_request_required_string_uint64 operation.

POST /test_request_required_string_uint64

func (*Client) TestRequestRequiredStringUint64Array

func (c *Client) TestRequestRequiredStringUint64Array(ctx context.Context, request []uint64) (*Error, error)

TestRequestRequiredStringUint64Array invokes test_request_required_string_uint64_array operation.

POST /test_request_required_string_uint64_array

func (*Client) TestRequestRequiredStringUint64ArrayArray

func (c *Client) TestRequestRequiredStringUint64ArrayArray(ctx context.Context, request [][]uint64) (*Error, error)

TestRequestRequiredStringUint64ArrayArray invokes test_request_required_string_uint64_array_array operation.

POST /test_request_required_string_uint64_array_array

func (*Client) TestRequestRequiredStringUint64Nullable

func (c *Client) TestRequestRequiredStringUint64Nullable(ctx context.Context, request NilStringUint64) (*Error, error)

TestRequestRequiredStringUint64Nullable invokes test_request_required_string_uint64_nullable operation.

POST /test_request_required_string_uint64_nullable

func (*Client) TestRequestRequiredStringUint64NullableArray

func (c *Client) TestRequestRequiredStringUint64NullableArray(ctx context.Context, request []NilStringUint64) (*Error, error)

TestRequestRequiredStringUint64NullableArray invokes test_request_required_string_uint64_nullable_array operation.

POST /test_request_required_string_uint64_nullable_array

func (*Client) TestRequestRequiredStringUint64NullableArrayArray

func (c *Client) TestRequestRequiredStringUint64NullableArrayArray(ctx context.Context, request [][]NilStringUint64) (*Error, error)

TestRequestRequiredStringUint64NullableArrayArray invokes test_request_required_string_uint64_nullable_array_array operation.

POST /test_request_required_string_uint64_nullable_array_array

func (*Client) TestRequestRequiredStringUint8

func (c *Client) TestRequestRequiredStringUint8(ctx context.Context, request uint8) (*Error, error)

TestRequestRequiredStringUint8 invokes test_request_required_string_uint8 operation.

POST /test_request_required_string_uint8

func (*Client) TestRequestRequiredStringUint8Array

func (c *Client) TestRequestRequiredStringUint8Array(ctx context.Context, request []uint8) (*Error, error)

TestRequestRequiredStringUint8Array invokes test_request_required_string_uint8_array operation.

POST /test_request_required_string_uint8_array

func (*Client) TestRequestRequiredStringUint8ArrayArray

func (c *Client) TestRequestRequiredStringUint8ArrayArray(ctx context.Context, request [][]uint8) (*Error, error)

TestRequestRequiredStringUint8ArrayArray invokes test_request_required_string_uint8_array_array operation.

POST /test_request_required_string_uint8_array_array

func (*Client) TestRequestRequiredStringUint8Nullable

func (c *Client) TestRequestRequiredStringUint8Nullable(ctx context.Context, request NilStringUint8) (*Error, error)

TestRequestRequiredStringUint8Nullable invokes test_request_required_string_uint8_nullable operation.

POST /test_request_required_string_uint8_nullable

func (*Client) TestRequestRequiredStringUint8NullableArray

func (c *Client) TestRequestRequiredStringUint8NullableArray(ctx context.Context, request []NilStringUint8) (*Error, error)

TestRequestRequiredStringUint8NullableArray invokes test_request_required_string_uint8_nullable_array operation.

POST /test_request_required_string_uint8_nullable_array

func (*Client) TestRequestRequiredStringUint8NullableArrayArray

func (c *Client) TestRequestRequiredStringUint8NullableArrayArray(ctx context.Context, request [][]NilStringUint8) (*Error, error)

TestRequestRequiredStringUint8NullableArrayArray invokes test_request_required_string_uint8_nullable_array_array operation.

POST /test_request_required_string_uint8_nullable_array_array

func (*Client) TestRequestRequiredStringUintArray

func (c *Client) TestRequestRequiredStringUintArray(ctx context.Context, request []uint) (*Error, error)

TestRequestRequiredStringUintArray invokes test_request_required_string_uint_array operation.

POST /test_request_required_string_uint_array

func (*Client) TestRequestRequiredStringUintArrayArray

func (c *Client) TestRequestRequiredStringUintArrayArray(ctx context.Context, request [][]uint) (*Error, error)

TestRequestRequiredStringUintArrayArray invokes test_request_required_string_uint_array_array operation.

POST /test_request_required_string_uint_array_array

func (*Client) TestRequestRequiredStringUintNullable

func (c *Client) TestRequestRequiredStringUintNullable(ctx context.Context, request NilStringUint) (*Error, error)

TestRequestRequiredStringUintNullable invokes test_request_required_string_uint_nullable operation.

POST /test_request_required_string_uint_nullable

func (*Client) TestRequestRequiredStringUintNullableArray

func (c *Client) TestRequestRequiredStringUintNullableArray(ctx context.Context, request []NilStringUint) (*Error, error)

TestRequestRequiredStringUintNullableArray invokes test_request_required_string_uint_nullable_array operation.

POST /test_request_required_string_uint_nullable_array

func (*Client) TestRequestRequiredStringUintNullableArrayArray

func (c *Client) TestRequestRequiredStringUintNullableArrayArray(ctx context.Context, request [][]NilStringUint) (*Error, error)

TestRequestRequiredStringUintNullableArrayArray invokes test_request_required_string_uint_nullable_array_array operation.

POST /test_request_required_string_uint_nullable_array_array

func (*Client) TestRequestRequiredStringUnix

func (c *Client) TestRequestRequiredStringUnix(ctx context.Context, request time.Time) (*Error, error)

TestRequestRequiredStringUnix invokes test_request_required_string_unix operation.

POST /test_request_required_string_unix

func (*Client) TestRequestRequiredStringUnixArray

func (c *Client) TestRequestRequiredStringUnixArray(ctx context.Context, request []time.Time) (*Error, error)

TestRequestRequiredStringUnixArray invokes test_request_required_string_unix_array operation.

POST /test_request_required_string_unix_array

func (*Client) TestRequestRequiredStringUnixArrayArray

func (c *Client) TestRequestRequiredStringUnixArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)

TestRequestRequiredStringUnixArrayArray invokes test_request_required_string_unix_array_array operation.

POST /test_request_required_string_unix_array_array

func (*Client) TestRequestRequiredStringUnixMicro

func (c *Client) TestRequestRequiredStringUnixMicro(ctx context.Context, request time.Time) (*Error, error)

TestRequestRequiredStringUnixMicro invokes test_request_required_string_unix-micro operation.

POST /test_request_required_string_unix-micro

func (*Client) TestRequestRequiredStringUnixMicroArray

func (c *Client) TestRequestRequiredStringUnixMicroArray(ctx context.Context, request []time.Time) (*Error, error)

TestRequestRequiredStringUnixMicroArray invokes test_request_required_string_unix-micro_array operation.

POST /test_request_required_string_unix-micro_array

func (*Client) TestRequestRequiredStringUnixMicroArrayArray

func (c *Client) TestRequestRequiredStringUnixMicroArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)

TestRequestRequiredStringUnixMicroArrayArray invokes test_request_required_string_unix-micro_array_array operation.

POST /test_request_required_string_unix-micro_array_array

func (*Client) TestRequestRequiredStringUnixMicroNullable

func (c *Client) TestRequestRequiredStringUnixMicroNullable(ctx context.Context, request NilStringUnixMicro) (*Error, error)

TestRequestRequiredStringUnixMicroNullable invokes test_request_required_string_unix-micro_nullable operation.

POST /test_request_required_string_unix-micro_nullable

func (*Client) TestRequestRequiredStringUnixMicroNullableArray

func (c *Client) TestRequestRequiredStringUnixMicroNullableArray(ctx context.Context, request []NilStringUnixMicro) (*Error, error)

TestRequestRequiredStringUnixMicroNullableArray invokes test_request_required_string_unix-micro_nullable_array operation.

POST /test_request_required_string_unix-micro_nullable_array

func (*Client) TestRequestRequiredStringUnixMicroNullableArrayArray

func (c *Client) TestRequestRequiredStringUnixMicroNullableArrayArray(ctx context.Context, request [][]NilStringUnixMicro) (*Error, error)

TestRequestRequiredStringUnixMicroNullableArrayArray invokes test_request_required_string_unix-micro_nullable_array_array operation.

POST /test_request_required_string_unix-micro_nullable_array_array

func (*Client) TestRequestRequiredStringUnixMilli

func (c *Client) TestRequestRequiredStringUnixMilli(ctx context.Context, request time.Time) (*Error, error)

TestRequestRequiredStringUnixMilli invokes test_request_required_string_unix-milli operation.

POST /test_request_required_string_unix-milli

func (*Client) TestRequestRequiredStringUnixMilliArray

func (c *Client) TestRequestRequiredStringUnixMilliArray(ctx context.Context, request []time.Time) (*Error, error)

TestRequestRequiredStringUnixMilliArray invokes test_request_required_string_unix-milli_array operation.

POST /test_request_required_string_unix-milli_array

func (*Client) TestRequestRequiredStringUnixMilliArrayArray

func (c *Client) TestRequestRequiredStringUnixMilliArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)

TestRequestRequiredStringUnixMilliArrayArray invokes test_request_required_string_unix-milli_array_array operation.

POST /test_request_required_string_unix-milli_array_array

func (*Client) TestRequestRequiredStringUnixMilliNullable

func (c *Client) TestRequestRequiredStringUnixMilliNullable(ctx context.Context, request NilStringUnixMilli) (*Error, error)

TestRequestRequiredStringUnixMilliNullable invokes test_request_required_string_unix-milli_nullable operation.

POST /test_request_required_string_unix-milli_nullable

func (*Client) TestRequestRequiredStringUnixMilliNullableArray

func (c *Client) TestRequestRequiredStringUnixMilliNullableArray(ctx context.Context, request []NilStringUnixMilli) (*Error, error)

TestRequestRequiredStringUnixMilliNullableArray invokes test_request_required_string_unix-milli_nullable_array operation.

POST /test_request_required_string_unix-milli_nullable_array

func (*Client) TestRequestRequiredStringUnixMilliNullableArrayArray

func (c *Client) TestRequestRequiredStringUnixMilliNullableArrayArray(ctx context.Context, request [][]NilStringUnixMilli) (*Error, error)

TestRequestRequiredStringUnixMilliNullableArrayArray invokes test_request_required_string_unix-milli_nullable_array_array operation.

POST /test_request_required_string_unix-milli_nullable_array_array

func (*Client) TestRequestRequiredStringUnixNano

func (c *Client) TestRequestRequiredStringUnixNano(ctx context.Context, request time.Time) (*Error, error)

TestRequestRequiredStringUnixNano invokes test_request_required_string_unix-nano operation.

POST /test_request_required_string_unix-nano

func (*Client) TestRequestRequiredStringUnixNanoArray

func (c *Client) TestRequestRequiredStringUnixNanoArray(ctx context.Context, request []time.Time) (*Error, error)

TestRequestRequiredStringUnixNanoArray invokes test_request_required_string_unix-nano_array operation.

POST /test_request_required_string_unix-nano_array

func (*Client) TestRequestRequiredStringUnixNanoArrayArray

func (c *Client) TestRequestRequiredStringUnixNanoArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)

TestRequestRequiredStringUnixNanoArrayArray invokes test_request_required_string_unix-nano_array_array operation.

POST /test_request_required_string_unix-nano_array_array

func (*Client) TestRequestRequiredStringUnixNanoNullable

func (c *Client) TestRequestRequiredStringUnixNanoNullable(ctx context.Context, request NilStringUnixNano) (*Error, error)

TestRequestRequiredStringUnixNanoNullable invokes test_request_required_string_unix-nano_nullable operation.

POST /test_request_required_string_unix-nano_nullable

func (*Client) TestRequestRequiredStringUnixNanoNullableArray

func (c *Client) TestRequestRequiredStringUnixNanoNullableArray(ctx context.Context, request []NilStringUnixNano) (*Error, error)

TestRequestRequiredStringUnixNanoNullableArray invokes test_request_required_string_unix-nano_nullable_array operation.

POST /test_request_required_string_unix-nano_nullable_array

func (*Client) TestRequestRequiredStringUnixNanoNullableArrayArray

func (c *Client) TestRequestRequiredStringUnixNanoNullableArrayArray(ctx context.Context, request [][]NilStringUnixNano) (*Error, error)

TestRequestRequiredStringUnixNanoNullableArrayArray invokes test_request_required_string_unix-nano_nullable_array_array operation.

POST /test_request_required_string_unix-nano_nullable_array_array

func (*Client) TestRequestRequiredStringUnixNullable

func (c *Client) TestRequestRequiredStringUnixNullable(ctx context.Context, request NilStringUnixSeconds) (*Error, error)

TestRequestRequiredStringUnixNullable invokes test_request_required_string_unix_nullable operation.

POST /test_request_required_string_unix_nullable

func (*Client) TestRequestRequiredStringUnixNullableArray

func (c *Client) TestRequestRequiredStringUnixNullableArray(ctx context.Context, request []NilStringUnixSeconds) (*Error, error)

TestRequestRequiredStringUnixNullableArray invokes test_request_required_string_unix_nullable_array operation.

POST /test_request_required_string_unix_nullable_array

func (*Client) TestRequestRequiredStringUnixNullableArrayArray

func (c *Client) TestRequestRequiredStringUnixNullableArrayArray(ctx context.Context, request [][]NilStringUnixSeconds) (*Error, error)

TestRequestRequiredStringUnixNullableArrayArray invokes test_request_required_string_unix_nullable_array_array operation.

POST /test_request_required_string_unix_nullable_array_array

func (*Client) TestRequestRequiredStringUnixSeconds

func (c *Client) TestRequestRequiredStringUnixSeconds(ctx context.Context, request time.Time) (*Error, error)

TestRequestRequiredStringUnixSeconds invokes test_request_required_string_unix-seconds operation.

POST /test_request_required_string_unix-seconds

func (*Client) TestRequestRequiredStringUnixSecondsArray

func (c *Client) TestRequestRequiredStringUnixSecondsArray(ctx context.Context, request []time.Time) (*Error, error)

TestRequestRequiredStringUnixSecondsArray invokes test_request_required_string_unix-seconds_array operation.

POST /test_request_required_string_unix-seconds_array

func (*Client) TestRequestRequiredStringUnixSecondsArrayArray

func (c *Client) TestRequestRequiredStringUnixSecondsArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)

TestRequestRequiredStringUnixSecondsArrayArray invokes test_request_required_string_unix-seconds_array_array operation.

POST /test_request_required_string_unix-seconds_array_array

func (*Client) TestRequestRequiredStringUnixSecondsNullable

func (c *Client) TestRequestRequiredStringUnixSecondsNullable(ctx context.Context, request NilStringUnixSeconds) (*Error, error)

TestRequestRequiredStringUnixSecondsNullable invokes test_request_required_string_unix-seconds_nullable operation.

POST /test_request_required_string_unix-seconds_nullable

func (*Client) TestRequestRequiredStringUnixSecondsNullableArray

func (c *Client) TestRequestRequiredStringUnixSecondsNullableArray(ctx context.Context, request []NilStringUnixSeconds) (*Error, error)

TestRequestRequiredStringUnixSecondsNullableArray invokes test_request_required_string_unix-seconds_nullable_array operation.

POST /test_request_required_string_unix-seconds_nullable_array

func (*Client) TestRequestRequiredStringUnixSecondsNullableArrayArray

func (c *Client) TestRequestRequiredStringUnixSecondsNullableArrayArray(ctx context.Context, request [][]NilStringUnixSeconds) (*Error, error)

TestRequestRequiredStringUnixSecondsNullableArrayArray invokes test_request_required_string_unix-seconds_nullable_array_array operation.

POST /test_request_required_string_unix-seconds_nullable_array_array

func (*Client) TestRequestString

func (c *Client) TestRequestString(ctx context.Context, request OptString) (*Error, error)

TestRequestString invokes test_request_string operation.

POST /test_request_string

func (*Client) TestRequestStringArray

func (c *Client) TestRequestStringArray(ctx context.Context, request []string) (*Error, error)

TestRequestStringArray invokes test_request_string_array operation.

POST /test_request_string_array

func (*Client) TestRequestStringArrayArray

func (c *Client) TestRequestStringArrayArray(ctx context.Context, request [][]string) (*Error, error)

TestRequestStringArrayArray invokes test_request_string_array_array operation.

POST /test_request_string_array_array

func (*Client) TestRequestStringBase64

func (c *Client) TestRequestStringBase64(ctx context.Context, request []byte) (*Error, error)

TestRequestStringBase64 invokes test_request_string_base64 operation.

POST /test_request_string_base64

func (*Client) TestRequestStringBase64Array

func (c *Client) TestRequestStringBase64Array(ctx context.Context, request [][]byte) (*Error, error)

TestRequestStringBase64Array invokes test_request_string_base64_array operation.

POST /test_request_string_base64_array

func (*Client) TestRequestStringBase64ArrayArray

func (c *Client) TestRequestStringBase64ArrayArray(ctx context.Context, request [][][]byte) (*Error, error)

TestRequestStringBase64ArrayArray invokes test_request_string_base64_array_array operation.

POST /test_request_string_base64_array_array

func (*Client) TestRequestStringBase64Nullable

func (c *Client) TestRequestStringBase64Nullable(ctx context.Context, request OptNilByte) (*Error, error)

TestRequestStringBase64Nullable invokes test_request_string_base64_nullable operation.

POST /test_request_string_base64_nullable

func (*Client) TestRequestStringBase64NullableArray

func (c *Client) TestRequestStringBase64NullableArray(ctx context.Context, request [][]byte) (*Error, error)

TestRequestStringBase64NullableArray invokes test_request_string_base64_nullable_array operation.

POST /test_request_string_base64_nullable_array

func (*Client) TestRequestStringBase64NullableArrayArray

func (c *Client) TestRequestStringBase64NullableArrayArray(ctx context.Context, request [][][]byte) (*Error, error)

TestRequestStringBase64NullableArrayArray invokes test_request_string_base64_nullable_array_array operation.

POST /test_request_string_base64_nullable_array_array

func (*Client) TestRequestStringBinary

func (c *Client) TestRequestStringBinary(ctx context.Context, request OptString) (*Error, error)

TestRequestStringBinary invokes test_request_string_binary operation.

POST /test_request_string_binary

func (*Client) TestRequestStringBinaryArray

func (c *Client) TestRequestStringBinaryArray(ctx context.Context, request []string) (*Error, error)

TestRequestStringBinaryArray invokes test_request_string_binary_array operation.

POST /test_request_string_binary_array

func (*Client) TestRequestStringBinaryArrayArray

func (c *Client) TestRequestStringBinaryArrayArray(ctx context.Context, request [][]string) (*Error, error)

TestRequestStringBinaryArrayArray invokes test_request_string_binary_array_array operation.

POST /test_request_string_binary_array_array

func (*Client) TestRequestStringBinaryNullable

func (c *Client) TestRequestStringBinaryNullable(ctx context.Context, request OptNilString) (*Error, error)

TestRequestStringBinaryNullable invokes test_request_string_binary_nullable operation.

POST /test_request_string_binary_nullable

func (*Client) TestRequestStringBinaryNullableArray

func (c *Client) TestRequestStringBinaryNullableArray(ctx context.Context, request []NilString) (*Error, error)

TestRequestStringBinaryNullableArray invokes test_request_string_binary_nullable_array operation.

POST /test_request_string_binary_nullable_array

func (*Client) TestRequestStringBinaryNullableArrayArray

func (c *Client) TestRequestStringBinaryNullableArrayArray(ctx context.Context, request [][]NilString) (*Error, error)

TestRequestStringBinaryNullableArrayArray invokes test_request_string_binary_nullable_array_array operation.

POST /test_request_string_binary_nullable_array_array

func (*Client) TestRequestStringByte

func (c *Client) TestRequestStringByte(ctx context.Context, request []byte) (*Error, error)

TestRequestStringByte invokes test_request_string_byte operation.

POST /test_request_string_byte

func (*Client) TestRequestStringByteArray

func (c *Client) TestRequestStringByteArray(ctx context.Context, request [][]byte) (*Error, error)

TestRequestStringByteArray invokes test_request_string_byte_array operation.

POST /test_request_string_byte_array

func (*Client) TestRequestStringByteArrayArray

func (c *Client) TestRequestStringByteArrayArray(ctx context.Context, request [][][]byte) (*Error, error)

TestRequestStringByteArrayArray invokes test_request_string_byte_array_array operation.

POST /test_request_string_byte_array_array

func (*Client) TestRequestStringByteNullable

func (c *Client) TestRequestStringByteNullable(ctx context.Context, request OptNilByte) (*Error, error)

TestRequestStringByteNullable invokes test_request_string_byte_nullable operation.

POST /test_request_string_byte_nullable

func (*Client) TestRequestStringByteNullableArray

func (c *Client) TestRequestStringByteNullableArray(ctx context.Context, request [][]byte) (*Error, error)

TestRequestStringByteNullableArray invokes test_request_string_byte_nullable_array operation.

POST /test_request_string_byte_nullable_array

func (*Client) TestRequestStringByteNullableArrayArray

func (c *Client) TestRequestStringByteNullableArrayArray(ctx context.Context, request [][][]byte) (*Error, error)

TestRequestStringByteNullableArrayArray invokes test_request_string_byte_nullable_array_array operation.

POST /test_request_string_byte_nullable_array_array

func (*Client) TestRequestStringDate

func (c *Client) TestRequestStringDate(ctx context.Context, request OptDate) (*Error, error)

TestRequestStringDate invokes test_request_string_date operation.

POST /test_request_string_date

func (*Client) TestRequestStringDateArray

func (c *Client) TestRequestStringDateArray(ctx context.Context, request []time.Time) (*Error, error)

TestRequestStringDateArray invokes test_request_string_date_array operation.

POST /test_request_string_date_array

func (*Client) TestRequestStringDateArrayArray

func (c *Client) TestRequestStringDateArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)

TestRequestStringDateArrayArray invokes test_request_string_date_array_array operation.

POST /test_request_string_date_array_array

func (*Client) TestRequestStringDateNullable

func (c *Client) TestRequestStringDateNullable(ctx context.Context, request OptNilDate) (*Error, error)

TestRequestStringDateNullable invokes test_request_string_date_nullable operation.

POST /test_request_string_date_nullable

func (*Client) TestRequestStringDateNullableArray

func (c *Client) TestRequestStringDateNullableArray(ctx context.Context, request []NilDate) (*Error, error)

TestRequestStringDateNullableArray invokes test_request_string_date_nullable_array operation.

POST /test_request_string_date_nullable_array

func (*Client) TestRequestStringDateNullableArrayArray

func (c *Client) TestRequestStringDateNullableArrayArray(ctx context.Context, request [][]NilDate) (*Error, error)

TestRequestStringDateNullableArrayArray invokes test_request_string_date_nullable_array_array operation.

POST /test_request_string_date_nullable_array_array

func (*Client) TestRequestStringDateTime

func (c *Client) TestRequestStringDateTime(ctx context.Context, request OptDateTime) (*Error, error)

TestRequestStringDateTime invokes test_request_string_date-time operation.

POST /test_request_string_date-time

func (*Client) TestRequestStringDateTimeArray

func (c *Client) TestRequestStringDateTimeArray(ctx context.Context, request []time.Time) (*Error, error)

TestRequestStringDateTimeArray invokes test_request_string_date-time_array operation.

POST /test_request_string_date-time_array

func (*Client) TestRequestStringDateTimeArrayArray

func (c *Client) TestRequestStringDateTimeArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)

TestRequestStringDateTimeArrayArray invokes test_request_string_date-time_array_array operation.

POST /test_request_string_date-time_array_array

func (*Client) TestRequestStringDateTimeNullable

func (c *Client) TestRequestStringDateTimeNullable(ctx context.Context, request OptNilDateTime) (*Error, error)

TestRequestStringDateTimeNullable invokes test_request_string_date-time_nullable operation.

POST /test_request_string_date-time_nullable

func (*Client) TestRequestStringDateTimeNullableArray

func (c *Client) TestRequestStringDateTimeNullableArray(ctx context.Context, request []NilDateTime) (*Error, error)

TestRequestStringDateTimeNullableArray invokes test_request_string_date-time_nullable_array operation.

POST /test_request_string_date-time_nullable_array

func (*Client) TestRequestStringDateTimeNullableArrayArray

func (c *Client) TestRequestStringDateTimeNullableArrayArray(ctx context.Context, request [][]NilDateTime) (*Error, error)

TestRequestStringDateTimeNullableArrayArray invokes test_request_string_date-time_nullable_array_array operation.

POST /test_request_string_date-time_nullable_array_array

func (*Client) TestRequestStringDuration

func (c *Client) TestRequestStringDuration(ctx context.Context, request OptDuration) (*Error, error)

TestRequestStringDuration invokes test_request_string_duration operation.

POST /test_request_string_duration

func (*Client) TestRequestStringDurationArray

func (c *Client) TestRequestStringDurationArray(ctx context.Context, request []time.Duration) (*Error, error)

TestRequestStringDurationArray invokes test_request_string_duration_array operation.

POST /test_request_string_duration_array

func (*Client) TestRequestStringDurationArrayArray

func (c *Client) TestRequestStringDurationArrayArray(ctx context.Context, request [][]time.Duration) (*Error, error)

TestRequestStringDurationArrayArray invokes test_request_string_duration_array_array operation.

POST /test_request_string_duration_array_array

func (*Client) TestRequestStringDurationNullable

func (c *Client) TestRequestStringDurationNullable(ctx context.Context, request OptNilDuration) (*Error, error)

TestRequestStringDurationNullable invokes test_request_string_duration_nullable operation.

POST /test_request_string_duration_nullable

func (*Client) TestRequestStringDurationNullableArray

func (c *Client) TestRequestStringDurationNullableArray(ctx context.Context, request []NilDuration) (*Error, error)

TestRequestStringDurationNullableArray invokes test_request_string_duration_nullable_array operation.

POST /test_request_string_duration_nullable_array

func (*Client) TestRequestStringDurationNullableArrayArray

func (c *Client) TestRequestStringDurationNullableArrayArray(ctx context.Context, request [][]NilDuration) (*Error, error)

TestRequestStringDurationNullableArrayArray invokes test_request_string_duration_nullable_array_array operation.

POST /test_request_string_duration_nullable_array_array

func (*Client) TestRequestStringEmail

func (c *Client) TestRequestStringEmail(ctx context.Context, request OptString) (*Error, error)

TestRequestStringEmail invokes test_request_string_email operation.

POST /test_request_string_email

func (*Client) TestRequestStringEmailArray

func (c *Client) TestRequestStringEmailArray(ctx context.Context, request []string) (*Error, error)

TestRequestStringEmailArray invokes test_request_string_email_array operation.

POST /test_request_string_email_array

func (*Client) TestRequestStringEmailArrayArray

func (c *Client) TestRequestStringEmailArrayArray(ctx context.Context, request [][]string) (*Error, error)

TestRequestStringEmailArrayArray invokes test_request_string_email_array_array operation.

POST /test_request_string_email_array_array

func (*Client) TestRequestStringEmailNullable

func (c *Client) TestRequestStringEmailNullable(ctx context.Context, request OptNilString) (*Error, error)

TestRequestStringEmailNullable invokes test_request_string_email_nullable operation.

POST /test_request_string_email_nullable

func (*Client) TestRequestStringEmailNullableArray

func (c *Client) TestRequestStringEmailNullableArray(ctx context.Context, request []NilString) (*Error, error)

TestRequestStringEmailNullableArray invokes test_request_string_email_nullable_array operation.

POST /test_request_string_email_nullable_array

func (*Client) TestRequestStringEmailNullableArrayArray

func (c *Client) TestRequestStringEmailNullableArrayArray(ctx context.Context, request [][]NilString) (*Error, error)

TestRequestStringEmailNullableArrayArray invokes test_request_string_email_nullable_array_array operation.

POST /test_request_string_email_nullable_array_array

func (*Client) TestRequestStringFloat32

func (c *Client) TestRequestStringFloat32(ctx context.Context, request OptStringFloat32) (*Error, error)

TestRequestStringFloat32 invokes test_request_string_float32 operation.

POST /test_request_string_float32

func (*Client) TestRequestStringFloat32Array

func (c *Client) TestRequestStringFloat32Array(ctx context.Context, request []float32) (*Error, error)

TestRequestStringFloat32Array invokes test_request_string_float32_array operation.

POST /test_request_string_float32_array

func (*Client) TestRequestStringFloat32ArrayArray

func (c *Client) TestRequestStringFloat32ArrayArray(ctx context.Context, request [][]float32) (*Error, error)

TestRequestStringFloat32ArrayArray invokes test_request_string_float32_array_array operation.

POST /test_request_string_float32_array_array

func (*Client) TestRequestStringFloat32Nullable

func (c *Client) TestRequestStringFloat32Nullable(ctx context.Context, request OptNilStringFloat32) (*Error, error)

TestRequestStringFloat32Nullable invokes test_request_string_float32_nullable operation.

POST /test_request_string_float32_nullable

func (*Client) TestRequestStringFloat32NullableArray

func (c *Client) TestRequestStringFloat32NullableArray(ctx context.Context, request []NilStringFloat32) (*Error, error)

TestRequestStringFloat32NullableArray invokes test_request_string_float32_nullable_array operation.

POST /test_request_string_float32_nullable_array

func (*Client) TestRequestStringFloat32NullableArrayArray

func (c *Client) TestRequestStringFloat32NullableArrayArray(ctx context.Context, request [][]NilStringFloat32) (*Error, error)

TestRequestStringFloat32NullableArrayArray invokes test_request_string_float32_nullable_array_array operation.

POST /test_request_string_float32_nullable_array_array

func (*Client) TestRequestStringFloat64

func (c *Client) TestRequestStringFloat64(ctx context.Context, request OptStringFloat64) (*Error, error)

TestRequestStringFloat64 invokes test_request_string_float64 operation.

POST /test_request_string_float64

func (*Client) TestRequestStringFloat64Array

func (c *Client) TestRequestStringFloat64Array(ctx context.Context, request []float64) (*Error, error)

TestRequestStringFloat64Array invokes test_request_string_float64_array operation.

POST /test_request_string_float64_array

func (*Client) TestRequestStringFloat64ArrayArray

func (c *Client) TestRequestStringFloat64ArrayArray(ctx context.Context, request [][]float64) (*Error, error)

TestRequestStringFloat64ArrayArray invokes test_request_string_float64_array_array operation.

POST /test_request_string_float64_array_array

func (*Client) TestRequestStringFloat64Nullable

func (c *Client) TestRequestStringFloat64Nullable(ctx context.Context, request OptNilStringFloat64) (*Error, error)

TestRequestStringFloat64Nullable invokes test_request_string_float64_nullable operation.

POST /test_request_string_float64_nullable

func (*Client) TestRequestStringFloat64NullableArray

func (c *Client) TestRequestStringFloat64NullableArray(ctx context.Context, request []NilStringFloat64) (*Error, error)

TestRequestStringFloat64NullableArray invokes test_request_string_float64_nullable_array operation.

POST /test_request_string_float64_nullable_array

func (*Client) TestRequestStringFloat64NullableArrayArray

func (c *Client) TestRequestStringFloat64NullableArrayArray(ctx context.Context, request [][]NilStringFloat64) (*Error, error)

TestRequestStringFloat64NullableArrayArray invokes test_request_string_float64_nullable_array_array operation.

POST /test_request_string_float64_nullable_array_array

func (*Client) TestRequestStringHostname

func (c *Client) TestRequestStringHostname(ctx context.Context, request OptString) (*Error, error)

TestRequestStringHostname invokes test_request_string_hostname operation.

POST /test_request_string_hostname

func (*Client) TestRequestStringHostnameArray

func (c *Client) TestRequestStringHostnameArray(ctx context.Context, request []string) (*Error, error)

TestRequestStringHostnameArray invokes test_request_string_hostname_array operation.

POST /test_request_string_hostname_array

func (*Client) TestRequestStringHostnameArrayArray

func (c *Client) TestRequestStringHostnameArrayArray(ctx context.Context, request [][]string) (*Error, error)

TestRequestStringHostnameArrayArray invokes test_request_string_hostname_array_array operation.

POST /test_request_string_hostname_array_array

func (*Client) TestRequestStringHostnameNullable

func (c *Client) TestRequestStringHostnameNullable(ctx context.Context, request OptNilString) (*Error, error)

TestRequestStringHostnameNullable invokes test_request_string_hostname_nullable operation.

POST /test_request_string_hostname_nullable

func (*Client) TestRequestStringHostnameNullableArray

func (c *Client) TestRequestStringHostnameNullableArray(ctx context.Context, request []NilString) (*Error, error)

TestRequestStringHostnameNullableArray invokes test_request_string_hostname_nullable_array operation.

POST /test_request_string_hostname_nullable_array

func (*Client) TestRequestStringHostnameNullableArrayArray

func (c *Client) TestRequestStringHostnameNullableArrayArray(ctx context.Context, request [][]NilString) (*Error, error)

TestRequestStringHostnameNullableArrayArray invokes test_request_string_hostname_nullable_array_array operation.

POST /test_request_string_hostname_nullable_array_array

func (*Client) TestRequestStringIP

func (c *Client) TestRequestStringIP(ctx context.Context, request OptIP) (*Error, error)

TestRequestStringIP invokes test_request_string_ip operation.

POST /test_request_string_ip

func (*Client) TestRequestStringIPArray

func (c *Client) TestRequestStringIPArray(ctx context.Context, request []netip.Addr) (*Error, error)

TestRequestStringIPArray invokes test_request_string_ip_array operation.

POST /test_request_string_ip_array

func (*Client) TestRequestStringIPArrayArray

func (c *Client) TestRequestStringIPArrayArray(ctx context.Context, request [][]netip.Addr) (*Error, error)

TestRequestStringIPArrayArray invokes test_request_string_ip_array_array operation.

POST /test_request_string_ip_array_array

func (*Client) TestRequestStringIPNullable

func (c *Client) TestRequestStringIPNullable(ctx context.Context, request OptNilIP) (*Error, error)

TestRequestStringIPNullable invokes test_request_string_ip_nullable operation.

POST /test_request_string_ip_nullable

func (*Client) TestRequestStringIPNullableArray

func (c *Client) TestRequestStringIPNullableArray(ctx context.Context, request []NilIP) (*Error, error)

TestRequestStringIPNullableArray invokes test_request_string_ip_nullable_array operation.

POST /test_request_string_ip_nullable_array

func (*Client) TestRequestStringIPNullableArrayArray

func (c *Client) TestRequestStringIPNullableArrayArray(ctx context.Context, request [][]NilIP) (*Error, error)

TestRequestStringIPNullableArrayArray invokes test_request_string_ip_nullable_array_array operation.

POST /test_request_string_ip_nullable_array_array

func (*Client) TestRequestStringInt

func (c *Client) TestRequestStringInt(ctx context.Context, request OptStringInt) (*Error, error)

TestRequestStringInt invokes test_request_string_int operation.

POST /test_request_string_int

func (*Client) TestRequestStringInt16

func (c *Client) TestRequestStringInt16(ctx context.Context, request OptStringInt16) (*Error, error)

TestRequestStringInt16 invokes test_request_string_int16 operation.

POST /test_request_string_int16

func (*Client) TestRequestStringInt16Array

func (c *Client) TestRequestStringInt16Array(ctx context.Context, request []int16) (*Error, error)

TestRequestStringInt16Array invokes test_request_string_int16_array operation.

POST /test_request_string_int16_array

func (*Client) TestRequestStringInt16ArrayArray

func (c *Client) TestRequestStringInt16ArrayArray(ctx context.Context, request [][]int16) (*Error, error)

TestRequestStringInt16ArrayArray invokes test_request_string_int16_array_array operation.

POST /test_request_string_int16_array_array

func (*Client) TestRequestStringInt16Nullable

func (c *Client) TestRequestStringInt16Nullable(ctx context.Context, request OptNilStringInt16) (*Error, error)

TestRequestStringInt16Nullable invokes test_request_string_int16_nullable operation.

POST /test_request_string_int16_nullable

func (*Client) TestRequestStringInt16NullableArray

func (c *Client) TestRequestStringInt16NullableArray(ctx context.Context, request []NilStringInt16) (*Error, error)

TestRequestStringInt16NullableArray invokes test_request_string_int16_nullable_array operation.

POST /test_request_string_int16_nullable_array

func (*Client) TestRequestStringInt16NullableArrayArray

func (c *Client) TestRequestStringInt16NullableArrayArray(ctx context.Context, request [][]NilStringInt16) (*Error, error)

TestRequestStringInt16NullableArrayArray invokes test_request_string_int16_nullable_array_array operation.

POST /test_request_string_int16_nullable_array_array

func (*Client) TestRequestStringInt32

func (c *Client) TestRequestStringInt32(ctx context.Context, request OptStringInt32) (*Error, error)

TestRequestStringInt32 invokes test_request_string_int32 operation.

POST /test_request_string_int32

func (*Client) TestRequestStringInt32Array

func (c *Client) TestRequestStringInt32Array(ctx context.Context, request []int32) (*Error, error)

TestRequestStringInt32Array invokes test_request_string_int32_array operation.

POST /test_request_string_int32_array

func (*Client) TestRequestStringInt32ArrayArray

func (c *Client) TestRequestStringInt32ArrayArray(ctx context.Context, request [][]int32) (*Error, error)

TestRequestStringInt32ArrayArray invokes test_request_string_int32_array_array operation.

POST /test_request_string_int32_array_array

func (*Client) TestRequestStringInt32Nullable

func (c *Client) TestRequestStringInt32Nullable(ctx context.Context, request OptNilStringInt32) (*Error, error)

TestRequestStringInt32Nullable invokes test_request_string_int32_nullable operation.

POST /test_request_string_int32_nullable

func (*Client) TestRequestStringInt32NullableArray

func (c *Client) TestRequestStringInt32NullableArray(ctx context.Context, request []NilStringInt32) (*Error, error)

TestRequestStringInt32NullableArray invokes test_request_string_int32_nullable_array operation.

POST /test_request_string_int32_nullable_array

func (*Client) TestRequestStringInt32NullableArrayArray

func (c *Client) TestRequestStringInt32NullableArrayArray(ctx context.Context, request [][]NilStringInt32) (*Error, error)

TestRequestStringInt32NullableArrayArray invokes test_request_string_int32_nullable_array_array operation.

POST /test_request_string_int32_nullable_array_array

func (*Client) TestRequestStringInt64

func (c *Client) TestRequestStringInt64(ctx context.Context, request OptStringInt64) (*Error, error)

TestRequestStringInt64 invokes test_request_string_int64 operation.

POST /test_request_string_int64

func (*Client) TestRequestStringInt64Array

func (c *Client) TestRequestStringInt64Array(ctx context.Context, request []int64) (*Error, error)

TestRequestStringInt64Array invokes test_request_string_int64_array operation.

POST /test_request_string_int64_array

func (*Client) TestRequestStringInt64ArrayArray

func (c *Client) TestRequestStringInt64ArrayArray(ctx context.Context, request [][]int64) (*Error, error)

TestRequestStringInt64ArrayArray invokes test_request_string_int64_array_array operation.

POST /test_request_string_int64_array_array

func (*Client) TestRequestStringInt64Nullable

func (c *Client) TestRequestStringInt64Nullable(ctx context.Context, request OptNilStringInt64) (*Error, error)

TestRequestStringInt64Nullable invokes test_request_string_int64_nullable operation.

POST /test_request_string_int64_nullable

func (*Client) TestRequestStringInt64NullableArray

func (c *Client) TestRequestStringInt64NullableArray(ctx context.Context, request []NilStringInt64) (*Error, error)

TestRequestStringInt64NullableArray invokes test_request_string_int64_nullable_array operation.

POST /test_request_string_int64_nullable_array

func (*Client) TestRequestStringInt64NullableArrayArray

func (c *Client) TestRequestStringInt64NullableArrayArray(ctx context.Context, request [][]NilStringInt64) (*Error, error)

TestRequestStringInt64NullableArrayArray invokes test_request_string_int64_nullable_array_array operation.

POST /test_request_string_int64_nullable_array_array

func (*Client) TestRequestStringInt8

func (c *Client) TestRequestStringInt8(ctx context.Context, request OptStringInt8) (*Error, error)

TestRequestStringInt8 invokes test_request_string_int8 operation.

POST /test_request_string_int8

func (*Client) TestRequestStringInt8Array

func (c *Client) TestRequestStringInt8Array(ctx context.Context, request []int8) (*Error, error)

TestRequestStringInt8Array invokes test_request_string_int8_array operation.

POST /test_request_string_int8_array

func (*Client) TestRequestStringInt8ArrayArray

func (c *Client) TestRequestStringInt8ArrayArray(ctx context.Context, request [][]int8) (*Error, error)

TestRequestStringInt8ArrayArray invokes test_request_string_int8_array_array operation.

POST /test_request_string_int8_array_array

func (*Client) TestRequestStringInt8Nullable

func (c *Client) TestRequestStringInt8Nullable(ctx context.Context, request OptNilStringInt8) (*Error, error)

TestRequestStringInt8Nullable invokes test_request_string_int8_nullable operation.

POST /test_request_string_int8_nullable

func (*Client) TestRequestStringInt8NullableArray

func (c *Client) TestRequestStringInt8NullableArray(ctx context.Context, request []NilStringInt8) (*Error, error)

TestRequestStringInt8NullableArray invokes test_request_string_int8_nullable_array operation.

POST /test_request_string_int8_nullable_array

func (*Client) TestRequestStringInt8NullableArrayArray

func (c *Client) TestRequestStringInt8NullableArrayArray(ctx context.Context, request [][]NilStringInt8) (*Error, error)

TestRequestStringInt8NullableArrayArray invokes test_request_string_int8_nullable_array_array operation.

POST /test_request_string_int8_nullable_array_array

func (*Client) TestRequestStringIntArray

func (c *Client) TestRequestStringIntArray(ctx context.Context, request []int) (*Error, error)

TestRequestStringIntArray invokes test_request_string_int_array operation.

POST /test_request_string_int_array

func (*Client) TestRequestStringIntArrayArray

func (c *Client) TestRequestStringIntArrayArray(ctx context.Context, request [][]int) (*Error, error)

TestRequestStringIntArrayArray invokes test_request_string_int_array_array operation.

POST /test_request_string_int_array_array

func (*Client) TestRequestStringIntNullable

func (c *Client) TestRequestStringIntNullable(ctx context.Context, request OptNilStringInt) (*Error, error)

TestRequestStringIntNullable invokes test_request_string_int_nullable operation.

POST /test_request_string_int_nullable

func (*Client) TestRequestStringIntNullableArray

func (c *Client) TestRequestStringIntNullableArray(ctx context.Context, request []NilStringInt) (*Error, error)

TestRequestStringIntNullableArray invokes test_request_string_int_nullable_array operation.

POST /test_request_string_int_nullable_array

func (*Client) TestRequestStringIntNullableArrayArray

func (c *Client) TestRequestStringIntNullableArrayArray(ctx context.Context, request [][]NilStringInt) (*Error, error)

TestRequestStringIntNullableArrayArray invokes test_request_string_int_nullable_array_array operation.

POST /test_request_string_int_nullable_array_array

func (*Client) TestRequestStringIpv4

func (c *Client) TestRequestStringIpv4(ctx context.Context, request OptIPv4) (*Error, error)

TestRequestStringIpv4 invokes test_request_string_ipv4 operation.

POST /test_request_string_ipv4

func (*Client) TestRequestStringIpv4Array

func (c *Client) TestRequestStringIpv4Array(ctx context.Context, request []netip.Addr) (*Error, error)

TestRequestStringIpv4Array invokes test_request_string_ipv4_array operation.

POST /test_request_string_ipv4_array

func (*Client) TestRequestStringIpv4ArrayArray

func (c *Client) TestRequestStringIpv4ArrayArray(ctx context.Context, request [][]netip.Addr) (*Error, error)

TestRequestStringIpv4ArrayArray invokes test_request_string_ipv4_array_array operation.

POST /test_request_string_ipv4_array_array

func (*Client) TestRequestStringIpv4Nullable

func (c *Client) TestRequestStringIpv4Nullable(ctx context.Context, request OptNilIPv4) (*Error, error)

TestRequestStringIpv4Nullable invokes test_request_string_ipv4_nullable operation.

POST /test_request_string_ipv4_nullable

func (*Client) TestRequestStringIpv4NullableArray

func (c *Client) TestRequestStringIpv4NullableArray(ctx context.Context, request []NilIPv4) (*Error, error)

TestRequestStringIpv4NullableArray invokes test_request_string_ipv4_nullable_array operation.

POST /test_request_string_ipv4_nullable_array

func (*Client) TestRequestStringIpv4NullableArrayArray

func (c *Client) TestRequestStringIpv4NullableArrayArray(ctx context.Context, request [][]NilIPv4) (*Error, error)

TestRequestStringIpv4NullableArrayArray invokes test_request_string_ipv4_nullable_array_array operation.

POST /test_request_string_ipv4_nullable_array_array

func (*Client) TestRequestStringIpv6

func (c *Client) TestRequestStringIpv6(ctx context.Context, request OptIPv6) (*Error, error)

TestRequestStringIpv6 invokes test_request_string_ipv6 operation.

POST /test_request_string_ipv6

func (*Client) TestRequestStringIpv6Array

func (c *Client) TestRequestStringIpv6Array(ctx context.Context, request []netip.Addr) (*Error, error)

TestRequestStringIpv6Array invokes test_request_string_ipv6_array operation.

POST /test_request_string_ipv6_array

func (*Client) TestRequestStringIpv6ArrayArray

func (c *Client) TestRequestStringIpv6ArrayArray(ctx context.Context, request [][]netip.Addr) (*Error, error)

TestRequestStringIpv6ArrayArray invokes test_request_string_ipv6_array_array operation.

POST /test_request_string_ipv6_array_array

func (*Client) TestRequestStringIpv6Nullable

func (c *Client) TestRequestStringIpv6Nullable(ctx context.Context, request OptNilIPv6) (*Error, error)

TestRequestStringIpv6Nullable invokes test_request_string_ipv6_nullable operation.

POST /test_request_string_ipv6_nullable

func (*Client) TestRequestStringIpv6NullableArray

func (c *Client) TestRequestStringIpv6NullableArray(ctx context.Context, request []NilIPv6) (*Error, error)

TestRequestStringIpv6NullableArray invokes test_request_string_ipv6_nullable_array operation.

POST /test_request_string_ipv6_nullable_array

func (*Client) TestRequestStringIpv6NullableArrayArray

func (c *Client) TestRequestStringIpv6NullableArrayArray(ctx context.Context, request [][]NilIPv6) (*Error, error)

TestRequestStringIpv6NullableArrayArray invokes test_request_string_ipv6_nullable_array_array operation.

POST /test_request_string_ipv6_nullable_array_array

func (*Client) TestRequestStringMAC

func (c *Client) TestRequestStringMAC(ctx context.Context, request OptHardwareAddr) (*Error, error)

TestRequestStringMAC invokes test_request_string_mac operation.

POST /test_request_string_mac

func (*Client) TestRequestStringMACArray

func (c *Client) TestRequestStringMACArray(ctx context.Context, request []net.HardwareAddr) (*Error, error)

TestRequestStringMACArray invokes test_request_string_mac_array operation.

POST /test_request_string_mac_array

func (*Client) TestRequestStringMACArrayArray

func (c *Client) TestRequestStringMACArrayArray(ctx context.Context, request [][]net.HardwareAddr) (*Error, error)

TestRequestStringMACArrayArray invokes test_request_string_mac_array_array operation.

POST /test_request_string_mac_array_array

func (*Client) TestRequestStringMACNullable

func (c *Client) TestRequestStringMACNullable(ctx context.Context, request OptNilHardwareAddr) (*Error, error)

TestRequestStringMACNullable invokes test_request_string_mac_nullable operation.

POST /test_request_string_mac_nullable

func (*Client) TestRequestStringMACNullableArray

func (c *Client) TestRequestStringMACNullableArray(ctx context.Context, request []NilHardwareAddr) (*Error, error)

TestRequestStringMACNullableArray invokes test_request_string_mac_nullable_array operation.

POST /test_request_string_mac_nullable_array

func (*Client) TestRequestStringMACNullableArrayArray

func (c *Client) TestRequestStringMACNullableArrayArray(ctx context.Context, request [][]NilHardwareAddr) (*Error, error)

TestRequestStringMACNullableArrayArray invokes test_request_string_mac_nullable_array_array operation.

POST /test_request_string_mac_nullable_array_array

func (*Client) TestRequestStringNullable

func (c *Client) TestRequestStringNullable(ctx context.Context, request OptNilString) (*Error, error)

TestRequestStringNullable invokes test_request_string_nullable operation.

POST /test_request_string_nullable

func (*Client) TestRequestStringNullableArray

func (c *Client) TestRequestStringNullableArray(ctx context.Context, request []NilString) (*Error, error)

TestRequestStringNullableArray invokes test_request_string_nullable_array operation.

POST /test_request_string_nullable_array

func (*Client) TestRequestStringNullableArrayArray

func (c *Client) TestRequestStringNullableArrayArray(ctx context.Context, request [][]NilString) (*Error, error)

TestRequestStringNullableArrayArray invokes test_request_string_nullable_array_array operation.

POST /test_request_string_nullable_array_array

func (*Client) TestRequestStringPassword

func (c *Client) TestRequestStringPassword(ctx context.Context, request OptString) (*Error, error)

TestRequestStringPassword invokes test_request_string_password operation.

POST /test_request_string_password

func (*Client) TestRequestStringPasswordArray

func (c *Client) TestRequestStringPasswordArray(ctx context.Context, request []string) (*Error, error)

TestRequestStringPasswordArray invokes test_request_string_password_array operation.

POST /test_request_string_password_array

func (*Client) TestRequestStringPasswordArrayArray

func (c *Client) TestRequestStringPasswordArrayArray(ctx context.Context, request [][]string) (*Error, error)

TestRequestStringPasswordArrayArray invokes test_request_string_password_array_array operation.

POST /test_request_string_password_array_array

func (*Client) TestRequestStringPasswordNullable

func (c *Client) TestRequestStringPasswordNullable(ctx context.Context, request OptNilString) (*Error, error)

TestRequestStringPasswordNullable invokes test_request_string_password_nullable operation.

POST /test_request_string_password_nullable

func (*Client) TestRequestStringPasswordNullableArray

func (c *Client) TestRequestStringPasswordNullableArray(ctx context.Context, request []NilString) (*Error, error)

TestRequestStringPasswordNullableArray invokes test_request_string_password_nullable_array operation.

POST /test_request_string_password_nullable_array

func (*Client) TestRequestStringPasswordNullableArrayArray

func (c *Client) TestRequestStringPasswordNullableArrayArray(ctx context.Context, request [][]NilString) (*Error, error)

TestRequestStringPasswordNullableArrayArray invokes test_request_string_password_nullable_array_array operation.

POST /test_request_string_password_nullable_array_array

func (*Client) TestRequestStringTime

func (c *Client) TestRequestStringTime(ctx context.Context, request OptTime) (*Error, error)

TestRequestStringTime invokes test_request_string_time operation.

POST /test_request_string_time

func (*Client) TestRequestStringTimeArray

func (c *Client) TestRequestStringTimeArray(ctx context.Context, request []time.Time) (*Error, error)

TestRequestStringTimeArray invokes test_request_string_time_array operation.

POST /test_request_string_time_array

func (*Client) TestRequestStringTimeArrayArray

func (c *Client) TestRequestStringTimeArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)

TestRequestStringTimeArrayArray invokes test_request_string_time_array_array operation.

POST /test_request_string_time_array_array

func (*Client) TestRequestStringTimeNullable

func (c *Client) TestRequestStringTimeNullable(ctx context.Context, request OptNilTime) (*Error, error)

TestRequestStringTimeNullable invokes test_request_string_time_nullable operation.

POST /test_request_string_time_nullable

func (*Client) TestRequestStringTimeNullableArray

func (c *Client) TestRequestStringTimeNullableArray(ctx context.Context, request []NilTime) (*Error, error)

TestRequestStringTimeNullableArray invokes test_request_string_time_nullable_array operation.

POST /test_request_string_time_nullable_array

func (*Client) TestRequestStringTimeNullableArrayArray

func (c *Client) TestRequestStringTimeNullableArrayArray(ctx context.Context, request [][]NilTime) (*Error, error)

TestRequestStringTimeNullableArrayArray invokes test_request_string_time_nullable_array_array operation.

POST /test_request_string_time_nullable_array_array

func (*Client) TestRequestStringURI

func (c *Client) TestRequestStringURI(ctx context.Context, request OptURI) (*Error, error)

TestRequestStringURI invokes test_request_string_uri operation.

POST /test_request_string_uri

func (*Client) TestRequestStringURIArray

func (c *Client) TestRequestStringURIArray(ctx context.Context, request []url.URL) (*Error, error)

TestRequestStringURIArray invokes test_request_string_uri_array operation.

POST /test_request_string_uri_array

func (*Client) TestRequestStringURIArrayArray

func (c *Client) TestRequestStringURIArrayArray(ctx context.Context, request [][]url.URL) (*Error, error)

TestRequestStringURIArrayArray invokes test_request_string_uri_array_array operation.

POST /test_request_string_uri_array_array

func (*Client) TestRequestStringURINullable

func (c *Client) TestRequestStringURINullable(ctx context.Context, request OptNilURI) (*Error, error)

TestRequestStringURINullable invokes test_request_string_uri_nullable operation.

POST /test_request_string_uri_nullable

func (*Client) TestRequestStringURINullableArray

func (c *Client) TestRequestStringURINullableArray(ctx context.Context, request []NilURI) (*Error, error)

TestRequestStringURINullableArray invokes test_request_string_uri_nullable_array operation.

POST /test_request_string_uri_nullable_array

func (*Client) TestRequestStringURINullableArrayArray

func (c *Client) TestRequestStringURINullableArrayArray(ctx context.Context, request [][]NilURI) (*Error, error)

TestRequestStringURINullableArrayArray invokes test_request_string_uri_nullable_array_array operation.

POST /test_request_string_uri_nullable_array_array

func (*Client) TestRequestStringUUID

func (c *Client) TestRequestStringUUID(ctx context.Context, request OptUUID) (*Error, error)

TestRequestStringUUID invokes test_request_string_uuid operation.

POST /test_request_string_uuid

func (*Client) TestRequestStringUUIDArray

func (c *Client) TestRequestStringUUIDArray(ctx context.Context, request []uuid.UUID) (*Error, error)

TestRequestStringUUIDArray invokes test_request_string_uuid_array operation.

POST /test_request_string_uuid_array

func (*Client) TestRequestStringUUIDArrayArray

func (c *Client) TestRequestStringUUIDArrayArray(ctx context.Context, request [][]uuid.UUID) (*Error, error)

TestRequestStringUUIDArrayArray invokes test_request_string_uuid_array_array operation.

POST /test_request_string_uuid_array_array

func (*Client) TestRequestStringUUIDNullable

func (c *Client) TestRequestStringUUIDNullable(ctx context.Context, request OptNilUUID) (*Error, error)

TestRequestStringUUIDNullable invokes test_request_string_uuid_nullable operation.

POST /test_request_string_uuid_nullable

func (*Client) TestRequestStringUUIDNullableArray

func (c *Client) TestRequestStringUUIDNullableArray(ctx context.Context, request []NilUUID) (*Error, error)

TestRequestStringUUIDNullableArray invokes test_request_string_uuid_nullable_array operation.

POST /test_request_string_uuid_nullable_array

func (*Client) TestRequestStringUUIDNullableArrayArray

func (c *Client) TestRequestStringUUIDNullableArrayArray(ctx context.Context, request [][]NilUUID) (*Error, error)

TestRequestStringUUIDNullableArrayArray invokes test_request_string_uuid_nullable_array_array operation.

POST /test_request_string_uuid_nullable_array_array

func (*Client) TestRequestStringUint

func (c *Client) TestRequestStringUint(ctx context.Context, request OptStringUint) (*Error, error)

TestRequestStringUint invokes test_request_string_uint operation.

POST /test_request_string_uint

func (*Client) TestRequestStringUint16

func (c *Client) TestRequestStringUint16(ctx context.Context, request OptStringUint16) (*Error, error)

TestRequestStringUint16 invokes test_request_string_uint16 operation.

POST /test_request_string_uint16

func (*Client) TestRequestStringUint16Array

func (c *Client) TestRequestStringUint16Array(ctx context.Context, request []uint16) (*Error, error)

TestRequestStringUint16Array invokes test_request_string_uint16_array operation.

POST /test_request_string_uint16_array

func (*Client) TestRequestStringUint16ArrayArray

func (c *Client) TestRequestStringUint16ArrayArray(ctx context.Context, request [][]uint16) (*Error, error)

TestRequestStringUint16ArrayArray invokes test_request_string_uint16_array_array operation.

POST /test_request_string_uint16_array_array

func (*Client) TestRequestStringUint16Nullable

func (c *Client) TestRequestStringUint16Nullable(ctx context.Context, request OptNilStringUint16) (*Error, error)

TestRequestStringUint16Nullable invokes test_request_string_uint16_nullable operation.

POST /test_request_string_uint16_nullable

func (*Client) TestRequestStringUint16NullableArray

func (c *Client) TestRequestStringUint16NullableArray(ctx context.Context, request []NilStringUint16) (*Error, error)

TestRequestStringUint16NullableArray invokes test_request_string_uint16_nullable_array operation.

POST /test_request_string_uint16_nullable_array

func (*Client) TestRequestStringUint16NullableArrayArray

func (c *Client) TestRequestStringUint16NullableArrayArray(ctx context.Context, request [][]NilStringUint16) (*Error, error)

TestRequestStringUint16NullableArrayArray invokes test_request_string_uint16_nullable_array_array operation.

POST /test_request_string_uint16_nullable_array_array

func (*Client) TestRequestStringUint32

func (c *Client) TestRequestStringUint32(ctx context.Context, request OptStringUint32) (*Error, error)

TestRequestStringUint32 invokes test_request_string_uint32 operation.

POST /test_request_string_uint32

func (*Client) TestRequestStringUint32Array

func (c *Client) TestRequestStringUint32Array(ctx context.Context, request []uint32) (*Error, error)

TestRequestStringUint32Array invokes test_request_string_uint32_array operation.

POST /test_request_string_uint32_array

func (*Client) TestRequestStringUint32ArrayArray

func (c *Client) TestRequestStringUint32ArrayArray(ctx context.Context, request [][]uint32) (*Error, error)

TestRequestStringUint32ArrayArray invokes test_request_string_uint32_array_array operation.

POST /test_request_string_uint32_array_array

func (*Client) TestRequestStringUint32Nullable

func (c *Client) TestRequestStringUint32Nullable(ctx context.Context, request OptNilStringUint32) (*Error, error)

TestRequestStringUint32Nullable invokes test_request_string_uint32_nullable operation.

POST /test_request_string_uint32_nullable

func (*Client) TestRequestStringUint32NullableArray

func (c *Client) TestRequestStringUint32NullableArray(ctx context.Context, request []NilStringUint32) (*Error, error)

TestRequestStringUint32NullableArray invokes test_request_string_uint32_nullable_array operation.

POST /test_request_string_uint32_nullable_array

func (*Client) TestRequestStringUint32NullableArrayArray

func (c *Client) TestRequestStringUint32NullableArrayArray(ctx context.Context, request [][]NilStringUint32) (*Error, error)

TestRequestStringUint32NullableArrayArray invokes test_request_string_uint32_nullable_array_array operation.

POST /test_request_string_uint32_nullable_array_array

func (*Client) TestRequestStringUint64

func (c *Client) TestRequestStringUint64(ctx context.Context, request OptStringUint64) (*Error, error)

TestRequestStringUint64 invokes test_request_string_uint64 operation.

POST /test_request_string_uint64

func (*Client) TestRequestStringUint64Array

func (c *Client) TestRequestStringUint64Array(ctx context.Context, request []uint64) (*Error, error)

TestRequestStringUint64Array invokes test_request_string_uint64_array operation.

POST /test_request_string_uint64_array

func (*Client) TestRequestStringUint64ArrayArray

func (c *Client) TestRequestStringUint64ArrayArray(ctx context.Context, request [][]uint64) (*Error, error)

TestRequestStringUint64ArrayArray invokes test_request_string_uint64_array_array operation.

POST /test_request_string_uint64_array_array

func (*Client) TestRequestStringUint64Nullable

func (c *Client) TestRequestStringUint64Nullable(ctx context.Context, request OptNilStringUint64) (*Error, error)

TestRequestStringUint64Nullable invokes test_request_string_uint64_nullable operation.

POST /test_request_string_uint64_nullable

func (*Client) TestRequestStringUint64NullableArray

func (c *Client) TestRequestStringUint64NullableArray(ctx context.Context, request []NilStringUint64) (*Error, error)

TestRequestStringUint64NullableArray invokes test_request_string_uint64_nullable_array operation.

POST /test_request_string_uint64_nullable_array

func (*Client) TestRequestStringUint64NullableArrayArray

func (c *Client) TestRequestStringUint64NullableArrayArray(ctx context.Context, request [][]NilStringUint64) (*Error, error)

TestRequestStringUint64NullableArrayArray invokes test_request_string_uint64_nullable_array_array operation.

POST /test_request_string_uint64_nullable_array_array

func (*Client) TestRequestStringUint8

func (c *Client) TestRequestStringUint8(ctx context.Context, request OptStringUint8) (*Error, error)

TestRequestStringUint8 invokes test_request_string_uint8 operation.

POST /test_request_string_uint8

func (*Client) TestRequestStringUint8Array

func (c *Client) TestRequestStringUint8Array(ctx context.Context, request []uint8) (*Error, error)

TestRequestStringUint8Array invokes test_request_string_uint8_array operation.

POST /test_request_string_uint8_array

func (*Client) TestRequestStringUint8ArrayArray

func (c *Client) TestRequestStringUint8ArrayArray(ctx context.Context, request [][]uint8) (*Error, error)

TestRequestStringUint8ArrayArray invokes test_request_string_uint8_array_array operation.

POST /test_request_string_uint8_array_array

func (*Client) TestRequestStringUint8Nullable

func (c *Client) TestRequestStringUint8Nullable(ctx context.Context, request OptNilStringUint8) (*Error, error)

TestRequestStringUint8Nullable invokes test_request_string_uint8_nullable operation.

POST /test_request_string_uint8_nullable

func (*Client) TestRequestStringUint8NullableArray

func (c *Client) TestRequestStringUint8NullableArray(ctx context.Context, request []NilStringUint8) (*Error, error)

TestRequestStringUint8NullableArray invokes test_request_string_uint8_nullable_array operation.

POST /test_request_string_uint8_nullable_array

func (*Client) TestRequestStringUint8NullableArrayArray

func (c *Client) TestRequestStringUint8NullableArrayArray(ctx context.Context, request [][]NilStringUint8) (*Error, error)

TestRequestStringUint8NullableArrayArray invokes test_request_string_uint8_nullable_array_array operation.

POST /test_request_string_uint8_nullable_array_array

func (*Client) TestRequestStringUintArray

func (c *Client) TestRequestStringUintArray(ctx context.Context, request []uint) (*Error, error)

TestRequestStringUintArray invokes test_request_string_uint_array operation.

POST /test_request_string_uint_array

func (*Client) TestRequestStringUintArrayArray

func (c *Client) TestRequestStringUintArrayArray(ctx context.Context, request [][]uint) (*Error, error)

TestRequestStringUintArrayArray invokes test_request_string_uint_array_array operation.

POST /test_request_string_uint_array_array

func (*Client) TestRequestStringUintNullable

func (c *Client) TestRequestStringUintNullable(ctx context.Context, request OptNilStringUint) (*Error, error)

TestRequestStringUintNullable invokes test_request_string_uint_nullable operation.

POST /test_request_string_uint_nullable

func (*Client) TestRequestStringUintNullableArray

func (c *Client) TestRequestStringUintNullableArray(ctx context.Context, request []NilStringUint) (*Error, error)

TestRequestStringUintNullableArray invokes test_request_string_uint_nullable_array operation.

POST /test_request_string_uint_nullable_array

func (*Client) TestRequestStringUintNullableArrayArray

func (c *Client) TestRequestStringUintNullableArrayArray(ctx context.Context, request [][]NilStringUint) (*Error, error)

TestRequestStringUintNullableArrayArray invokes test_request_string_uint_nullable_array_array operation.

POST /test_request_string_uint_nullable_array_array

func (*Client) TestRequestStringUnix

func (c *Client) TestRequestStringUnix(ctx context.Context, request OptStringUnixSeconds) (*Error, error)

TestRequestStringUnix invokes test_request_string_unix operation.

POST /test_request_string_unix

func (*Client) TestRequestStringUnixArray

func (c *Client) TestRequestStringUnixArray(ctx context.Context, request []time.Time) (*Error, error)

TestRequestStringUnixArray invokes test_request_string_unix_array operation.

POST /test_request_string_unix_array

func (*Client) TestRequestStringUnixArrayArray

func (c *Client) TestRequestStringUnixArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)

TestRequestStringUnixArrayArray invokes test_request_string_unix_array_array operation.

POST /test_request_string_unix_array_array

func (*Client) TestRequestStringUnixMicro

func (c *Client) TestRequestStringUnixMicro(ctx context.Context, request OptStringUnixMicro) (*Error, error)

TestRequestStringUnixMicro invokes test_request_string_unix-micro operation.

POST /test_request_string_unix-micro

func (*Client) TestRequestStringUnixMicroArray

func (c *Client) TestRequestStringUnixMicroArray(ctx context.Context, request []time.Time) (*Error, error)

TestRequestStringUnixMicroArray invokes test_request_string_unix-micro_array operation.

POST /test_request_string_unix-micro_array

func (*Client) TestRequestStringUnixMicroArrayArray

func (c *Client) TestRequestStringUnixMicroArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)

TestRequestStringUnixMicroArrayArray invokes test_request_string_unix-micro_array_array operation.

POST /test_request_string_unix-micro_array_array

func (*Client) TestRequestStringUnixMicroNullable

func (c *Client) TestRequestStringUnixMicroNullable(ctx context.Context, request OptNilStringUnixMicro) (*Error, error)

TestRequestStringUnixMicroNullable invokes test_request_string_unix-micro_nullable operation.

POST /test_request_string_unix-micro_nullable

func (*Client) TestRequestStringUnixMicroNullableArray

func (c *Client) TestRequestStringUnixMicroNullableArray(ctx context.Context, request []NilStringUnixMicro) (*Error, error)

TestRequestStringUnixMicroNullableArray invokes test_request_string_unix-micro_nullable_array operation.

POST /test_request_string_unix-micro_nullable_array

func (*Client) TestRequestStringUnixMicroNullableArrayArray

func (c *Client) TestRequestStringUnixMicroNullableArrayArray(ctx context.Context, request [][]NilStringUnixMicro) (*Error, error)

TestRequestStringUnixMicroNullableArrayArray invokes test_request_string_unix-micro_nullable_array_array operation.

POST /test_request_string_unix-micro_nullable_array_array

func (*Client) TestRequestStringUnixMilli

func (c *Client) TestRequestStringUnixMilli(ctx context.Context, request OptStringUnixMilli) (*Error, error)

TestRequestStringUnixMilli invokes test_request_string_unix-milli operation.

POST /test_request_string_unix-milli

func (*Client) TestRequestStringUnixMilliArray

func (c *Client) TestRequestStringUnixMilliArray(ctx context.Context, request []time.Time) (*Error, error)

TestRequestStringUnixMilliArray invokes test_request_string_unix-milli_array operation.

POST /test_request_string_unix-milli_array

func (*Client) TestRequestStringUnixMilliArrayArray

func (c *Client) TestRequestStringUnixMilliArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)

TestRequestStringUnixMilliArrayArray invokes test_request_string_unix-milli_array_array operation.

POST /test_request_string_unix-milli_array_array

func (*Client) TestRequestStringUnixMilliNullable

func (c *Client) TestRequestStringUnixMilliNullable(ctx context.Context, request OptNilStringUnixMilli) (*Error, error)

TestRequestStringUnixMilliNullable invokes test_request_string_unix-milli_nullable operation.

POST /test_request_string_unix-milli_nullable

func (*Client) TestRequestStringUnixMilliNullableArray

func (c *Client) TestRequestStringUnixMilliNullableArray(ctx context.Context, request []NilStringUnixMilli) (*Error, error)

TestRequestStringUnixMilliNullableArray invokes test_request_string_unix-milli_nullable_array operation.

POST /test_request_string_unix-milli_nullable_array

func (*Client) TestRequestStringUnixMilliNullableArrayArray

func (c *Client) TestRequestStringUnixMilliNullableArrayArray(ctx context.Context, request [][]NilStringUnixMilli) (*Error, error)

TestRequestStringUnixMilliNullableArrayArray invokes test_request_string_unix-milli_nullable_array_array operation.

POST /test_request_string_unix-milli_nullable_array_array

func (*Client) TestRequestStringUnixNano

func (c *Client) TestRequestStringUnixNano(ctx context.Context, request OptStringUnixNano) (*Error, error)

TestRequestStringUnixNano invokes test_request_string_unix-nano operation.

POST /test_request_string_unix-nano

func (*Client) TestRequestStringUnixNanoArray

func (c *Client) TestRequestStringUnixNanoArray(ctx context.Context, request []time.Time) (*Error, error)

TestRequestStringUnixNanoArray invokes test_request_string_unix-nano_array operation.

POST /test_request_string_unix-nano_array

func (*Client) TestRequestStringUnixNanoArrayArray

func (c *Client) TestRequestStringUnixNanoArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)

TestRequestStringUnixNanoArrayArray invokes test_request_string_unix-nano_array_array operation.

POST /test_request_string_unix-nano_array_array

func (*Client) TestRequestStringUnixNanoNullable

func (c *Client) TestRequestStringUnixNanoNullable(ctx context.Context, request OptNilStringUnixNano) (*Error, error)

TestRequestStringUnixNanoNullable invokes test_request_string_unix-nano_nullable operation.

POST /test_request_string_unix-nano_nullable

func (*Client) TestRequestStringUnixNanoNullableArray

func (c *Client) TestRequestStringUnixNanoNullableArray(ctx context.Context, request []NilStringUnixNano) (*Error, error)

TestRequestStringUnixNanoNullableArray invokes test_request_string_unix-nano_nullable_array operation.

POST /test_request_string_unix-nano_nullable_array

func (*Client) TestRequestStringUnixNanoNullableArrayArray

func (c *Client) TestRequestStringUnixNanoNullableArrayArray(ctx context.Context, request [][]NilStringUnixNano) (*Error, error)

TestRequestStringUnixNanoNullableArrayArray invokes test_request_string_unix-nano_nullable_array_array operation.

POST /test_request_string_unix-nano_nullable_array_array

func (*Client) TestRequestStringUnixNullable

func (c *Client) TestRequestStringUnixNullable(ctx context.Context, request OptNilStringUnixSeconds) (*Error, error)

TestRequestStringUnixNullable invokes test_request_string_unix_nullable operation.

POST /test_request_string_unix_nullable

func (*Client) TestRequestStringUnixNullableArray

func (c *Client) TestRequestStringUnixNullableArray(ctx context.Context, request []NilStringUnixSeconds) (*Error, error)

TestRequestStringUnixNullableArray invokes test_request_string_unix_nullable_array operation.

POST /test_request_string_unix_nullable_array

func (*Client) TestRequestStringUnixNullableArrayArray

func (c *Client) TestRequestStringUnixNullableArrayArray(ctx context.Context, request [][]NilStringUnixSeconds) (*Error, error)

TestRequestStringUnixNullableArrayArray invokes test_request_string_unix_nullable_array_array operation.

POST /test_request_string_unix_nullable_array_array

func (*Client) TestRequestStringUnixSeconds

func (c *Client) TestRequestStringUnixSeconds(ctx context.Context, request OptStringUnixSeconds) (*Error, error)

TestRequestStringUnixSeconds invokes test_request_string_unix-seconds operation.

POST /test_request_string_unix-seconds

func (*Client) TestRequestStringUnixSecondsArray

func (c *Client) TestRequestStringUnixSecondsArray(ctx context.Context, request []time.Time) (*Error, error)

TestRequestStringUnixSecondsArray invokes test_request_string_unix-seconds_array operation.

POST /test_request_string_unix-seconds_array

func (*Client) TestRequestStringUnixSecondsArrayArray

func (c *Client) TestRequestStringUnixSecondsArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)

TestRequestStringUnixSecondsArrayArray invokes test_request_string_unix-seconds_array_array operation.

POST /test_request_string_unix-seconds_array_array

func (*Client) TestRequestStringUnixSecondsNullable

func (c *Client) TestRequestStringUnixSecondsNullable(ctx context.Context, request OptNilStringUnixSeconds) (*Error, error)

TestRequestStringUnixSecondsNullable invokes test_request_string_unix-seconds_nullable operation.

POST /test_request_string_unix-seconds_nullable

func (*Client) TestRequestStringUnixSecondsNullableArray

func (c *Client) TestRequestStringUnixSecondsNullableArray(ctx context.Context, request []NilStringUnixSeconds) (*Error, error)

TestRequestStringUnixSecondsNullableArray invokes test_request_string_unix-seconds_nullable_array operation.

POST /test_request_string_unix-seconds_nullable_array

func (*Client) TestRequestStringUnixSecondsNullableArrayArray

func (c *Client) TestRequestStringUnixSecondsNullableArrayArray(ctx context.Context, request [][]NilStringUnixSeconds) (*Error, error)

TestRequestStringUnixSecondsNullableArrayArray invokes test_request_string_unix-seconds_nullable_array_array operation.

POST /test_request_string_unix-seconds_nullable_array_array

func (*Client) TestResponseAny

func (c *Client) TestResponseAny(ctx context.Context, request string) (jx.Raw, error)

TestResponseAny invokes test_response_Any operation.

POST /test_response_Any

func (*Client) TestResponseBoolean

func (c *Client) TestResponseBoolean(ctx context.Context, request string) (bool, error)

TestResponseBoolean invokes test_response_boolean operation.

POST /test_response_boolean

func (*Client) TestResponseBooleanArray

func (c *Client) TestResponseBooleanArray(ctx context.Context, request string) ([]bool, error)

TestResponseBooleanArray invokes test_response_boolean_array operation.

POST /test_response_boolean_array

func (*Client) TestResponseBooleanArrayArray

func (c *Client) TestResponseBooleanArrayArray(ctx context.Context, request string) ([][]bool, error)

TestResponseBooleanArrayArray invokes test_response_boolean_array_array operation.

POST /test_response_boolean_array_array

func (*Client) TestResponseBooleanNullable

func (c *Client) TestResponseBooleanNullable(ctx context.Context, request string) (NilBool, error)

TestResponseBooleanNullable invokes test_response_boolean_nullable operation.

POST /test_response_boolean_nullable

func (*Client) TestResponseBooleanNullableArray

func (c *Client) TestResponseBooleanNullableArray(ctx context.Context, request string) ([]NilBool, error)

TestResponseBooleanNullableArray invokes test_response_boolean_nullable_array operation.

POST /test_response_boolean_nullable_array

func (*Client) TestResponseBooleanNullableArrayArray

func (c *Client) TestResponseBooleanNullableArrayArray(ctx context.Context, request string) ([][]NilBool, error)

TestResponseBooleanNullableArrayArray invokes test_response_boolean_nullable_array_array operation.

POST /test_response_boolean_nullable_array_array

func (*Client) TestResponseEmptyStruct

func (c *Client) TestResponseEmptyStruct(ctx context.Context, request string) error

TestResponseEmptyStruct invokes test_response_EmptyStruct operation.

POST /test_response_EmptyStruct

func (*Client) TestResponseFormatTest

func (c *Client) TestResponseFormatTest(ctx context.Context, request string) (*TestResponseFormatTestOK, error)

TestResponseFormatTest invokes test_response_FormatTest operation.

POST /test_response_FormatTest

func (*Client) TestResponseInteger

func (c *Client) TestResponseInteger(ctx context.Context, request string) (int, error)

TestResponseInteger invokes test_response_integer operation.

POST /test_response_integer

func (*Client) TestResponseIntegerArray

func (c *Client) TestResponseIntegerArray(ctx context.Context, request string) ([]int, error)

TestResponseIntegerArray invokes test_response_integer_array operation.

POST /test_response_integer_array

func (*Client) TestResponseIntegerArrayArray

func (c *Client) TestResponseIntegerArrayArray(ctx context.Context, request string) ([][]int, error)

TestResponseIntegerArrayArray invokes test_response_integer_array_array operation.

POST /test_response_integer_array_array

func (*Client) TestResponseIntegerInt16

func (c *Client) TestResponseIntegerInt16(ctx context.Context, request string) (int16, error)

TestResponseIntegerInt16 invokes test_response_integer_int16 operation.

POST /test_response_integer_int16

func (*Client) TestResponseIntegerInt16Array

func (c *Client) TestResponseIntegerInt16Array(ctx context.Context, request string) ([]int16, error)

TestResponseIntegerInt16Array invokes test_response_integer_int16_array operation.

POST /test_response_integer_int16_array

func (*Client) TestResponseIntegerInt16ArrayArray

func (c *Client) TestResponseIntegerInt16ArrayArray(ctx context.Context, request string) ([][]int16, error)

TestResponseIntegerInt16ArrayArray invokes test_response_integer_int16_array_array operation.

POST /test_response_integer_int16_array_array

func (*Client) TestResponseIntegerInt16Nullable

func (c *Client) TestResponseIntegerInt16Nullable(ctx context.Context, request string) (NilInt16, error)

TestResponseIntegerInt16Nullable invokes test_response_integer_int16_nullable operation.

POST /test_response_integer_int16_nullable

func (*Client) TestResponseIntegerInt16NullableArray

func (c *Client) TestResponseIntegerInt16NullableArray(ctx context.Context, request string) ([]NilInt16, error)

TestResponseIntegerInt16NullableArray invokes test_response_integer_int16_nullable_array operation.

POST /test_response_integer_int16_nullable_array

func (*Client) TestResponseIntegerInt16NullableArrayArray

func (c *Client) TestResponseIntegerInt16NullableArrayArray(ctx context.Context, request string) ([][]NilInt16, error)

TestResponseIntegerInt16NullableArrayArray invokes test_response_integer_int16_nullable_array_array operation.

POST /test_response_integer_int16_nullable_array_array

func (*Client) TestResponseIntegerInt32

func (c *Client) TestResponseIntegerInt32(ctx context.Context, request string) (int32, error)

TestResponseIntegerInt32 invokes test_response_integer_int32 operation.

POST /test_response_integer_int32

func (*Client) TestResponseIntegerInt32Array

func (c *Client) TestResponseIntegerInt32Array(ctx context.Context, request string) ([]int32, error)

TestResponseIntegerInt32Array invokes test_response_integer_int32_array operation.

POST /test_response_integer_int32_array

func (*Client) TestResponseIntegerInt32ArrayArray

func (c *Client) TestResponseIntegerInt32ArrayArray(ctx context.Context, request string) ([][]int32, error)

TestResponseIntegerInt32ArrayArray invokes test_response_integer_int32_array_array operation.

POST /test_response_integer_int32_array_array

func (*Client) TestResponseIntegerInt32Nullable

func (c *Client) TestResponseIntegerInt32Nullable(ctx context.Context, request string) (NilInt32, error)

TestResponseIntegerInt32Nullable invokes test_response_integer_int32_nullable operation.

POST /test_response_integer_int32_nullable

func (*Client) TestResponseIntegerInt32NullableArray

func (c *Client) TestResponseIntegerInt32NullableArray(ctx context.Context, request string) ([]NilInt32, error)

TestResponseIntegerInt32NullableArray invokes test_response_integer_int32_nullable_array operation.

POST /test_response_integer_int32_nullable_array

func (*Client) TestResponseIntegerInt32NullableArrayArray

func (c *Client) TestResponseIntegerInt32NullableArrayArray(ctx context.Context, request string) ([][]NilInt32, error)

TestResponseIntegerInt32NullableArrayArray invokes test_response_integer_int32_nullable_array_array operation.

POST /test_response_integer_int32_nullable_array_array

func (*Client) TestResponseIntegerInt64

func (c *Client) TestResponseIntegerInt64(ctx context.Context, request string) (int64, error)

TestResponseIntegerInt64 invokes test_response_integer_int64 operation.

POST /test_response_integer_int64

func (*Client) TestResponseIntegerInt64Array

func (c *Client) TestResponseIntegerInt64Array(ctx context.Context, request string) ([]int64, error)

TestResponseIntegerInt64Array invokes test_response_integer_int64_array operation.

POST /test_response_integer_int64_array

func (*Client) TestResponseIntegerInt64ArrayArray

func (c *Client) TestResponseIntegerInt64ArrayArray(ctx context.Context, request string) ([][]int64, error)

TestResponseIntegerInt64ArrayArray invokes test_response_integer_int64_array_array operation.

POST /test_response_integer_int64_array_array

func (*Client) TestResponseIntegerInt64Nullable

func (c *Client) TestResponseIntegerInt64Nullable(ctx context.Context, request string) (NilInt64, error)

TestResponseIntegerInt64Nullable invokes test_response_integer_int64_nullable operation.

POST /test_response_integer_int64_nullable

func (*Client) TestResponseIntegerInt64NullableArray

func (c *Client) TestResponseIntegerInt64NullableArray(ctx context.Context, request string) ([]NilInt64, error)

TestResponseIntegerInt64NullableArray invokes test_response_integer_int64_nullable_array operation.

POST /test_response_integer_int64_nullable_array

func (*Client) TestResponseIntegerInt64NullableArrayArray

func (c *Client) TestResponseIntegerInt64NullableArrayArray(ctx context.Context, request string) ([][]NilInt64, error)

TestResponseIntegerInt64NullableArrayArray invokes test_response_integer_int64_nullable_array_array operation.

POST /test_response_integer_int64_nullable_array_array

func (*Client) TestResponseIntegerInt8

func (c *Client) TestResponseIntegerInt8(ctx context.Context, request string) (int8, error)

TestResponseIntegerInt8 invokes test_response_integer_int8 operation.

POST /test_response_integer_int8

func (*Client) TestResponseIntegerInt8Array

func (c *Client) TestResponseIntegerInt8Array(ctx context.Context, request string) ([]int8, error)

TestResponseIntegerInt8Array invokes test_response_integer_int8_array operation.

POST /test_response_integer_int8_array

func (*Client) TestResponseIntegerInt8ArrayArray

func (c *Client) TestResponseIntegerInt8ArrayArray(ctx context.Context, request string) ([][]int8, error)

TestResponseIntegerInt8ArrayArray invokes test_response_integer_int8_array_array operation.

POST /test_response_integer_int8_array_array

func (*Client) TestResponseIntegerInt8Nullable

func (c *Client) TestResponseIntegerInt8Nullable(ctx context.Context, request string) (NilInt8, error)

TestResponseIntegerInt8Nullable invokes test_response_integer_int8_nullable operation.

POST /test_response_integer_int8_nullable

func (*Client) TestResponseIntegerInt8NullableArray

func (c *Client) TestResponseIntegerInt8NullableArray(ctx context.Context, request string) ([]NilInt8, error)

TestResponseIntegerInt8NullableArray invokes test_response_integer_int8_nullable_array operation.

POST /test_response_integer_int8_nullable_array

func (*Client) TestResponseIntegerInt8NullableArrayArray

func (c *Client) TestResponseIntegerInt8NullableArrayArray(ctx context.Context, request string) ([][]NilInt8, error)

TestResponseIntegerInt8NullableArrayArray invokes test_response_integer_int8_nullable_array_array operation.

POST /test_response_integer_int8_nullable_array_array

func (*Client) TestResponseIntegerNullable

func (c *Client) TestResponseIntegerNullable(ctx context.Context, request string) (NilInt, error)

TestResponseIntegerNullable invokes test_response_integer_nullable operation.

POST /test_response_integer_nullable

func (*Client) TestResponseIntegerNullableArray

func (c *Client) TestResponseIntegerNullableArray(ctx context.Context, request string) ([]NilInt, error)

TestResponseIntegerNullableArray invokes test_response_integer_nullable_array operation.

POST /test_response_integer_nullable_array

func (*Client) TestResponseIntegerNullableArrayArray

func (c *Client) TestResponseIntegerNullableArrayArray(ctx context.Context, request string) ([][]NilInt, error)

TestResponseIntegerNullableArrayArray invokes test_response_integer_nullable_array_array operation.

POST /test_response_integer_nullable_array_array

func (*Client) TestResponseIntegerUint

func (c *Client) TestResponseIntegerUint(ctx context.Context, request string) (uint, error)

TestResponseIntegerUint invokes test_response_integer_uint operation.

POST /test_response_integer_uint

func (*Client) TestResponseIntegerUint16

func (c *Client) TestResponseIntegerUint16(ctx context.Context, request string) (uint16, error)

TestResponseIntegerUint16 invokes test_response_integer_uint16 operation.

POST /test_response_integer_uint16

func (*Client) TestResponseIntegerUint16Array

func (c *Client) TestResponseIntegerUint16Array(ctx context.Context, request string) ([]uint16, error)

TestResponseIntegerUint16Array invokes test_response_integer_uint16_array operation.

POST /test_response_integer_uint16_array

func (*Client) TestResponseIntegerUint16ArrayArray

func (c *Client) TestResponseIntegerUint16ArrayArray(ctx context.Context, request string) ([][]uint16, error)

TestResponseIntegerUint16ArrayArray invokes test_response_integer_uint16_array_array operation.

POST /test_response_integer_uint16_array_array

func (*Client) TestResponseIntegerUint16Nullable

func (c *Client) TestResponseIntegerUint16Nullable(ctx context.Context, request string) (NilUint16, error)

TestResponseIntegerUint16Nullable invokes test_response_integer_uint16_nullable operation.

POST /test_response_integer_uint16_nullable

func (*Client) TestResponseIntegerUint16NullableArray

func (c *Client) TestResponseIntegerUint16NullableArray(ctx context.Context, request string) ([]NilUint16, error)

TestResponseIntegerUint16NullableArray invokes test_response_integer_uint16_nullable_array operation.

POST /test_response_integer_uint16_nullable_array

func (*Client) TestResponseIntegerUint16NullableArrayArray

func (c *Client) TestResponseIntegerUint16NullableArrayArray(ctx context.Context, request string) ([][]NilUint16, error)

TestResponseIntegerUint16NullableArrayArray invokes test_response_integer_uint16_nullable_array_array operation.

POST /test_response_integer_uint16_nullable_array_array

func (*Client) TestResponseIntegerUint32

func (c *Client) TestResponseIntegerUint32(ctx context.Context, request string) (uint32, error)

TestResponseIntegerUint32 invokes test_response_integer_uint32 operation.

POST /test_response_integer_uint32

func (*Client) TestResponseIntegerUint32Array

func (c *Client) TestResponseIntegerUint32Array(ctx context.Context, request string) ([]uint32, error)

TestResponseIntegerUint32Array invokes test_response_integer_uint32_array operation.

POST /test_response_integer_uint32_array

func (*Client) TestResponseIntegerUint32ArrayArray

func (c *Client) TestResponseIntegerUint32ArrayArray(ctx context.Context, request string) ([][]uint32, error)

TestResponseIntegerUint32ArrayArray invokes test_response_integer_uint32_array_array operation.

POST /test_response_integer_uint32_array_array

func (*Client) TestResponseIntegerUint32Nullable

func (c *Client) TestResponseIntegerUint32Nullable(ctx context.Context, request string) (NilUint32, error)

TestResponseIntegerUint32Nullable invokes test_response_integer_uint32_nullable operation.

POST /test_response_integer_uint32_nullable

func (*Client) TestResponseIntegerUint32NullableArray

func (c *Client) TestResponseIntegerUint32NullableArray(ctx context.Context, request string) ([]NilUint32, error)

TestResponseIntegerUint32NullableArray invokes test_response_integer_uint32_nullable_array operation.

POST /test_response_integer_uint32_nullable_array

func (*Client) TestResponseIntegerUint32NullableArrayArray

func (c *Client) TestResponseIntegerUint32NullableArrayArray(ctx context.Context, request string) ([][]NilUint32, error)

TestResponseIntegerUint32NullableArrayArray invokes test_response_integer_uint32_nullable_array_array operation.

POST /test_response_integer_uint32_nullable_array_array

func (*Client) TestResponseIntegerUint64

func (c *Client) TestResponseIntegerUint64(ctx context.Context, request string) (uint64, error)

TestResponseIntegerUint64 invokes test_response_integer_uint64 operation.

POST /test_response_integer_uint64

func (*Client) TestResponseIntegerUint64Array

func (c *Client) TestResponseIntegerUint64Array(ctx context.Context, request string) ([]uint64, error)

TestResponseIntegerUint64Array invokes test_response_integer_uint64_array operation.

POST /test_response_integer_uint64_array

func (*Client) TestResponseIntegerUint64ArrayArray

func (c *Client) TestResponseIntegerUint64ArrayArray(ctx context.Context, request string) ([][]uint64, error)

TestResponseIntegerUint64ArrayArray invokes test_response_integer_uint64_array_array operation.

POST /test_response_integer_uint64_array_array

func (*Client) TestResponseIntegerUint64Nullable

func (c *Client) TestResponseIntegerUint64Nullable(ctx context.Context, request string) (NilUint64, error)

TestResponseIntegerUint64Nullable invokes test_response_integer_uint64_nullable operation.

POST /test_response_integer_uint64_nullable

func (*Client) TestResponseIntegerUint64NullableArray

func (c *Client) TestResponseIntegerUint64NullableArray(ctx context.Context, request string) ([]NilUint64, error)

TestResponseIntegerUint64NullableArray invokes test_response_integer_uint64_nullable_array operation.

POST /test_response_integer_uint64_nullable_array

func (*Client) TestResponseIntegerUint64NullableArrayArray

func (c *Client) TestResponseIntegerUint64NullableArrayArray(ctx context.Context, request string) ([][]NilUint64, error)

TestResponseIntegerUint64NullableArrayArray invokes test_response_integer_uint64_nullable_array_array operation.

POST /test_response_integer_uint64_nullable_array_array

func (*Client) TestResponseIntegerUint8

func (c *Client) TestResponseIntegerUint8(ctx context.Context, request string) (uint8, error)

TestResponseIntegerUint8 invokes test_response_integer_uint8 operation.

POST /test_response_integer_uint8

func (*Client) TestResponseIntegerUint8Array

func (c *Client) TestResponseIntegerUint8Array(ctx context.Context, request string) ([]uint8, error)

TestResponseIntegerUint8Array invokes test_response_integer_uint8_array operation.

POST /test_response_integer_uint8_array

func (*Client) TestResponseIntegerUint8ArrayArray

func (c *Client) TestResponseIntegerUint8ArrayArray(ctx context.Context, request string) ([][]uint8, error)

TestResponseIntegerUint8ArrayArray invokes test_response_integer_uint8_array_array operation.

POST /test_response_integer_uint8_array_array

func (*Client) TestResponseIntegerUint8Nullable

func (c *Client) TestResponseIntegerUint8Nullable(ctx context.Context, request string) (NilUint8, error)

TestResponseIntegerUint8Nullable invokes test_response_integer_uint8_nullable operation.

POST /test_response_integer_uint8_nullable

func (*Client) TestResponseIntegerUint8NullableArray

func (c *Client) TestResponseIntegerUint8NullableArray(ctx context.Context, request string) ([]NilUint8, error)

TestResponseIntegerUint8NullableArray invokes test_response_integer_uint8_nullable_array operation.

POST /test_response_integer_uint8_nullable_array

func (*Client) TestResponseIntegerUint8NullableArrayArray

func (c *Client) TestResponseIntegerUint8NullableArrayArray(ctx context.Context, request string) ([][]NilUint8, error)

TestResponseIntegerUint8NullableArrayArray invokes test_response_integer_uint8_nullable_array_array operation.

POST /test_response_integer_uint8_nullable_array_array

func (*Client) TestResponseIntegerUintArray

func (c *Client) TestResponseIntegerUintArray(ctx context.Context, request string) ([]uint, error)

TestResponseIntegerUintArray invokes test_response_integer_uint_array operation.

POST /test_response_integer_uint_array

func (*Client) TestResponseIntegerUintArrayArray

func (c *Client) TestResponseIntegerUintArrayArray(ctx context.Context, request string) ([][]uint, error)

TestResponseIntegerUintArrayArray invokes test_response_integer_uint_array_array operation.

POST /test_response_integer_uint_array_array

func (*Client) TestResponseIntegerUintNullable

func (c *Client) TestResponseIntegerUintNullable(ctx context.Context, request string) (NilUint, error)

TestResponseIntegerUintNullable invokes test_response_integer_uint_nullable operation.

POST /test_response_integer_uint_nullable

func (*Client) TestResponseIntegerUintNullableArray

func (c *Client) TestResponseIntegerUintNullableArray(ctx context.Context, request string) ([]NilUint, error)

TestResponseIntegerUintNullableArray invokes test_response_integer_uint_nullable_array operation.

POST /test_response_integer_uint_nullable_array

func (*Client) TestResponseIntegerUintNullableArrayArray

func (c *Client) TestResponseIntegerUintNullableArrayArray(ctx context.Context, request string) ([][]NilUint, error)

TestResponseIntegerUintNullableArrayArray invokes test_response_integer_uint_nullable_array_array operation.

POST /test_response_integer_uint_nullable_array_array

func (*Client) TestResponseIntegerUnix

func (c *Client) TestResponseIntegerUnix(ctx context.Context, request string) (time.Time, error)

TestResponseIntegerUnix invokes test_response_integer_unix operation.

POST /test_response_integer_unix

func (*Client) TestResponseIntegerUnixArray

func (c *Client) TestResponseIntegerUnixArray(ctx context.Context, request string) ([]time.Time, error)

TestResponseIntegerUnixArray invokes test_response_integer_unix_array operation.

POST /test_response_integer_unix_array

func (*Client) TestResponseIntegerUnixArrayArray

func (c *Client) TestResponseIntegerUnixArrayArray(ctx context.Context, request string) ([][]time.Time, error)

TestResponseIntegerUnixArrayArray invokes test_response_integer_unix_array_array operation.

POST /test_response_integer_unix_array_array

func (*Client) TestResponseIntegerUnixMicro

func (c *Client) TestResponseIntegerUnixMicro(ctx context.Context, request string) (time.Time, error)

TestResponseIntegerUnixMicro invokes test_response_integer_unix-micro operation.

POST /test_response_integer_unix-micro

func (*Client) TestResponseIntegerUnixMicroArray

func (c *Client) TestResponseIntegerUnixMicroArray(ctx context.Context, request string) ([]time.Time, error)

TestResponseIntegerUnixMicroArray invokes test_response_integer_unix-micro_array operation.

POST /test_response_integer_unix-micro_array

func (*Client) TestResponseIntegerUnixMicroArrayArray

func (c *Client) TestResponseIntegerUnixMicroArrayArray(ctx context.Context, request string) ([][]time.Time, error)

TestResponseIntegerUnixMicroArrayArray invokes test_response_integer_unix-micro_array_array operation.

POST /test_response_integer_unix-micro_array_array

func (*Client) TestResponseIntegerUnixMicroNullable

func (c *Client) TestResponseIntegerUnixMicroNullable(ctx context.Context, request string) (NilUnixMicro, error)

TestResponseIntegerUnixMicroNullable invokes test_response_integer_unix-micro_nullable operation.

POST /test_response_integer_unix-micro_nullable

func (*Client) TestResponseIntegerUnixMicroNullableArray

func (c *Client) TestResponseIntegerUnixMicroNullableArray(ctx context.Context, request string) ([]NilUnixMicro, error)

TestResponseIntegerUnixMicroNullableArray invokes test_response_integer_unix-micro_nullable_array operation.

POST /test_response_integer_unix-micro_nullable_array

func (*Client) TestResponseIntegerUnixMicroNullableArrayArray

func (c *Client) TestResponseIntegerUnixMicroNullableArrayArray(ctx context.Context, request string) ([][]NilUnixMicro, error)

TestResponseIntegerUnixMicroNullableArrayArray invokes test_response_integer_unix-micro_nullable_array_array operation.

POST /test_response_integer_unix-micro_nullable_array_array

func (*Client) TestResponseIntegerUnixMilli

func (c *Client) TestResponseIntegerUnixMilli(ctx context.Context, request string) (time.Time, error)

TestResponseIntegerUnixMilli invokes test_response_integer_unix-milli operation.

POST /test_response_integer_unix-milli

func (*Client) TestResponseIntegerUnixMilliArray

func (c *Client) TestResponseIntegerUnixMilliArray(ctx context.Context, request string) ([]time.Time, error)

TestResponseIntegerUnixMilliArray invokes test_response_integer_unix-milli_array operation.

POST /test_response_integer_unix-milli_array

func (*Client) TestResponseIntegerUnixMilliArrayArray

func (c *Client) TestResponseIntegerUnixMilliArrayArray(ctx context.Context, request string) ([][]time.Time, error)

TestResponseIntegerUnixMilliArrayArray invokes test_response_integer_unix-milli_array_array operation.

POST /test_response_integer_unix-milli_array_array

func (*Client) TestResponseIntegerUnixMilliNullable

func (c *Client) TestResponseIntegerUnixMilliNullable(ctx context.Context, request string) (NilUnixMilli, error)

TestResponseIntegerUnixMilliNullable invokes test_response_integer_unix-milli_nullable operation.

POST /test_response_integer_unix-milli_nullable

func (*Client) TestResponseIntegerUnixMilliNullableArray

func (c *Client) TestResponseIntegerUnixMilliNullableArray(ctx context.Context, request string) ([]NilUnixMilli, error)

TestResponseIntegerUnixMilliNullableArray invokes test_response_integer_unix-milli_nullable_array operation.

POST /test_response_integer_unix-milli_nullable_array

func (*Client) TestResponseIntegerUnixMilliNullableArrayArray

func (c *Client) TestResponseIntegerUnixMilliNullableArrayArray(ctx context.Context, request string) ([][]NilUnixMilli, error)

TestResponseIntegerUnixMilliNullableArrayArray invokes test_response_integer_unix-milli_nullable_array_array operation.

POST /test_response_integer_unix-milli_nullable_array_array

func (*Client) TestResponseIntegerUnixNano

func (c *Client) TestResponseIntegerUnixNano(ctx context.Context, request string) (time.Time, error)

TestResponseIntegerUnixNano invokes test_response_integer_unix-nano operation.

POST /test_response_integer_unix-nano

func (*Client) TestResponseIntegerUnixNanoArray

func (c *Client) TestResponseIntegerUnixNanoArray(ctx context.Context, request string) ([]time.Time, error)

TestResponseIntegerUnixNanoArray invokes test_response_integer_unix-nano_array operation.

POST /test_response_integer_unix-nano_array

func (*Client) TestResponseIntegerUnixNanoArrayArray

func (c *Client) TestResponseIntegerUnixNanoArrayArray(ctx context.Context, request string) ([][]time.Time, error)

TestResponseIntegerUnixNanoArrayArray invokes test_response_integer_unix-nano_array_array operation.

POST /test_response_integer_unix-nano_array_array

func (*Client) TestResponseIntegerUnixNanoNullable

func (c *Client) TestResponseIntegerUnixNanoNullable(ctx context.Context, request string) (NilUnixNano, error)

TestResponseIntegerUnixNanoNullable invokes test_response_integer_unix-nano_nullable operation.

POST /test_response_integer_unix-nano_nullable

func (*Client) TestResponseIntegerUnixNanoNullableArray

func (c *Client) TestResponseIntegerUnixNanoNullableArray(ctx context.Context, request string) ([]NilUnixNano, error)

TestResponseIntegerUnixNanoNullableArray invokes test_response_integer_unix-nano_nullable_array operation.

POST /test_response_integer_unix-nano_nullable_array

func (*Client) TestResponseIntegerUnixNanoNullableArrayArray

func (c *Client) TestResponseIntegerUnixNanoNullableArrayArray(ctx context.Context, request string) ([][]NilUnixNano, error)

TestResponseIntegerUnixNanoNullableArrayArray invokes test_response_integer_unix-nano_nullable_array_array operation.

POST /test_response_integer_unix-nano_nullable_array_array

func (*Client) TestResponseIntegerUnixNullable

func (c *Client) TestResponseIntegerUnixNullable(ctx context.Context, request string) (NilUnixSeconds, error)

TestResponseIntegerUnixNullable invokes test_response_integer_unix_nullable operation.

POST /test_response_integer_unix_nullable

func (*Client) TestResponseIntegerUnixNullableArray

func (c *Client) TestResponseIntegerUnixNullableArray(ctx context.Context, request string) ([]NilUnixSeconds, error)

TestResponseIntegerUnixNullableArray invokes test_response_integer_unix_nullable_array operation.

POST /test_response_integer_unix_nullable_array

func (*Client) TestResponseIntegerUnixNullableArrayArray

func (c *Client) TestResponseIntegerUnixNullableArrayArray(ctx context.Context, request string) ([][]NilUnixSeconds, error)

TestResponseIntegerUnixNullableArrayArray invokes test_response_integer_unix_nullable_array_array operation.

POST /test_response_integer_unix_nullable_array_array

func (*Client) TestResponseIntegerUnixSeconds

func (c *Client) TestResponseIntegerUnixSeconds(ctx context.Context, request string) (time.Time, error)

TestResponseIntegerUnixSeconds invokes test_response_integer_unix-seconds operation.

POST /test_response_integer_unix-seconds

func (*Client) TestResponseIntegerUnixSecondsArray

func (c *Client) TestResponseIntegerUnixSecondsArray(ctx context.Context, request string) ([]time.Time, error)

TestResponseIntegerUnixSecondsArray invokes test_response_integer_unix-seconds_array operation.

POST /test_response_integer_unix-seconds_array

func (*Client) TestResponseIntegerUnixSecondsArrayArray

func (c *Client) TestResponseIntegerUnixSecondsArrayArray(ctx context.Context, request string) ([][]time.Time, error)

TestResponseIntegerUnixSecondsArrayArray invokes test_response_integer_unix-seconds_array_array operation.

POST /test_response_integer_unix-seconds_array_array

func (*Client) TestResponseIntegerUnixSecondsNullable

func (c *Client) TestResponseIntegerUnixSecondsNullable(ctx context.Context, request string) (NilUnixSeconds, error)

TestResponseIntegerUnixSecondsNullable invokes test_response_integer_unix-seconds_nullable operation.

POST /test_response_integer_unix-seconds_nullable

func (*Client) TestResponseIntegerUnixSecondsNullableArray

func (c *Client) TestResponseIntegerUnixSecondsNullableArray(ctx context.Context, request string) ([]NilUnixSeconds, error)

TestResponseIntegerUnixSecondsNullableArray invokes test_response_integer_unix-seconds_nullable_array operation.

POST /test_response_integer_unix-seconds_nullable_array

func (*Client) TestResponseIntegerUnixSecondsNullableArrayArray

func (c *Client) TestResponseIntegerUnixSecondsNullableArrayArray(ctx context.Context, request string) ([][]NilUnixSeconds, error)

TestResponseIntegerUnixSecondsNullableArrayArray invokes test_response_integer_unix-seconds_nullable_array_array operation.

POST /test_response_integer_unix-seconds_nullable_array_array

func (*Client) TestResponseNull

func (c *Client) TestResponseNull(ctx context.Context, request string) (struct{}, error)

TestResponseNull invokes test_response_null operation.

POST /test_response_null

func (*Client) TestResponseNullArray

func (c *Client) TestResponseNullArray(ctx context.Context, request string) ([]struct{}, error)

TestResponseNullArray invokes test_response_null_array operation.

POST /test_response_null_array

func (*Client) TestResponseNullArrayArray

func (c *Client) TestResponseNullArrayArray(ctx context.Context, request string) ([][]struct{}, error)

TestResponseNullArrayArray invokes test_response_null_array_array operation.

POST /test_response_null_array_array

func (*Client) TestResponseNullNullable

func (c *Client) TestResponseNullNullable(ctx context.Context, request string) (struct{}, error)

TestResponseNullNullable invokes test_response_null_nullable operation.

POST /test_response_null_nullable

func (*Client) TestResponseNullNullableArray

func (c *Client) TestResponseNullNullableArray(ctx context.Context, request string) ([]struct{}, error)

TestResponseNullNullableArray invokes test_response_null_nullable_array operation.

POST /test_response_null_nullable_array

func (*Client) TestResponseNullNullableArrayArray

func (c *Client) TestResponseNullNullableArrayArray(ctx context.Context, request string) ([][]struct{}, error)

TestResponseNullNullableArrayArray invokes test_response_null_nullable_array_array operation.

POST /test_response_null_nullable_array_array

func (*Client) TestResponseNumber

func (c *Client) TestResponseNumber(ctx context.Context, request string) (float64, error)

TestResponseNumber invokes test_response_number operation.

POST /test_response_number

func (*Client) TestResponseNumberArray

func (c *Client) TestResponseNumberArray(ctx context.Context, request string) ([]float64, error)

TestResponseNumberArray invokes test_response_number_array operation.

POST /test_response_number_array

func (*Client) TestResponseNumberArrayArray

func (c *Client) TestResponseNumberArrayArray(ctx context.Context, request string) ([][]float64, error)

TestResponseNumberArrayArray invokes test_response_number_array_array operation.

POST /test_response_number_array_array

func (*Client) TestResponseNumberDouble

func (c *Client) TestResponseNumberDouble(ctx context.Context, request string) (float64, error)

TestResponseNumberDouble invokes test_response_number_double operation.

POST /test_response_number_double

func (*Client) TestResponseNumberDoubleArray

func (c *Client) TestResponseNumberDoubleArray(ctx context.Context, request string) ([]float64, error)

TestResponseNumberDoubleArray invokes test_response_number_double_array operation.

POST /test_response_number_double_array

func (*Client) TestResponseNumberDoubleArrayArray

func (c *Client) TestResponseNumberDoubleArrayArray(ctx context.Context, request string) ([][]float64, error)

TestResponseNumberDoubleArrayArray invokes test_response_number_double_array_array operation.

POST /test_response_number_double_array_array

func (*Client) TestResponseNumberDoubleNullable

func (c *Client) TestResponseNumberDoubleNullable(ctx context.Context, request string) (NilFloat64, error)

TestResponseNumberDoubleNullable invokes test_response_number_double_nullable operation.

POST /test_response_number_double_nullable

func (*Client) TestResponseNumberDoubleNullableArray

func (c *Client) TestResponseNumberDoubleNullableArray(ctx context.Context, request string) ([]NilFloat64, error)

TestResponseNumberDoubleNullableArray invokes test_response_number_double_nullable_array operation.

POST /test_response_number_double_nullable_array

func (*Client) TestResponseNumberDoubleNullableArrayArray

func (c *Client) TestResponseNumberDoubleNullableArrayArray(ctx context.Context, request string) ([][]NilFloat64, error)

TestResponseNumberDoubleNullableArrayArray invokes test_response_number_double_nullable_array_array operation.

POST /test_response_number_double_nullable_array_array

func (*Client) TestResponseNumberFloat

func (c *Client) TestResponseNumberFloat(ctx context.Context, request string) (float32, error)

TestResponseNumberFloat invokes test_response_number_float operation.

POST /test_response_number_float

func (*Client) TestResponseNumberFloatArray

func (c *Client) TestResponseNumberFloatArray(ctx context.Context, request string) ([]float32, error)

TestResponseNumberFloatArray invokes test_response_number_float_array operation.

POST /test_response_number_float_array

func (*Client) TestResponseNumberFloatArrayArray

func (c *Client) TestResponseNumberFloatArrayArray(ctx context.Context, request string) ([][]float32, error)

TestResponseNumberFloatArrayArray invokes test_response_number_float_array_array operation.

POST /test_response_number_float_array_array

func (*Client) TestResponseNumberFloatNullable

func (c *Client) TestResponseNumberFloatNullable(ctx context.Context, request string) (NilFloat32, error)

TestResponseNumberFloatNullable invokes test_response_number_float_nullable operation.

POST /test_response_number_float_nullable

func (*Client) TestResponseNumberFloatNullableArray

func (c *Client) TestResponseNumberFloatNullableArray(ctx context.Context, request string) ([]NilFloat32, error)

TestResponseNumberFloatNullableArray invokes test_response_number_float_nullable_array operation.

POST /test_response_number_float_nullable_array

func (*Client) TestResponseNumberFloatNullableArrayArray

func (c *Client) TestResponseNumberFloatNullableArrayArray(ctx context.Context, request string) ([][]NilFloat32, error)

TestResponseNumberFloatNullableArrayArray invokes test_response_number_float_nullable_array_array operation.

POST /test_response_number_float_nullable_array_array

func (*Client) TestResponseNumberInt32

func (c *Client) TestResponseNumberInt32(ctx context.Context, request string) (int32, error)

TestResponseNumberInt32 invokes test_response_number_int32 operation.

POST /test_response_number_int32

func (*Client) TestResponseNumberInt32Array

func (c *Client) TestResponseNumberInt32Array(ctx context.Context, request string) ([]int32, error)

TestResponseNumberInt32Array invokes test_response_number_int32_array operation.

POST /test_response_number_int32_array

func (*Client) TestResponseNumberInt32ArrayArray

func (c *Client) TestResponseNumberInt32ArrayArray(ctx context.Context, request string) ([][]int32, error)

TestResponseNumberInt32ArrayArray invokes test_response_number_int32_array_array operation.

POST /test_response_number_int32_array_array

func (*Client) TestResponseNumberInt32Nullable

func (c *Client) TestResponseNumberInt32Nullable(ctx context.Context, request string) (NilInt32, error)

TestResponseNumberInt32Nullable invokes test_response_number_int32_nullable operation.

POST /test_response_number_int32_nullable

func (*Client) TestResponseNumberInt32NullableArray

func (c *Client) TestResponseNumberInt32NullableArray(ctx context.Context, request string) ([]NilInt32, error)

TestResponseNumberInt32NullableArray invokes test_response_number_int32_nullable_array operation.

POST /test_response_number_int32_nullable_array

func (*Client) TestResponseNumberInt32NullableArrayArray

func (c *Client) TestResponseNumberInt32NullableArrayArray(ctx context.Context, request string) ([][]NilInt32, error)

TestResponseNumberInt32NullableArrayArray invokes test_response_number_int32_nullable_array_array operation.

POST /test_response_number_int32_nullable_array_array

func (*Client) TestResponseNumberInt64

func (c *Client) TestResponseNumberInt64(ctx context.Context, request string) (int64, error)

TestResponseNumberInt64 invokes test_response_number_int64 operation.

POST /test_response_number_int64

func (*Client) TestResponseNumberInt64Array

func (c *Client) TestResponseNumberInt64Array(ctx context.Context, request string) ([]int64, error)

TestResponseNumberInt64Array invokes test_response_number_int64_array operation.

POST /test_response_number_int64_array

func (*Client) TestResponseNumberInt64ArrayArray

func (c *Client) TestResponseNumberInt64ArrayArray(ctx context.Context, request string) ([][]int64, error)

TestResponseNumberInt64ArrayArray invokes test_response_number_int64_array_array operation.

POST /test_response_number_int64_array_array

func (*Client) TestResponseNumberInt64Nullable

func (c *Client) TestResponseNumberInt64Nullable(ctx context.Context, request string) (NilInt64, error)

TestResponseNumberInt64Nullable invokes test_response_number_int64_nullable operation.

POST /test_response_number_int64_nullable

func (*Client) TestResponseNumberInt64NullableArray

func (c *Client) TestResponseNumberInt64NullableArray(ctx context.Context, request string) ([]NilInt64, error)

TestResponseNumberInt64NullableArray invokes test_response_number_int64_nullable_array operation.

POST /test_response_number_int64_nullable_array

func (*Client) TestResponseNumberInt64NullableArrayArray

func (c *Client) TestResponseNumberInt64NullableArrayArray(ctx context.Context, request string) ([][]NilInt64, error)

TestResponseNumberInt64NullableArrayArray invokes test_response_number_int64_nullable_array_array operation.

POST /test_response_number_int64_nullable_array_array

func (*Client) TestResponseNumberNullable

func (c *Client) TestResponseNumberNullable(ctx context.Context, request string) (NilFloat64, error)

TestResponseNumberNullable invokes test_response_number_nullable operation.

POST /test_response_number_nullable

func (*Client) TestResponseNumberNullableArray

func (c *Client) TestResponseNumberNullableArray(ctx context.Context, request string) ([]NilFloat64, error)

TestResponseNumberNullableArray invokes test_response_number_nullable_array operation.

POST /test_response_number_nullable_array

func (*Client) TestResponseNumberNullableArrayArray

func (c *Client) TestResponseNumberNullableArrayArray(ctx context.Context, request string) ([][]NilFloat64, error)

TestResponseNumberNullableArrayArray invokes test_response_number_nullable_array_array operation.

POST /test_response_number_nullable_array_array

func (*Client) TestResponseString

func (c *Client) TestResponseString(ctx context.Context, request string) (string, error)

TestResponseString invokes test_response_string operation.

POST /test_response_string

func (*Client) TestResponseStringArray

func (c *Client) TestResponseStringArray(ctx context.Context, request string) ([]string, error)

TestResponseStringArray invokes test_response_string_array operation.

POST /test_response_string_array

func (*Client) TestResponseStringArrayArray

func (c *Client) TestResponseStringArrayArray(ctx context.Context, request string) ([][]string, error)

TestResponseStringArrayArray invokes test_response_string_array_array operation.

POST /test_response_string_array_array

func (*Client) TestResponseStringBase64

func (c *Client) TestResponseStringBase64(ctx context.Context, request string) ([]byte, error)

TestResponseStringBase64 invokes test_response_string_base64 operation.

POST /test_response_string_base64

func (*Client) TestResponseStringBase64Array

func (c *Client) TestResponseStringBase64Array(ctx context.Context, request string) ([][]byte, error)

TestResponseStringBase64Array invokes test_response_string_base64_array operation.

POST /test_response_string_base64_array

func (*Client) TestResponseStringBase64ArrayArray

func (c *Client) TestResponseStringBase64ArrayArray(ctx context.Context, request string) ([][][]byte, error)

TestResponseStringBase64ArrayArray invokes test_response_string_base64_array_array operation.

POST /test_response_string_base64_array_array

func (*Client) TestResponseStringBase64Nullable

func (c *Client) TestResponseStringBase64Nullable(ctx context.Context, request string) ([]byte, error)

TestResponseStringBase64Nullable invokes test_response_string_base64_nullable operation.

POST /test_response_string_base64_nullable

func (*Client) TestResponseStringBase64NullableArray

func (c *Client) TestResponseStringBase64NullableArray(ctx context.Context, request string) ([][]byte, error)

TestResponseStringBase64NullableArray invokes test_response_string_base64_nullable_array operation.

POST /test_response_string_base64_nullable_array

func (*Client) TestResponseStringBase64NullableArrayArray

func (c *Client) TestResponseStringBase64NullableArrayArray(ctx context.Context, request string) ([][][]byte, error)

TestResponseStringBase64NullableArrayArray invokes test_response_string_base64_nullable_array_array operation.

POST /test_response_string_base64_nullable_array_array

func (*Client) TestResponseStringBinary

func (c *Client) TestResponseStringBinary(ctx context.Context, request string) (string, error)

TestResponseStringBinary invokes test_response_string_binary operation.

POST /test_response_string_binary

func (*Client) TestResponseStringBinaryArray

func (c *Client) TestResponseStringBinaryArray(ctx context.Context, request string) ([]string, error)

TestResponseStringBinaryArray invokes test_response_string_binary_array operation.

POST /test_response_string_binary_array

func (*Client) TestResponseStringBinaryArrayArray

func (c *Client) TestResponseStringBinaryArrayArray(ctx context.Context, request string) ([][]string, error)

TestResponseStringBinaryArrayArray invokes test_response_string_binary_array_array operation.

POST /test_response_string_binary_array_array

func (*Client) TestResponseStringBinaryNullable

func (c *Client) TestResponseStringBinaryNullable(ctx context.Context, request string) (NilString, error)

TestResponseStringBinaryNullable invokes test_response_string_binary_nullable operation.

POST /test_response_string_binary_nullable

func (*Client) TestResponseStringBinaryNullableArray

func (c *Client) TestResponseStringBinaryNullableArray(ctx context.Context, request string) ([]NilString, error)

TestResponseStringBinaryNullableArray invokes test_response_string_binary_nullable_array operation.

POST /test_response_string_binary_nullable_array

func (*Client) TestResponseStringBinaryNullableArrayArray

func (c *Client) TestResponseStringBinaryNullableArrayArray(ctx context.Context, request string) ([][]NilString, error)

TestResponseStringBinaryNullableArrayArray invokes test_response_string_binary_nullable_array_array operation.

POST /test_response_string_binary_nullable_array_array

func (*Client) TestResponseStringByte

func (c *Client) TestResponseStringByte(ctx context.Context, request string) ([]byte, error)

TestResponseStringByte invokes test_response_string_byte operation.

POST /test_response_string_byte

func (*Client) TestResponseStringByteArray

func (c *Client) TestResponseStringByteArray(ctx context.Context, request string) ([][]byte, error)

TestResponseStringByteArray invokes test_response_string_byte_array operation.

POST /test_response_string_byte_array

func (*Client) TestResponseStringByteArrayArray

func (c *Client) TestResponseStringByteArrayArray(ctx context.Context, request string) ([][][]byte, error)

TestResponseStringByteArrayArray invokes test_response_string_byte_array_array operation.

POST /test_response_string_byte_array_array

func (*Client) TestResponseStringByteNullable

func (c *Client) TestResponseStringByteNullable(ctx context.Context, request string) ([]byte, error)

TestResponseStringByteNullable invokes test_response_string_byte_nullable operation.

POST /test_response_string_byte_nullable

func (*Client) TestResponseStringByteNullableArray

func (c *Client) TestResponseStringByteNullableArray(ctx context.Context, request string) ([][]byte, error)

TestResponseStringByteNullableArray invokes test_response_string_byte_nullable_array operation.

POST /test_response_string_byte_nullable_array

func (*Client) TestResponseStringByteNullableArrayArray

func (c *Client) TestResponseStringByteNullableArrayArray(ctx context.Context, request string) ([][][]byte, error)

TestResponseStringByteNullableArrayArray invokes test_response_string_byte_nullable_array_array operation.

POST /test_response_string_byte_nullable_array_array

func (*Client) TestResponseStringDate

func (c *Client) TestResponseStringDate(ctx context.Context, request string) (time.Time, error)

TestResponseStringDate invokes test_response_string_date operation.

POST /test_response_string_date

func (*Client) TestResponseStringDateArray

func (c *Client) TestResponseStringDateArray(ctx context.Context, request string) ([]time.Time, error)

TestResponseStringDateArray invokes test_response_string_date_array operation.

POST /test_response_string_date_array

func (*Client) TestResponseStringDateArrayArray

func (c *Client) TestResponseStringDateArrayArray(ctx context.Context, request string) ([][]time.Time, error)

TestResponseStringDateArrayArray invokes test_response_string_date_array_array operation.

POST /test_response_string_date_array_array

func (*Client) TestResponseStringDateNullable

func (c *Client) TestResponseStringDateNullable(ctx context.Context, request string) (NilDate, error)

TestResponseStringDateNullable invokes test_response_string_date_nullable operation.

POST /test_response_string_date_nullable

func (*Client) TestResponseStringDateNullableArray

func (c *Client) TestResponseStringDateNullableArray(ctx context.Context, request string) ([]NilDate, error)

TestResponseStringDateNullableArray invokes test_response_string_date_nullable_array operation.

POST /test_response_string_date_nullable_array

func (*Client) TestResponseStringDateNullableArrayArray

func (c *Client) TestResponseStringDateNullableArrayArray(ctx context.Context, request string) ([][]NilDate, error)

TestResponseStringDateNullableArrayArray invokes test_response_string_date_nullable_array_array operation.

POST /test_response_string_date_nullable_array_array

func (*Client) TestResponseStringDateTime

func (c *Client) TestResponseStringDateTime(ctx context.Context, request string) (time.Time, error)

TestResponseStringDateTime invokes test_response_string_date-time operation.

POST /test_response_string_date-time

func (*Client) TestResponseStringDateTimeArray

func (c *Client) TestResponseStringDateTimeArray(ctx context.Context, request string) ([]time.Time, error)

TestResponseStringDateTimeArray invokes test_response_string_date-time_array operation.

POST /test_response_string_date-time_array

func (*Client) TestResponseStringDateTimeArrayArray

func (c *Client) TestResponseStringDateTimeArrayArray(ctx context.Context, request string) ([][]time.Time, error)

TestResponseStringDateTimeArrayArray invokes test_response_string_date-time_array_array operation.

POST /test_response_string_date-time_array_array

func (*Client) TestResponseStringDateTimeNullable

func (c *Client) TestResponseStringDateTimeNullable(ctx context.Context, request string) (NilDateTime, error)

TestResponseStringDateTimeNullable invokes test_response_string_date-time_nullable operation.

POST /test_response_string_date-time_nullable

func (*Client) TestResponseStringDateTimeNullableArray

func (c *Client) TestResponseStringDateTimeNullableArray(ctx context.Context, request string) ([]NilDateTime, error)

TestResponseStringDateTimeNullableArray invokes test_response_string_date-time_nullable_array operation.

POST /test_response_string_date-time_nullable_array

func (*Client) TestResponseStringDateTimeNullableArrayArray

func (c *Client) TestResponseStringDateTimeNullableArrayArray(ctx context.Context, request string) ([][]NilDateTime, error)

TestResponseStringDateTimeNullableArrayArray invokes test_response_string_date-time_nullable_array_array operation.

POST /test_response_string_date-time_nullable_array_array

func (*Client) TestResponseStringDuration

func (c *Client) TestResponseStringDuration(ctx context.Context, request string) (time.Duration, error)

TestResponseStringDuration invokes test_response_string_duration operation.

POST /test_response_string_duration

func (*Client) TestResponseStringDurationArray

func (c *Client) TestResponseStringDurationArray(ctx context.Context, request string) ([]time.Duration, error)

TestResponseStringDurationArray invokes test_response_string_duration_array operation.

POST /test_response_string_duration_array

func (*Client) TestResponseStringDurationArrayArray

func (c *Client) TestResponseStringDurationArrayArray(ctx context.Context, request string) ([][]time.Duration, error)

TestResponseStringDurationArrayArray invokes test_response_string_duration_array_array operation.

POST /test_response_string_duration_array_array

func (*Client) TestResponseStringDurationNullable

func (c *Client) TestResponseStringDurationNullable(ctx context.Context, request string) (NilDuration, error)

TestResponseStringDurationNullable invokes test_response_string_duration_nullable operation.

POST /test_response_string_duration_nullable

func (*Client) TestResponseStringDurationNullableArray

func (c *Client) TestResponseStringDurationNullableArray(ctx context.Context, request string) ([]NilDuration, error)

TestResponseStringDurationNullableArray invokes test_response_string_duration_nullable_array operation.

POST /test_response_string_duration_nullable_array

func (*Client) TestResponseStringDurationNullableArrayArray

func (c *Client) TestResponseStringDurationNullableArrayArray(ctx context.Context, request string) ([][]NilDuration, error)

TestResponseStringDurationNullableArrayArray invokes test_response_string_duration_nullable_array_array operation.

POST /test_response_string_duration_nullable_array_array

func (*Client) TestResponseStringEmail

func (c *Client) TestResponseStringEmail(ctx context.Context, request string) (string, error)

TestResponseStringEmail invokes test_response_string_email operation.

POST /test_response_string_email

func (*Client) TestResponseStringEmailArray

func (c *Client) TestResponseStringEmailArray(ctx context.Context, request string) ([]string, error)

TestResponseStringEmailArray invokes test_response_string_email_array operation.

POST /test_response_string_email_array

func (*Client) TestResponseStringEmailArrayArray

func (c *Client) TestResponseStringEmailArrayArray(ctx context.Context, request string) ([][]string, error)

TestResponseStringEmailArrayArray invokes test_response_string_email_array_array operation.

POST /test_response_string_email_array_array

func (*Client) TestResponseStringEmailNullable

func (c *Client) TestResponseStringEmailNullable(ctx context.Context, request string) (NilString, error)

TestResponseStringEmailNullable invokes test_response_string_email_nullable operation.

POST /test_response_string_email_nullable

func (*Client) TestResponseStringEmailNullableArray

func (c *Client) TestResponseStringEmailNullableArray(ctx context.Context, request string) ([]NilString, error)

TestResponseStringEmailNullableArray invokes test_response_string_email_nullable_array operation.

POST /test_response_string_email_nullable_array

func (*Client) TestResponseStringEmailNullableArrayArray

func (c *Client) TestResponseStringEmailNullableArrayArray(ctx context.Context, request string) ([][]NilString, error)

TestResponseStringEmailNullableArrayArray invokes test_response_string_email_nullable_array_array operation.

POST /test_response_string_email_nullable_array_array

func (*Client) TestResponseStringFloat32

func (c *Client) TestResponseStringFloat32(ctx context.Context, request string) (float32, error)

TestResponseStringFloat32 invokes test_response_string_float32 operation.

POST /test_response_string_float32

func (*Client) TestResponseStringFloat32Array

func (c *Client) TestResponseStringFloat32Array(ctx context.Context, request string) ([]float32, error)

TestResponseStringFloat32Array invokes test_response_string_float32_array operation.

POST /test_response_string_float32_array

func (*Client) TestResponseStringFloat32ArrayArray

func (c *Client) TestResponseStringFloat32ArrayArray(ctx context.Context, request string) ([][]float32, error)

TestResponseStringFloat32ArrayArray invokes test_response_string_float32_array_array operation.

POST /test_response_string_float32_array_array

func (*Client) TestResponseStringFloat32Nullable

func (c *Client) TestResponseStringFloat32Nullable(ctx context.Context, request string) (NilStringFloat32, error)

TestResponseStringFloat32Nullable invokes test_response_string_float32_nullable operation.

POST /test_response_string_float32_nullable

func (*Client) TestResponseStringFloat32NullableArray

func (c *Client) TestResponseStringFloat32NullableArray(ctx context.Context, request string) ([]NilStringFloat32, error)

TestResponseStringFloat32NullableArray invokes test_response_string_float32_nullable_array operation.

POST /test_response_string_float32_nullable_array

func (*Client) TestResponseStringFloat32NullableArrayArray

func (c *Client) TestResponseStringFloat32NullableArrayArray(ctx context.Context, request string) ([][]NilStringFloat32, error)

TestResponseStringFloat32NullableArrayArray invokes test_response_string_float32_nullable_array_array operation.

POST /test_response_string_float32_nullable_array_array

func (*Client) TestResponseStringFloat64

func (c *Client) TestResponseStringFloat64(ctx context.Context, request string) (float64, error)

TestResponseStringFloat64 invokes test_response_string_float64 operation.

POST /test_response_string_float64

func (*Client) TestResponseStringFloat64Array

func (c *Client) TestResponseStringFloat64Array(ctx context.Context, request string) ([]float64, error)

TestResponseStringFloat64Array invokes test_response_string_float64_array operation.

POST /test_response_string_float64_array

func (*Client) TestResponseStringFloat64ArrayArray

func (c *Client) TestResponseStringFloat64ArrayArray(ctx context.Context, request string) ([][]float64, error)

TestResponseStringFloat64ArrayArray invokes test_response_string_float64_array_array operation.

POST /test_response_string_float64_array_array

func (*Client) TestResponseStringFloat64Nullable

func (c *Client) TestResponseStringFloat64Nullable(ctx context.Context, request string) (NilStringFloat64, error)

TestResponseStringFloat64Nullable invokes test_response_string_float64_nullable operation.

POST /test_response_string_float64_nullable

func (*Client) TestResponseStringFloat64NullableArray

func (c *Client) TestResponseStringFloat64NullableArray(ctx context.Context, request string) ([]NilStringFloat64, error)

TestResponseStringFloat64NullableArray invokes test_response_string_float64_nullable_array operation.

POST /test_response_string_float64_nullable_array

func (*Client) TestResponseStringFloat64NullableArrayArray

func (c *Client) TestResponseStringFloat64NullableArrayArray(ctx context.Context, request string) ([][]NilStringFloat64, error)

TestResponseStringFloat64NullableArrayArray invokes test_response_string_float64_nullable_array_array operation.

POST /test_response_string_float64_nullable_array_array

func (*Client) TestResponseStringHostname

func (c *Client) TestResponseStringHostname(ctx context.Context, request string) (string, error)

TestResponseStringHostname invokes test_response_string_hostname operation.

POST /test_response_string_hostname

func (*Client) TestResponseStringHostnameArray

func (c *Client) TestResponseStringHostnameArray(ctx context.Context, request string) ([]string, error)

TestResponseStringHostnameArray invokes test_response_string_hostname_array operation.

POST /test_response_string_hostname_array

func (*Client) TestResponseStringHostnameArrayArray

func (c *Client) TestResponseStringHostnameArrayArray(ctx context.Context, request string) ([][]string, error)

TestResponseStringHostnameArrayArray invokes test_response_string_hostname_array_array operation.

POST /test_response_string_hostname_array_array

func (*Client) TestResponseStringHostnameNullable

func (c *Client) TestResponseStringHostnameNullable(ctx context.Context, request string) (NilString, error)

TestResponseStringHostnameNullable invokes test_response_string_hostname_nullable operation.

POST /test_response_string_hostname_nullable

func (*Client) TestResponseStringHostnameNullableArray

func (c *Client) TestResponseStringHostnameNullableArray(ctx context.Context, request string) ([]NilString, error)

TestResponseStringHostnameNullableArray invokes test_response_string_hostname_nullable_array operation.

POST /test_response_string_hostname_nullable_array

func (*Client) TestResponseStringHostnameNullableArrayArray

func (c *Client) TestResponseStringHostnameNullableArrayArray(ctx context.Context, request string) ([][]NilString, error)

TestResponseStringHostnameNullableArrayArray invokes test_response_string_hostname_nullable_array_array operation.

POST /test_response_string_hostname_nullable_array_array

func (*Client) TestResponseStringIP

func (c *Client) TestResponseStringIP(ctx context.Context, request string) (netip.Addr, error)

TestResponseStringIP invokes test_response_string_ip operation.

POST /test_response_string_ip

func (*Client) TestResponseStringIPArray

func (c *Client) TestResponseStringIPArray(ctx context.Context, request string) ([]netip.Addr, error)

TestResponseStringIPArray invokes test_response_string_ip_array operation.

POST /test_response_string_ip_array

func (*Client) TestResponseStringIPArrayArray

func (c *Client) TestResponseStringIPArrayArray(ctx context.Context, request string) ([][]netip.Addr, error)

TestResponseStringIPArrayArray invokes test_response_string_ip_array_array operation.

POST /test_response_string_ip_array_array

func (*Client) TestResponseStringIPNullable

func (c *Client) TestResponseStringIPNullable(ctx context.Context, request string) (NilIP, error)

TestResponseStringIPNullable invokes test_response_string_ip_nullable operation.

POST /test_response_string_ip_nullable

func (*Client) TestResponseStringIPNullableArray

func (c *Client) TestResponseStringIPNullableArray(ctx context.Context, request string) ([]NilIP, error)

TestResponseStringIPNullableArray invokes test_response_string_ip_nullable_array operation.

POST /test_response_string_ip_nullable_array

func (*Client) TestResponseStringIPNullableArrayArray

func (c *Client) TestResponseStringIPNullableArrayArray(ctx context.Context, request string) ([][]NilIP, error)

TestResponseStringIPNullableArrayArray invokes test_response_string_ip_nullable_array_array operation.

POST /test_response_string_ip_nullable_array_array

func (*Client) TestResponseStringInt

func (c *Client) TestResponseStringInt(ctx context.Context, request string) (int, error)

TestResponseStringInt invokes test_response_string_int operation.

POST /test_response_string_int

func (*Client) TestResponseStringInt16

func (c *Client) TestResponseStringInt16(ctx context.Context, request string) (int16, error)

TestResponseStringInt16 invokes test_response_string_int16 operation.

POST /test_response_string_int16

func (*Client) TestResponseStringInt16Array

func (c *Client) TestResponseStringInt16Array(ctx context.Context, request string) ([]int16, error)

TestResponseStringInt16Array invokes test_response_string_int16_array operation.

POST /test_response_string_int16_array

func (*Client) TestResponseStringInt16ArrayArray

func (c *Client) TestResponseStringInt16ArrayArray(ctx context.Context, request string) ([][]int16, error)

TestResponseStringInt16ArrayArray invokes test_response_string_int16_array_array operation.

POST /test_response_string_int16_array_array

func (*Client) TestResponseStringInt16Nullable

func (c *Client) TestResponseStringInt16Nullable(ctx context.Context, request string) (NilStringInt16, error)

TestResponseStringInt16Nullable invokes test_response_string_int16_nullable operation.

POST /test_response_string_int16_nullable

func (*Client) TestResponseStringInt16NullableArray

func (c *Client) TestResponseStringInt16NullableArray(ctx context.Context, request string) ([]NilStringInt16, error)

TestResponseStringInt16NullableArray invokes test_response_string_int16_nullable_array operation.

POST /test_response_string_int16_nullable_array

func (*Client) TestResponseStringInt16NullableArrayArray

func (c *Client) TestResponseStringInt16NullableArrayArray(ctx context.Context, request string) ([][]NilStringInt16, error)

TestResponseStringInt16NullableArrayArray invokes test_response_string_int16_nullable_array_array operation.

POST /test_response_string_int16_nullable_array_array

func (*Client) TestResponseStringInt32

func (c *Client) TestResponseStringInt32(ctx context.Context, request string) (int32, error)

TestResponseStringInt32 invokes test_response_string_int32 operation.

POST /test_response_string_int32

func (*Client) TestResponseStringInt32Array

func (c *Client) TestResponseStringInt32Array(ctx context.Context, request string) ([]int32, error)

TestResponseStringInt32Array invokes test_response_string_int32_array operation.

POST /test_response_string_int32_array

func (*Client) TestResponseStringInt32ArrayArray

func (c *Client) TestResponseStringInt32ArrayArray(ctx context.Context, request string) ([][]int32, error)

TestResponseStringInt32ArrayArray invokes test_response_string_int32_array_array operation.

POST /test_response_string_int32_array_array

func (*Client) TestResponseStringInt32Nullable

func (c *Client) TestResponseStringInt32Nullable(ctx context.Context, request string) (NilStringInt32, error)

TestResponseStringInt32Nullable invokes test_response_string_int32_nullable operation.

POST /test_response_string_int32_nullable

func (*Client) TestResponseStringInt32NullableArray

func (c *Client) TestResponseStringInt32NullableArray(ctx context.Context, request string) ([]NilStringInt32, error)

TestResponseStringInt32NullableArray invokes test_response_string_int32_nullable_array operation.

POST /test_response_string_int32_nullable_array

func (*Client) TestResponseStringInt32NullableArrayArray

func (c *Client) TestResponseStringInt32NullableArrayArray(ctx context.Context, request string) ([][]NilStringInt32, error)

TestResponseStringInt32NullableArrayArray invokes test_response_string_int32_nullable_array_array operation.

POST /test_response_string_int32_nullable_array_array

func (*Client) TestResponseStringInt64

func (c *Client) TestResponseStringInt64(ctx context.Context, request string) (int64, error)

TestResponseStringInt64 invokes test_response_string_int64 operation.

POST /test_response_string_int64

func (*Client) TestResponseStringInt64Array

func (c *Client) TestResponseStringInt64Array(ctx context.Context, request string) ([]int64, error)

TestResponseStringInt64Array invokes test_response_string_int64_array operation.

POST /test_response_string_int64_array

func (*Client) TestResponseStringInt64ArrayArray

func (c *Client) TestResponseStringInt64ArrayArray(ctx context.Context, request string) ([][]int64, error)

TestResponseStringInt64ArrayArray invokes test_response_string_int64_array_array operation.

POST /test_response_string_int64_array_array

func (*Client) TestResponseStringInt64Nullable

func (c *Client) TestResponseStringInt64Nullable(ctx context.Context, request string) (NilStringInt64, error)

TestResponseStringInt64Nullable invokes test_response_string_int64_nullable operation.

POST /test_response_string_int64_nullable

func (*Client) TestResponseStringInt64NullableArray

func (c *Client) TestResponseStringInt64NullableArray(ctx context.Context, request string) ([]NilStringInt64, error)

TestResponseStringInt64NullableArray invokes test_response_string_int64_nullable_array operation.

POST /test_response_string_int64_nullable_array

func (*Client) TestResponseStringInt64NullableArrayArray

func (c *Client) TestResponseStringInt64NullableArrayArray(ctx context.Context, request string) ([][]NilStringInt64, error)

TestResponseStringInt64NullableArrayArray invokes test_response_string_int64_nullable_array_array operation.

POST /test_response_string_int64_nullable_array_array

func (*Client) TestResponseStringInt8

func (c *Client) TestResponseStringInt8(ctx context.Context, request string) (int8, error)

TestResponseStringInt8 invokes test_response_string_int8 operation.

POST /test_response_string_int8

func (*Client) TestResponseStringInt8Array

func (c *Client) TestResponseStringInt8Array(ctx context.Context, request string) ([]int8, error)

TestResponseStringInt8Array invokes test_response_string_int8_array operation.

POST /test_response_string_int8_array

func (*Client) TestResponseStringInt8ArrayArray

func (c *Client) TestResponseStringInt8ArrayArray(ctx context.Context, request string) ([][]int8, error)

TestResponseStringInt8ArrayArray invokes test_response_string_int8_array_array operation.

POST /test_response_string_int8_array_array

func (*Client) TestResponseStringInt8Nullable

func (c *Client) TestResponseStringInt8Nullable(ctx context.Context, request string) (NilStringInt8, error)

TestResponseStringInt8Nullable invokes test_response_string_int8_nullable operation.

POST /test_response_string_int8_nullable

func (*Client) TestResponseStringInt8NullableArray

func (c *Client) TestResponseStringInt8NullableArray(ctx context.Context, request string) ([]NilStringInt8, error)

TestResponseStringInt8NullableArray invokes test_response_string_int8_nullable_array operation.

POST /test_response_string_int8_nullable_array

func (*Client) TestResponseStringInt8NullableArrayArray

func (c *Client) TestResponseStringInt8NullableArrayArray(ctx context.Context, request string) ([][]NilStringInt8, error)

TestResponseStringInt8NullableArrayArray invokes test_response_string_int8_nullable_array_array operation.

POST /test_response_string_int8_nullable_array_array

func (*Client) TestResponseStringIntArray

func (c *Client) TestResponseStringIntArray(ctx context.Context, request string) ([]int, error)

TestResponseStringIntArray invokes test_response_string_int_array operation.

POST /test_response_string_int_array

func (*Client) TestResponseStringIntArrayArray

func (c *Client) TestResponseStringIntArrayArray(ctx context.Context, request string) ([][]int, error)

TestResponseStringIntArrayArray invokes test_response_string_int_array_array operation.

POST /test_response_string_int_array_array

func (*Client) TestResponseStringIntNullable

func (c *Client) TestResponseStringIntNullable(ctx context.Context, request string) (NilStringInt, error)

TestResponseStringIntNullable invokes test_response_string_int_nullable operation.

POST /test_response_string_int_nullable

func (*Client) TestResponseStringIntNullableArray

func (c *Client) TestResponseStringIntNullableArray(ctx context.Context, request string) ([]NilStringInt, error)

TestResponseStringIntNullableArray invokes test_response_string_int_nullable_array operation.

POST /test_response_string_int_nullable_array

func (*Client) TestResponseStringIntNullableArrayArray

func (c *Client) TestResponseStringIntNullableArrayArray(ctx context.Context, request string) ([][]NilStringInt, error)

TestResponseStringIntNullableArrayArray invokes test_response_string_int_nullable_array_array operation.

POST /test_response_string_int_nullable_array_array

func (*Client) TestResponseStringIpv4

func (c *Client) TestResponseStringIpv4(ctx context.Context, request string) (netip.Addr, error)

TestResponseStringIpv4 invokes test_response_string_ipv4 operation.

POST /test_response_string_ipv4

func (*Client) TestResponseStringIpv4Array

func (c *Client) TestResponseStringIpv4Array(ctx context.Context, request string) ([]netip.Addr, error)

TestResponseStringIpv4Array invokes test_response_string_ipv4_array operation.

POST /test_response_string_ipv4_array

func (*Client) TestResponseStringIpv4ArrayArray

func (c *Client) TestResponseStringIpv4ArrayArray(ctx context.Context, request string) ([][]netip.Addr, error)

TestResponseStringIpv4ArrayArray invokes test_response_string_ipv4_array_array operation.

POST /test_response_string_ipv4_array_array

func (*Client) TestResponseStringIpv4Nullable

func (c *Client) TestResponseStringIpv4Nullable(ctx context.Context, request string) (NilIPv4, error)

TestResponseStringIpv4Nullable invokes test_response_string_ipv4_nullable operation.

POST /test_response_string_ipv4_nullable

func (*Client) TestResponseStringIpv4NullableArray

func (c *Client) TestResponseStringIpv4NullableArray(ctx context.Context, request string) ([]NilIPv4, error)

TestResponseStringIpv4NullableArray invokes test_response_string_ipv4_nullable_array operation.

POST /test_response_string_ipv4_nullable_array

func (*Client) TestResponseStringIpv4NullableArrayArray

func (c *Client) TestResponseStringIpv4NullableArrayArray(ctx context.Context, request string) ([][]NilIPv4, error)

TestResponseStringIpv4NullableArrayArray invokes test_response_string_ipv4_nullable_array_array operation.

POST /test_response_string_ipv4_nullable_array_array

func (*Client) TestResponseStringIpv6

func (c *Client) TestResponseStringIpv6(ctx context.Context, request string) (netip.Addr, error)

TestResponseStringIpv6 invokes test_response_string_ipv6 operation.

POST /test_response_string_ipv6

func (*Client) TestResponseStringIpv6Array

func (c *Client) TestResponseStringIpv6Array(ctx context.Context, request string) ([]netip.Addr, error)

TestResponseStringIpv6Array invokes test_response_string_ipv6_array operation.

POST /test_response_string_ipv6_array

func (*Client) TestResponseStringIpv6ArrayArray

func (c *Client) TestResponseStringIpv6ArrayArray(ctx context.Context, request string) ([][]netip.Addr, error)

TestResponseStringIpv6ArrayArray invokes test_response_string_ipv6_array_array operation.

POST /test_response_string_ipv6_array_array

func (*Client) TestResponseStringIpv6Nullable

func (c *Client) TestResponseStringIpv6Nullable(ctx context.Context, request string) (NilIPv6, error)

TestResponseStringIpv6Nullable invokes test_response_string_ipv6_nullable operation.

POST /test_response_string_ipv6_nullable

func (*Client) TestResponseStringIpv6NullableArray

func (c *Client) TestResponseStringIpv6NullableArray(ctx context.Context, request string) ([]NilIPv6, error)

TestResponseStringIpv6NullableArray invokes test_response_string_ipv6_nullable_array operation.

POST /test_response_string_ipv6_nullable_array

func (*Client) TestResponseStringIpv6NullableArrayArray

func (c *Client) TestResponseStringIpv6NullableArrayArray(ctx context.Context, request string) ([][]NilIPv6, error)

TestResponseStringIpv6NullableArrayArray invokes test_response_string_ipv6_nullable_array_array operation.

POST /test_response_string_ipv6_nullable_array_array

func (*Client) TestResponseStringMAC

func (c *Client) TestResponseStringMAC(ctx context.Context, request string) (net.HardwareAddr, error)

TestResponseStringMAC invokes test_response_string_mac operation.

POST /test_response_string_mac

func (*Client) TestResponseStringMACArray

func (c *Client) TestResponseStringMACArray(ctx context.Context, request string) ([]net.HardwareAddr, error)

TestResponseStringMACArray invokes test_response_string_mac_array operation.

POST /test_response_string_mac_array

func (*Client) TestResponseStringMACArrayArray

func (c *Client) TestResponseStringMACArrayArray(ctx context.Context, request string) ([][]net.HardwareAddr, error)

TestResponseStringMACArrayArray invokes test_response_string_mac_array_array operation.

POST /test_response_string_mac_array_array

func (*Client) TestResponseStringMACNullable

func (c *Client) TestResponseStringMACNullable(ctx context.Context, request string) (NilHardwareAddr, error)

TestResponseStringMACNullable invokes test_response_string_mac_nullable operation.

POST /test_response_string_mac_nullable

func (*Client) TestResponseStringMACNullableArray

func (c *Client) TestResponseStringMACNullableArray(ctx context.Context, request string) ([]NilHardwareAddr, error)

TestResponseStringMACNullableArray invokes test_response_string_mac_nullable_array operation.

POST /test_response_string_mac_nullable_array

func (*Client) TestResponseStringMACNullableArrayArray

func (c *Client) TestResponseStringMACNullableArrayArray(ctx context.Context, request string) ([][]NilHardwareAddr, error)

TestResponseStringMACNullableArrayArray invokes test_response_string_mac_nullable_array_array operation.

POST /test_response_string_mac_nullable_array_array

func (*Client) TestResponseStringNullable

func (c *Client) TestResponseStringNullable(ctx context.Context, request string) (NilString, error)

TestResponseStringNullable invokes test_response_string_nullable operation.

POST /test_response_string_nullable

func (*Client) TestResponseStringNullableArray

func (c *Client) TestResponseStringNullableArray(ctx context.Context, request string) ([]NilString, error)

TestResponseStringNullableArray invokes test_response_string_nullable_array operation.

POST /test_response_string_nullable_array

func (*Client) TestResponseStringNullableArrayArray

func (c *Client) TestResponseStringNullableArrayArray(ctx context.Context, request string) ([][]NilString, error)

TestResponseStringNullableArrayArray invokes test_response_string_nullable_array_array operation.

POST /test_response_string_nullable_array_array

func (*Client) TestResponseStringPassword

func (c *Client) TestResponseStringPassword(ctx context.Context, request string) (string, error)

TestResponseStringPassword invokes test_response_string_password operation.

POST /test_response_string_password

func (*Client) TestResponseStringPasswordArray

func (c *Client) TestResponseStringPasswordArray(ctx context.Context, request string) ([]string, error)

TestResponseStringPasswordArray invokes test_response_string_password_array operation.

POST /test_response_string_password_array

func (*Client) TestResponseStringPasswordArrayArray

func (c *Client) TestResponseStringPasswordArrayArray(ctx context.Context, request string) ([][]string, error)

TestResponseStringPasswordArrayArray invokes test_response_string_password_array_array operation.

POST /test_response_string_password_array_array

func (*Client) TestResponseStringPasswordNullable

func (c *Client) TestResponseStringPasswordNullable(ctx context.Context, request string) (NilString, error)

TestResponseStringPasswordNullable invokes test_response_string_password_nullable operation.

POST /test_response_string_password_nullable

func (*Client) TestResponseStringPasswordNullableArray

func (c *Client) TestResponseStringPasswordNullableArray(ctx context.Context, request string) ([]NilString, error)

TestResponseStringPasswordNullableArray invokes test_response_string_password_nullable_array operation.

POST /test_response_string_password_nullable_array

func (*Client) TestResponseStringPasswordNullableArrayArray

func (c *Client) TestResponseStringPasswordNullableArrayArray(ctx context.Context, request string) ([][]NilString, error)

TestResponseStringPasswordNullableArrayArray invokes test_response_string_password_nullable_array_array operation.

POST /test_response_string_password_nullable_array_array

func (*Client) TestResponseStringTime

func (c *Client) TestResponseStringTime(ctx context.Context, request string) (time.Time, error)

TestResponseStringTime invokes test_response_string_time operation.

POST /test_response_string_time

func (*Client) TestResponseStringTimeArray

func (c *Client) TestResponseStringTimeArray(ctx context.Context, request string) ([]time.Time, error)

TestResponseStringTimeArray invokes test_response_string_time_array operation.

POST /test_response_string_time_array

func (*Client) TestResponseStringTimeArrayArray

func (c *Client) TestResponseStringTimeArrayArray(ctx context.Context, request string) ([][]time.Time, error)

TestResponseStringTimeArrayArray invokes test_response_string_time_array_array operation.

POST /test_response_string_time_array_array

func (*Client) TestResponseStringTimeNullable

func (c *Client) TestResponseStringTimeNullable(ctx context.Context, request string) (NilTime, error)

TestResponseStringTimeNullable invokes test_response_string_time_nullable operation.

POST /test_response_string_time_nullable

func (*Client) TestResponseStringTimeNullableArray

func (c *Client) TestResponseStringTimeNullableArray(ctx context.Context, request string) ([]NilTime, error)

TestResponseStringTimeNullableArray invokes test_response_string_time_nullable_array operation.

POST /test_response_string_time_nullable_array

func (*Client) TestResponseStringTimeNullableArrayArray

func (c *Client) TestResponseStringTimeNullableArrayArray(ctx context.Context, request string) ([][]NilTime, error)

TestResponseStringTimeNullableArrayArray invokes test_response_string_time_nullable_array_array operation.

POST /test_response_string_time_nullable_array_array

func (*Client) TestResponseStringURI

func (c *Client) TestResponseStringURI(ctx context.Context, request string) (url.URL, error)

TestResponseStringURI invokes test_response_string_uri operation.

POST /test_response_string_uri

func (*Client) TestResponseStringURIArray

func (c *Client) TestResponseStringURIArray(ctx context.Context, request string) ([]url.URL, error)

TestResponseStringURIArray invokes test_response_string_uri_array operation.

POST /test_response_string_uri_array

func (*Client) TestResponseStringURIArrayArray

func (c *Client) TestResponseStringURIArrayArray(ctx context.Context, request string) ([][]url.URL, error)

TestResponseStringURIArrayArray invokes test_response_string_uri_array_array operation.

POST /test_response_string_uri_array_array

func (*Client) TestResponseStringURINullable

func (c *Client) TestResponseStringURINullable(ctx context.Context, request string) (NilURI, error)

TestResponseStringURINullable invokes test_response_string_uri_nullable operation.

POST /test_response_string_uri_nullable

func (*Client) TestResponseStringURINullableArray

func (c *Client) TestResponseStringURINullableArray(ctx context.Context, request string) ([]NilURI, error)

TestResponseStringURINullableArray invokes test_response_string_uri_nullable_array operation.

POST /test_response_string_uri_nullable_array

func (*Client) TestResponseStringURINullableArrayArray

func (c *Client) TestResponseStringURINullableArrayArray(ctx context.Context, request string) ([][]NilURI, error)

TestResponseStringURINullableArrayArray invokes test_response_string_uri_nullable_array_array operation.

POST /test_response_string_uri_nullable_array_array

func (*Client) TestResponseStringUUID

func (c *Client) TestResponseStringUUID(ctx context.Context, request string) (uuid.UUID, error)

TestResponseStringUUID invokes test_response_string_uuid operation.

POST /test_response_string_uuid

func (*Client) TestResponseStringUUIDArray

func (c *Client) TestResponseStringUUIDArray(ctx context.Context, request string) ([]uuid.UUID, error)

TestResponseStringUUIDArray invokes test_response_string_uuid_array operation.

POST /test_response_string_uuid_array

func (*Client) TestResponseStringUUIDArrayArray

func (c *Client) TestResponseStringUUIDArrayArray(ctx context.Context, request string) ([][]uuid.UUID, error)

TestResponseStringUUIDArrayArray invokes test_response_string_uuid_array_array operation.

POST /test_response_string_uuid_array_array

func (*Client) TestResponseStringUUIDNullable

func (c *Client) TestResponseStringUUIDNullable(ctx context.Context, request string) (NilUUID, error)

TestResponseStringUUIDNullable invokes test_response_string_uuid_nullable operation.

POST /test_response_string_uuid_nullable

func (*Client) TestResponseStringUUIDNullableArray

func (c *Client) TestResponseStringUUIDNullableArray(ctx context.Context, request string) ([]NilUUID, error)

TestResponseStringUUIDNullableArray invokes test_response_string_uuid_nullable_array operation.

POST /test_response_string_uuid_nullable_array

func (*Client) TestResponseStringUUIDNullableArrayArray

func (c *Client) TestResponseStringUUIDNullableArrayArray(ctx context.Context, request string) ([][]NilUUID, error)

TestResponseStringUUIDNullableArrayArray invokes test_response_string_uuid_nullable_array_array operation.

POST /test_response_string_uuid_nullable_array_array

func (*Client) TestResponseStringUint

func (c *Client) TestResponseStringUint(ctx context.Context, request string) (uint, error)

TestResponseStringUint invokes test_response_string_uint operation.

POST /test_response_string_uint

func (*Client) TestResponseStringUint16

func (c *Client) TestResponseStringUint16(ctx context.Context, request string) (uint16, error)

TestResponseStringUint16 invokes test_response_string_uint16 operation.

POST /test_response_string_uint16

func (*Client) TestResponseStringUint16Array

func (c *Client) TestResponseStringUint16Array(ctx context.Context, request string) ([]uint16, error)

TestResponseStringUint16Array invokes test_response_string_uint16_array operation.

POST /test_response_string_uint16_array

func (*Client) TestResponseStringUint16ArrayArray

func (c *Client) TestResponseStringUint16ArrayArray(ctx context.Context, request string) ([][]uint16, error)

TestResponseStringUint16ArrayArray invokes test_response_string_uint16_array_array operation.

POST /test_response_string_uint16_array_array

func (*Client) TestResponseStringUint16Nullable

func (c *Client) TestResponseStringUint16Nullable(ctx context.Context, request string) (NilStringUint16, error)

TestResponseStringUint16Nullable invokes test_response_string_uint16_nullable operation.

POST /test_response_string_uint16_nullable

func (*Client) TestResponseStringUint16NullableArray

func (c *Client) TestResponseStringUint16NullableArray(ctx context.Context, request string) ([]NilStringUint16, error)

TestResponseStringUint16NullableArray invokes test_response_string_uint16_nullable_array operation.

POST /test_response_string_uint16_nullable_array

func (*Client) TestResponseStringUint16NullableArrayArray

func (c *Client) TestResponseStringUint16NullableArrayArray(ctx context.Context, request string) ([][]NilStringUint16, error)

TestResponseStringUint16NullableArrayArray invokes test_response_string_uint16_nullable_array_array operation.

POST /test_response_string_uint16_nullable_array_array

func (*Client) TestResponseStringUint32

func (c *Client) TestResponseStringUint32(ctx context.Context, request string) (uint32, error)

TestResponseStringUint32 invokes test_response_string_uint32 operation.

POST /test_response_string_uint32

func (*Client) TestResponseStringUint32Array

func (c *Client) TestResponseStringUint32Array(ctx context.Context, request string) ([]uint32, error)

TestResponseStringUint32Array invokes test_response_string_uint32_array operation.

POST /test_response_string_uint32_array

func (*Client) TestResponseStringUint32ArrayArray

func (c *Client) TestResponseStringUint32ArrayArray(ctx context.Context, request string) ([][]uint32, error)

TestResponseStringUint32ArrayArray invokes test_response_string_uint32_array_array operation.

POST /test_response_string_uint32_array_array

func (*Client) TestResponseStringUint32Nullable

func (c *Client) TestResponseStringUint32Nullable(ctx context.Context, request string) (NilStringUint32, error)

TestResponseStringUint32Nullable invokes test_response_string_uint32_nullable operation.

POST /test_response_string_uint32_nullable

func (*Client) TestResponseStringUint32NullableArray

func (c *Client) TestResponseStringUint32NullableArray(ctx context.Context, request string) ([]NilStringUint32, error)

TestResponseStringUint32NullableArray invokes test_response_string_uint32_nullable_array operation.

POST /test_response_string_uint32_nullable_array

func (*Client) TestResponseStringUint32NullableArrayArray

func (c *Client) TestResponseStringUint32NullableArrayArray(ctx context.Context, request string) ([][]NilStringUint32, error)

TestResponseStringUint32NullableArrayArray invokes test_response_string_uint32_nullable_array_array operation.

POST /test_response_string_uint32_nullable_array_array

func (*Client) TestResponseStringUint64

func (c *Client) TestResponseStringUint64(ctx context.Context, request string) (uint64, error)

TestResponseStringUint64 invokes test_response_string_uint64 operation.

POST /test_response_string_uint64

func (*Client) TestResponseStringUint64Array

func (c *Client) TestResponseStringUint64Array(ctx context.Context, request string) ([]uint64, error)

TestResponseStringUint64Array invokes test_response_string_uint64_array operation.

POST /test_response_string_uint64_array

func (*Client) TestResponseStringUint64ArrayArray

func (c *Client) TestResponseStringUint64ArrayArray(ctx context.Context, request string) ([][]uint64, error)

TestResponseStringUint64ArrayArray invokes test_response_string_uint64_array_array operation.

POST /test_response_string_uint64_array_array

func (*Client) TestResponseStringUint64Nullable

func (c *Client) TestResponseStringUint64Nullable(ctx context.Context, request string) (NilStringUint64, error)

TestResponseStringUint64Nullable invokes test_response_string_uint64_nullable operation.

POST /test_response_string_uint64_nullable

func (*Client) TestResponseStringUint64NullableArray

func (c *Client) TestResponseStringUint64NullableArray(ctx context.Context, request string) ([]NilStringUint64, error)

TestResponseStringUint64NullableArray invokes test_response_string_uint64_nullable_array operation.

POST /test_response_string_uint64_nullable_array

func (*Client) TestResponseStringUint64NullableArrayArray

func (c *Client) TestResponseStringUint64NullableArrayArray(ctx context.Context, request string) ([][]NilStringUint64, error)

TestResponseStringUint64NullableArrayArray invokes test_response_string_uint64_nullable_array_array operation.

POST /test_response_string_uint64_nullable_array_array

func (*Client) TestResponseStringUint8

func (c *Client) TestResponseStringUint8(ctx context.Context, request string) (uint8, error)

TestResponseStringUint8 invokes test_response_string_uint8 operation.

POST /test_response_string_uint8

func (*Client) TestResponseStringUint8Array

func (c *Client) TestResponseStringUint8Array(ctx context.Context, request string) ([]uint8, error)

TestResponseStringUint8Array invokes test_response_string_uint8_array operation.

POST /test_response_string_uint8_array

func (*Client) TestResponseStringUint8ArrayArray

func (c *Client) TestResponseStringUint8ArrayArray(ctx context.Context, request string) ([][]uint8, error)

TestResponseStringUint8ArrayArray invokes test_response_string_uint8_array_array operation.

POST /test_response_string_uint8_array_array

func (*Client) TestResponseStringUint8Nullable

func (c *Client) TestResponseStringUint8Nullable(ctx context.Context, request string) (NilStringUint8, error)

TestResponseStringUint8Nullable invokes test_response_string_uint8_nullable operation.

POST /test_response_string_uint8_nullable

func (*Client) TestResponseStringUint8NullableArray

func (c *Client) TestResponseStringUint8NullableArray(ctx context.Context, request string) ([]NilStringUint8, error)

TestResponseStringUint8NullableArray invokes test_response_string_uint8_nullable_array operation.

POST /test_response_string_uint8_nullable_array

func (*Client) TestResponseStringUint8NullableArrayArray

func (c *Client) TestResponseStringUint8NullableArrayArray(ctx context.Context, request string) ([][]NilStringUint8, error)

TestResponseStringUint8NullableArrayArray invokes test_response_string_uint8_nullable_array_array operation.

POST /test_response_string_uint8_nullable_array_array

func (*Client) TestResponseStringUintArray

func (c *Client) TestResponseStringUintArray(ctx context.Context, request string) ([]uint, error)

TestResponseStringUintArray invokes test_response_string_uint_array operation.

POST /test_response_string_uint_array

func (*Client) TestResponseStringUintArrayArray

func (c *Client) TestResponseStringUintArrayArray(ctx context.Context, request string) ([][]uint, error)

TestResponseStringUintArrayArray invokes test_response_string_uint_array_array operation.

POST /test_response_string_uint_array_array

func (*Client) TestResponseStringUintNullable

func (c *Client) TestResponseStringUintNullable(ctx context.Context, request string) (NilStringUint, error)

TestResponseStringUintNullable invokes test_response_string_uint_nullable operation.

POST /test_response_string_uint_nullable

func (*Client) TestResponseStringUintNullableArray

func (c *Client) TestResponseStringUintNullableArray(ctx context.Context, request string) ([]NilStringUint, error)

TestResponseStringUintNullableArray invokes test_response_string_uint_nullable_array operation.

POST /test_response_string_uint_nullable_array

func (*Client) TestResponseStringUintNullableArrayArray

func (c *Client) TestResponseStringUintNullableArrayArray(ctx context.Context, request string) ([][]NilStringUint, error)

TestResponseStringUintNullableArrayArray invokes test_response_string_uint_nullable_array_array operation.

POST /test_response_string_uint_nullable_array_array

func (*Client) TestResponseStringUnix

func (c *Client) TestResponseStringUnix(ctx context.Context, request string) (time.Time, error)

TestResponseStringUnix invokes test_response_string_unix operation.

POST /test_response_string_unix

func (*Client) TestResponseStringUnixArray

func (c *Client) TestResponseStringUnixArray(ctx context.Context, request string) ([]time.Time, error)

TestResponseStringUnixArray invokes test_response_string_unix_array operation.

POST /test_response_string_unix_array

func (*Client) TestResponseStringUnixArrayArray

func (c *Client) TestResponseStringUnixArrayArray(ctx context.Context, request string) ([][]time.Time, error)

TestResponseStringUnixArrayArray invokes test_response_string_unix_array_array operation.

POST /test_response_string_unix_array_array

func (*Client) TestResponseStringUnixMicro

func (c *Client) TestResponseStringUnixMicro(ctx context.Context, request string) (time.Time, error)

TestResponseStringUnixMicro invokes test_response_string_unix-micro operation.

POST /test_response_string_unix-micro

func (*Client) TestResponseStringUnixMicroArray

func (c *Client) TestResponseStringUnixMicroArray(ctx context.Context, request string) ([]time.Time, error)

TestResponseStringUnixMicroArray invokes test_response_string_unix-micro_array operation.

POST /test_response_string_unix-micro_array

func (*Client) TestResponseStringUnixMicroArrayArray

func (c *Client) TestResponseStringUnixMicroArrayArray(ctx context.Context, request string) ([][]time.Time, error)

TestResponseStringUnixMicroArrayArray invokes test_response_string_unix-micro_array_array operation.

POST /test_response_string_unix-micro_array_array

func (*Client) TestResponseStringUnixMicroNullable

func (c *Client) TestResponseStringUnixMicroNullable(ctx context.Context, request string) (NilStringUnixMicro, error)

TestResponseStringUnixMicroNullable invokes test_response_string_unix-micro_nullable operation.

POST /test_response_string_unix-micro_nullable

func (*Client) TestResponseStringUnixMicroNullableArray

func (c *Client) TestResponseStringUnixMicroNullableArray(ctx context.Context, request string) ([]NilStringUnixMicro, error)

TestResponseStringUnixMicroNullableArray invokes test_response_string_unix-micro_nullable_array operation.

POST /test_response_string_unix-micro_nullable_array

func (*Client) TestResponseStringUnixMicroNullableArrayArray

func (c *Client) TestResponseStringUnixMicroNullableArrayArray(ctx context.Context, request string) ([][]NilStringUnixMicro, error)

TestResponseStringUnixMicroNullableArrayArray invokes test_response_string_unix-micro_nullable_array_array operation.

POST /test_response_string_unix-micro_nullable_array_array

func (*Client) TestResponseStringUnixMilli

func (c *Client) TestResponseStringUnixMilli(ctx context.Context, request string) (time.Time, error)

TestResponseStringUnixMilli invokes test_response_string_unix-milli operation.

POST /test_response_string_unix-milli

func (*Client) TestResponseStringUnixMilliArray

func (c *Client) TestResponseStringUnixMilliArray(ctx context.Context, request string) ([]time.Time, error)

TestResponseStringUnixMilliArray invokes test_response_string_unix-milli_array operation.

POST /test_response_string_unix-milli_array

func (*Client) TestResponseStringUnixMilliArrayArray

func (c *Client) TestResponseStringUnixMilliArrayArray(ctx context.Context, request string) ([][]time.Time, error)

TestResponseStringUnixMilliArrayArray invokes test_response_string_unix-milli_array_array operation.

POST /test_response_string_unix-milli_array_array

func (*Client) TestResponseStringUnixMilliNullable

func (c *Client) TestResponseStringUnixMilliNullable(ctx context.Context, request string) (NilStringUnixMilli, error)

TestResponseStringUnixMilliNullable invokes test_response_string_unix-milli_nullable operation.

POST /test_response_string_unix-milli_nullable

func (*Client) TestResponseStringUnixMilliNullableArray

func (c *Client) TestResponseStringUnixMilliNullableArray(ctx context.Context, request string) ([]NilStringUnixMilli, error)

TestResponseStringUnixMilliNullableArray invokes test_response_string_unix-milli_nullable_array operation.

POST /test_response_string_unix-milli_nullable_array

func (*Client) TestResponseStringUnixMilliNullableArrayArray

func (c *Client) TestResponseStringUnixMilliNullableArrayArray(ctx context.Context, request string) ([][]NilStringUnixMilli, error)

TestResponseStringUnixMilliNullableArrayArray invokes test_response_string_unix-milli_nullable_array_array operation.

POST /test_response_string_unix-milli_nullable_array_array

func (*Client) TestResponseStringUnixNano

func (c *Client) TestResponseStringUnixNano(ctx context.Context, request string) (time.Time, error)

TestResponseStringUnixNano invokes test_response_string_unix-nano operation.

POST /test_response_string_unix-nano

func (*Client) TestResponseStringUnixNanoArray

func (c *Client) TestResponseStringUnixNanoArray(ctx context.Context, request string) ([]time.Time, error)

TestResponseStringUnixNanoArray invokes test_response_string_unix-nano_array operation.

POST /test_response_string_unix-nano_array

func (*Client) TestResponseStringUnixNanoArrayArray

func (c *Client) TestResponseStringUnixNanoArrayArray(ctx context.Context, request string) ([][]time.Time, error)

TestResponseStringUnixNanoArrayArray invokes test_response_string_unix-nano_array_array operation.

POST /test_response_string_unix-nano_array_array

func (*Client) TestResponseStringUnixNanoNullable

func (c *Client) TestResponseStringUnixNanoNullable(ctx context.Context, request string) (NilStringUnixNano, error)

TestResponseStringUnixNanoNullable invokes test_response_string_unix-nano_nullable operation.

POST /test_response_string_unix-nano_nullable

func (*Client) TestResponseStringUnixNanoNullableArray

func (c *Client) TestResponseStringUnixNanoNullableArray(ctx context.Context, request string) ([]NilStringUnixNano, error)

TestResponseStringUnixNanoNullableArray invokes test_response_string_unix-nano_nullable_array operation.

POST /test_response_string_unix-nano_nullable_array

func (*Client) TestResponseStringUnixNanoNullableArrayArray

func (c *Client) TestResponseStringUnixNanoNullableArrayArray(ctx context.Context, request string) ([][]NilStringUnixNano, error)

TestResponseStringUnixNanoNullableArrayArray invokes test_response_string_unix-nano_nullable_array_array operation.

POST /test_response_string_unix-nano_nullable_array_array

func (*Client) TestResponseStringUnixNullable

func (c *Client) TestResponseStringUnixNullable(ctx context.Context, request string) (NilStringUnixSeconds, error)

TestResponseStringUnixNullable invokes test_response_string_unix_nullable operation.

POST /test_response_string_unix_nullable

func (*Client) TestResponseStringUnixNullableArray

func (c *Client) TestResponseStringUnixNullableArray(ctx context.Context, request string) ([]NilStringUnixSeconds, error)

TestResponseStringUnixNullableArray invokes test_response_string_unix_nullable_array operation.

POST /test_response_string_unix_nullable_array

func (*Client) TestResponseStringUnixNullableArrayArray

func (c *Client) TestResponseStringUnixNullableArrayArray(ctx context.Context, request string) ([][]NilStringUnixSeconds, error)

TestResponseStringUnixNullableArrayArray invokes test_response_string_unix_nullable_array_array operation.

POST /test_response_string_unix_nullable_array_array

func (*Client) TestResponseStringUnixSeconds

func (c *Client) TestResponseStringUnixSeconds(ctx context.Context, request string) (time.Time, error)

TestResponseStringUnixSeconds invokes test_response_string_unix-seconds operation.

POST /test_response_string_unix-seconds

func (*Client) TestResponseStringUnixSecondsArray

func (c *Client) TestResponseStringUnixSecondsArray(ctx context.Context, request string) ([]time.Time, error)

TestResponseStringUnixSecondsArray invokes test_response_string_unix-seconds_array operation.

POST /test_response_string_unix-seconds_array

func (*Client) TestResponseStringUnixSecondsArrayArray

func (c *Client) TestResponseStringUnixSecondsArrayArray(ctx context.Context, request string) ([][]time.Time, error)

TestResponseStringUnixSecondsArrayArray invokes test_response_string_unix-seconds_array_array operation.

POST /test_response_string_unix-seconds_array_array

func (*Client) TestResponseStringUnixSecondsNullable

func (c *Client) TestResponseStringUnixSecondsNullable(ctx context.Context, request string) (NilStringUnixSeconds, error)

TestResponseStringUnixSecondsNullable invokes test_response_string_unix-seconds_nullable operation.

POST /test_response_string_unix-seconds_nullable

func (*Client) TestResponseStringUnixSecondsNullableArray

func (c *Client) TestResponseStringUnixSecondsNullableArray(ctx context.Context, request string) ([]NilStringUnixSeconds, error)

TestResponseStringUnixSecondsNullableArray invokes test_response_string_unix-seconds_nullable_array operation.

POST /test_response_string_unix-seconds_nullable_array

func (*Client) TestResponseStringUnixSecondsNullableArrayArray

func (c *Client) TestResponseStringUnixSecondsNullableArrayArray(ctx context.Context, request string) ([][]NilStringUnixSeconds, error)

TestResponseStringUnixSecondsNullableArrayArray invokes test_response_string_unix-seconds_nullable_array_array operation.

POST /test_response_string_unix-seconds_nullable_array_array

type ClientOption

type ClientOption interface {
	// contains filtered or unexported methods
}

ClientOption is client config option.

func WithClient

func WithClient(client ht.Client) ClientOption

WithClient specifies http client to use.

type Error

type Error struct {
	Code   OptInt32  `json:"code"`
	Status OptString `json:"status"`
}

Error Response Schema.

func (*Error) Decode

func (s *Error) Decode(d *jx.Decoder) error

Decode decodes Error from json.

func (*Error) Encode

func (s *Error) Encode(e *jx.Encoder)

Encode implements json.Marshaler.

func (*Error) GetCode

func (s *Error) GetCode() OptInt32

GetCode returns the value of Code.

func (*Error) GetStatus

func (s *Error) GetStatus() OptString

GetStatus returns the value of Status.

func (*Error) MarshalJSON

func (s *Error) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*Error) SetCode

func (s *Error) SetCode(val OptInt32)

SetCode sets the value of Code.

func (*Error) SetFake

func (s *Error) SetFake()

SetFake set fake values.

func (*Error) SetStatus

func (s *Error) SetStatus(val OptString)

SetStatus sets the value of Status.

func (*Error) UnmarshalJSON

func (s *Error) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type ErrorHandler

type ErrorHandler = ogenerrors.ErrorHandler

ErrorHandler is error handler.

type Handler

type Handler interface {
	// TestQueryParameter implements test_query_parameter operation.
	//
	// POST /test_query_parameter
	TestQueryParameter(ctx context.Context, req string, params TestQueryParameterParams) (*Error, error)
	// TestRequestAny implements test_request_Any operation.
	//
	// POST /test_request_Any
	TestRequestAny(ctx context.Context, req jx.Raw) (*Error, error)
	// TestRequestBoolean implements test_request_boolean operation.
	//
	// POST /test_request_boolean
	TestRequestBoolean(ctx context.Context, req OptBool) (*Error, error)
	// TestRequestBooleanArray implements test_request_boolean_array operation.
	//
	// POST /test_request_boolean_array
	TestRequestBooleanArray(ctx context.Context, req []bool) (*Error, error)
	// TestRequestBooleanArrayArray implements test_request_boolean_array_array operation.
	//
	// POST /test_request_boolean_array_array
	TestRequestBooleanArrayArray(ctx context.Context, req [][]bool) (*Error, error)
	// TestRequestBooleanNullable implements test_request_boolean_nullable operation.
	//
	// POST /test_request_boolean_nullable
	TestRequestBooleanNullable(ctx context.Context, req OptNilBool) (*Error, error)
	// TestRequestBooleanNullableArray implements test_request_boolean_nullable_array operation.
	//
	// POST /test_request_boolean_nullable_array
	TestRequestBooleanNullableArray(ctx context.Context, req []NilBool) (*Error, error)
	// TestRequestBooleanNullableArrayArray implements test_request_boolean_nullable_array_array operation.
	//
	// POST /test_request_boolean_nullable_array_array
	TestRequestBooleanNullableArrayArray(ctx context.Context, req [][]NilBool) (*Error, error)
	// TestRequestEmptyStruct implements test_request_EmptyStruct operation.
	//
	// POST /test_request_EmptyStruct
	TestRequestEmptyStruct(ctx context.Context, req *TestRequestEmptyStructReq) (*Error, error)
	// TestRequestFormatTest implements test_request_FormatTest operation.
	//
	// POST /test_request_FormatTest
	TestRequestFormatTest(ctx context.Context, req OptTestRequestFormatTestReq) (*Error, error)
	// TestRequestInteger implements test_request_integer operation.
	//
	// POST /test_request_integer
	TestRequestInteger(ctx context.Context, req OptInt) (*Error, error)
	// TestRequestIntegerArray implements test_request_integer_array operation.
	//
	// POST /test_request_integer_array
	TestRequestIntegerArray(ctx context.Context, req []int) (*Error, error)
	// TestRequestIntegerArrayArray implements test_request_integer_array_array operation.
	//
	// POST /test_request_integer_array_array
	TestRequestIntegerArrayArray(ctx context.Context, req [][]int) (*Error, error)
	// TestRequestIntegerInt16 implements test_request_integer_int16 operation.
	//
	// POST /test_request_integer_int16
	TestRequestIntegerInt16(ctx context.Context, req OptInt16) (*Error, error)
	// TestRequestIntegerInt16Array implements test_request_integer_int16_array operation.
	//
	// POST /test_request_integer_int16_array
	TestRequestIntegerInt16Array(ctx context.Context, req []int16) (*Error, error)
	// TestRequestIntegerInt16ArrayArray implements test_request_integer_int16_array_array operation.
	//
	// POST /test_request_integer_int16_array_array
	TestRequestIntegerInt16ArrayArray(ctx context.Context, req [][]int16) (*Error, error)
	// TestRequestIntegerInt16Nullable implements test_request_integer_int16_nullable operation.
	//
	// POST /test_request_integer_int16_nullable
	TestRequestIntegerInt16Nullable(ctx context.Context, req OptNilInt16) (*Error, error)
	// TestRequestIntegerInt16NullableArray implements test_request_integer_int16_nullable_array operation.
	//
	// POST /test_request_integer_int16_nullable_array
	TestRequestIntegerInt16NullableArray(ctx context.Context, req []NilInt16) (*Error, error)
	// TestRequestIntegerInt16NullableArrayArray implements test_request_integer_int16_nullable_array_array operation.
	//
	// POST /test_request_integer_int16_nullable_array_array
	TestRequestIntegerInt16NullableArrayArray(ctx context.Context, req [][]NilInt16) (*Error, error)
	// TestRequestIntegerInt32 implements test_request_integer_int32 operation.
	//
	// POST /test_request_integer_int32
	TestRequestIntegerInt32(ctx context.Context, req OptInt32) (*Error, error)
	// TestRequestIntegerInt32Array implements test_request_integer_int32_array operation.
	//
	// POST /test_request_integer_int32_array
	TestRequestIntegerInt32Array(ctx context.Context, req []int32) (*Error, error)
	// TestRequestIntegerInt32ArrayArray implements test_request_integer_int32_array_array operation.
	//
	// POST /test_request_integer_int32_array_array
	TestRequestIntegerInt32ArrayArray(ctx context.Context, req [][]int32) (*Error, error)
	// TestRequestIntegerInt32Nullable implements test_request_integer_int32_nullable operation.
	//
	// POST /test_request_integer_int32_nullable
	TestRequestIntegerInt32Nullable(ctx context.Context, req OptNilInt32) (*Error, error)
	// TestRequestIntegerInt32NullableArray implements test_request_integer_int32_nullable_array operation.
	//
	// POST /test_request_integer_int32_nullable_array
	TestRequestIntegerInt32NullableArray(ctx context.Context, req []NilInt32) (*Error, error)
	// TestRequestIntegerInt32NullableArrayArray implements test_request_integer_int32_nullable_array_array operation.
	//
	// POST /test_request_integer_int32_nullable_array_array
	TestRequestIntegerInt32NullableArrayArray(ctx context.Context, req [][]NilInt32) (*Error, error)
	// TestRequestIntegerInt64 implements test_request_integer_int64 operation.
	//
	// POST /test_request_integer_int64
	TestRequestIntegerInt64(ctx context.Context, req OptInt64) (*Error, error)
	// TestRequestIntegerInt64Array implements test_request_integer_int64_array operation.
	//
	// POST /test_request_integer_int64_array
	TestRequestIntegerInt64Array(ctx context.Context, req []int64) (*Error, error)
	// TestRequestIntegerInt64ArrayArray implements test_request_integer_int64_array_array operation.
	//
	// POST /test_request_integer_int64_array_array
	TestRequestIntegerInt64ArrayArray(ctx context.Context, req [][]int64) (*Error, error)
	// TestRequestIntegerInt64Nullable implements test_request_integer_int64_nullable operation.
	//
	// POST /test_request_integer_int64_nullable
	TestRequestIntegerInt64Nullable(ctx context.Context, req OptNilInt64) (*Error, error)
	// TestRequestIntegerInt64NullableArray implements test_request_integer_int64_nullable_array operation.
	//
	// POST /test_request_integer_int64_nullable_array
	TestRequestIntegerInt64NullableArray(ctx context.Context, req []NilInt64) (*Error, error)
	// TestRequestIntegerInt64NullableArrayArray implements test_request_integer_int64_nullable_array_array operation.
	//
	// POST /test_request_integer_int64_nullable_array_array
	TestRequestIntegerInt64NullableArrayArray(ctx context.Context, req [][]NilInt64) (*Error, error)
	// TestRequestIntegerInt8 implements test_request_integer_int8 operation.
	//
	// POST /test_request_integer_int8
	TestRequestIntegerInt8(ctx context.Context, req OptInt8) (*Error, error)
	// TestRequestIntegerInt8Array implements test_request_integer_int8_array operation.
	//
	// POST /test_request_integer_int8_array
	TestRequestIntegerInt8Array(ctx context.Context, req []int8) (*Error, error)
	// TestRequestIntegerInt8ArrayArray implements test_request_integer_int8_array_array operation.
	//
	// POST /test_request_integer_int8_array_array
	TestRequestIntegerInt8ArrayArray(ctx context.Context, req [][]int8) (*Error, error)
	// TestRequestIntegerInt8Nullable implements test_request_integer_int8_nullable operation.
	//
	// POST /test_request_integer_int8_nullable
	TestRequestIntegerInt8Nullable(ctx context.Context, req OptNilInt8) (*Error, error)
	// TestRequestIntegerInt8NullableArray implements test_request_integer_int8_nullable_array operation.
	//
	// POST /test_request_integer_int8_nullable_array
	TestRequestIntegerInt8NullableArray(ctx context.Context, req []NilInt8) (*Error, error)
	// TestRequestIntegerInt8NullableArrayArray implements test_request_integer_int8_nullable_array_array operation.
	//
	// POST /test_request_integer_int8_nullable_array_array
	TestRequestIntegerInt8NullableArrayArray(ctx context.Context, req [][]NilInt8) (*Error, error)
	// TestRequestIntegerNullable implements test_request_integer_nullable operation.
	//
	// POST /test_request_integer_nullable
	TestRequestIntegerNullable(ctx context.Context, req OptNilInt) (*Error, error)
	// TestRequestIntegerNullableArray implements test_request_integer_nullable_array operation.
	//
	// POST /test_request_integer_nullable_array
	TestRequestIntegerNullableArray(ctx context.Context, req []NilInt) (*Error, error)
	// TestRequestIntegerNullableArrayArray implements test_request_integer_nullable_array_array operation.
	//
	// POST /test_request_integer_nullable_array_array
	TestRequestIntegerNullableArrayArray(ctx context.Context, req [][]NilInt) (*Error, error)
	// TestRequestIntegerUint implements test_request_integer_uint operation.
	//
	// POST /test_request_integer_uint
	TestRequestIntegerUint(ctx context.Context, req OptUint) (*Error, error)
	// TestRequestIntegerUint16 implements test_request_integer_uint16 operation.
	//
	// POST /test_request_integer_uint16
	TestRequestIntegerUint16(ctx context.Context, req OptUint16) (*Error, error)
	// TestRequestIntegerUint16Array implements test_request_integer_uint16_array operation.
	//
	// POST /test_request_integer_uint16_array
	TestRequestIntegerUint16Array(ctx context.Context, req []uint16) (*Error, error)
	// TestRequestIntegerUint16ArrayArray implements test_request_integer_uint16_array_array operation.
	//
	// POST /test_request_integer_uint16_array_array
	TestRequestIntegerUint16ArrayArray(ctx context.Context, req [][]uint16) (*Error, error)
	// TestRequestIntegerUint16Nullable implements test_request_integer_uint16_nullable operation.
	//
	// POST /test_request_integer_uint16_nullable
	TestRequestIntegerUint16Nullable(ctx context.Context, req OptNilUint16) (*Error, error)
	// TestRequestIntegerUint16NullableArray implements test_request_integer_uint16_nullable_array operation.
	//
	// POST /test_request_integer_uint16_nullable_array
	TestRequestIntegerUint16NullableArray(ctx context.Context, req []NilUint16) (*Error, error)
	// TestRequestIntegerUint16NullableArrayArray implements test_request_integer_uint16_nullable_array_array operation.
	//
	// POST /test_request_integer_uint16_nullable_array_array
	TestRequestIntegerUint16NullableArrayArray(ctx context.Context, req [][]NilUint16) (*Error, error)
	// TestRequestIntegerUint32 implements test_request_integer_uint32 operation.
	//
	// POST /test_request_integer_uint32
	TestRequestIntegerUint32(ctx context.Context, req OptUint32) (*Error, error)
	// TestRequestIntegerUint32Array implements test_request_integer_uint32_array operation.
	//
	// POST /test_request_integer_uint32_array
	TestRequestIntegerUint32Array(ctx context.Context, req []uint32) (*Error, error)
	// TestRequestIntegerUint32ArrayArray implements test_request_integer_uint32_array_array operation.
	//
	// POST /test_request_integer_uint32_array_array
	TestRequestIntegerUint32ArrayArray(ctx context.Context, req [][]uint32) (*Error, error)
	// TestRequestIntegerUint32Nullable implements test_request_integer_uint32_nullable operation.
	//
	// POST /test_request_integer_uint32_nullable
	TestRequestIntegerUint32Nullable(ctx context.Context, req OptNilUint32) (*Error, error)
	// TestRequestIntegerUint32NullableArray implements test_request_integer_uint32_nullable_array operation.
	//
	// POST /test_request_integer_uint32_nullable_array
	TestRequestIntegerUint32NullableArray(ctx context.Context, req []NilUint32) (*Error, error)
	// TestRequestIntegerUint32NullableArrayArray implements test_request_integer_uint32_nullable_array_array operation.
	//
	// POST /test_request_integer_uint32_nullable_array_array
	TestRequestIntegerUint32NullableArrayArray(ctx context.Context, req [][]NilUint32) (*Error, error)
	// TestRequestIntegerUint64 implements test_request_integer_uint64 operation.
	//
	// POST /test_request_integer_uint64
	TestRequestIntegerUint64(ctx context.Context, req OptUint64) (*Error, error)
	// TestRequestIntegerUint64Array implements test_request_integer_uint64_array operation.
	//
	// POST /test_request_integer_uint64_array
	TestRequestIntegerUint64Array(ctx context.Context, req []uint64) (*Error, error)
	// TestRequestIntegerUint64ArrayArray implements test_request_integer_uint64_array_array operation.
	//
	// POST /test_request_integer_uint64_array_array
	TestRequestIntegerUint64ArrayArray(ctx context.Context, req [][]uint64) (*Error, error)
	// TestRequestIntegerUint64Nullable implements test_request_integer_uint64_nullable operation.
	//
	// POST /test_request_integer_uint64_nullable
	TestRequestIntegerUint64Nullable(ctx context.Context, req OptNilUint64) (*Error, error)
	// TestRequestIntegerUint64NullableArray implements test_request_integer_uint64_nullable_array operation.
	//
	// POST /test_request_integer_uint64_nullable_array
	TestRequestIntegerUint64NullableArray(ctx context.Context, req []NilUint64) (*Error, error)
	// TestRequestIntegerUint64NullableArrayArray implements test_request_integer_uint64_nullable_array_array operation.
	//
	// POST /test_request_integer_uint64_nullable_array_array
	TestRequestIntegerUint64NullableArrayArray(ctx context.Context, req [][]NilUint64) (*Error, error)
	// TestRequestIntegerUint8 implements test_request_integer_uint8 operation.
	//
	// POST /test_request_integer_uint8
	TestRequestIntegerUint8(ctx context.Context, req OptUint8) (*Error, error)
	// TestRequestIntegerUint8Array implements test_request_integer_uint8_array operation.
	//
	// POST /test_request_integer_uint8_array
	TestRequestIntegerUint8Array(ctx context.Context, req []uint8) (*Error, error)
	// TestRequestIntegerUint8ArrayArray implements test_request_integer_uint8_array_array operation.
	//
	// POST /test_request_integer_uint8_array_array
	TestRequestIntegerUint8ArrayArray(ctx context.Context, req [][]uint8) (*Error, error)
	// TestRequestIntegerUint8Nullable implements test_request_integer_uint8_nullable operation.
	//
	// POST /test_request_integer_uint8_nullable
	TestRequestIntegerUint8Nullable(ctx context.Context, req OptNilUint8) (*Error, error)
	// TestRequestIntegerUint8NullableArray implements test_request_integer_uint8_nullable_array operation.
	//
	// POST /test_request_integer_uint8_nullable_array
	TestRequestIntegerUint8NullableArray(ctx context.Context, req []NilUint8) (*Error, error)
	// TestRequestIntegerUint8NullableArrayArray implements test_request_integer_uint8_nullable_array_array operation.
	//
	// POST /test_request_integer_uint8_nullable_array_array
	TestRequestIntegerUint8NullableArrayArray(ctx context.Context, req [][]NilUint8) (*Error, error)
	// TestRequestIntegerUintArray implements test_request_integer_uint_array operation.
	//
	// POST /test_request_integer_uint_array
	TestRequestIntegerUintArray(ctx context.Context, req []uint) (*Error, error)
	// TestRequestIntegerUintArrayArray implements test_request_integer_uint_array_array operation.
	//
	// POST /test_request_integer_uint_array_array
	TestRequestIntegerUintArrayArray(ctx context.Context, req [][]uint) (*Error, error)
	// TestRequestIntegerUintNullable implements test_request_integer_uint_nullable operation.
	//
	// POST /test_request_integer_uint_nullable
	TestRequestIntegerUintNullable(ctx context.Context, req OptNilUint) (*Error, error)
	// TestRequestIntegerUintNullableArray implements test_request_integer_uint_nullable_array operation.
	//
	// POST /test_request_integer_uint_nullable_array
	TestRequestIntegerUintNullableArray(ctx context.Context, req []NilUint) (*Error, error)
	// TestRequestIntegerUintNullableArrayArray implements test_request_integer_uint_nullable_array_array operation.
	//
	// POST /test_request_integer_uint_nullable_array_array
	TestRequestIntegerUintNullableArrayArray(ctx context.Context, req [][]NilUint) (*Error, error)
	// TestRequestIntegerUnix implements test_request_integer_unix operation.
	//
	// POST /test_request_integer_unix
	TestRequestIntegerUnix(ctx context.Context, req OptUnixSeconds) (*Error, error)
	// TestRequestIntegerUnixArray implements test_request_integer_unix_array operation.
	//
	// POST /test_request_integer_unix_array
	TestRequestIntegerUnixArray(ctx context.Context, req []time.Time) (*Error, error)
	// TestRequestIntegerUnixArrayArray implements test_request_integer_unix_array_array operation.
	//
	// POST /test_request_integer_unix_array_array
	TestRequestIntegerUnixArrayArray(ctx context.Context, req [][]time.Time) (*Error, error)
	// TestRequestIntegerUnixMicro implements test_request_integer_unix-micro operation.
	//
	// POST /test_request_integer_unix-micro
	TestRequestIntegerUnixMicro(ctx context.Context, req OptUnixMicro) (*Error, error)
	// TestRequestIntegerUnixMicroArray implements test_request_integer_unix-micro_array operation.
	//
	// POST /test_request_integer_unix-micro_array
	TestRequestIntegerUnixMicroArray(ctx context.Context, req []time.Time) (*Error, error)
	// TestRequestIntegerUnixMicroArrayArray implements test_request_integer_unix-micro_array_array operation.
	//
	// POST /test_request_integer_unix-micro_array_array
	TestRequestIntegerUnixMicroArrayArray(ctx context.Context, req [][]time.Time) (*Error, error)
	// TestRequestIntegerUnixMicroNullable implements test_request_integer_unix-micro_nullable operation.
	//
	// POST /test_request_integer_unix-micro_nullable
	TestRequestIntegerUnixMicroNullable(ctx context.Context, req OptNilUnixMicro) (*Error, error)
	// TestRequestIntegerUnixMicroNullableArray implements test_request_integer_unix-micro_nullable_array operation.
	//
	// POST /test_request_integer_unix-micro_nullable_array
	TestRequestIntegerUnixMicroNullableArray(ctx context.Context, req []NilUnixMicro) (*Error, error)
	// TestRequestIntegerUnixMicroNullableArrayArray implements test_request_integer_unix-micro_nullable_array_array operation.
	//
	// POST /test_request_integer_unix-micro_nullable_array_array
	TestRequestIntegerUnixMicroNullableArrayArray(ctx context.Context, req [][]NilUnixMicro) (*Error, error)
	// TestRequestIntegerUnixMilli implements test_request_integer_unix-milli operation.
	//
	// POST /test_request_integer_unix-milli
	TestRequestIntegerUnixMilli(ctx context.Context, req OptUnixMilli) (*Error, error)
	// TestRequestIntegerUnixMilliArray implements test_request_integer_unix-milli_array operation.
	//
	// POST /test_request_integer_unix-milli_array
	TestRequestIntegerUnixMilliArray(ctx context.Context, req []time.Time) (*Error, error)
	// TestRequestIntegerUnixMilliArrayArray implements test_request_integer_unix-milli_array_array operation.
	//
	// POST /test_request_integer_unix-milli_array_array
	TestRequestIntegerUnixMilliArrayArray(ctx context.Context, req [][]time.Time) (*Error, error)
	// TestRequestIntegerUnixMilliNullable implements test_request_integer_unix-milli_nullable operation.
	//
	// POST /test_request_integer_unix-milli_nullable
	TestRequestIntegerUnixMilliNullable(ctx context.Context, req OptNilUnixMilli) (*Error, error)
	// TestRequestIntegerUnixMilliNullableArray implements test_request_integer_unix-milli_nullable_array operation.
	//
	// POST /test_request_integer_unix-milli_nullable_array
	TestRequestIntegerUnixMilliNullableArray(ctx context.Context, req []NilUnixMilli) (*Error, error)
	// TestRequestIntegerUnixMilliNullableArrayArray implements test_request_integer_unix-milli_nullable_array_array operation.
	//
	// POST /test_request_integer_unix-milli_nullable_array_array
	TestRequestIntegerUnixMilliNullableArrayArray(ctx context.Context, req [][]NilUnixMilli) (*Error, error)
	// TestRequestIntegerUnixNano implements test_request_integer_unix-nano operation.
	//
	// POST /test_request_integer_unix-nano
	TestRequestIntegerUnixNano(ctx context.Context, req OptUnixNano) (*Error, error)
	// TestRequestIntegerUnixNanoArray implements test_request_integer_unix-nano_array operation.
	//
	// POST /test_request_integer_unix-nano_array
	TestRequestIntegerUnixNanoArray(ctx context.Context, req []time.Time) (*Error, error)
	// TestRequestIntegerUnixNanoArrayArray implements test_request_integer_unix-nano_array_array operation.
	//
	// POST /test_request_integer_unix-nano_array_array
	TestRequestIntegerUnixNanoArrayArray(ctx context.Context, req [][]time.Time) (*Error, error)
	// TestRequestIntegerUnixNanoNullable implements test_request_integer_unix-nano_nullable operation.
	//
	// POST /test_request_integer_unix-nano_nullable
	TestRequestIntegerUnixNanoNullable(ctx context.Context, req OptNilUnixNano) (*Error, error)
	// TestRequestIntegerUnixNanoNullableArray implements test_request_integer_unix-nano_nullable_array operation.
	//
	// POST /test_request_integer_unix-nano_nullable_array
	TestRequestIntegerUnixNanoNullableArray(ctx context.Context, req []NilUnixNano) (*Error, error)
	// TestRequestIntegerUnixNanoNullableArrayArray implements test_request_integer_unix-nano_nullable_array_array operation.
	//
	// POST /test_request_integer_unix-nano_nullable_array_array
	TestRequestIntegerUnixNanoNullableArrayArray(ctx context.Context, req [][]NilUnixNano) (*Error, error)
	// TestRequestIntegerUnixNullable implements test_request_integer_unix_nullable operation.
	//
	// POST /test_request_integer_unix_nullable
	TestRequestIntegerUnixNullable(ctx context.Context, req OptNilUnixSeconds) (*Error, error)
	// TestRequestIntegerUnixNullableArray implements test_request_integer_unix_nullable_array operation.
	//
	// POST /test_request_integer_unix_nullable_array
	TestRequestIntegerUnixNullableArray(ctx context.Context, req []NilUnixSeconds) (*Error, error)
	// TestRequestIntegerUnixNullableArrayArray implements test_request_integer_unix_nullable_array_array operation.
	//
	// POST /test_request_integer_unix_nullable_array_array
	TestRequestIntegerUnixNullableArrayArray(ctx context.Context, req [][]NilUnixSeconds) (*Error, error)
	// TestRequestIntegerUnixSeconds implements test_request_integer_unix-seconds operation.
	//
	// POST /test_request_integer_unix-seconds
	TestRequestIntegerUnixSeconds(ctx context.Context, req OptUnixSeconds) (*Error, error)
	// TestRequestIntegerUnixSecondsArray implements test_request_integer_unix-seconds_array operation.
	//
	// POST /test_request_integer_unix-seconds_array
	TestRequestIntegerUnixSecondsArray(ctx context.Context, req []time.Time) (*Error, error)
	// TestRequestIntegerUnixSecondsArrayArray implements test_request_integer_unix-seconds_array_array operation.
	//
	// POST /test_request_integer_unix-seconds_array_array
	TestRequestIntegerUnixSecondsArrayArray(ctx context.Context, req [][]time.Time) (*Error, error)
	// TestRequestIntegerUnixSecondsNullable implements test_request_integer_unix-seconds_nullable operation.
	//
	// POST /test_request_integer_unix-seconds_nullable
	TestRequestIntegerUnixSecondsNullable(ctx context.Context, req OptNilUnixSeconds) (*Error, error)
	// TestRequestIntegerUnixSecondsNullableArray implements test_request_integer_unix-seconds_nullable_array operation.
	//
	// POST /test_request_integer_unix-seconds_nullable_array
	TestRequestIntegerUnixSecondsNullableArray(ctx context.Context, req []NilUnixSeconds) (*Error, error)
	// TestRequestIntegerUnixSecondsNullableArrayArray implements test_request_integer_unix-seconds_nullable_array_array operation.
	//
	// POST /test_request_integer_unix-seconds_nullable_array_array
	TestRequestIntegerUnixSecondsNullableArrayArray(ctx context.Context, req [][]NilUnixSeconds) (*Error, error)
	// TestRequestNull implements test_request_null operation.
	//
	// POST /test_request_null
	TestRequestNull(ctx context.Context, req OptNull) (*Error, error)
	// TestRequestNullArray implements test_request_null_array operation.
	//
	// POST /test_request_null_array
	TestRequestNullArray(ctx context.Context, req []struct{}) (*Error, error)
	// TestRequestNullArrayArray implements test_request_null_array_array operation.
	//
	// POST /test_request_null_array_array
	TestRequestNullArrayArray(ctx context.Context, req [][]struct{}) (*Error, error)
	// TestRequestNullNullable implements test_request_null_nullable operation.
	//
	// POST /test_request_null_nullable
	TestRequestNullNullable(ctx context.Context, req OptNull) (*Error, error)
	// TestRequestNullNullableArray implements test_request_null_nullable_array operation.
	//
	// POST /test_request_null_nullable_array
	TestRequestNullNullableArray(ctx context.Context, req []struct{}) (*Error, error)
	// TestRequestNullNullableArrayArray implements test_request_null_nullable_array_array operation.
	//
	// POST /test_request_null_nullable_array_array
	TestRequestNullNullableArrayArray(ctx context.Context, req [][]struct{}) (*Error, error)
	// TestRequestNumber implements test_request_number operation.
	//
	// POST /test_request_number
	TestRequestNumber(ctx context.Context, req OptFloat64) (*Error, error)
	// TestRequestNumberArray implements test_request_number_array operation.
	//
	// POST /test_request_number_array
	TestRequestNumberArray(ctx context.Context, req []float64) (*Error, error)
	// TestRequestNumberArrayArray implements test_request_number_array_array operation.
	//
	// POST /test_request_number_array_array
	TestRequestNumberArrayArray(ctx context.Context, req [][]float64) (*Error, error)
	// TestRequestNumberDouble implements test_request_number_double operation.
	//
	// POST /test_request_number_double
	TestRequestNumberDouble(ctx context.Context, req OptFloat64) (*Error, error)
	// TestRequestNumberDoubleArray implements test_request_number_double_array operation.
	//
	// POST /test_request_number_double_array
	TestRequestNumberDoubleArray(ctx context.Context, req []float64) (*Error, error)
	// TestRequestNumberDoubleArrayArray implements test_request_number_double_array_array operation.
	//
	// POST /test_request_number_double_array_array
	TestRequestNumberDoubleArrayArray(ctx context.Context, req [][]float64) (*Error, error)
	// TestRequestNumberDoubleNullable implements test_request_number_double_nullable operation.
	//
	// POST /test_request_number_double_nullable
	TestRequestNumberDoubleNullable(ctx context.Context, req OptNilFloat64) (*Error, error)
	// TestRequestNumberDoubleNullableArray implements test_request_number_double_nullable_array operation.
	//
	// POST /test_request_number_double_nullable_array
	TestRequestNumberDoubleNullableArray(ctx context.Context, req []NilFloat64) (*Error, error)
	// TestRequestNumberDoubleNullableArrayArray implements test_request_number_double_nullable_array_array operation.
	//
	// POST /test_request_number_double_nullable_array_array
	TestRequestNumberDoubleNullableArrayArray(ctx context.Context, req [][]NilFloat64) (*Error, error)
	// TestRequestNumberFloat implements test_request_number_float operation.
	//
	// POST /test_request_number_float
	TestRequestNumberFloat(ctx context.Context, req OptFloat32) (*Error, error)
	// TestRequestNumberFloatArray implements test_request_number_float_array operation.
	//
	// POST /test_request_number_float_array
	TestRequestNumberFloatArray(ctx context.Context, req []float32) (*Error, error)
	// TestRequestNumberFloatArrayArray implements test_request_number_float_array_array operation.
	//
	// POST /test_request_number_float_array_array
	TestRequestNumberFloatArrayArray(ctx context.Context, req [][]float32) (*Error, error)
	// TestRequestNumberFloatNullable implements test_request_number_float_nullable operation.
	//
	// POST /test_request_number_float_nullable
	TestRequestNumberFloatNullable(ctx context.Context, req OptNilFloat32) (*Error, error)
	// TestRequestNumberFloatNullableArray implements test_request_number_float_nullable_array operation.
	//
	// POST /test_request_number_float_nullable_array
	TestRequestNumberFloatNullableArray(ctx context.Context, req []NilFloat32) (*Error, error)
	// TestRequestNumberFloatNullableArrayArray implements test_request_number_float_nullable_array_array operation.
	//
	// POST /test_request_number_float_nullable_array_array
	TestRequestNumberFloatNullableArrayArray(ctx context.Context, req [][]NilFloat32) (*Error, error)
	// TestRequestNumberInt32 implements test_request_number_int32 operation.
	//
	// POST /test_request_number_int32
	TestRequestNumberInt32(ctx context.Context, req OptInt32) (*Error, error)
	// TestRequestNumberInt32Array implements test_request_number_int32_array operation.
	//
	// POST /test_request_number_int32_array
	TestRequestNumberInt32Array(ctx context.Context, req []int32) (*Error, error)
	// TestRequestNumberInt32ArrayArray implements test_request_number_int32_array_array operation.
	//
	// POST /test_request_number_int32_array_array
	TestRequestNumberInt32ArrayArray(ctx context.Context, req [][]int32) (*Error, error)
	// TestRequestNumberInt32Nullable implements test_request_number_int32_nullable operation.
	//
	// POST /test_request_number_int32_nullable
	TestRequestNumberInt32Nullable(ctx context.Context, req OptNilInt32) (*Error, error)
	// TestRequestNumberInt32NullableArray implements test_request_number_int32_nullable_array operation.
	//
	// POST /test_request_number_int32_nullable_array
	TestRequestNumberInt32NullableArray(ctx context.Context, req []NilInt32) (*Error, error)
	// TestRequestNumberInt32NullableArrayArray implements test_request_number_int32_nullable_array_array operation.
	//
	// POST /test_request_number_int32_nullable_array_array
	TestRequestNumberInt32NullableArrayArray(ctx context.Context, req [][]NilInt32) (*Error, error)
	// TestRequestNumberInt64 implements test_request_number_int64 operation.
	//
	// POST /test_request_number_int64
	TestRequestNumberInt64(ctx context.Context, req OptInt64) (*Error, error)
	// TestRequestNumberInt64Array implements test_request_number_int64_array operation.
	//
	// POST /test_request_number_int64_array
	TestRequestNumberInt64Array(ctx context.Context, req []int64) (*Error, error)
	// TestRequestNumberInt64ArrayArray implements test_request_number_int64_array_array operation.
	//
	// POST /test_request_number_int64_array_array
	TestRequestNumberInt64ArrayArray(ctx context.Context, req [][]int64) (*Error, error)
	// TestRequestNumberInt64Nullable implements test_request_number_int64_nullable operation.
	//
	// POST /test_request_number_int64_nullable
	TestRequestNumberInt64Nullable(ctx context.Context, req OptNilInt64) (*Error, error)
	// TestRequestNumberInt64NullableArray implements test_request_number_int64_nullable_array operation.
	//
	// POST /test_request_number_int64_nullable_array
	TestRequestNumberInt64NullableArray(ctx context.Context, req []NilInt64) (*Error, error)
	// TestRequestNumberInt64NullableArrayArray implements test_request_number_int64_nullable_array_array operation.
	//
	// POST /test_request_number_int64_nullable_array_array
	TestRequestNumberInt64NullableArrayArray(ctx context.Context, req [][]NilInt64) (*Error, error)
	// TestRequestNumberNullable implements test_request_number_nullable operation.
	//
	// POST /test_request_number_nullable
	TestRequestNumberNullable(ctx context.Context, req OptNilFloat64) (*Error, error)
	// TestRequestNumberNullableArray implements test_request_number_nullable_array operation.
	//
	// POST /test_request_number_nullable_array
	TestRequestNumberNullableArray(ctx context.Context, req []NilFloat64) (*Error, error)
	// TestRequestNumberNullableArrayArray implements test_request_number_nullable_array_array operation.
	//
	// POST /test_request_number_nullable_array_array
	TestRequestNumberNullableArrayArray(ctx context.Context, req [][]NilFloat64) (*Error, error)
	// TestRequestRequiredAny implements test_request_required_Any operation.
	//
	// POST /test_request_required_Any
	TestRequestRequiredAny(ctx context.Context, req jx.Raw) (*Error, error)
	// TestRequestRequiredBoolean implements test_request_required_boolean operation.
	//
	// POST /test_request_required_boolean
	TestRequestRequiredBoolean(ctx context.Context, req bool) (*Error, error)
	// TestRequestRequiredBooleanArray implements test_request_required_boolean_array operation.
	//
	// POST /test_request_required_boolean_array
	TestRequestRequiredBooleanArray(ctx context.Context, req []bool) (*Error, error)
	// TestRequestRequiredBooleanArrayArray implements test_request_required_boolean_array_array operation.
	//
	// POST /test_request_required_boolean_array_array
	TestRequestRequiredBooleanArrayArray(ctx context.Context, req [][]bool) (*Error, error)
	// TestRequestRequiredBooleanNullable implements test_request_required_boolean_nullable operation.
	//
	// POST /test_request_required_boolean_nullable
	TestRequestRequiredBooleanNullable(ctx context.Context, req NilBool) (*Error, error)
	// TestRequestRequiredBooleanNullableArray implements test_request_required_boolean_nullable_array operation.
	//
	// POST /test_request_required_boolean_nullable_array
	TestRequestRequiredBooleanNullableArray(ctx context.Context, req []NilBool) (*Error, error)
	// TestRequestRequiredBooleanNullableArrayArray implements test_request_required_boolean_nullable_array_array operation.
	//
	// POST /test_request_required_boolean_nullable_array_array
	TestRequestRequiredBooleanNullableArrayArray(ctx context.Context, req [][]NilBool) (*Error, error)
	// TestRequestRequiredEmptyStruct implements test_request_required_EmptyStruct operation.
	//
	// POST /test_request_required_EmptyStruct
	TestRequestRequiredEmptyStruct(ctx context.Context, req *TestRequestRequiredEmptyStructReq) (*Error, error)
	// TestRequestRequiredFormatTest implements test_request_required_FormatTest operation.
	//
	// POST /test_request_required_FormatTest
	TestRequestRequiredFormatTest(ctx context.Context, req *TestRequestRequiredFormatTestReq) (*Error, error)
	// TestRequestRequiredInteger implements test_request_required_integer operation.
	//
	// POST /test_request_required_integer
	TestRequestRequiredInteger(ctx context.Context, req int) (*Error, error)
	// TestRequestRequiredIntegerArray implements test_request_required_integer_array operation.
	//
	// POST /test_request_required_integer_array
	TestRequestRequiredIntegerArray(ctx context.Context, req []int) (*Error, error)
	// TestRequestRequiredIntegerArrayArray implements test_request_required_integer_array_array operation.
	//
	// POST /test_request_required_integer_array_array
	TestRequestRequiredIntegerArrayArray(ctx context.Context, req [][]int) (*Error, error)
	// TestRequestRequiredIntegerInt16 implements test_request_required_integer_int16 operation.
	//
	// POST /test_request_required_integer_int16
	TestRequestRequiredIntegerInt16(ctx context.Context, req int16) (*Error, error)
	// TestRequestRequiredIntegerInt16Array implements test_request_required_integer_int16_array operation.
	//
	// POST /test_request_required_integer_int16_array
	TestRequestRequiredIntegerInt16Array(ctx context.Context, req []int16) (*Error, error)
	// TestRequestRequiredIntegerInt16ArrayArray implements test_request_required_integer_int16_array_array operation.
	//
	// POST /test_request_required_integer_int16_array_array
	TestRequestRequiredIntegerInt16ArrayArray(ctx context.Context, req [][]int16) (*Error, error)
	// TestRequestRequiredIntegerInt16Nullable implements test_request_required_integer_int16_nullable operation.
	//
	// POST /test_request_required_integer_int16_nullable
	TestRequestRequiredIntegerInt16Nullable(ctx context.Context, req NilInt16) (*Error, error)
	// TestRequestRequiredIntegerInt16NullableArray implements test_request_required_integer_int16_nullable_array operation.
	//
	// POST /test_request_required_integer_int16_nullable_array
	TestRequestRequiredIntegerInt16NullableArray(ctx context.Context, req []NilInt16) (*Error, error)
	// TestRequestRequiredIntegerInt16NullableArrayArray implements test_request_required_integer_int16_nullable_array_array operation.
	//
	// POST /test_request_required_integer_int16_nullable_array_array
	TestRequestRequiredIntegerInt16NullableArrayArray(ctx context.Context, req [][]NilInt16) (*Error, error)
	// TestRequestRequiredIntegerInt32 implements test_request_required_integer_int32 operation.
	//
	// POST /test_request_required_integer_int32
	TestRequestRequiredIntegerInt32(ctx context.Context, req int32) (*Error, error)
	// TestRequestRequiredIntegerInt32Array implements test_request_required_integer_int32_array operation.
	//
	// POST /test_request_required_integer_int32_array
	TestRequestRequiredIntegerInt32Array(ctx context.Context, req []int32) (*Error, error)
	// TestRequestRequiredIntegerInt32ArrayArray implements test_request_required_integer_int32_array_array operation.
	//
	// POST /test_request_required_integer_int32_array_array
	TestRequestRequiredIntegerInt32ArrayArray(ctx context.Context, req [][]int32) (*Error, error)
	// TestRequestRequiredIntegerInt32Nullable implements test_request_required_integer_int32_nullable operation.
	//
	// POST /test_request_required_integer_int32_nullable
	TestRequestRequiredIntegerInt32Nullable(ctx context.Context, req NilInt32) (*Error, error)
	// TestRequestRequiredIntegerInt32NullableArray implements test_request_required_integer_int32_nullable_array operation.
	//
	// POST /test_request_required_integer_int32_nullable_array
	TestRequestRequiredIntegerInt32NullableArray(ctx context.Context, req []NilInt32) (*Error, error)
	// TestRequestRequiredIntegerInt32NullableArrayArray implements test_request_required_integer_int32_nullable_array_array operation.
	//
	// POST /test_request_required_integer_int32_nullable_array_array
	TestRequestRequiredIntegerInt32NullableArrayArray(ctx context.Context, req [][]NilInt32) (*Error, error)
	// TestRequestRequiredIntegerInt64 implements test_request_required_integer_int64 operation.
	//
	// POST /test_request_required_integer_int64
	TestRequestRequiredIntegerInt64(ctx context.Context, req int64) (*Error, error)
	// TestRequestRequiredIntegerInt64Array implements test_request_required_integer_int64_array operation.
	//
	// POST /test_request_required_integer_int64_array
	TestRequestRequiredIntegerInt64Array(ctx context.Context, req []int64) (*Error, error)
	// TestRequestRequiredIntegerInt64ArrayArray implements test_request_required_integer_int64_array_array operation.
	//
	// POST /test_request_required_integer_int64_array_array
	TestRequestRequiredIntegerInt64ArrayArray(ctx context.Context, req [][]int64) (*Error, error)
	// TestRequestRequiredIntegerInt64Nullable implements test_request_required_integer_int64_nullable operation.
	//
	// POST /test_request_required_integer_int64_nullable
	TestRequestRequiredIntegerInt64Nullable(ctx context.Context, req NilInt64) (*Error, error)
	// TestRequestRequiredIntegerInt64NullableArray implements test_request_required_integer_int64_nullable_array operation.
	//
	// POST /test_request_required_integer_int64_nullable_array
	TestRequestRequiredIntegerInt64NullableArray(ctx context.Context, req []NilInt64) (*Error, error)
	// TestRequestRequiredIntegerInt64NullableArrayArray implements test_request_required_integer_int64_nullable_array_array operation.
	//
	// POST /test_request_required_integer_int64_nullable_array_array
	TestRequestRequiredIntegerInt64NullableArrayArray(ctx context.Context, req [][]NilInt64) (*Error, error)
	// TestRequestRequiredIntegerInt8 implements test_request_required_integer_int8 operation.
	//
	// POST /test_request_required_integer_int8
	TestRequestRequiredIntegerInt8(ctx context.Context, req int8) (*Error, error)
	// TestRequestRequiredIntegerInt8Array implements test_request_required_integer_int8_array operation.
	//
	// POST /test_request_required_integer_int8_array
	TestRequestRequiredIntegerInt8Array(ctx context.Context, req []int8) (*Error, error)
	// TestRequestRequiredIntegerInt8ArrayArray implements test_request_required_integer_int8_array_array operation.
	//
	// POST /test_request_required_integer_int8_array_array
	TestRequestRequiredIntegerInt8ArrayArray(ctx context.Context, req [][]int8) (*Error, error)
	// TestRequestRequiredIntegerInt8Nullable implements test_request_required_integer_int8_nullable operation.
	//
	// POST /test_request_required_integer_int8_nullable
	TestRequestRequiredIntegerInt8Nullable(ctx context.Context, req NilInt8) (*Error, error)
	// TestRequestRequiredIntegerInt8NullableArray implements test_request_required_integer_int8_nullable_array operation.
	//
	// POST /test_request_required_integer_int8_nullable_array
	TestRequestRequiredIntegerInt8NullableArray(ctx context.Context, req []NilInt8) (*Error, error)
	// TestRequestRequiredIntegerInt8NullableArrayArray implements test_request_required_integer_int8_nullable_array_array operation.
	//
	// POST /test_request_required_integer_int8_nullable_array_array
	TestRequestRequiredIntegerInt8NullableArrayArray(ctx context.Context, req [][]NilInt8) (*Error, error)
	// TestRequestRequiredIntegerNullable implements test_request_required_integer_nullable operation.
	//
	// POST /test_request_required_integer_nullable
	TestRequestRequiredIntegerNullable(ctx context.Context, req NilInt) (*Error, error)
	// TestRequestRequiredIntegerNullableArray implements test_request_required_integer_nullable_array operation.
	//
	// POST /test_request_required_integer_nullable_array
	TestRequestRequiredIntegerNullableArray(ctx context.Context, req []NilInt) (*Error, error)
	// TestRequestRequiredIntegerNullableArrayArray implements test_request_required_integer_nullable_array_array operation.
	//
	// POST /test_request_required_integer_nullable_array_array
	TestRequestRequiredIntegerNullableArrayArray(ctx context.Context, req [][]NilInt) (*Error, error)
	// TestRequestRequiredIntegerUint implements test_request_required_integer_uint operation.
	//
	// POST /test_request_required_integer_uint
	TestRequestRequiredIntegerUint(ctx context.Context, req uint) (*Error, error)
	// TestRequestRequiredIntegerUint16 implements test_request_required_integer_uint16 operation.
	//
	// POST /test_request_required_integer_uint16
	TestRequestRequiredIntegerUint16(ctx context.Context, req uint16) (*Error, error)
	// TestRequestRequiredIntegerUint16Array implements test_request_required_integer_uint16_array operation.
	//
	// POST /test_request_required_integer_uint16_array
	TestRequestRequiredIntegerUint16Array(ctx context.Context, req []uint16) (*Error, error)
	// TestRequestRequiredIntegerUint16ArrayArray implements test_request_required_integer_uint16_array_array operation.
	//
	// POST /test_request_required_integer_uint16_array_array
	TestRequestRequiredIntegerUint16ArrayArray(ctx context.Context, req [][]uint16) (*Error, error)
	// TestRequestRequiredIntegerUint16Nullable implements test_request_required_integer_uint16_nullable operation.
	//
	// POST /test_request_required_integer_uint16_nullable
	TestRequestRequiredIntegerUint16Nullable(ctx context.Context, req NilUint16) (*Error, error)
	// TestRequestRequiredIntegerUint16NullableArray implements test_request_required_integer_uint16_nullable_array operation.
	//
	// POST /test_request_required_integer_uint16_nullable_array
	TestRequestRequiredIntegerUint16NullableArray(ctx context.Context, req []NilUint16) (*Error, error)
	// TestRequestRequiredIntegerUint16NullableArrayArray implements test_request_required_integer_uint16_nullable_array_array operation.
	//
	// POST /test_request_required_integer_uint16_nullable_array_array
	TestRequestRequiredIntegerUint16NullableArrayArray(ctx context.Context, req [][]NilUint16) (*Error, error)
	// TestRequestRequiredIntegerUint32 implements test_request_required_integer_uint32 operation.
	//
	// POST /test_request_required_integer_uint32
	TestRequestRequiredIntegerUint32(ctx context.Context, req uint32) (*Error, error)
	// TestRequestRequiredIntegerUint32Array implements test_request_required_integer_uint32_array operation.
	//
	// POST /test_request_required_integer_uint32_array
	TestRequestRequiredIntegerUint32Array(ctx context.Context, req []uint32) (*Error, error)
	// TestRequestRequiredIntegerUint32ArrayArray implements test_request_required_integer_uint32_array_array operation.
	//
	// POST /test_request_required_integer_uint32_array_array
	TestRequestRequiredIntegerUint32ArrayArray(ctx context.Context, req [][]uint32) (*Error, error)
	// TestRequestRequiredIntegerUint32Nullable implements test_request_required_integer_uint32_nullable operation.
	//
	// POST /test_request_required_integer_uint32_nullable
	TestRequestRequiredIntegerUint32Nullable(ctx context.Context, req NilUint32) (*Error, error)
	// TestRequestRequiredIntegerUint32NullableArray implements test_request_required_integer_uint32_nullable_array operation.
	//
	// POST /test_request_required_integer_uint32_nullable_array
	TestRequestRequiredIntegerUint32NullableArray(ctx context.Context, req []NilUint32) (*Error, error)
	// TestRequestRequiredIntegerUint32NullableArrayArray implements test_request_required_integer_uint32_nullable_array_array operation.
	//
	// POST /test_request_required_integer_uint32_nullable_array_array
	TestRequestRequiredIntegerUint32NullableArrayArray(ctx context.Context, req [][]NilUint32) (*Error, error)
	// TestRequestRequiredIntegerUint64 implements test_request_required_integer_uint64 operation.
	//
	// POST /test_request_required_integer_uint64
	TestRequestRequiredIntegerUint64(ctx context.Context, req uint64) (*Error, error)
	// TestRequestRequiredIntegerUint64Array implements test_request_required_integer_uint64_array operation.
	//
	// POST /test_request_required_integer_uint64_array
	TestRequestRequiredIntegerUint64Array(ctx context.Context, req []uint64) (*Error, error)
	// TestRequestRequiredIntegerUint64ArrayArray implements test_request_required_integer_uint64_array_array operation.
	//
	// POST /test_request_required_integer_uint64_array_array
	TestRequestRequiredIntegerUint64ArrayArray(ctx context.Context, req [][]uint64) (*Error, error)
	// TestRequestRequiredIntegerUint64Nullable implements test_request_required_integer_uint64_nullable operation.
	//
	// POST /test_request_required_integer_uint64_nullable
	TestRequestRequiredIntegerUint64Nullable(ctx context.Context, req NilUint64) (*Error, error)
	// TestRequestRequiredIntegerUint64NullableArray implements test_request_required_integer_uint64_nullable_array operation.
	//
	// POST /test_request_required_integer_uint64_nullable_array
	TestRequestRequiredIntegerUint64NullableArray(ctx context.Context, req []NilUint64) (*Error, error)
	// TestRequestRequiredIntegerUint64NullableArrayArray implements test_request_required_integer_uint64_nullable_array_array operation.
	//
	// POST /test_request_required_integer_uint64_nullable_array_array
	TestRequestRequiredIntegerUint64NullableArrayArray(ctx context.Context, req [][]NilUint64) (*Error, error)
	// TestRequestRequiredIntegerUint8 implements test_request_required_integer_uint8 operation.
	//
	// POST /test_request_required_integer_uint8
	TestRequestRequiredIntegerUint8(ctx context.Context, req uint8) (*Error, error)
	// TestRequestRequiredIntegerUint8Array implements test_request_required_integer_uint8_array operation.
	//
	// POST /test_request_required_integer_uint8_array
	TestRequestRequiredIntegerUint8Array(ctx context.Context, req []uint8) (*Error, error)
	// TestRequestRequiredIntegerUint8ArrayArray implements test_request_required_integer_uint8_array_array operation.
	//
	// POST /test_request_required_integer_uint8_array_array
	TestRequestRequiredIntegerUint8ArrayArray(ctx context.Context, req [][]uint8) (*Error, error)
	// TestRequestRequiredIntegerUint8Nullable implements test_request_required_integer_uint8_nullable operation.
	//
	// POST /test_request_required_integer_uint8_nullable
	TestRequestRequiredIntegerUint8Nullable(ctx context.Context, req NilUint8) (*Error, error)
	// TestRequestRequiredIntegerUint8NullableArray implements test_request_required_integer_uint8_nullable_array operation.
	//
	// POST /test_request_required_integer_uint8_nullable_array
	TestRequestRequiredIntegerUint8NullableArray(ctx context.Context, req []NilUint8) (*Error, error)
	// TestRequestRequiredIntegerUint8NullableArrayArray implements test_request_required_integer_uint8_nullable_array_array operation.
	//
	// POST /test_request_required_integer_uint8_nullable_array_array
	TestRequestRequiredIntegerUint8NullableArrayArray(ctx context.Context, req [][]NilUint8) (*Error, error)
	// TestRequestRequiredIntegerUintArray implements test_request_required_integer_uint_array operation.
	//
	// POST /test_request_required_integer_uint_array
	TestRequestRequiredIntegerUintArray(ctx context.Context, req []uint) (*Error, error)
	// TestRequestRequiredIntegerUintArrayArray implements test_request_required_integer_uint_array_array operation.
	//
	// POST /test_request_required_integer_uint_array_array
	TestRequestRequiredIntegerUintArrayArray(ctx context.Context, req [][]uint) (*Error, error)
	// TestRequestRequiredIntegerUintNullable implements test_request_required_integer_uint_nullable operation.
	//
	// POST /test_request_required_integer_uint_nullable
	TestRequestRequiredIntegerUintNullable(ctx context.Context, req NilUint) (*Error, error)
	// TestRequestRequiredIntegerUintNullableArray implements test_request_required_integer_uint_nullable_array operation.
	//
	// POST /test_request_required_integer_uint_nullable_array
	TestRequestRequiredIntegerUintNullableArray(ctx context.Context, req []NilUint) (*Error, error)
	// TestRequestRequiredIntegerUintNullableArrayArray implements test_request_required_integer_uint_nullable_array_array operation.
	//
	// POST /test_request_required_integer_uint_nullable_array_array
	TestRequestRequiredIntegerUintNullableArrayArray(ctx context.Context, req [][]NilUint) (*Error, error)
	// TestRequestRequiredIntegerUnix implements test_request_required_integer_unix operation.
	//
	// POST /test_request_required_integer_unix
	TestRequestRequiredIntegerUnix(ctx context.Context, req time.Time) (*Error, error)
	// TestRequestRequiredIntegerUnixArray implements test_request_required_integer_unix_array operation.
	//
	// POST /test_request_required_integer_unix_array
	TestRequestRequiredIntegerUnixArray(ctx context.Context, req []time.Time) (*Error, error)
	// TestRequestRequiredIntegerUnixArrayArray implements test_request_required_integer_unix_array_array operation.
	//
	// POST /test_request_required_integer_unix_array_array
	TestRequestRequiredIntegerUnixArrayArray(ctx context.Context, req [][]time.Time) (*Error, error)
	// TestRequestRequiredIntegerUnixMicro implements test_request_required_integer_unix-micro operation.
	//
	// POST /test_request_required_integer_unix-micro
	TestRequestRequiredIntegerUnixMicro(ctx context.Context, req time.Time) (*Error, error)
	// TestRequestRequiredIntegerUnixMicroArray implements test_request_required_integer_unix-micro_array operation.
	//
	// POST /test_request_required_integer_unix-micro_array
	TestRequestRequiredIntegerUnixMicroArray(ctx context.Context, req []time.Time) (*Error, error)
	// TestRequestRequiredIntegerUnixMicroArrayArray implements test_request_required_integer_unix-micro_array_array operation.
	//
	// POST /test_request_required_integer_unix-micro_array_array
	TestRequestRequiredIntegerUnixMicroArrayArray(ctx context.Context, req [][]time.Time) (*Error, error)
	// TestRequestRequiredIntegerUnixMicroNullable implements test_request_required_integer_unix-micro_nullable operation.
	//
	// POST /test_request_required_integer_unix-micro_nullable
	TestRequestRequiredIntegerUnixMicroNullable(ctx context.Context, req NilUnixMicro) (*Error, error)
	// TestRequestRequiredIntegerUnixMicroNullableArray implements test_request_required_integer_unix-micro_nullable_array operation.
	//
	// POST /test_request_required_integer_unix-micro_nullable_array
	TestRequestRequiredIntegerUnixMicroNullableArray(ctx context.Context, req []NilUnixMicro) (*Error, error)
	// TestRequestRequiredIntegerUnixMicroNullableArrayArray implements test_request_required_integer_unix-micro_nullable_array_array operation.
	//
	// POST /test_request_required_integer_unix-micro_nullable_array_array
	TestRequestRequiredIntegerUnixMicroNullableArrayArray(ctx context.Context, req [][]NilUnixMicro) (*Error, error)
	// TestRequestRequiredIntegerUnixMilli implements test_request_required_integer_unix-milli operation.
	//
	// POST /test_request_required_integer_unix-milli
	TestRequestRequiredIntegerUnixMilli(ctx context.Context, req time.Time) (*Error, error)
	// TestRequestRequiredIntegerUnixMilliArray implements test_request_required_integer_unix-milli_array operation.
	//
	// POST /test_request_required_integer_unix-milli_array
	TestRequestRequiredIntegerUnixMilliArray(ctx context.Context, req []time.Time) (*Error, error)
	// TestRequestRequiredIntegerUnixMilliArrayArray implements test_request_required_integer_unix-milli_array_array operation.
	//
	// POST /test_request_required_integer_unix-milli_array_array
	TestRequestRequiredIntegerUnixMilliArrayArray(ctx context.Context, req [][]time.Time) (*Error, error)
	// TestRequestRequiredIntegerUnixMilliNullable implements test_request_required_integer_unix-milli_nullable operation.
	//
	// POST /test_request_required_integer_unix-milli_nullable
	TestRequestRequiredIntegerUnixMilliNullable(ctx context.Context, req NilUnixMilli) (*Error, error)
	// TestRequestRequiredIntegerUnixMilliNullableArray implements test_request_required_integer_unix-milli_nullable_array operation.
	//
	// POST /test_request_required_integer_unix-milli_nullable_array
	TestRequestRequiredIntegerUnixMilliNullableArray(ctx context.Context, req []NilUnixMilli) (*Error, error)
	// TestRequestRequiredIntegerUnixMilliNullableArrayArray implements test_request_required_integer_unix-milli_nullable_array_array operation.
	//
	// POST /test_request_required_integer_unix-milli_nullable_array_array
	TestRequestRequiredIntegerUnixMilliNullableArrayArray(ctx context.Context, req [][]NilUnixMilli) (*Error, error)
	// TestRequestRequiredIntegerUnixNano implements test_request_required_integer_unix-nano operation.
	//
	// POST /test_request_required_integer_unix-nano
	TestRequestRequiredIntegerUnixNano(ctx context.Context, req time.Time) (*Error, error)
	// TestRequestRequiredIntegerUnixNanoArray implements test_request_required_integer_unix-nano_array operation.
	//
	// POST /test_request_required_integer_unix-nano_array
	TestRequestRequiredIntegerUnixNanoArray(ctx context.Context, req []time.Time) (*Error, error)
	// TestRequestRequiredIntegerUnixNanoArrayArray implements test_request_required_integer_unix-nano_array_array operation.
	//
	// POST /test_request_required_integer_unix-nano_array_array
	TestRequestRequiredIntegerUnixNanoArrayArray(ctx context.Context, req [][]time.Time) (*Error, error)
	// TestRequestRequiredIntegerUnixNanoNullable implements test_request_required_integer_unix-nano_nullable operation.
	//
	// POST /test_request_required_integer_unix-nano_nullable
	TestRequestRequiredIntegerUnixNanoNullable(ctx context.Context, req NilUnixNano) (*Error, error)
	// TestRequestRequiredIntegerUnixNanoNullableArray implements test_request_required_integer_unix-nano_nullable_array operation.
	//
	// POST /test_request_required_integer_unix-nano_nullable_array
	TestRequestRequiredIntegerUnixNanoNullableArray(ctx context.Context, req []NilUnixNano) (*Error, error)
	// TestRequestRequiredIntegerUnixNanoNullableArrayArray implements test_request_required_integer_unix-nano_nullable_array_array operation.
	//
	// POST /test_request_required_integer_unix-nano_nullable_array_array
	TestRequestRequiredIntegerUnixNanoNullableArrayArray(ctx context.Context, req [][]NilUnixNano) (*Error, error)
	// TestRequestRequiredIntegerUnixNullable implements test_request_required_integer_unix_nullable operation.
	//
	// POST /test_request_required_integer_unix_nullable
	TestRequestRequiredIntegerUnixNullable(ctx context.Context, req NilUnixSeconds) (*Error, error)
	// TestRequestRequiredIntegerUnixNullableArray implements test_request_required_integer_unix_nullable_array operation.
	//
	// POST /test_request_required_integer_unix_nullable_array
	TestRequestRequiredIntegerUnixNullableArray(ctx context.Context, req []NilUnixSeconds) (*Error, error)
	// TestRequestRequiredIntegerUnixNullableArrayArray implements test_request_required_integer_unix_nullable_array_array operation.
	//
	// POST /test_request_required_integer_unix_nullable_array_array
	TestRequestRequiredIntegerUnixNullableArrayArray(ctx context.Context, req [][]NilUnixSeconds) (*Error, error)
	// TestRequestRequiredIntegerUnixSeconds implements test_request_required_integer_unix-seconds operation.
	//
	// POST /test_request_required_integer_unix-seconds
	TestRequestRequiredIntegerUnixSeconds(ctx context.Context, req time.Time) (*Error, error)
	// TestRequestRequiredIntegerUnixSecondsArray implements test_request_required_integer_unix-seconds_array operation.
	//
	// POST /test_request_required_integer_unix-seconds_array
	TestRequestRequiredIntegerUnixSecondsArray(ctx context.Context, req []time.Time) (*Error, error)
	// TestRequestRequiredIntegerUnixSecondsArrayArray implements test_request_required_integer_unix-seconds_array_array operation.
	//
	// POST /test_request_required_integer_unix-seconds_array_array
	TestRequestRequiredIntegerUnixSecondsArrayArray(ctx context.Context, req [][]time.Time) (*Error, error)
	// TestRequestRequiredIntegerUnixSecondsNullable implements test_request_required_integer_unix-seconds_nullable operation.
	//
	// POST /test_request_required_integer_unix-seconds_nullable
	TestRequestRequiredIntegerUnixSecondsNullable(ctx context.Context, req NilUnixSeconds) (*Error, error)
	// TestRequestRequiredIntegerUnixSecondsNullableArray implements test_request_required_integer_unix-seconds_nullable_array operation.
	//
	// POST /test_request_required_integer_unix-seconds_nullable_array
	TestRequestRequiredIntegerUnixSecondsNullableArray(ctx context.Context, req []NilUnixSeconds) (*Error, error)
	// TestRequestRequiredIntegerUnixSecondsNullableArrayArray implements test_request_required_integer_unix-seconds_nullable_array_array operation.
	//
	// POST /test_request_required_integer_unix-seconds_nullable_array_array
	TestRequestRequiredIntegerUnixSecondsNullableArrayArray(ctx context.Context, req [][]NilUnixSeconds) (*Error, error)
	// TestRequestRequiredNull implements test_request_required_null operation.
	//
	// POST /test_request_required_null
	TestRequestRequiredNull(ctx context.Context, req struct{}) (*Error, error)
	// TestRequestRequiredNullArray implements test_request_required_null_array operation.
	//
	// POST /test_request_required_null_array
	TestRequestRequiredNullArray(ctx context.Context, req []struct{}) (*Error, error)
	// TestRequestRequiredNullArrayArray implements test_request_required_null_array_array operation.
	//
	// POST /test_request_required_null_array_array
	TestRequestRequiredNullArrayArray(ctx context.Context, req [][]struct{}) (*Error, error)
	// TestRequestRequiredNullNullable implements test_request_required_null_nullable operation.
	//
	// POST /test_request_required_null_nullable
	TestRequestRequiredNullNullable(ctx context.Context, req struct{}) (*Error, error)
	// TestRequestRequiredNullNullableArray implements test_request_required_null_nullable_array operation.
	//
	// POST /test_request_required_null_nullable_array
	TestRequestRequiredNullNullableArray(ctx context.Context, req []struct{}) (*Error, error)
	// TestRequestRequiredNullNullableArrayArray implements test_request_required_null_nullable_array_array operation.
	//
	// POST /test_request_required_null_nullable_array_array
	TestRequestRequiredNullNullableArrayArray(ctx context.Context, req [][]struct{}) (*Error, error)
	// TestRequestRequiredNumber implements test_request_required_number operation.
	//
	// POST /test_request_required_number
	TestRequestRequiredNumber(ctx context.Context, req float64) (*Error, error)
	// TestRequestRequiredNumberArray implements test_request_required_number_array operation.
	//
	// POST /test_request_required_number_array
	TestRequestRequiredNumberArray(ctx context.Context, req []float64) (*Error, error)
	// TestRequestRequiredNumberArrayArray implements test_request_required_number_array_array operation.
	//
	// POST /test_request_required_number_array_array
	TestRequestRequiredNumberArrayArray(ctx context.Context, req [][]float64) (*Error, error)
	// TestRequestRequiredNumberDouble implements test_request_required_number_double operation.
	//
	// POST /test_request_required_number_double
	TestRequestRequiredNumberDouble(ctx context.Context, req float64) (*Error, error)
	// TestRequestRequiredNumberDoubleArray implements test_request_required_number_double_array operation.
	//
	// POST /test_request_required_number_double_array
	TestRequestRequiredNumberDoubleArray(ctx context.Context, req []float64) (*Error, error)
	// TestRequestRequiredNumberDoubleArrayArray implements test_request_required_number_double_array_array operation.
	//
	// POST /test_request_required_number_double_array_array
	TestRequestRequiredNumberDoubleArrayArray(ctx context.Context, req [][]float64) (*Error, error)
	// TestRequestRequiredNumberDoubleNullable implements test_request_required_number_double_nullable operation.
	//
	// POST /test_request_required_number_double_nullable
	TestRequestRequiredNumberDoubleNullable(ctx context.Context, req NilFloat64) (*Error, error)
	// TestRequestRequiredNumberDoubleNullableArray implements test_request_required_number_double_nullable_array operation.
	//
	// POST /test_request_required_number_double_nullable_array
	TestRequestRequiredNumberDoubleNullableArray(ctx context.Context, req []NilFloat64) (*Error, error)
	// TestRequestRequiredNumberDoubleNullableArrayArray implements test_request_required_number_double_nullable_array_array operation.
	//
	// POST /test_request_required_number_double_nullable_array_array
	TestRequestRequiredNumberDoubleNullableArrayArray(ctx context.Context, req [][]NilFloat64) (*Error, error)
	// TestRequestRequiredNumberFloat implements test_request_required_number_float operation.
	//
	// POST /test_request_required_number_float
	TestRequestRequiredNumberFloat(ctx context.Context, req float32) (*Error, error)
	// TestRequestRequiredNumberFloatArray implements test_request_required_number_float_array operation.
	//
	// POST /test_request_required_number_float_array
	TestRequestRequiredNumberFloatArray(ctx context.Context, req []float32) (*Error, error)
	// TestRequestRequiredNumberFloatArrayArray implements test_request_required_number_float_array_array operation.
	//
	// POST /test_request_required_number_float_array_array
	TestRequestRequiredNumberFloatArrayArray(ctx context.Context, req [][]float32) (*Error, error)
	// TestRequestRequiredNumberFloatNullable implements test_request_required_number_float_nullable operation.
	//
	// POST /test_request_required_number_float_nullable
	TestRequestRequiredNumberFloatNullable(ctx context.Context, req NilFloat32) (*Error, error)
	// TestRequestRequiredNumberFloatNullableArray implements test_request_required_number_float_nullable_array operation.
	//
	// POST /test_request_required_number_float_nullable_array
	TestRequestRequiredNumberFloatNullableArray(ctx context.Context, req []NilFloat32) (*Error, error)
	// TestRequestRequiredNumberFloatNullableArrayArray implements test_request_required_number_float_nullable_array_array operation.
	//
	// POST /test_request_required_number_float_nullable_array_array
	TestRequestRequiredNumberFloatNullableArrayArray(ctx context.Context, req [][]NilFloat32) (*Error, error)
	// TestRequestRequiredNumberInt32 implements test_request_required_number_int32 operation.
	//
	// POST /test_request_required_number_int32
	TestRequestRequiredNumberInt32(ctx context.Context, req int32) (*Error, error)
	// TestRequestRequiredNumberInt32Array implements test_request_required_number_int32_array operation.
	//
	// POST /test_request_required_number_int32_array
	TestRequestRequiredNumberInt32Array(ctx context.Context, req []int32) (*Error, error)
	// TestRequestRequiredNumberInt32ArrayArray implements test_request_required_number_int32_array_array operation.
	//
	// POST /test_request_required_number_int32_array_array
	TestRequestRequiredNumberInt32ArrayArray(ctx context.Context, req [][]int32) (*Error, error)
	// TestRequestRequiredNumberInt32Nullable implements test_request_required_number_int32_nullable operation.
	//
	// POST /test_request_required_number_int32_nullable
	TestRequestRequiredNumberInt32Nullable(ctx context.Context, req NilInt32) (*Error, error)
	// TestRequestRequiredNumberInt32NullableArray implements test_request_required_number_int32_nullable_array operation.
	//
	// POST /test_request_required_number_int32_nullable_array
	TestRequestRequiredNumberInt32NullableArray(ctx context.Context, req []NilInt32) (*Error, error)
	// TestRequestRequiredNumberInt32NullableArrayArray implements test_request_required_number_int32_nullable_array_array operation.
	//
	// POST /test_request_required_number_int32_nullable_array_array
	TestRequestRequiredNumberInt32NullableArrayArray(ctx context.Context, req [][]NilInt32) (*Error, error)
	// TestRequestRequiredNumberInt64 implements test_request_required_number_int64 operation.
	//
	// POST /test_request_required_number_int64
	TestRequestRequiredNumberInt64(ctx context.Context, req int64) (*Error, error)
	// TestRequestRequiredNumberInt64Array implements test_request_required_number_int64_array operation.
	//
	// POST /test_request_required_number_int64_array
	TestRequestRequiredNumberInt64Array(ctx context.Context, req []int64) (*Error, error)
	// TestRequestRequiredNumberInt64ArrayArray implements test_request_required_number_int64_array_array operation.
	//
	// POST /test_request_required_number_int64_array_array
	TestRequestRequiredNumberInt64ArrayArray(ctx context.Context, req [][]int64) (*Error, error)
	// TestRequestRequiredNumberInt64Nullable implements test_request_required_number_int64_nullable operation.
	//
	// POST /test_request_required_number_int64_nullable
	TestRequestRequiredNumberInt64Nullable(ctx context.Context, req NilInt64) (*Error, error)
	// TestRequestRequiredNumberInt64NullableArray implements test_request_required_number_int64_nullable_array operation.
	//
	// POST /test_request_required_number_int64_nullable_array
	TestRequestRequiredNumberInt64NullableArray(ctx context.Context, req []NilInt64) (*Error, error)
	// TestRequestRequiredNumberInt64NullableArrayArray implements test_request_required_number_int64_nullable_array_array operation.
	//
	// POST /test_request_required_number_int64_nullable_array_array
	TestRequestRequiredNumberInt64NullableArrayArray(ctx context.Context, req [][]NilInt64) (*Error, error)
	// TestRequestRequiredNumberNullable implements test_request_required_number_nullable operation.
	//
	// POST /test_request_required_number_nullable
	TestRequestRequiredNumberNullable(ctx context.Context, req NilFloat64) (*Error, error)
	// TestRequestRequiredNumberNullableArray implements test_request_required_number_nullable_array operation.
	//
	// POST /test_request_required_number_nullable_array
	TestRequestRequiredNumberNullableArray(ctx context.Context, req []NilFloat64) (*Error, error)
	// TestRequestRequiredNumberNullableArrayArray implements test_request_required_number_nullable_array_array operation.
	//
	// POST /test_request_required_number_nullable_array_array
	TestRequestRequiredNumberNullableArrayArray(ctx context.Context, req [][]NilFloat64) (*Error, error)
	// TestRequestRequiredString implements test_request_required_string operation.
	//
	// POST /test_request_required_string
	TestRequestRequiredString(ctx context.Context, req string) (*Error, error)
	// TestRequestRequiredStringArray implements test_request_required_string_array operation.
	//
	// POST /test_request_required_string_array
	TestRequestRequiredStringArray(ctx context.Context, req []string) (*Error, error)
	// TestRequestRequiredStringArrayArray implements test_request_required_string_array_array operation.
	//
	// POST /test_request_required_string_array_array
	TestRequestRequiredStringArrayArray(ctx context.Context, req [][]string) (*Error, error)
	// TestRequestRequiredStringBase64 implements test_request_required_string_base64 operation.
	//
	// POST /test_request_required_string_base64
	TestRequestRequiredStringBase64(ctx context.Context, req []byte) (*Error, error)
	// TestRequestRequiredStringBase64Array implements test_request_required_string_base64_array operation.
	//
	// POST /test_request_required_string_base64_array
	TestRequestRequiredStringBase64Array(ctx context.Context, req [][]byte) (*Error, error)
	// TestRequestRequiredStringBase64ArrayArray implements test_request_required_string_base64_array_array operation.
	//
	// POST /test_request_required_string_base64_array_array
	TestRequestRequiredStringBase64ArrayArray(ctx context.Context, req [][][]byte) (*Error, error)
	// TestRequestRequiredStringBase64Nullable implements test_request_required_string_base64_nullable operation.
	//
	// POST /test_request_required_string_base64_nullable
	TestRequestRequiredStringBase64Nullable(ctx context.Context, req []byte) (*Error, error)
	// TestRequestRequiredStringBase64NullableArray implements test_request_required_string_base64_nullable_array operation.
	//
	// POST /test_request_required_string_base64_nullable_array
	TestRequestRequiredStringBase64NullableArray(ctx context.Context, req [][]byte) (*Error, error)
	// TestRequestRequiredStringBase64NullableArrayArray implements test_request_required_string_base64_nullable_array_array operation.
	//
	// POST /test_request_required_string_base64_nullable_array_array
	TestRequestRequiredStringBase64NullableArrayArray(ctx context.Context, req [][][]byte) (*Error, error)
	// TestRequestRequiredStringBinary implements test_request_required_string_binary operation.
	//
	// POST /test_request_required_string_binary
	TestRequestRequiredStringBinary(ctx context.Context, req string) (*Error, error)
	// TestRequestRequiredStringBinaryArray implements test_request_required_string_binary_array operation.
	//
	// POST /test_request_required_string_binary_array
	TestRequestRequiredStringBinaryArray(ctx context.Context, req []string) (*Error, error)
	// TestRequestRequiredStringBinaryArrayArray implements test_request_required_string_binary_array_array operation.
	//
	// POST /test_request_required_string_binary_array_array
	TestRequestRequiredStringBinaryArrayArray(ctx context.Context, req [][]string) (*Error, error)
	// TestRequestRequiredStringBinaryNullable implements test_request_required_string_binary_nullable operation.
	//
	// POST /test_request_required_string_binary_nullable
	TestRequestRequiredStringBinaryNullable(ctx context.Context, req NilString) (*Error, error)
	// TestRequestRequiredStringBinaryNullableArray implements test_request_required_string_binary_nullable_array operation.
	//
	// POST /test_request_required_string_binary_nullable_array
	TestRequestRequiredStringBinaryNullableArray(ctx context.Context, req []NilString) (*Error, error)
	// TestRequestRequiredStringBinaryNullableArrayArray implements test_request_required_string_binary_nullable_array_array operation.
	//
	// POST /test_request_required_string_binary_nullable_array_array
	TestRequestRequiredStringBinaryNullableArrayArray(ctx context.Context, req [][]NilString) (*Error, error)
	// TestRequestRequiredStringByte implements test_request_required_string_byte operation.
	//
	// POST /test_request_required_string_byte
	TestRequestRequiredStringByte(ctx context.Context, req []byte) (*Error, error)
	// TestRequestRequiredStringByteArray implements test_request_required_string_byte_array operation.
	//
	// POST /test_request_required_string_byte_array
	TestRequestRequiredStringByteArray(ctx context.Context, req [][]byte) (*Error, error)
	// TestRequestRequiredStringByteArrayArray implements test_request_required_string_byte_array_array operation.
	//
	// POST /test_request_required_string_byte_array_array
	TestRequestRequiredStringByteArrayArray(ctx context.Context, req [][][]byte) (*Error, error)
	// TestRequestRequiredStringByteNullable implements test_request_required_string_byte_nullable operation.
	//
	// POST /test_request_required_string_byte_nullable
	TestRequestRequiredStringByteNullable(ctx context.Context, req []byte) (*Error, error)
	// TestRequestRequiredStringByteNullableArray implements test_request_required_string_byte_nullable_array operation.
	//
	// POST /test_request_required_string_byte_nullable_array
	TestRequestRequiredStringByteNullableArray(ctx context.Context, req [][]byte) (*Error, error)
	// TestRequestRequiredStringByteNullableArrayArray implements test_request_required_string_byte_nullable_array_array operation.
	//
	// POST /test_request_required_string_byte_nullable_array_array
	TestRequestRequiredStringByteNullableArrayArray(ctx context.Context, req [][][]byte) (*Error, error)
	// TestRequestRequiredStringDate implements test_request_required_string_date operation.
	//
	// POST /test_request_required_string_date
	TestRequestRequiredStringDate(ctx context.Context, req time.Time) (*Error, error)
	// TestRequestRequiredStringDateArray implements test_request_required_string_date_array operation.
	//
	// POST /test_request_required_string_date_array
	TestRequestRequiredStringDateArray(ctx context.Context, req []time.Time) (*Error, error)
	// TestRequestRequiredStringDateArrayArray implements test_request_required_string_date_array_array operation.
	//
	// POST /test_request_required_string_date_array_array
	TestRequestRequiredStringDateArrayArray(ctx context.Context, req [][]time.Time) (*Error, error)
	// TestRequestRequiredStringDateNullable implements test_request_required_string_date_nullable operation.
	//
	// POST /test_request_required_string_date_nullable
	TestRequestRequiredStringDateNullable(ctx context.Context, req NilDate) (*Error, error)
	// TestRequestRequiredStringDateNullableArray implements test_request_required_string_date_nullable_array operation.
	//
	// POST /test_request_required_string_date_nullable_array
	TestRequestRequiredStringDateNullableArray(ctx context.Context, req []NilDate) (*Error, error)
	// TestRequestRequiredStringDateNullableArrayArray implements test_request_required_string_date_nullable_array_array operation.
	//
	// POST /test_request_required_string_date_nullable_array_array
	TestRequestRequiredStringDateNullableArrayArray(ctx context.Context, req [][]NilDate) (*Error, error)
	// TestRequestRequiredStringDateTime implements test_request_required_string_date-time operation.
	//
	// POST /test_request_required_string_date-time
	TestRequestRequiredStringDateTime(ctx context.Context, req time.Time) (*Error, error)
	// TestRequestRequiredStringDateTimeArray implements test_request_required_string_date-time_array operation.
	//
	// POST /test_request_required_string_date-time_array
	TestRequestRequiredStringDateTimeArray(ctx context.Context, req []time.Time) (*Error, error)
	// TestRequestRequiredStringDateTimeArrayArray implements test_request_required_string_date-time_array_array operation.
	//
	// POST /test_request_required_string_date-time_array_array
	TestRequestRequiredStringDateTimeArrayArray(ctx context.Context, req [][]time.Time) (*Error, error)
	// TestRequestRequiredStringDateTimeNullable implements test_request_required_string_date-time_nullable operation.
	//
	// POST /test_request_required_string_date-time_nullable
	TestRequestRequiredStringDateTimeNullable(ctx context.Context, req NilDateTime) (*Error, error)
	// TestRequestRequiredStringDateTimeNullableArray implements test_request_required_string_date-time_nullable_array operation.
	//
	// POST /test_request_required_string_date-time_nullable_array
	TestRequestRequiredStringDateTimeNullableArray(ctx context.Context, req []NilDateTime) (*Error, error)
	// TestRequestRequiredStringDateTimeNullableArrayArray implements test_request_required_string_date-time_nullable_array_array operation.
	//
	// POST /test_request_required_string_date-time_nullable_array_array
	TestRequestRequiredStringDateTimeNullableArrayArray(ctx context.Context, req [][]NilDateTime) (*Error, error)
	// TestRequestRequiredStringDuration implements test_request_required_string_duration operation.
	//
	// POST /test_request_required_string_duration
	TestRequestRequiredStringDuration(ctx context.Context, req time.Duration) (*Error, error)
	// TestRequestRequiredStringDurationArray implements test_request_required_string_duration_array operation.
	//
	// POST /test_request_required_string_duration_array
	TestRequestRequiredStringDurationArray(ctx context.Context, req []time.Duration) (*Error, error)
	// TestRequestRequiredStringDurationArrayArray implements test_request_required_string_duration_array_array operation.
	//
	// POST /test_request_required_string_duration_array_array
	TestRequestRequiredStringDurationArrayArray(ctx context.Context, req [][]time.Duration) (*Error, error)
	// TestRequestRequiredStringDurationNullable implements test_request_required_string_duration_nullable operation.
	//
	// POST /test_request_required_string_duration_nullable
	TestRequestRequiredStringDurationNullable(ctx context.Context, req NilDuration) (*Error, error)
	// TestRequestRequiredStringDurationNullableArray implements test_request_required_string_duration_nullable_array operation.
	//
	// POST /test_request_required_string_duration_nullable_array
	TestRequestRequiredStringDurationNullableArray(ctx context.Context, req []NilDuration) (*Error, error)
	// TestRequestRequiredStringDurationNullableArrayArray implements test_request_required_string_duration_nullable_array_array operation.
	//
	// POST /test_request_required_string_duration_nullable_array_array
	TestRequestRequiredStringDurationNullableArrayArray(ctx context.Context, req [][]NilDuration) (*Error, error)
	// TestRequestRequiredStringEmail implements test_request_required_string_email operation.
	//
	// POST /test_request_required_string_email
	TestRequestRequiredStringEmail(ctx context.Context, req string) (*Error, error)
	// TestRequestRequiredStringEmailArray implements test_request_required_string_email_array operation.
	//
	// POST /test_request_required_string_email_array
	TestRequestRequiredStringEmailArray(ctx context.Context, req []string) (*Error, error)
	// TestRequestRequiredStringEmailArrayArray implements test_request_required_string_email_array_array operation.
	//
	// POST /test_request_required_string_email_array_array
	TestRequestRequiredStringEmailArrayArray(ctx context.Context, req [][]string) (*Error, error)
	// TestRequestRequiredStringEmailNullable implements test_request_required_string_email_nullable operation.
	//
	// POST /test_request_required_string_email_nullable
	TestRequestRequiredStringEmailNullable(ctx context.Context, req NilString) (*Error, error)
	// TestRequestRequiredStringEmailNullableArray implements test_request_required_string_email_nullable_array operation.
	//
	// POST /test_request_required_string_email_nullable_array
	TestRequestRequiredStringEmailNullableArray(ctx context.Context, req []NilString) (*Error, error)
	// TestRequestRequiredStringEmailNullableArrayArray implements test_request_required_string_email_nullable_array_array operation.
	//
	// POST /test_request_required_string_email_nullable_array_array
	TestRequestRequiredStringEmailNullableArrayArray(ctx context.Context, req [][]NilString) (*Error, error)
	// TestRequestRequiredStringFloat32 implements test_request_required_string_float32 operation.
	//
	// POST /test_request_required_string_float32
	TestRequestRequiredStringFloat32(ctx context.Context, req float32) (*Error, error)
	// TestRequestRequiredStringFloat32Array implements test_request_required_string_float32_array operation.
	//
	// POST /test_request_required_string_float32_array
	TestRequestRequiredStringFloat32Array(ctx context.Context, req []float32) (*Error, error)
	// TestRequestRequiredStringFloat32ArrayArray implements test_request_required_string_float32_array_array operation.
	//
	// POST /test_request_required_string_float32_array_array
	TestRequestRequiredStringFloat32ArrayArray(ctx context.Context, req [][]float32) (*Error, error)
	// TestRequestRequiredStringFloat32Nullable implements test_request_required_string_float32_nullable operation.
	//
	// POST /test_request_required_string_float32_nullable
	TestRequestRequiredStringFloat32Nullable(ctx context.Context, req NilStringFloat32) (*Error, error)
	// TestRequestRequiredStringFloat32NullableArray implements test_request_required_string_float32_nullable_array operation.
	//
	// POST /test_request_required_string_float32_nullable_array
	TestRequestRequiredStringFloat32NullableArray(ctx context.Context, req []NilStringFloat32) (*Error, error)
	// TestRequestRequiredStringFloat32NullableArrayArray implements test_request_required_string_float32_nullable_array_array operation.
	//
	// POST /test_request_required_string_float32_nullable_array_array
	TestRequestRequiredStringFloat32NullableArrayArray(ctx context.Context, req [][]NilStringFloat32) (*Error, error)
	// TestRequestRequiredStringFloat64 implements test_request_required_string_float64 operation.
	//
	// POST /test_request_required_string_float64
	TestRequestRequiredStringFloat64(ctx context.Context, req float64) (*Error, error)
	// TestRequestRequiredStringFloat64Array implements test_request_required_string_float64_array operation.
	//
	// POST /test_request_required_string_float64_array
	TestRequestRequiredStringFloat64Array(ctx context.Context, req []float64) (*Error, error)
	// TestRequestRequiredStringFloat64ArrayArray implements test_request_required_string_float64_array_array operation.
	//
	// POST /test_request_required_string_float64_array_array
	TestRequestRequiredStringFloat64ArrayArray(ctx context.Context, req [][]float64) (*Error, error)
	// TestRequestRequiredStringFloat64Nullable implements test_request_required_string_float64_nullable operation.
	//
	// POST /test_request_required_string_float64_nullable
	TestRequestRequiredStringFloat64Nullable(ctx context.Context, req NilStringFloat64) (*Error, error)
	// TestRequestRequiredStringFloat64NullableArray implements test_request_required_string_float64_nullable_array operation.
	//
	// POST /test_request_required_string_float64_nullable_array
	TestRequestRequiredStringFloat64NullableArray(ctx context.Context, req []NilStringFloat64) (*Error, error)
	// TestRequestRequiredStringFloat64NullableArrayArray implements test_request_required_string_float64_nullable_array_array operation.
	//
	// POST /test_request_required_string_float64_nullable_array_array
	TestRequestRequiredStringFloat64NullableArrayArray(ctx context.Context, req [][]NilStringFloat64) (*Error, error)
	// TestRequestRequiredStringHostname implements test_request_required_string_hostname operation.
	//
	// POST /test_request_required_string_hostname
	TestRequestRequiredStringHostname(ctx context.Context, req string) (*Error, error)
	// TestRequestRequiredStringHostnameArray implements test_request_required_string_hostname_array operation.
	//
	// POST /test_request_required_string_hostname_array
	TestRequestRequiredStringHostnameArray(ctx context.Context, req []string) (*Error, error)
	// TestRequestRequiredStringHostnameArrayArray implements test_request_required_string_hostname_array_array operation.
	//
	// POST /test_request_required_string_hostname_array_array
	TestRequestRequiredStringHostnameArrayArray(ctx context.Context, req [][]string) (*Error, error)
	// TestRequestRequiredStringHostnameNullable implements test_request_required_string_hostname_nullable operation.
	//
	// POST /test_request_required_string_hostname_nullable
	TestRequestRequiredStringHostnameNullable(ctx context.Context, req NilString) (*Error, error)
	// TestRequestRequiredStringHostnameNullableArray implements test_request_required_string_hostname_nullable_array operation.
	//
	// POST /test_request_required_string_hostname_nullable_array
	TestRequestRequiredStringHostnameNullableArray(ctx context.Context, req []NilString) (*Error, error)
	// TestRequestRequiredStringHostnameNullableArrayArray implements test_request_required_string_hostname_nullable_array_array operation.
	//
	// POST /test_request_required_string_hostname_nullable_array_array
	TestRequestRequiredStringHostnameNullableArrayArray(ctx context.Context, req [][]NilString) (*Error, error)
	// TestRequestRequiredStringIP implements test_request_required_string_ip operation.
	//
	// POST /test_request_required_string_ip
	TestRequestRequiredStringIP(ctx context.Context, req netip.Addr) (*Error, error)
	// TestRequestRequiredStringIPArray implements test_request_required_string_ip_array operation.
	//
	// POST /test_request_required_string_ip_array
	TestRequestRequiredStringIPArray(ctx context.Context, req []netip.Addr) (*Error, error)
	// TestRequestRequiredStringIPArrayArray implements test_request_required_string_ip_array_array operation.
	//
	// POST /test_request_required_string_ip_array_array
	TestRequestRequiredStringIPArrayArray(ctx context.Context, req [][]netip.Addr) (*Error, error)
	// TestRequestRequiredStringIPNullable implements test_request_required_string_ip_nullable operation.
	//
	// POST /test_request_required_string_ip_nullable
	TestRequestRequiredStringIPNullable(ctx context.Context, req NilIP) (*Error, error)
	// TestRequestRequiredStringIPNullableArray implements test_request_required_string_ip_nullable_array operation.
	//
	// POST /test_request_required_string_ip_nullable_array
	TestRequestRequiredStringIPNullableArray(ctx context.Context, req []NilIP) (*Error, error)
	// TestRequestRequiredStringIPNullableArrayArray implements test_request_required_string_ip_nullable_array_array operation.
	//
	// POST /test_request_required_string_ip_nullable_array_array
	TestRequestRequiredStringIPNullableArrayArray(ctx context.Context, req [][]NilIP) (*Error, error)
	// TestRequestRequiredStringInt implements test_request_required_string_int operation.
	//
	// POST /test_request_required_string_int
	TestRequestRequiredStringInt(ctx context.Context, req int) (*Error, error)
	// TestRequestRequiredStringInt16 implements test_request_required_string_int16 operation.
	//
	// POST /test_request_required_string_int16
	TestRequestRequiredStringInt16(ctx context.Context, req int16) (*Error, error)
	// TestRequestRequiredStringInt16Array implements test_request_required_string_int16_array operation.
	//
	// POST /test_request_required_string_int16_array
	TestRequestRequiredStringInt16Array(ctx context.Context, req []int16) (*Error, error)
	// TestRequestRequiredStringInt16ArrayArray implements test_request_required_string_int16_array_array operation.
	//
	// POST /test_request_required_string_int16_array_array
	TestRequestRequiredStringInt16ArrayArray(ctx context.Context, req [][]int16) (*Error, error)
	// TestRequestRequiredStringInt16Nullable implements test_request_required_string_int16_nullable operation.
	//
	// POST /test_request_required_string_int16_nullable
	TestRequestRequiredStringInt16Nullable(ctx context.Context, req NilStringInt16) (*Error, error)
	// TestRequestRequiredStringInt16NullableArray implements test_request_required_string_int16_nullable_array operation.
	//
	// POST /test_request_required_string_int16_nullable_array
	TestRequestRequiredStringInt16NullableArray(ctx context.Context, req []NilStringInt16) (*Error, error)
	// TestRequestRequiredStringInt16NullableArrayArray implements test_request_required_string_int16_nullable_array_array operation.
	//
	// POST /test_request_required_string_int16_nullable_array_array
	TestRequestRequiredStringInt16NullableArrayArray(ctx context.Context, req [][]NilStringInt16) (*Error, error)
	// TestRequestRequiredStringInt32 implements test_request_required_string_int32 operation.
	//
	// POST /test_request_required_string_int32
	TestRequestRequiredStringInt32(ctx context.Context, req int32) (*Error, error)
	// TestRequestRequiredStringInt32Array implements test_request_required_string_int32_array operation.
	//
	// POST /test_request_required_string_int32_array
	TestRequestRequiredStringInt32Array(ctx context.Context, req []int32) (*Error, error)
	// TestRequestRequiredStringInt32ArrayArray implements test_request_required_string_int32_array_array operation.
	//
	// POST /test_request_required_string_int32_array_array
	TestRequestRequiredStringInt32ArrayArray(ctx context.Context, req [][]int32) (*Error, error)
	// TestRequestRequiredStringInt32Nullable implements test_request_required_string_int32_nullable operation.
	//
	// POST /test_request_required_string_int32_nullable
	TestRequestRequiredStringInt32Nullable(ctx context.Context, req NilStringInt32) (*Error, error)
	// TestRequestRequiredStringInt32NullableArray implements test_request_required_string_int32_nullable_array operation.
	//
	// POST /test_request_required_string_int32_nullable_array
	TestRequestRequiredStringInt32NullableArray(ctx context.Context, req []NilStringInt32) (*Error, error)
	// TestRequestRequiredStringInt32NullableArrayArray implements test_request_required_string_int32_nullable_array_array operation.
	//
	// POST /test_request_required_string_int32_nullable_array_array
	TestRequestRequiredStringInt32NullableArrayArray(ctx context.Context, req [][]NilStringInt32) (*Error, error)
	// TestRequestRequiredStringInt64 implements test_request_required_string_int64 operation.
	//
	// POST /test_request_required_string_int64
	TestRequestRequiredStringInt64(ctx context.Context, req int64) (*Error, error)
	// TestRequestRequiredStringInt64Array implements test_request_required_string_int64_array operation.
	//
	// POST /test_request_required_string_int64_array
	TestRequestRequiredStringInt64Array(ctx context.Context, req []int64) (*Error, error)
	// TestRequestRequiredStringInt64ArrayArray implements test_request_required_string_int64_array_array operation.
	//
	// POST /test_request_required_string_int64_array_array
	TestRequestRequiredStringInt64ArrayArray(ctx context.Context, req [][]int64) (*Error, error)
	// TestRequestRequiredStringInt64Nullable implements test_request_required_string_int64_nullable operation.
	//
	// POST /test_request_required_string_int64_nullable
	TestRequestRequiredStringInt64Nullable(ctx context.Context, req NilStringInt64) (*Error, error)
	// TestRequestRequiredStringInt64NullableArray implements test_request_required_string_int64_nullable_array operation.
	//
	// POST /test_request_required_string_int64_nullable_array
	TestRequestRequiredStringInt64NullableArray(ctx context.Context, req []NilStringInt64) (*Error, error)
	// TestRequestRequiredStringInt64NullableArrayArray implements test_request_required_string_int64_nullable_array_array operation.
	//
	// POST /test_request_required_string_int64_nullable_array_array
	TestRequestRequiredStringInt64NullableArrayArray(ctx context.Context, req [][]NilStringInt64) (*Error, error)
	// TestRequestRequiredStringInt8 implements test_request_required_string_int8 operation.
	//
	// POST /test_request_required_string_int8
	TestRequestRequiredStringInt8(ctx context.Context, req int8) (*Error, error)
	// TestRequestRequiredStringInt8Array implements test_request_required_string_int8_array operation.
	//
	// POST /test_request_required_string_int8_array
	TestRequestRequiredStringInt8Array(ctx context.Context, req []int8) (*Error, error)
	// TestRequestRequiredStringInt8ArrayArray implements test_request_required_string_int8_array_array operation.
	//
	// POST /test_request_required_string_int8_array_array
	TestRequestRequiredStringInt8ArrayArray(ctx context.Context, req [][]int8) (*Error, error)
	// TestRequestRequiredStringInt8Nullable implements test_request_required_string_int8_nullable operation.
	//
	// POST /test_request_required_string_int8_nullable
	TestRequestRequiredStringInt8Nullable(ctx context.Context, req NilStringInt8) (*Error, error)
	// TestRequestRequiredStringInt8NullableArray implements test_request_required_string_int8_nullable_array operation.
	//
	// POST /test_request_required_string_int8_nullable_array
	TestRequestRequiredStringInt8NullableArray(ctx context.Context, req []NilStringInt8) (*Error, error)
	// TestRequestRequiredStringInt8NullableArrayArray implements test_request_required_string_int8_nullable_array_array operation.
	//
	// POST /test_request_required_string_int8_nullable_array_array
	TestRequestRequiredStringInt8NullableArrayArray(ctx context.Context, req [][]NilStringInt8) (*Error, error)
	// TestRequestRequiredStringIntArray implements test_request_required_string_int_array operation.
	//
	// POST /test_request_required_string_int_array
	TestRequestRequiredStringIntArray(ctx context.Context, req []int) (*Error, error)
	// TestRequestRequiredStringIntArrayArray implements test_request_required_string_int_array_array operation.
	//
	// POST /test_request_required_string_int_array_array
	TestRequestRequiredStringIntArrayArray(ctx context.Context, req [][]int) (*Error, error)
	// TestRequestRequiredStringIntNullable implements test_request_required_string_int_nullable operation.
	//
	// POST /test_request_required_string_int_nullable
	TestRequestRequiredStringIntNullable(ctx context.Context, req NilStringInt) (*Error, error)
	// TestRequestRequiredStringIntNullableArray implements test_request_required_string_int_nullable_array operation.
	//
	// POST /test_request_required_string_int_nullable_array
	TestRequestRequiredStringIntNullableArray(ctx context.Context, req []NilStringInt) (*Error, error)
	// TestRequestRequiredStringIntNullableArrayArray implements test_request_required_string_int_nullable_array_array operation.
	//
	// POST /test_request_required_string_int_nullable_array_array
	TestRequestRequiredStringIntNullableArrayArray(ctx context.Context, req [][]NilStringInt) (*Error, error)
	// TestRequestRequiredStringIpv4 implements test_request_required_string_ipv4 operation.
	//
	// POST /test_request_required_string_ipv4
	TestRequestRequiredStringIpv4(ctx context.Context, req netip.Addr) (*Error, error)
	// TestRequestRequiredStringIpv4Array implements test_request_required_string_ipv4_array operation.
	//
	// POST /test_request_required_string_ipv4_array
	TestRequestRequiredStringIpv4Array(ctx context.Context, req []netip.Addr) (*Error, error)
	// TestRequestRequiredStringIpv4ArrayArray implements test_request_required_string_ipv4_array_array operation.
	//
	// POST /test_request_required_string_ipv4_array_array
	TestRequestRequiredStringIpv4ArrayArray(ctx context.Context, req [][]netip.Addr) (*Error, error)
	// TestRequestRequiredStringIpv4Nullable implements test_request_required_string_ipv4_nullable operation.
	//
	// POST /test_request_required_string_ipv4_nullable
	TestRequestRequiredStringIpv4Nullable(ctx context.Context, req NilIPv4) (*Error, error)
	// TestRequestRequiredStringIpv4NullableArray implements test_request_required_string_ipv4_nullable_array operation.
	//
	// POST /test_request_required_string_ipv4_nullable_array
	TestRequestRequiredStringIpv4NullableArray(ctx context.Context, req []NilIPv4) (*Error, error)
	// TestRequestRequiredStringIpv4NullableArrayArray implements test_request_required_string_ipv4_nullable_array_array operation.
	//
	// POST /test_request_required_string_ipv4_nullable_array_array
	TestRequestRequiredStringIpv4NullableArrayArray(ctx context.Context, req [][]NilIPv4) (*Error, error)
	// TestRequestRequiredStringIpv6 implements test_request_required_string_ipv6 operation.
	//
	// POST /test_request_required_string_ipv6
	TestRequestRequiredStringIpv6(ctx context.Context, req netip.Addr) (*Error, error)
	// TestRequestRequiredStringIpv6Array implements test_request_required_string_ipv6_array operation.
	//
	// POST /test_request_required_string_ipv6_array
	TestRequestRequiredStringIpv6Array(ctx context.Context, req []netip.Addr) (*Error, error)
	// TestRequestRequiredStringIpv6ArrayArray implements test_request_required_string_ipv6_array_array operation.
	//
	// POST /test_request_required_string_ipv6_array_array
	TestRequestRequiredStringIpv6ArrayArray(ctx context.Context, req [][]netip.Addr) (*Error, error)
	// TestRequestRequiredStringIpv6Nullable implements test_request_required_string_ipv6_nullable operation.
	//
	// POST /test_request_required_string_ipv6_nullable
	TestRequestRequiredStringIpv6Nullable(ctx context.Context, req NilIPv6) (*Error, error)
	// TestRequestRequiredStringIpv6NullableArray implements test_request_required_string_ipv6_nullable_array operation.
	//
	// POST /test_request_required_string_ipv6_nullable_array
	TestRequestRequiredStringIpv6NullableArray(ctx context.Context, req []NilIPv6) (*Error, error)
	// TestRequestRequiredStringIpv6NullableArrayArray implements test_request_required_string_ipv6_nullable_array_array operation.
	//
	// POST /test_request_required_string_ipv6_nullable_array_array
	TestRequestRequiredStringIpv6NullableArrayArray(ctx context.Context, req [][]NilIPv6) (*Error, error)
	// TestRequestRequiredStringMAC implements test_request_required_string_mac operation.
	//
	// POST /test_request_required_string_mac
	TestRequestRequiredStringMAC(ctx context.Context, req net.HardwareAddr) (*Error, error)
	// TestRequestRequiredStringMACArray implements test_request_required_string_mac_array operation.
	//
	// POST /test_request_required_string_mac_array
	TestRequestRequiredStringMACArray(ctx context.Context, req []net.HardwareAddr) (*Error, error)
	// TestRequestRequiredStringMACArrayArray implements test_request_required_string_mac_array_array operation.
	//
	// POST /test_request_required_string_mac_array_array
	TestRequestRequiredStringMACArrayArray(ctx context.Context, req [][]net.HardwareAddr) (*Error, error)
	// TestRequestRequiredStringMACNullable implements test_request_required_string_mac_nullable operation.
	//
	// POST /test_request_required_string_mac_nullable
	TestRequestRequiredStringMACNullable(ctx context.Context, req NilHardwareAddr) (*Error, error)
	// TestRequestRequiredStringMACNullableArray implements test_request_required_string_mac_nullable_array operation.
	//
	// POST /test_request_required_string_mac_nullable_array
	TestRequestRequiredStringMACNullableArray(ctx context.Context, req []NilHardwareAddr) (*Error, error)
	// TestRequestRequiredStringMACNullableArrayArray implements test_request_required_string_mac_nullable_array_array operation.
	//
	// POST /test_request_required_string_mac_nullable_array_array
	TestRequestRequiredStringMACNullableArrayArray(ctx context.Context, req [][]NilHardwareAddr) (*Error, error)
	// TestRequestRequiredStringNullable implements test_request_required_string_nullable operation.
	//
	// POST /test_request_required_string_nullable
	TestRequestRequiredStringNullable(ctx context.Context, req NilString) (*Error, error)
	// TestRequestRequiredStringNullableArray implements test_request_required_string_nullable_array operation.
	//
	// POST /test_request_required_string_nullable_array
	TestRequestRequiredStringNullableArray(ctx context.Context, req []NilString) (*Error, error)
	// TestRequestRequiredStringNullableArrayArray implements test_request_required_string_nullable_array_array operation.
	//
	// POST /test_request_required_string_nullable_array_array
	TestRequestRequiredStringNullableArrayArray(ctx context.Context, req [][]NilString) (*Error, error)
	// TestRequestRequiredStringPassword implements test_request_required_string_password operation.
	//
	// POST /test_request_required_string_password
	TestRequestRequiredStringPassword(ctx context.Context, req string) (*Error, error)
	// TestRequestRequiredStringPasswordArray implements test_request_required_string_password_array operation.
	//
	// POST /test_request_required_string_password_array
	TestRequestRequiredStringPasswordArray(ctx context.Context, req []string) (*Error, error)
	// TestRequestRequiredStringPasswordArrayArray implements test_request_required_string_password_array_array operation.
	//
	// POST /test_request_required_string_password_array_array
	TestRequestRequiredStringPasswordArrayArray(ctx context.Context, req [][]string) (*Error, error)
	// TestRequestRequiredStringPasswordNullable implements test_request_required_string_password_nullable operation.
	//
	// POST /test_request_required_string_password_nullable
	TestRequestRequiredStringPasswordNullable(ctx context.Context, req NilString) (*Error, error)
	// TestRequestRequiredStringPasswordNullableArray implements test_request_required_string_password_nullable_array operation.
	//
	// POST /test_request_required_string_password_nullable_array
	TestRequestRequiredStringPasswordNullableArray(ctx context.Context, req []NilString) (*Error, error)
	// TestRequestRequiredStringPasswordNullableArrayArray implements test_request_required_string_password_nullable_array_array operation.
	//
	// POST /test_request_required_string_password_nullable_array_array
	TestRequestRequiredStringPasswordNullableArrayArray(ctx context.Context, req [][]NilString) (*Error, error)
	// TestRequestRequiredStringTime implements test_request_required_string_time operation.
	//
	// POST /test_request_required_string_time
	TestRequestRequiredStringTime(ctx context.Context, req time.Time) (*Error, error)
	// TestRequestRequiredStringTimeArray implements test_request_required_string_time_array operation.
	//
	// POST /test_request_required_string_time_array
	TestRequestRequiredStringTimeArray(ctx context.Context, req []time.Time) (*Error, error)
	// TestRequestRequiredStringTimeArrayArray implements test_request_required_string_time_array_array operation.
	//
	// POST /test_request_required_string_time_array_array
	TestRequestRequiredStringTimeArrayArray(ctx context.Context, req [][]time.Time) (*Error, error)
	// TestRequestRequiredStringTimeNullable implements test_request_required_string_time_nullable operation.
	//
	// POST /test_request_required_string_time_nullable
	TestRequestRequiredStringTimeNullable(ctx context.Context, req NilTime) (*Error, error)
	// TestRequestRequiredStringTimeNullableArray implements test_request_required_string_time_nullable_array operation.
	//
	// POST /test_request_required_string_time_nullable_array
	TestRequestRequiredStringTimeNullableArray(ctx context.Context, req []NilTime) (*Error, error)
	// TestRequestRequiredStringTimeNullableArrayArray implements test_request_required_string_time_nullable_array_array operation.
	//
	// POST /test_request_required_string_time_nullable_array_array
	TestRequestRequiredStringTimeNullableArrayArray(ctx context.Context, req [][]NilTime) (*Error, error)
	// TestRequestRequiredStringURI implements test_request_required_string_uri operation.
	//
	// POST /test_request_required_string_uri
	TestRequestRequiredStringURI(ctx context.Context, req url.URL) (*Error, error)
	// TestRequestRequiredStringURIArray implements test_request_required_string_uri_array operation.
	//
	// POST /test_request_required_string_uri_array
	TestRequestRequiredStringURIArray(ctx context.Context, req []url.URL) (*Error, error)
	// TestRequestRequiredStringURIArrayArray implements test_request_required_string_uri_array_array operation.
	//
	// POST /test_request_required_string_uri_array_array
	TestRequestRequiredStringURIArrayArray(ctx context.Context, req [][]url.URL) (*Error, error)
	// TestRequestRequiredStringURINullable implements test_request_required_string_uri_nullable operation.
	//
	// POST /test_request_required_string_uri_nullable
	TestRequestRequiredStringURINullable(ctx context.Context, req NilURI) (*Error, error)
	// TestRequestRequiredStringURINullableArray implements test_request_required_string_uri_nullable_array operation.
	//
	// POST /test_request_required_string_uri_nullable_array
	TestRequestRequiredStringURINullableArray(ctx context.Context, req []NilURI) (*Error, error)
	// TestRequestRequiredStringURINullableArrayArray implements test_request_required_string_uri_nullable_array_array operation.
	//
	// POST /test_request_required_string_uri_nullable_array_array
	TestRequestRequiredStringURINullableArrayArray(ctx context.Context, req [][]NilURI) (*Error, error)
	// TestRequestRequiredStringUUID implements test_request_required_string_uuid operation.
	//
	// POST /test_request_required_string_uuid
	TestRequestRequiredStringUUID(ctx context.Context, req uuid.UUID) (*Error, error)
	// TestRequestRequiredStringUUIDArray implements test_request_required_string_uuid_array operation.
	//
	// POST /test_request_required_string_uuid_array
	TestRequestRequiredStringUUIDArray(ctx context.Context, req []uuid.UUID) (*Error, error)
	// TestRequestRequiredStringUUIDArrayArray implements test_request_required_string_uuid_array_array operation.
	//
	// POST /test_request_required_string_uuid_array_array
	TestRequestRequiredStringUUIDArrayArray(ctx context.Context, req [][]uuid.UUID) (*Error, error)
	// TestRequestRequiredStringUUIDNullable implements test_request_required_string_uuid_nullable operation.
	//
	// POST /test_request_required_string_uuid_nullable
	TestRequestRequiredStringUUIDNullable(ctx context.Context, req NilUUID) (*Error, error)
	// TestRequestRequiredStringUUIDNullableArray implements test_request_required_string_uuid_nullable_array operation.
	//
	// POST /test_request_required_string_uuid_nullable_array
	TestRequestRequiredStringUUIDNullableArray(ctx context.Context, req []NilUUID) (*Error, error)
	// TestRequestRequiredStringUUIDNullableArrayArray implements test_request_required_string_uuid_nullable_array_array operation.
	//
	// POST /test_request_required_string_uuid_nullable_array_array
	TestRequestRequiredStringUUIDNullableArrayArray(ctx context.Context, req [][]NilUUID) (*Error, error)
	// TestRequestRequiredStringUint implements test_request_required_string_uint operation.
	//
	// POST /test_request_required_string_uint
	TestRequestRequiredStringUint(ctx context.Context, req uint) (*Error, error)
	// TestRequestRequiredStringUint16 implements test_request_required_string_uint16 operation.
	//
	// POST /test_request_required_string_uint16
	TestRequestRequiredStringUint16(ctx context.Context, req uint16) (*Error, error)
	// TestRequestRequiredStringUint16Array implements test_request_required_string_uint16_array operation.
	//
	// POST /test_request_required_string_uint16_array
	TestRequestRequiredStringUint16Array(ctx context.Context, req []uint16) (*Error, error)
	// TestRequestRequiredStringUint16ArrayArray implements test_request_required_string_uint16_array_array operation.
	//
	// POST /test_request_required_string_uint16_array_array
	TestRequestRequiredStringUint16ArrayArray(ctx context.Context, req [][]uint16) (*Error, error)
	// TestRequestRequiredStringUint16Nullable implements test_request_required_string_uint16_nullable operation.
	//
	// POST /test_request_required_string_uint16_nullable
	TestRequestRequiredStringUint16Nullable(ctx context.Context, req NilStringUint16) (*Error, error)
	// TestRequestRequiredStringUint16NullableArray implements test_request_required_string_uint16_nullable_array operation.
	//
	// POST /test_request_required_string_uint16_nullable_array
	TestRequestRequiredStringUint16NullableArray(ctx context.Context, req []NilStringUint16) (*Error, error)
	// TestRequestRequiredStringUint16NullableArrayArray implements test_request_required_string_uint16_nullable_array_array operation.
	//
	// POST /test_request_required_string_uint16_nullable_array_array
	TestRequestRequiredStringUint16NullableArrayArray(ctx context.Context, req [][]NilStringUint16) (*Error, error)
	// TestRequestRequiredStringUint32 implements test_request_required_string_uint32 operation.
	//
	// POST /test_request_required_string_uint32
	TestRequestRequiredStringUint32(ctx context.Context, req uint32) (*Error, error)
	// TestRequestRequiredStringUint32Array implements test_request_required_string_uint32_array operation.
	//
	// POST /test_request_required_string_uint32_array
	TestRequestRequiredStringUint32Array(ctx context.Context, req []uint32) (*Error, error)
	// TestRequestRequiredStringUint32ArrayArray implements test_request_required_string_uint32_array_array operation.
	//
	// POST /test_request_required_string_uint32_array_array
	TestRequestRequiredStringUint32ArrayArray(ctx context.Context, req [][]uint32) (*Error, error)
	// TestRequestRequiredStringUint32Nullable implements test_request_required_string_uint32_nullable operation.
	//
	// POST /test_request_required_string_uint32_nullable
	TestRequestRequiredStringUint32Nullable(ctx context.Context, req NilStringUint32) (*Error, error)
	// TestRequestRequiredStringUint32NullableArray implements test_request_required_string_uint32_nullable_array operation.
	//
	// POST /test_request_required_string_uint32_nullable_array
	TestRequestRequiredStringUint32NullableArray(ctx context.Context, req []NilStringUint32) (*Error, error)
	// TestRequestRequiredStringUint32NullableArrayArray implements test_request_required_string_uint32_nullable_array_array operation.
	//
	// POST /test_request_required_string_uint32_nullable_array_array
	TestRequestRequiredStringUint32NullableArrayArray(ctx context.Context, req [][]NilStringUint32) (*Error, error)
	// TestRequestRequiredStringUint64 implements test_request_required_string_uint64 operation.
	//
	// POST /test_request_required_string_uint64
	TestRequestRequiredStringUint64(ctx context.Context, req uint64) (*Error, error)
	// TestRequestRequiredStringUint64Array implements test_request_required_string_uint64_array operation.
	//
	// POST /test_request_required_string_uint64_array
	TestRequestRequiredStringUint64Array(ctx context.Context, req []uint64) (*Error, error)
	// TestRequestRequiredStringUint64ArrayArray implements test_request_required_string_uint64_array_array operation.
	//
	// POST /test_request_required_string_uint64_array_array
	TestRequestRequiredStringUint64ArrayArray(ctx context.Context, req [][]uint64) (*Error, error)
	// TestRequestRequiredStringUint64Nullable implements test_request_required_string_uint64_nullable operation.
	//
	// POST /test_request_required_string_uint64_nullable
	TestRequestRequiredStringUint64Nullable(ctx context.Context, req NilStringUint64) (*Error, error)
	// TestRequestRequiredStringUint64NullableArray implements test_request_required_string_uint64_nullable_array operation.
	//
	// POST /test_request_required_string_uint64_nullable_array
	TestRequestRequiredStringUint64NullableArray(ctx context.Context, req []NilStringUint64) (*Error, error)
	// TestRequestRequiredStringUint64NullableArrayArray implements test_request_required_string_uint64_nullable_array_array operation.
	//
	// POST /test_request_required_string_uint64_nullable_array_array
	TestRequestRequiredStringUint64NullableArrayArray(ctx context.Context, req [][]NilStringUint64) (*Error, error)
	// TestRequestRequiredStringUint8 implements test_request_required_string_uint8 operation.
	//
	// POST /test_request_required_string_uint8
	TestRequestRequiredStringUint8(ctx context.Context, req uint8) (*Error, error)
	// TestRequestRequiredStringUint8Array implements test_request_required_string_uint8_array operation.
	//
	// POST /test_request_required_string_uint8_array
	TestRequestRequiredStringUint8Array(ctx context.Context, req []uint8) (*Error, error)
	// TestRequestRequiredStringUint8ArrayArray implements test_request_required_string_uint8_array_array operation.
	//
	// POST /test_request_required_string_uint8_array_array
	TestRequestRequiredStringUint8ArrayArray(ctx context.Context, req [][]uint8) (*Error, error)
	// TestRequestRequiredStringUint8Nullable implements test_request_required_string_uint8_nullable operation.
	//
	// POST /test_request_required_string_uint8_nullable
	TestRequestRequiredStringUint8Nullable(ctx context.Context, req NilStringUint8) (*Error, error)
	// TestRequestRequiredStringUint8NullableArray implements test_request_required_string_uint8_nullable_array operation.
	//
	// POST /test_request_required_string_uint8_nullable_array
	TestRequestRequiredStringUint8NullableArray(ctx context.Context, req []NilStringUint8) (*Error, error)
	// TestRequestRequiredStringUint8NullableArrayArray implements test_request_required_string_uint8_nullable_array_array operation.
	//
	// POST /test_request_required_string_uint8_nullable_array_array
	TestRequestRequiredStringUint8NullableArrayArray(ctx context.Context, req [][]NilStringUint8) (*Error, error)
	// TestRequestRequiredStringUintArray implements test_request_required_string_uint_array operation.
	//
	// POST /test_request_required_string_uint_array
	TestRequestRequiredStringUintArray(ctx context.Context, req []uint) (*Error, error)
	// TestRequestRequiredStringUintArrayArray implements test_request_required_string_uint_array_array operation.
	//
	// POST /test_request_required_string_uint_array_array
	TestRequestRequiredStringUintArrayArray(ctx context.Context, req [][]uint) (*Error, error)
	// TestRequestRequiredStringUintNullable implements test_request_required_string_uint_nullable operation.
	//
	// POST /test_request_required_string_uint_nullable
	TestRequestRequiredStringUintNullable(ctx context.Context, req NilStringUint) (*Error, error)
	// TestRequestRequiredStringUintNullableArray implements test_request_required_string_uint_nullable_array operation.
	//
	// POST /test_request_required_string_uint_nullable_array
	TestRequestRequiredStringUintNullableArray(ctx context.Context, req []NilStringUint) (*Error, error)
	// TestRequestRequiredStringUintNullableArrayArray implements test_request_required_string_uint_nullable_array_array operation.
	//
	// POST /test_request_required_string_uint_nullable_array_array
	TestRequestRequiredStringUintNullableArrayArray(ctx context.Context, req [][]NilStringUint) (*Error, error)
	// TestRequestRequiredStringUnix implements test_request_required_string_unix operation.
	//
	// POST /test_request_required_string_unix
	TestRequestRequiredStringUnix(ctx context.Context, req time.Time) (*Error, error)
	// TestRequestRequiredStringUnixArray implements test_request_required_string_unix_array operation.
	//
	// POST /test_request_required_string_unix_array
	TestRequestRequiredStringUnixArray(ctx context.Context, req []time.Time) (*Error, error)
	// TestRequestRequiredStringUnixArrayArray implements test_request_required_string_unix_array_array operation.
	//
	// POST /test_request_required_string_unix_array_array
	TestRequestRequiredStringUnixArrayArray(ctx context.Context, req [][]time.Time) (*Error, error)
	// TestRequestRequiredStringUnixMicro implements test_request_required_string_unix-micro operation.
	//
	// POST /test_request_required_string_unix-micro
	TestRequestRequiredStringUnixMicro(ctx context.Context, req time.Time) (*Error, error)
	// TestRequestRequiredStringUnixMicroArray implements test_request_required_string_unix-micro_array operation.
	//
	// POST /test_request_required_string_unix-micro_array
	TestRequestRequiredStringUnixMicroArray(ctx context.Context, req []time.Time) (*Error, error)
	// TestRequestRequiredStringUnixMicroArrayArray implements test_request_required_string_unix-micro_array_array operation.
	//
	// POST /test_request_required_string_unix-micro_array_array
	TestRequestRequiredStringUnixMicroArrayArray(ctx context.Context, req [][]time.Time) (*Error, error)
	// TestRequestRequiredStringUnixMicroNullable implements test_request_required_string_unix-micro_nullable operation.
	//
	// POST /test_request_required_string_unix-micro_nullable
	TestRequestRequiredStringUnixMicroNullable(ctx context.Context, req NilStringUnixMicro) (*Error, error)
	// TestRequestRequiredStringUnixMicroNullableArray implements test_request_required_string_unix-micro_nullable_array operation.
	//
	// POST /test_request_required_string_unix-micro_nullable_array
	TestRequestRequiredStringUnixMicroNullableArray(ctx context.Context, req []NilStringUnixMicro) (*Error, error)
	// TestRequestRequiredStringUnixMicroNullableArrayArray implements test_request_required_string_unix-micro_nullable_array_array operation.
	//
	// POST /test_request_required_string_unix-micro_nullable_array_array
	TestRequestRequiredStringUnixMicroNullableArrayArray(ctx context.Context, req [][]NilStringUnixMicro) (*Error, error)
	// TestRequestRequiredStringUnixMilli implements test_request_required_string_unix-milli operation.
	//
	// POST /test_request_required_string_unix-milli
	TestRequestRequiredStringUnixMilli(ctx context.Context, req time.Time) (*Error, error)
	// TestRequestRequiredStringUnixMilliArray implements test_request_required_string_unix-milli_array operation.
	//
	// POST /test_request_required_string_unix-milli_array
	TestRequestRequiredStringUnixMilliArray(ctx context.Context, req []time.Time) (*Error, error)
	// TestRequestRequiredStringUnixMilliArrayArray implements test_request_required_string_unix-milli_array_array operation.
	//
	// POST /test_request_required_string_unix-milli_array_array
	TestRequestRequiredStringUnixMilliArrayArray(ctx context.Context, req [][]time.Time) (*Error, error)
	// TestRequestRequiredStringUnixMilliNullable implements test_request_required_string_unix-milli_nullable operation.
	//
	// POST /test_request_required_string_unix-milli_nullable
	TestRequestRequiredStringUnixMilliNullable(ctx context.Context, req NilStringUnixMilli) (*Error, error)
	// TestRequestRequiredStringUnixMilliNullableArray implements test_request_required_string_unix-milli_nullable_array operation.
	//
	// POST /test_request_required_string_unix-milli_nullable_array
	TestRequestRequiredStringUnixMilliNullableArray(ctx context.Context, req []NilStringUnixMilli) (*Error, error)
	// TestRequestRequiredStringUnixMilliNullableArrayArray implements test_request_required_string_unix-milli_nullable_array_array operation.
	//
	// POST /test_request_required_string_unix-milli_nullable_array_array
	TestRequestRequiredStringUnixMilliNullableArrayArray(ctx context.Context, req [][]NilStringUnixMilli) (*Error, error)
	// TestRequestRequiredStringUnixNano implements test_request_required_string_unix-nano operation.
	//
	// POST /test_request_required_string_unix-nano
	TestRequestRequiredStringUnixNano(ctx context.Context, req time.Time) (*Error, error)
	// TestRequestRequiredStringUnixNanoArray implements test_request_required_string_unix-nano_array operation.
	//
	// POST /test_request_required_string_unix-nano_array
	TestRequestRequiredStringUnixNanoArray(ctx context.Context, req []time.Time) (*Error, error)
	// TestRequestRequiredStringUnixNanoArrayArray implements test_request_required_string_unix-nano_array_array operation.
	//
	// POST /test_request_required_string_unix-nano_array_array
	TestRequestRequiredStringUnixNanoArrayArray(ctx context.Context, req [][]time.Time) (*Error, error)
	// TestRequestRequiredStringUnixNanoNullable implements test_request_required_string_unix-nano_nullable operation.
	//
	// POST /test_request_required_string_unix-nano_nullable
	TestRequestRequiredStringUnixNanoNullable(ctx context.Context, req NilStringUnixNano) (*Error, error)
	// TestRequestRequiredStringUnixNanoNullableArray implements test_request_required_string_unix-nano_nullable_array operation.
	//
	// POST /test_request_required_string_unix-nano_nullable_array
	TestRequestRequiredStringUnixNanoNullableArray(ctx context.Context, req []NilStringUnixNano) (*Error, error)
	// TestRequestRequiredStringUnixNanoNullableArrayArray implements test_request_required_string_unix-nano_nullable_array_array operation.
	//
	// POST /test_request_required_string_unix-nano_nullable_array_array
	TestRequestRequiredStringUnixNanoNullableArrayArray(ctx context.Context, req [][]NilStringUnixNano) (*Error, error)
	// TestRequestRequiredStringUnixNullable implements test_request_required_string_unix_nullable operation.
	//
	// POST /test_request_required_string_unix_nullable
	TestRequestRequiredStringUnixNullable(ctx context.Context, req NilStringUnixSeconds) (*Error, error)
	// TestRequestRequiredStringUnixNullableArray implements test_request_required_string_unix_nullable_array operation.
	//
	// POST /test_request_required_string_unix_nullable_array
	TestRequestRequiredStringUnixNullableArray(ctx context.Context, req []NilStringUnixSeconds) (*Error, error)
	// TestRequestRequiredStringUnixNullableArrayArray implements test_request_required_string_unix_nullable_array_array operation.
	//
	// POST /test_request_required_string_unix_nullable_array_array
	TestRequestRequiredStringUnixNullableArrayArray(ctx context.Context, req [][]NilStringUnixSeconds) (*Error, error)
	// TestRequestRequiredStringUnixSeconds implements test_request_required_string_unix-seconds operation.
	//
	// POST /test_request_required_string_unix-seconds
	TestRequestRequiredStringUnixSeconds(ctx context.Context, req time.Time) (*Error, error)
	// TestRequestRequiredStringUnixSecondsArray implements test_request_required_string_unix-seconds_array operation.
	//
	// POST /test_request_required_string_unix-seconds_array
	TestRequestRequiredStringUnixSecondsArray(ctx context.Context, req []time.Time) (*Error, error)
	// TestRequestRequiredStringUnixSecondsArrayArray implements test_request_required_string_unix-seconds_array_array operation.
	//
	// POST /test_request_required_string_unix-seconds_array_array
	TestRequestRequiredStringUnixSecondsArrayArray(ctx context.Context, req [][]time.Time) (*Error, error)
	// TestRequestRequiredStringUnixSecondsNullable implements test_request_required_string_unix-seconds_nullable operation.
	//
	// POST /test_request_required_string_unix-seconds_nullable
	TestRequestRequiredStringUnixSecondsNullable(ctx context.Context, req NilStringUnixSeconds) (*Error, error)
	// TestRequestRequiredStringUnixSecondsNullableArray implements test_request_required_string_unix-seconds_nullable_array operation.
	//
	// POST /test_request_required_string_unix-seconds_nullable_array
	TestRequestRequiredStringUnixSecondsNullableArray(ctx context.Context, req []NilStringUnixSeconds) (*Error, error)
	// TestRequestRequiredStringUnixSecondsNullableArrayArray implements test_request_required_string_unix-seconds_nullable_array_array operation.
	//
	// POST /test_request_required_string_unix-seconds_nullable_array_array
	TestRequestRequiredStringUnixSecondsNullableArrayArray(ctx context.Context, req [][]NilStringUnixSeconds) (*Error, error)
	// TestRequestString implements test_request_string operation.
	//
	// POST /test_request_string
	TestRequestString(ctx context.Context, req OptString) (*Error, error)
	// TestRequestStringArray implements test_request_string_array operation.
	//
	// POST /test_request_string_array
	TestRequestStringArray(ctx context.Context, req []string) (*Error, error)
	// TestRequestStringArrayArray implements test_request_string_array_array operation.
	//
	// POST /test_request_string_array_array
	TestRequestStringArrayArray(ctx context.Context, req [][]string) (*Error, error)
	// TestRequestStringBase64 implements test_request_string_base64 operation.
	//
	// POST /test_request_string_base64
	TestRequestStringBase64(ctx context.Context, req []byte) (*Error, error)
	// TestRequestStringBase64Array implements test_request_string_base64_array operation.
	//
	// POST /test_request_string_base64_array
	TestRequestStringBase64Array(ctx context.Context, req [][]byte) (*Error, error)
	// TestRequestStringBase64ArrayArray implements test_request_string_base64_array_array operation.
	//
	// POST /test_request_string_base64_array_array
	TestRequestStringBase64ArrayArray(ctx context.Context, req [][][]byte) (*Error, error)
	// TestRequestStringBase64Nullable implements test_request_string_base64_nullable operation.
	//
	// POST /test_request_string_base64_nullable
	TestRequestStringBase64Nullable(ctx context.Context, req OptNilByte) (*Error, error)
	// TestRequestStringBase64NullableArray implements test_request_string_base64_nullable_array operation.
	//
	// POST /test_request_string_base64_nullable_array
	TestRequestStringBase64NullableArray(ctx context.Context, req [][]byte) (*Error, error)
	// TestRequestStringBase64NullableArrayArray implements test_request_string_base64_nullable_array_array operation.
	//
	// POST /test_request_string_base64_nullable_array_array
	TestRequestStringBase64NullableArrayArray(ctx context.Context, req [][][]byte) (*Error, error)
	// TestRequestStringBinary implements test_request_string_binary operation.
	//
	// POST /test_request_string_binary
	TestRequestStringBinary(ctx context.Context, req OptString) (*Error, error)
	// TestRequestStringBinaryArray implements test_request_string_binary_array operation.
	//
	// POST /test_request_string_binary_array
	TestRequestStringBinaryArray(ctx context.Context, req []string) (*Error, error)
	// TestRequestStringBinaryArrayArray implements test_request_string_binary_array_array operation.
	//
	// POST /test_request_string_binary_array_array
	TestRequestStringBinaryArrayArray(ctx context.Context, req [][]string) (*Error, error)
	// TestRequestStringBinaryNullable implements test_request_string_binary_nullable operation.
	//
	// POST /test_request_string_binary_nullable
	TestRequestStringBinaryNullable(ctx context.Context, req OptNilString) (*Error, error)
	// TestRequestStringBinaryNullableArray implements test_request_string_binary_nullable_array operation.
	//
	// POST /test_request_string_binary_nullable_array
	TestRequestStringBinaryNullableArray(ctx context.Context, req []NilString) (*Error, error)
	// TestRequestStringBinaryNullableArrayArray implements test_request_string_binary_nullable_array_array operation.
	//
	// POST /test_request_string_binary_nullable_array_array
	TestRequestStringBinaryNullableArrayArray(ctx context.Context, req [][]NilString) (*Error, error)
	// TestRequestStringByte implements test_request_string_byte operation.
	//
	// POST /test_request_string_byte
	TestRequestStringByte(ctx context.Context, req []byte) (*Error, error)
	// TestRequestStringByteArray implements test_request_string_byte_array operation.
	//
	// POST /test_request_string_byte_array
	TestRequestStringByteArray(ctx context.Context, req [][]byte) (*Error, error)
	// TestRequestStringByteArrayArray implements test_request_string_byte_array_array operation.
	//
	// POST /test_request_string_byte_array_array
	TestRequestStringByteArrayArray(ctx context.Context, req [][][]byte) (*Error, error)
	// TestRequestStringByteNullable implements test_request_string_byte_nullable operation.
	//
	// POST /test_request_string_byte_nullable
	TestRequestStringByteNullable(ctx context.Context, req OptNilByte) (*Error, error)
	// TestRequestStringByteNullableArray implements test_request_string_byte_nullable_array operation.
	//
	// POST /test_request_string_byte_nullable_array
	TestRequestStringByteNullableArray(ctx context.Context, req [][]byte) (*Error, error)
	// TestRequestStringByteNullableArrayArray implements test_request_string_byte_nullable_array_array operation.
	//
	// POST /test_request_string_byte_nullable_array_array
	TestRequestStringByteNullableArrayArray(ctx context.Context, req [][][]byte) (*Error, error)
	// TestRequestStringDate implements test_request_string_date operation.
	//
	// POST /test_request_string_date
	TestRequestStringDate(ctx context.Context, req OptDate) (*Error, error)
	// TestRequestStringDateArray implements test_request_string_date_array operation.
	//
	// POST /test_request_string_date_array
	TestRequestStringDateArray(ctx context.Context, req []time.Time) (*Error, error)
	// TestRequestStringDateArrayArray implements test_request_string_date_array_array operation.
	//
	// POST /test_request_string_date_array_array
	TestRequestStringDateArrayArray(ctx context.Context, req [][]time.Time) (*Error, error)
	// TestRequestStringDateNullable implements test_request_string_date_nullable operation.
	//
	// POST /test_request_string_date_nullable
	TestRequestStringDateNullable(ctx context.Context, req OptNilDate) (*Error, error)
	// TestRequestStringDateNullableArray implements test_request_string_date_nullable_array operation.
	//
	// POST /test_request_string_date_nullable_array
	TestRequestStringDateNullableArray(ctx context.Context, req []NilDate) (*Error, error)
	// TestRequestStringDateNullableArrayArray implements test_request_string_date_nullable_array_array operation.
	//
	// POST /test_request_string_date_nullable_array_array
	TestRequestStringDateNullableArrayArray(ctx context.Context, req [][]NilDate) (*Error, error)
	// TestRequestStringDateTime implements test_request_string_date-time operation.
	//
	// POST /test_request_string_date-time
	TestRequestStringDateTime(ctx context.Context, req OptDateTime) (*Error, error)
	// TestRequestStringDateTimeArray implements test_request_string_date-time_array operation.
	//
	// POST /test_request_string_date-time_array
	TestRequestStringDateTimeArray(ctx context.Context, req []time.Time) (*Error, error)
	// TestRequestStringDateTimeArrayArray implements test_request_string_date-time_array_array operation.
	//
	// POST /test_request_string_date-time_array_array
	TestRequestStringDateTimeArrayArray(ctx context.Context, req [][]time.Time) (*Error, error)
	// TestRequestStringDateTimeNullable implements test_request_string_date-time_nullable operation.
	//
	// POST /test_request_string_date-time_nullable
	TestRequestStringDateTimeNullable(ctx context.Context, req OptNilDateTime) (*Error, error)
	// TestRequestStringDateTimeNullableArray implements test_request_string_date-time_nullable_array operation.
	//
	// POST /test_request_string_date-time_nullable_array
	TestRequestStringDateTimeNullableArray(ctx context.Context, req []NilDateTime) (*Error, error)
	// TestRequestStringDateTimeNullableArrayArray implements test_request_string_date-time_nullable_array_array operation.
	//
	// POST /test_request_string_date-time_nullable_array_array
	TestRequestStringDateTimeNullableArrayArray(ctx context.Context, req [][]NilDateTime) (*Error, error)
	// TestRequestStringDuration implements test_request_string_duration operation.
	//
	// POST /test_request_string_duration
	TestRequestStringDuration(ctx context.Context, req OptDuration) (*Error, error)
	// TestRequestStringDurationArray implements test_request_string_duration_array operation.
	//
	// POST /test_request_string_duration_array
	TestRequestStringDurationArray(ctx context.Context, req []time.Duration) (*Error, error)
	// TestRequestStringDurationArrayArray implements test_request_string_duration_array_array operation.
	//
	// POST /test_request_string_duration_array_array
	TestRequestStringDurationArrayArray(ctx context.Context, req [][]time.Duration) (*Error, error)
	// TestRequestStringDurationNullable implements test_request_string_duration_nullable operation.
	//
	// POST /test_request_string_duration_nullable
	TestRequestStringDurationNullable(ctx context.Context, req OptNilDuration) (*Error, error)
	// TestRequestStringDurationNullableArray implements test_request_string_duration_nullable_array operation.
	//
	// POST /test_request_string_duration_nullable_array
	TestRequestStringDurationNullableArray(ctx context.Context, req []NilDuration) (*Error, error)
	// TestRequestStringDurationNullableArrayArray implements test_request_string_duration_nullable_array_array operation.
	//
	// POST /test_request_string_duration_nullable_array_array
	TestRequestStringDurationNullableArrayArray(ctx context.Context, req [][]NilDuration) (*Error, error)
	// TestRequestStringEmail implements test_request_string_email operation.
	//
	// POST /test_request_string_email
	TestRequestStringEmail(ctx context.Context, req OptString) (*Error, error)
	// TestRequestStringEmailArray implements test_request_string_email_array operation.
	//
	// POST /test_request_string_email_array
	TestRequestStringEmailArray(ctx context.Context, req []string) (*Error, error)
	// TestRequestStringEmailArrayArray implements test_request_string_email_array_array operation.
	//
	// POST /test_request_string_email_array_array
	TestRequestStringEmailArrayArray(ctx context.Context, req [][]string) (*Error, error)
	// TestRequestStringEmailNullable implements test_request_string_email_nullable operation.
	//
	// POST /test_request_string_email_nullable
	TestRequestStringEmailNullable(ctx context.Context, req OptNilString) (*Error, error)
	// TestRequestStringEmailNullableArray implements test_request_string_email_nullable_array operation.
	//
	// POST /test_request_string_email_nullable_array
	TestRequestStringEmailNullableArray(ctx context.Context, req []NilString) (*Error, error)
	// TestRequestStringEmailNullableArrayArray implements test_request_string_email_nullable_array_array operation.
	//
	// POST /test_request_string_email_nullable_array_array
	TestRequestStringEmailNullableArrayArray(ctx context.Context, req [][]NilString) (*Error, error)
	// TestRequestStringFloat32 implements test_request_string_float32 operation.
	//
	// POST /test_request_string_float32
	TestRequestStringFloat32(ctx context.Context, req OptStringFloat32) (*Error, error)
	// TestRequestStringFloat32Array implements test_request_string_float32_array operation.
	//
	// POST /test_request_string_float32_array
	TestRequestStringFloat32Array(ctx context.Context, req []float32) (*Error, error)
	// TestRequestStringFloat32ArrayArray implements test_request_string_float32_array_array operation.
	//
	// POST /test_request_string_float32_array_array
	TestRequestStringFloat32ArrayArray(ctx context.Context, req [][]float32) (*Error, error)
	// TestRequestStringFloat32Nullable implements test_request_string_float32_nullable operation.
	//
	// POST /test_request_string_float32_nullable
	TestRequestStringFloat32Nullable(ctx context.Context, req OptNilStringFloat32) (*Error, error)
	// TestRequestStringFloat32NullableArray implements test_request_string_float32_nullable_array operation.
	//
	// POST /test_request_string_float32_nullable_array
	TestRequestStringFloat32NullableArray(ctx context.Context, req []NilStringFloat32) (*Error, error)
	// TestRequestStringFloat32NullableArrayArray implements test_request_string_float32_nullable_array_array operation.
	//
	// POST /test_request_string_float32_nullable_array_array
	TestRequestStringFloat32NullableArrayArray(ctx context.Context, req [][]NilStringFloat32) (*Error, error)
	// TestRequestStringFloat64 implements test_request_string_float64 operation.
	//
	// POST /test_request_string_float64
	TestRequestStringFloat64(ctx context.Context, req OptStringFloat64) (*Error, error)
	// TestRequestStringFloat64Array implements test_request_string_float64_array operation.
	//
	// POST /test_request_string_float64_array
	TestRequestStringFloat64Array(ctx context.Context, req []float64) (*Error, error)
	// TestRequestStringFloat64ArrayArray implements test_request_string_float64_array_array operation.
	//
	// POST /test_request_string_float64_array_array
	TestRequestStringFloat64ArrayArray(ctx context.Context, req [][]float64) (*Error, error)
	// TestRequestStringFloat64Nullable implements test_request_string_float64_nullable operation.
	//
	// POST /test_request_string_float64_nullable
	TestRequestStringFloat64Nullable(ctx context.Context, req OptNilStringFloat64) (*Error, error)
	// TestRequestStringFloat64NullableArray implements test_request_string_float64_nullable_array operation.
	//
	// POST /test_request_string_float64_nullable_array
	TestRequestStringFloat64NullableArray(ctx context.Context, req []NilStringFloat64) (*Error, error)
	// TestRequestStringFloat64NullableArrayArray implements test_request_string_float64_nullable_array_array operation.
	//
	// POST /test_request_string_float64_nullable_array_array
	TestRequestStringFloat64NullableArrayArray(ctx context.Context, req [][]NilStringFloat64) (*Error, error)
	// TestRequestStringHostname implements test_request_string_hostname operation.
	//
	// POST /test_request_string_hostname
	TestRequestStringHostname(ctx context.Context, req OptString) (*Error, error)
	// TestRequestStringHostnameArray implements test_request_string_hostname_array operation.
	//
	// POST /test_request_string_hostname_array
	TestRequestStringHostnameArray(ctx context.Context, req []string) (*Error, error)
	// TestRequestStringHostnameArrayArray implements test_request_string_hostname_array_array operation.
	//
	// POST /test_request_string_hostname_array_array
	TestRequestStringHostnameArrayArray(ctx context.Context, req [][]string) (*Error, error)
	// TestRequestStringHostnameNullable implements test_request_string_hostname_nullable operation.
	//
	// POST /test_request_string_hostname_nullable
	TestRequestStringHostnameNullable(ctx context.Context, req OptNilString) (*Error, error)
	// TestRequestStringHostnameNullableArray implements test_request_string_hostname_nullable_array operation.
	//
	// POST /test_request_string_hostname_nullable_array
	TestRequestStringHostnameNullableArray(ctx context.Context, req []NilString) (*Error, error)
	// TestRequestStringHostnameNullableArrayArray implements test_request_string_hostname_nullable_array_array operation.
	//
	// POST /test_request_string_hostname_nullable_array_array
	TestRequestStringHostnameNullableArrayArray(ctx context.Context, req [][]NilString) (*Error, error)
	// TestRequestStringIP implements test_request_string_ip operation.
	//
	// POST /test_request_string_ip
	TestRequestStringIP(ctx context.Context, req OptIP) (*Error, error)
	// TestRequestStringIPArray implements test_request_string_ip_array operation.
	//
	// POST /test_request_string_ip_array
	TestRequestStringIPArray(ctx context.Context, req []netip.Addr) (*Error, error)
	// TestRequestStringIPArrayArray implements test_request_string_ip_array_array operation.
	//
	// POST /test_request_string_ip_array_array
	TestRequestStringIPArrayArray(ctx context.Context, req [][]netip.Addr) (*Error, error)
	// TestRequestStringIPNullable implements test_request_string_ip_nullable operation.
	//
	// POST /test_request_string_ip_nullable
	TestRequestStringIPNullable(ctx context.Context, req OptNilIP) (*Error, error)
	// TestRequestStringIPNullableArray implements test_request_string_ip_nullable_array operation.
	//
	// POST /test_request_string_ip_nullable_array
	TestRequestStringIPNullableArray(ctx context.Context, req []NilIP) (*Error, error)
	// TestRequestStringIPNullableArrayArray implements test_request_string_ip_nullable_array_array operation.
	//
	// POST /test_request_string_ip_nullable_array_array
	TestRequestStringIPNullableArrayArray(ctx context.Context, req [][]NilIP) (*Error, error)
	// TestRequestStringInt implements test_request_string_int operation.
	//
	// POST /test_request_string_int
	TestRequestStringInt(ctx context.Context, req OptStringInt) (*Error, error)
	// TestRequestStringInt16 implements test_request_string_int16 operation.
	//
	// POST /test_request_string_int16
	TestRequestStringInt16(ctx context.Context, req OptStringInt16) (*Error, error)
	// TestRequestStringInt16Array implements test_request_string_int16_array operation.
	//
	// POST /test_request_string_int16_array
	TestRequestStringInt16Array(ctx context.Context, req []int16) (*Error, error)
	// TestRequestStringInt16ArrayArray implements test_request_string_int16_array_array operation.
	//
	// POST /test_request_string_int16_array_array
	TestRequestStringInt16ArrayArray(ctx context.Context, req [][]int16) (*Error, error)
	// TestRequestStringInt16Nullable implements test_request_string_int16_nullable operation.
	//
	// POST /test_request_string_int16_nullable
	TestRequestStringInt16Nullable(ctx context.Context, req OptNilStringInt16) (*Error, error)
	// TestRequestStringInt16NullableArray implements test_request_string_int16_nullable_array operation.
	//
	// POST /test_request_string_int16_nullable_array
	TestRequestStringInt16NullableArray(ctx context.Context, req []NilStringInt16) (*Error, error)
	// TestRequestStringInt16NullableArrayArray implements test_request_string_int16_nullable_array_array operation.
	//
	// POST /test_request_string_int16_nullable_array_array
	TestRequestStringInt16NullableArrayArray(ctx context.Context, req [][]NilStringInt16) (*Error, error)
	// TestRequestStringInt32 implements test_request_string_int32 operation.
	//
	// POST /test_request_string_int32
	TestRequestStringInt32(ctx context.Context, req OptStringInt32) (*Error, error)
	// TestRequestStringInt32Array implements test_request_string_int32_array operation.
	//
	// POST /test_request_string_int32_array
	TestRequestStringInt32Array(ctx context.Context, req []int32) (*Error, error)
	// TestRequestStringInt32ArrayArray implements test_request_string_int32_array_array operation.
	//
	// POST /test_request_string_int32_array_array
	TestRequestStringInt32ArrayArray(ctx context.Context, req [][]int32) (*Error, error)
	// TestRequestStringInt32Nullable implements test_request_string_int32_nullable operation.
	//
	// POST /test_request_string_int32_nullable
	TestRequestStringInt32Nullable(ctx context.Context, req OptNilStringInt32) (*Error, error)
	// TestRequestStringInt32NullableArray implements test_request_string_int32_nullable_array operation.
	//
	// POST /test_request_string_int32_nullable_array
	TestRequestStringInt32NullableArray(ctx context.Context, req []NilStringInt32) (*Error, error)
	// TestRequestStringInt32NullableArrayArray implements test_request_string_int32_nullable_array_array operation.
	//
	// POST /test_request_string_int32_nullable_array_array
	TestRequestStringInt32NullableArrayArray(ctx context.Context, req [][]NilStringInt32) (*Error, error)
	// TestRequestStringInt64 implements test_request_string_int64 operation.
	//
	// POST /test_request_string_int64
	TestRequestStringInt64(ctx context.Context, req OptStringInt64) (*Error, error)
	// TestRequestStringInt64Array implements test_request_string_int64_array operation.
	//
	// POST /test_request_string_int64_array
	TestRequestStringInt64Array(ctx context.Context, req []int64) (*Error, error)
	// TestRequestStringInt64ArrayArray implements test_request_string_int64_array_array operation.
	//
	// POST /test_request_string_int64_array_array
	TestRequestStringInt64ArrayArray(ctx context.Context, req [][]int64) (*Error, error)
	// TestRequestStringInt64Nullable implements test_request_string_int64_nullable operation.
	//
	// POST /test_request_string_int64_nullable
	TestRequestStringInt64Nullable(ctx context.Context, req OptNilStringInt64) (*Error, error)
	// TestRequestStringInt64NullableArray implements test_request_string_int64_nullable_array operation.
	//
	// POST /test_request_string_int64_nullable_array
	TestRequestStringInt64NullableArray(ctx context.Context, req []NilStringInt64) (*Error, error)
	// TestRequestStringInt64NullableArrayArray implements test_request_string_int64_nullable_array_array operation.
	//
	// POST /test_request_string_int64_nullable_array_array
	TestRequestStringInt64NullableArrayArray(ctx context.Context, req [][]NilStringInt64) (*Error, error)
	// TestRequestStringInt8 implements test_request_string_int8 operation.
	//
	// POST /test_request_string_int8
	TestRequestStringInt8(ctx context.Context, req OptStringInt8) (*Error, error)
	// TestRequestStringInt8Array implements test_request_string_int8_array operation.
	//
	// POST /test_request_string_int8_array
	TestRequestStringInt8Array(ctx context.Context, req []int8) (*Error, error)
	// TestRequestStringInt8ArrayArray implements test_request_string_int8_array_array operation.
	//
	// POST /test_request_string_int8_array_array
	TestRequestStringInt8ArrayArray(ctx context.Context, req [][]int8) (*Error, error)
	// TestRequestStringInt8Nullable implements test_request_string_int8_nullable operation.
	//
	// POST /test_request_string_int8_nullable
	TestRequestStringInt8Nullable(ctx context.Context, req OptNilStringInt8) (*Error, error)
	// TestRequestStringInt8NullableArray implements test_request_string_int8_nullable_array operation.
	//
	// POST /test_request_string_int8_nullable_array
	TestRequestStringInt8NullableArray(ctx context.Context, req []NilStringInt8) (*Error, error)
	// TestRequestStringInt8NullableArrayArray implements test_request_string_int8_nullable_array_array operation.
	//
	// POST /test_request_string_int8_nullable_array_array
	TestRequestStringInt8NullableArrayArray(ctx context.Context, req [][]NilStringInt8) (*Error, error)
	// TestRequestStringIntArray implements test_request_string_int_array operation.
	//
	// POST /test_request_string_int_array
	TestRequestStringIntArray(ctx context.Context, req []int) (*Error, error)
	// TestRequestStringIntArrayArray implements test_request_string_int_array_array operation.
	//
	// POST /test_request_string_int_array_array
	TestRequestStringIntArrayArray(ctx context.Context, req [][]int) (*Error, error)
	// TestRequestStringIntNullable implements test_request_string_int_nullable operation.
	//
	// POST /test_request_string_int_nullable
	TestRequestStringIntNullable(ctx context.Context, req OptNilStringInt) (*Error, error)
	// TestRequestStringIntNullableArray implements test_request_string_int_nullable_array operation.
	//
	// POST /test_request_string_int_nullable_array
	TestRequestStringIntNullableArray(ctx context.Context, req []NilStringInt) (*Error, error)
	// TestRequestStringIntNullableArrayArray implements test_request_string_int_nullable_array_array operation.
	//
	// POST /test_request_string_int_nullable_array_array
	TestRequestStringIntNullableArrayArray(ctx context.Context, req [][]NilStringInt) (*Error, error)
	// TestRequestStringIpv4 implements test_request_string_ipv4 operation.
	//
	// POST /test_request_string_ipv4
	TestRequestStringIpv4(ctx context.Context, req OptIPv4) (*Error, error)
	// TestRequestStringIpv4Array implements test_request_string_ipv4_array operation.
	//
	// POST /test_request_string_ipv4_array
	TestRequestStringIpv4Array(ctx context.Context, req []netip.Addr) (*Error, error)
	// TestRequestStringIpv4ArrayArray implements test_request_string_ipv4_array_array operation.
	//
	// POST /test_request_string_ipv4_array_array
	TestRequestStringIpv4ArrayArray(ctx context.Context, req [][]netip.Addr) (*Error, error)
	// TestRequestStringIpv4Nullable implements test_request_string_ipv4_nullable operation.
	//
	// POST /test_request_string_ipv4_nullable
	TestRequestStringIpv4Nullable(ctx context.Context, req OptNilIPv4) (*Error, error)
	// TestRequestStringIpv4NullableArray implements test_request_string_ipv4_nullable_array operation.
	//
	// POST /test_request_string_ipv4_nullable_array
	TestRequestStringIpv4NullableArray(ctx context.Context, req []NilIPv4) (*Error, error)
	// TestRequestStringIpv4NullableArrayArray implements test_request_string_ipv4_nullable_array_array operation.
	//
	// POST /test_request_string_ipv4_nullable_array_array
	TestRequestStringIpv4NullableArrayArray(ctx context.Context, req [][]NilIPv4) (*Error, error)
	// TestRequestStringIpv6 implements test_request_string_ipv6 operation.
	//
	// POST /test_request_string_ipv6
	TestRequestStringIpv6(ctx context.Context, req OptIPv6) (*Error, error)
	// TestRequestStringIpv6Array implements test_request_string_ipv6_array operation.
	//
	// POST /test_request_string_ipv6_array
	TestRequestStringIpv6Array(ctx context.Context, req []netip.Addr) (*Error, error)
	// TestRequestStringIpv6ArrayArray implements test_request_string_ipv6_array_array operation.
	//
	// POST /test_request_string_ipv6_array_array
	TestRequestStringIpv6ArrayArray(ctx context.Context, req [][]netip.Addr) (*Error, error)
	// TestRequestStringIpv6Nullable implements test_request_string_ipv6_nullable operation.
	//
	// POST /test_request_string_ipv6_nullable
	TestRequestStringIpv6Nullable(ctx context.Context, req OptNilIPv6) (*Error, error)
	// TestRequestStringIpv6NullableArray implements test_request_string_ipv6_nullable_array operation.
	//
	// POST /test_request_string_ipv6_nullable_array
	TestRequestStringIpv6NullableArray(ctx context.Context, req []NilIPv6) (*Error, error)
	// TestRequestStringIpv6NullableArrayArray implements test_request_string_ipv6_nullable_array_array operation.
	//
	// POST /test_request_string_ipv6_nullable_array_array
	TestRequestStringIpv6NullableArrayArray(ctx context.Context, req [][]NilIPv6) (*Error, error)
	// TestRequestStringMAC implements test_request_string_mac operation.
	//
	// POST /test_request_string_mac
	TestRequestStringMAC(ctx context.Context, req OptHardwareAddr) (*Error, error)
	// TestRequestStringMACArray implements test_request_string_mac_array operation.
	//
	// POST /test_request_string_mac_array
	TestRequestStringMACArray(ctx context.Context, req []net.HardwareAddr) (*Error, error)
	// TestRequestStringMACArrayArray implements test_request_string_mac_array_array operation.
	//
	// POST /test_request_string_mac_array_array
	TestRequestStringMACArrayArray(ctx context.Context, req [][]net.HardwareAddr) (*Error, error)
	// TestRequestStringMACNullable implements test_request_string_mac_nullable operation.
	//
	// POST /test_request_string_mac_nullable
	TestRequestStringMACNullable(ctx context.Context, req OptNilHardwareAddr) (*Error, error)
	// TestRequestStringMACNullableArray implements test_request_string_mac_nullable_array operation.
	//
	// POST /test_request_string_mac_nullable_array
	TestRequestStringMACNullableArray(ctx context.Context, req []NilHardwareAddr) (*Error, error)
	// TestRequestStringMACNullableArrayArray implements test_request_string_mac_nullable_array_array operation.
	//
	// POST /test_request_string_mac_nullable_array_array
	TestRequestStringMACNullableArrayArray(ctx context.Context, req [][]NilHardwareAddr) (*Error, error)
	// TestRequestStringNullable implements test_request_string_nullable operation.
	//
	// POST /test_request_string_nullable
	TestRequestStringNullable(ctx context.Context, req OptNilString) (*Error, error)
	// TestRequestStringNullableArray implements test_request_string_nullable_array operation.
	//
	// POST /test_request_string_nullable_array
	TestRequestStringNullableArray(ctx context.Context, req []NilString) (*Error, error)
	// TestRequestStringNullableArrayArray implements test_request_string_nullable_array_array operation.
	//
	// POST /test_request_string_nullable_array_array
	TestRequestStringNullableArrayArray(ctx context.Context, req [][]NilString) (*Error, error)
	// TestRequestStringPassword implements test_request_string_password operation.
	//
	// POST /test_request_string_password
	TestRequestStringPassword(ctx context.Context, req OptString) (*Error, error)
	// TestRequestStringPasswordArray implements test_request_string_password_array operation.
	//
	// POST /test_request_string_password_array
	TestRequestStringPasswordArray(ctx context.Context, req []string) (*Error, error)
	// TestRequestStringPasswordArrayArray implements test_request_string_password_array_array operation.
	//
	// POST /test_request_string_password_array_array
	TestRequestStringPasswordArrayArray(ctx context.Context, req [][]string) (*Error, error)
	// TestRequestStringPasswordNullable implements test_request_string_password_nullable operation.
	//
	// POST /test_request_string_password_nullable
	TestRequestStringPasswordNullable(ctx context.Context, req OptNilString) (*Error, error)
	// TestRequestStringPasswordNullableArray implements test_request_string_password_nullable_array operation.
	//
	// POST /test_request_string_password_nullable_array
	TestRequestStringPasswordNullableArray(ctx context.Context, req []NilString) (*Error, error)
	// TestRequestStringPasswordNullableArrayArray implements test_request_string_password_nullable_array_array operation.
	//
	// POST /test_request_string_password_nullable_array_array
	TestRequestStringPasswordNullableArrayArray(ctx context.Context, req [][]NilString) (*Error, error)
	// TestRequestStringTime implements test_request_string_time operation.
	//
	// POST /test_request_string_time
	TestRequestStringTime(ctx context.Context, req OptTime) (*Error, error)
	// TestRequestStringTimeArray implements test_request_string_time_array operation.
	//
	// POST /test_request_string_time_array
	TestRequestStringTimeArray(ctx context.Context, req []time.Time) (*Error, error)
	// TestRequestStringTimeArrayArray implements test_request_string_time_array_array operation.
	//
	// POST /test_request_string_time_array_array
	TestRequestStringTimeArrayArray(ctx context.Context, req [][]time.Time) (*Error, error)
	// TestRequestStringTimeNullable implements test_request_string_time_nullable operation.
	//
	// POST /test_request_string_time_nullable
	TestRequestStringTimeNullable(ctx context.Context, req OptNilTime) (*Error, error)
	// TestRequestStringTimeNullableArray implements test_request_string_time_nullable_array operation.
	//
	// POST /test_request_string_time_nullable_array
	TestRequestStringTimeNullableArray(ctx context.Context, req []NilTime) (*Error, error)
	// TestRequestStringTimeNullableArrayArray implements test_request_string_time_nullable_array_array operation.
	//
	// POST /test_request_string_time_nullable_array_array
	TestRequestStringTimeNullableArrayArray(ctx context.Context, req [][]NilTime) (*Error, error)
	// TestRequestStringURI implements test_request_string_uri operation.
	//
	// POST /test_request_string_uri
	TestRequestStringURI(ctx context.Context, req OptURI) (*Error, error)
	// TestRequestStringURIArray implements test_request_string_uri_array operation.
	//
	// POST /test_request_string_uri_array
	TestRequestStringURIArray(ctx context.Context, req []url.URL) (*Error, error)
	// TestRequestStringURIArrayArray implements test_request_string_uri_array_array operation.
	//
	// POST /test_request_string_uri_array_array
	TestRequestStringURIArrayArray(ctx context.Context, req [][]url.URL) (*Error, error)
	// TestRequestStringURINullable implements test_request_string_uri_nullable operation.
	//
	// POST /test_request_string_uri_nullable
	TestRequestStringURINullable(ctx context.Context, req OptNilURI) (*Error, error)
	// TestRequestStringURINullableArray implements test_request_string_uri_nullable_array operation.
	//
	// POST /test_request_string_uri_nullable_array
	TestRequestStringURINullableArray(ctx context.Context, req []NilURI) (*Error, error)
	// TestRequestStringURINullableArrayArray implements test_request_string_uri_nullable_array_array operation.
	//
	// POST /test_request_string_uri_nullable_array_array
	TestRequestStringURINullableArrayArray(ctx context.Context, req [][]NilURI) (*Error, error)
	// TestRequestStringUUID implements test_request_string_uuid operation.
	//
	// POST /test_request_string_uuid
	TestRequestStringUUID(ctx context.Context, req OptUUID) (*Error, error)
	// TestRequestStringUUIDArray implements test_request_string_uuid_array operation.
	//
	// POST /test_request_string_uuid_array
	TestRequestStringUUIDArray(ctx context.Context, req []uuid.UUID) (*Error, error)
	// TestRequestStringUUIDArrayArray implements test_request_string_uuid_array_array operation.
	//
	// POST /test_request_string_uuid_array_array
	TestRequestStringUUIDArrayArray(ctx context.Context, req [][]uuid.UUID) (*Error, error)
	// TestRequestStringUUIDNullable implements test_request_string_uuid_nullable operation.
	//
	// POST /test_request_string_uuid_nullable
	TestRequestStringUUIDNullable(ctx context.Context, req OptNilUUID) (*Error, error)
	// TestRequestStringUUIDNullableArray implements test_request_string_uuid_nullable_array operation.
	//
	// POST /test_request_string_uuid_nullable_array
	TestRequestStringUUIDNullableArray(ctx context.Context, req []NilUUID) (*Error, error)
	// TestRequestStringUUIDNullableArrayArray implements test_request_string_uuid_nullable_array_array operation.
	//
	// POST /test_request_string_uuid_nullable_array_array
	TestRequestStringUUIDNullableArrayArray(ctx context.Context, req [][]NilUUID) (*Error, error)
	// TestRequestStringUint implements test_request_string_uint operation.
	//
	// POST /test_request_string_uint
	TestRequestStringUint(ctx context.Context, req OptStringUint) (*Error, error)
	// TestRequestStringUint16 implements test_request_string_uint16 operation.
	//
	// POST /test_request_string_uint16
	TestRequestStringUint16(ctx context.Context, req OptStringUint16) (*Error, error)
	// TestRequestStringUint16Array implements test_request_string_uint16_array operation.
	//
	// POST /test_request_string_uint16_array
	TestRequestStringUint16Array(ctx context.Context, req []uint16) (*Error, error)
	// TestRequestStringUint16ArrayArray implements test_request_string_uint16_array_array operation.
	//
	// POST /test_request_string_uint16_array_array
	TestRequestStringUint16ArrayArray(ctx context.Context, req [][]uint16) (*Error, error)
	// TestRequestStringUint16Nullable implements test_request_string_uint16_nullable operation.
	//
	// POST /test_request_string_uint16_nullable
	TestRequestStringUint16Nullable(ctx context.Context, req OptNilStringUint16) (*Error, error)
	// TestRequestStringUint16NullableArray implements test_request_string_uint16_nullable_array operation.
	//
	// POST /test_request_string_uint16_nullable_array
	TestRequestStringUint16NullableArray(ctx context.Context, req []NilStringUint16) (*Error, error)
	// TestRequestStringUint16NullableArrayArray implements test_request_string_uint16_nullable_array_array operation.
	//
	// POST /test_request_string_uint16_nullable_array_array
	TestRequestStringUint16NullableArrayArray(ctx context.Context, req [][]NilStringUint16) (*Error, error)
	// TestRequestStringUint32 implements test_request_string_uint32 operation.
	//
	// POST /test_request_string_uint32
	TestRequestStringUint32(ctx context.Context, req OptStringUint32) (*Error, error)
	// TestRequestStringUint32Array implements test_request_string_uint32_array operation.
	//
	// POST /test_request_string_uint32_array
	TestRequestStringUint32Array(ctx context.Context, req []uint32) (*Error, error)
	// TestRequestStringUint32ArrayArray implements test_request_string_uint32_array_array operation.
	//
	// POST /test_request_string_uint32_array_array
	TestRequestStringUint32ArrayArray(ctx context.Context, req [][]uint32) (*Error, error)
	// TestRequestStringUint32Nullable implements test_request_string_uint32_nullable operation.
	//
	// POST /test_request_string_uint32_nullable
	TestRequestStringUint32Nullable(ctx context.Context, req OptNilStringUint32) (*Error, error)
	// TestRequestStringUint32NullableArray implements test_request_string_uint32_nullable_array operation.
	//
	// POST /test_request_string_uint32_nullable_array
	TestRequestStringUint32NullableArray(ctx context.Context, req []NilStringUint32) (*Error, error)
	// TestRequestStringUint32NullableArrayArray implements test_request_string_uint32_nullable_array_array operation.
	//
	// POST /test_request_string_uint32_nullable_array_array
	TestRequestStringUint32NullableArrayArray(ctx context.Context, req [][]NilStringUint32) (*Error, error)
	// TestRequestStringUint64 implements test_request_string_uint64 operation.
	//
	// POST /test_request_string_uint64
	TestRequestStringUint64(ctx context.Context, req OptStringUint64) (*Error, error)
	// TestRequestStringUint64Array implements test_request_string_uint64_array operation.
	//
	// POST /test_request_string_uint64_array
	TestRequestStringUint64Array(ctx context.Context, req []uint64) (*Error, error)
	// TestRequestStringUint64ArrayArray implements test_request_string_uint64_array_array operation.
	//
	// POST /test_request_string_uint64_array_array
	TestRequestStringUint64ArrayArray(ctx context.Context, req [][]uint64) (*Error, error)
	// TestRequestStringUint64Nullable implements test_request_string_uint64_nullable operation.
	//
	// POST /test_request_string_uint64_nullable
	TestRequestStringUint64Nullable(ctx context.Context, req OptNilStringUint64) (*Error, error)
	// TestRequestStringUint64NullableArray implements test_request_string_uint64_nullable_array operation.
	//
	// POST /test_request_string_uint64_nullable_array
	TestRequestStringUint64NullableArray(ctx context.Context, req []NilStringUint64) (*Error, error)
	// TestRequestStringUint64NullableArrayArray implements test_request_string_uint64_nullable_array_array operation.
	//
	// POST /test_request_string_uint64_nullable_array_array
	TestRequestStringUint64NullableArrayArray(ctx context.Context, req [][]NilStringUint64) (*Error, error)
	// TestRequestStringUint8 implements test_request_string_uint8 operation.
	//
	// POST /test_request_string_uint8
	TestRequestStringUint8(ctx context.Context, req OptStringUint8) (*Error, error)
	// TestRequestStringUint8Array implements test_request_string_uint8_array operation.
	//
	// POST /test_request_string_uint8_array
	TestRequestStringUint8Array(ctx context.Context, req []uint8) (*Error, error)
	// TestRequestStringUint8ArrayArray implements test_request_string_uint8_array_array operation.
	//
	// POST /test_request_string_uint8_array_array
	TestRequestStringUint8ArrayArray(ctx context.Context, req [][]uint8) (*Error, error)
	// TestRequestStringUint8Nullable implements test_request_string_uint8_nullable operation.
	//
	// POST /test_request_string_uint8_nullable
	TestRequestStringUint8Nullable(ctx context.Context, req OptNilStringUint8) (*Error, error)
	// TestRequestStringUint8NullableArray implements test_request_string_uint8_nullable_array operation.
	//
	// POST /test_request_string_uint8_nullable_array
	TestRequestStringUint8NullableArray(ctx context.Context, req []NilStringUint8) (*Error, error)
	// TestRequestStringUint8NullableArrayArray implements test_request_string_uint8_nullable_array_array operation.
	//
	// POST /test_request_string_uint8_nullable_array_array
	TestRequestStringUint8NullableArrayArray(ctx context.Context, req [][]NilStringUint8) (*Error, error)
	// TestRequestStringUintArray implements test_request_string_uint_array operation.
	//
	// POST /test_request_string_uint_array
	TestRequestStringUintArray(ctx context.Context, req []uint) (*Error, error)
	// TestRequestStringUintArrayArray implements test_request_string_uint_array_array operation.
	//
	// POST /test_request_string_uint_array_array
	TestRequestStringUintArrayArray(ctx context.Context, req [][]uint) (*Error, error)
	// TestRequestStringUintNullable implements test_request_string_uint_nullable operation.
	//
	// POST /test_request_string_uint_nullable
	TestRequestStringUintNullable(ctx context.Context, req OptNilStringUint) (*Error, error)
	// TestRequestStringUintNullableArray implements test_request_string_uint_nullable_array operation.
	//
	// POST /test_request_string_uint_nullable_array
	TestRequestStringUintNullableArray(ctx context.Context, req []NilStringUint) (*Error, error)
	// TestRequestStringUintNullableArrayArray implements test_request_string_uint_nullable_array_array operation.
	//
	// POST /test_request_string_uint_nullable_array_array
	TestRequestStringUintNullableArrayArray(ctx context.Context, req [][]NilStringUint) (*Error, error)
	// TestRequestStringUnix implements test_request_string_unix operation.
	//
	// POST /test_request_string_unix
	TestRequestStringUnix(ctx context.Context, req OptStringUnixSeconds) (*Error, error)
	// TestRequestStringUnixArray implements test_request_string_unix_array operation.
	//
	// POST /test_request_string_unix_array
	TestRequestStringUnixArray(ctx context.Context, req []time.Time) (*Error, error)
	// TestRequestStringUnixArrayArray implements test_request_string_unix_array_array operation.
	//
	// POST /test_request_string_unix_array_array
	TestRequestStringUnixArrayArray(ctx context.Context, req [][]time.Time) (*Error, error)
	// TestRequestStringUnixMicro implements test_request_string_unix-micro operation.
	//
	// POST /test_request_string_unix-micro
	TestRequestStringUnixMicro(ctx context.Context, req OptStringUnixMicro) (*Error, error)
	// TestRequestStringUnixMicroArray implements test_request_string_unix-micro_array operation.
	//
	// POST /test_request_string_unix-micro_array
	TestRequestStringUnixMicroArray(ctx context.Context, req []time.Time) (*Error, error)
	// TestRequestStringUnixMicroArrayArray implements test_request_string_unix-micro_array_array operation.
	//
	// POST /test_request_string_unix-micro_array_array
	TestRequestStringUnixMicroArrayArray(ctx context.Context, req [][]time.Time) (*Error, error)
	// TestRequestStringUnixMicroNullable implements test_request_string_unix-micro_nullable operation.
	//
	// POST /test_request_string_unix-micro_nullable
	TestRequestStringUnixMicroNullable(ctx context.Context, req OptNilStringUnixMicro) (*Error, error)
	// TestRequestStringUnixMicroNullableArray implements test_request_string_unix-micro_nullable_array operation.
	//
	// POST /test_request_string_unix-micro_nullable_array
	TestRequestStringUnixMicroNullableArray(ctx context.Context, req []NilStringUnixMicro) (*Error, error)
	// TestRequestStringUnixMicroNullableArrayArray implements test_request_string_unix-micro_nullable_array_array operation.
	//
	// POST /test_request_string_unix-micro_nullable_array_array
	TestRequestStringUnixMicroNullableArrayArray(ctx context.Context, req [][]NilStringUnixMicro) (*Error, error)
	// TestRequestStringUnixMilli implements test_request_string_unix-milli operation.
	//
	// POST /test_request_string_unix-milli
	TestRequestStringUnixMilli(ctx context.Context, req OptStringUnixMilli) (*Error, error)
	// TestRequestStringUnixMilliArray implements test_request_string_unix-milli_array operation.
	//
	// POST /test_request_string_unix-milli_array
	TestRequestStringUnixMilliArray(ctx context.Context, req []time.Time) (*Error, error)
	// TestRequestStringUnixMilliArrayArray implements test_request_string_unix-milli_array_array operation.
	//
	// POST /test_request_string_unix-milli_array_array
	TestRequestStringUnixMilliArrayArray(ctx context.Context, req [][]time.Time) (*Error, error)
	// TestRequestStringUnixMilliNullable implements test_request_string_unix-milli_nullable operation.
	//
	// POST /test_request_string_unix-milli_nullable
	TestRequestStringUnixMilliNullable(ctx context.Context, req OptNilStringUnixMilli) (*Error, error)
	// TestRequestStringUnixMilliNullableArray implements test_request_string_unix-milli_nullable_array operation.
	//
	// POST /test_request_string_unix-milli_nullable_array
	TestRequestStringUnixMilliNullableArray(ctx context.Context, req []NilStringUnixMilli) (*Error, error)
	// TestRequestStringUnixMilliNullableArrayArray implements test_request_string_unix-milli_nullable_array_array operation.
	//
	// POST /test_request_string_unix-milli_nullable_array_array
	TestRequestStringUnixMilliNullableArrayArray(ctx context.Context, req [][]NilStringUnixMilli) (*Error, error)
	// TestRequestStringUnixNano implements test_request_string_unix-nano operation.
	//
	// POST /test_request_string_unix-nano
	TestRequestStringUnixNano(ctx context.Context, req OptStringUnixNano) (*Error, error)
	// TestRequestStringUnixNanoArray implements test_request_string_unix-nano_array operation.
	//
	// POST /test_request_string_unix-nano_array
	TestRequestStringUnixNanoArray(ctx context.Context, req []time.Time) (*Error, error)
	// TestRequestStringUnixNanoArrayArray implements test_request_string_unix-nano_array_array operation.
	//
	// POST /test_request_string_unix-nano_array_array
	TestRequestStringUnixNanoArrayArray(ctx context.Context, req [][]time.Time) (*Error, error)
	// TestRequestStringUnixNanoNullable implements test_request_string_unix-nano_nullable operation.
	//
	// POST /test_request_string_unix-nano_nullable
	TestRequestStringUnixNanoNullable(ctx context.Context, req OptNilStringUnixNano) (*Error, error)
	// TestRequestStringUnixNanoNullableArray implements test_request_string_unix-nano_nullable_array operation.
	//
	// POST /test_request_string_unix-nano_nullable_array
	TestRequestStringUnixNanoNullableArray(ctx context.Context, req []NilStringUnixNano) (*Error, error)
	// TestRequestStringUnixNanoNullableArrayArray implements test_request_string_unix-nano_nullable_array_array operation.
	//
	// POST /test_request_string_unix-nano_nullable_array_array
	TestRequestStringUnixNanoNullableArrayArray(ctx context.Context, req [][]NilStringUnixNano) (*Error, error)
	// TestRequestStringUnixNullable implements test_request_string_unix_nullable operation.
	//
	// POST /test_request_string_unix_nullable
	TestRequestStringUnixNullable(ctx context.Context, req OptNilStringUnixSeconds) (*Error, error)
	// TestRequestStringUnixNullableArray implements test_request_string_unix_nullable_array operation.
	//
	// POST /test_request_string_unix_nullable_array
	TestRequestStringUnixNullableArray(ctx context.Context, req []NilStringUnixSeconds) (*Error, error)
	// TestRequestStringUnixNullableArrayArray implements test_request_string_unix_nullable_array_array operation.
	//
	// POST /test_request_string_unix_nullable_array_array
	TestRequestStringUnixNullableArrayArray(ctx context.Context, req [][]NilStringUnixSeconds) (*Error, error)
	// TestRequestStringUnixSeconds implements test_request_string_unix-seconds operation.
	//
	// POST /test_request_string_unix-seconds
	TestRequestStringUnixSeconds(ctx context.Context, req OptStringUnixSeconds) (*Error, error)
	// TestRequestStringUnixSecondsArray implements test_request_string_unix-seconds_array operation.
	//
	// POST /test_request_string_unix-seconds_array
	TestRequestStringUnixSecondsArray(ctx context.Context, req []time.Time) (*Error, error)
	// TestRequestStringUnixSecondsArrayArray implements test_request_string_unix-seconds_array_array operation.
	//
	// POST /test_request_string_unix-seconds_array_array
	TestRequestStringUnixSecondsArrayArray(ctx context.Context, req [][]time.Time) (*Error, error)
	// TestRequestStringUnixSecondsNullable implements test_request_string_unix-seconds_nullable operation.
	//
	// POST /test_request_string_unix-seconds_nullable
	TestRequestStringUnixSecondsNullable(ctx context.Context, req OptNilStringUnixSeconds) (*Error, error)
	// TestRequestStringUnixSecondsNullableArray implements test_request_string_unix-seconds_nullable_array operation.
	//
	// POST /test_request_string_unix-seconds_nullable_array
	TestRequestStringUnixSecondsNullableArray(ctx context.Context, req []NilStringUnixSeconds) (*Error, error)
	// TestRequestStringUnixSecondsNullableArrayArray implements test_request_string_unix-seconds_nullable_array_array operation.
	//
	// POST /test_request_string_unix-seconds_nullable_array_array
	TestRequestStringUnixSecondsNullableArrayArray(ctx context.Context, req [][]NilStringUnixSeconds) (*Error, error)
	// TestResponseAny implements test_response_Any operation.
	//
	// POST /test_response_Any
	TestResponseAny(ctx context.Context, req string) (jx.Raw, error)
	// TestResponseBoolean implements test_response_boolean operation.
	//
	// POST /test_response_boolean
	TestResponseBoolean(ctx context.Context, req string) (bool, error)
	// TestResponseBooleanArray implements test_response_boolean_array operation.
	//
	// POST /test_response_boolean_array
	TestResponseBooleanArray(ctx context.Context, req string) ([]bool, error)
	// TestResponseBooleanArrayArray implements test_response_boolean_array_array operation.
	//
	// POST /test_response_boolean_array_array
	TestResponseBooleanArrayArray(ctx context.Context, req string) ([][]bool, error)
	// TestResponseBooleanNullable implements test_response_boolean_nullable operation.
	//
	// POST /test_response_boolean_nullable
	TestResponseBooleanNullable(ctx context.Context, req string) (NilBool, error)
	// TestResponseBooleanNullableArray implements test_response_boolean_nullable_array operation.
	//
	// POST /test_response_boolean_nullable_array
	TestResponseBooleanNullableArray(ctx context.Context, req string) ([]NilBool, error)
	// TestResponseBooleanNullableArrayArray implements test_response_boolean_nullable_array_array operation.
	//
	// POST /test_response_boolean_nullable_array_array
	TestResponseBooleanNullableArrayArray(ctx context.Context, req string) ([][]NilBool, error)
	// TestResponseEmptyStruct implements test_response_EmptyStruct operation.
	//
	// POST /test_response_EmptyStruct
	TestResponseEmptyStruct(ctx context.Context, req string) error
	// TestResponseFormatTest implements test_response_FormatTest operation.
	//
	// POST /test_response_FormatTest
	TestResponseFormatTest(ctx context.Context, req string) (*TestResponseFormatTestOK, error)
	// TestResponseInteger implements test_response_integer operation.
	//
	// POST /test_response_integer
	TestResponseInteger(ctx context.Context, req string) (int, error)
	// TestResponseIntegerArray implements test_response_integer_array operation.
	//
	// POST /test_response_integer_array
	TestResponseIntegerArray(ctx context.Context, req string) ([]int, error)
	// TestResponseIntegerArrayArray implements test_response_integer_array_array operation.
	//
	// POST /test_response_integer_array_array
	TestResponseIntegerArrayArray(ctx context.Context, req string) ([][]int, error)
	// TestResponseIntegerInt16 implements test_response_integer_int16 operation.
	//
	// POST /test_response_integer_int16
	TestResponseIntegerInt16(ctx context.Context, req string) (int16, error)
	// TestResponseIntegerInt16Array implements test_response_integer_int16_array operation.
	//
	// POST /test_response_integer_int16_array
	TestResponseIntegerInt16Array(ctx context.Context, req string) ([]int16, error)
	// TestResponseIntegerInt16ArrayArray implements test_response_integer_int16_array_array operation.
	//
	// POST /test_response_integer_int16_array_array
	TestResponseIntegerInt16ArrayArray(ctx context.Context, req string) ([][]int16, error)
	// TestResponseIntegerInt16Nullable implements test_response_integer_int16_nullable operation.
	//
	// POST /test_response_integer_int16_nullable
	TestResponseIntegerInt16Nullable(ctx context.Context, req string) (NilInt16, error)
	// TestResponseIntegerInt16NullableArray implements test_response_integer_int16_nullable_array operation.
	//
	// POST /test_response_integer_int16_nullable_array
	TestResponseIntegerInt16NullableArray(ctx context.Context, req string) ([]NilInt16, error)
	// TestResponseIntegerInt16NullableArrayArray implements test_response_integer_int16_nullable_array_array operation.
	//
	// POST /test_response_integer_int16_nullable_array_array
	TestResponseIntegerInt16NullableArrayArray(ctx context.Context, req string) ([][]NilInt16, error)
	// TestResponseIntegerInt32 implements test_response_integer_int32 operation.
	//
	// POST /test_response_integer_int32
	TestResponseIntegerInt32(ctx context.Context, req string) (int32, error)
	// TestResponseIntegerInt32Array implements test_response_integer_int32_array operation.
	//
	// POST /test_response_integer_int32_array
	TestResponseIntegerInt32Array(ctx context.Context, req string) ([]int32, error)
	// TestResponseIntegerInt32ArrayArray implements test_response_integer_int32_array_array operation.
	//
	// POST /test_response_integer_int32_array_array
	TestResponseIntegerInt32ArrayArray(ctx context.Context, req string) ([][]int32, error)
	// TestResponseIntegerInt32Nullable implements test_response_integer_int32_nullable operation.
	//
	// POST /test_response_integer_int32_nullable
	TestResponseIntegerInt32Nullable(ctx context.Context, req string) (NilInt32, error)
	// TestResponseIntegerInt32NullableArray implements test_response_integer_int32_nullable_array operation.
	//
	// POST /test_response_integer_int32_nullable_array
	TestResponseIntegerInt32NullableArray(ctx context.Context, req string) ([]NilInt32, error)
	// TestResponseIntegerInt32NullableArrayArray implements test_response_integer_int32_nullable_array_array operation.
	//
	// POST /test_response_integer_int32_nullable_array_array
	TestResponseIntegerInt32NullableArrayArray(ctx context.Context, req string) ([][]NilInt32, error)
	// TestResponseIntegerInt64 implements test_response_integer_int64 operation.
	//
	// POST /test_response_integer_int64
	TestResponseIntegerInt64(ctx context.Context, req string) (int64, error)
	// TestResponseIntegerInt64Array implements test_response_integer_int64_array operation.
	//
	// POST /test_response_integer_int64_array
	TestResponseIntegerInt64Array(ctx context.Context, req string) ([]int64, error)
	// TestResponseIntegerInt64ArrayArray implements test_response_integer_int64_array_array operation.
	//
	// POST /test_response_integer_int64_array_array
	TestResponseIntegerInt64ArrayArray(ctx context.Context, req string) ([][]int64, error)
	// TestResponseIntegerInt64Nullable implements test_response_integer_int64_nullable operation.
	//
	// POST /test_response_integer_int64_nullable
	TestResponseIntegerInt64Nullable(ctx context.Context, req string) (NilInt64, error)
	// TestResponseIntegerInt64NullableArray implements test_response_integer_int64_nullable_array operation.
	//
	// POST /test_response_integer_int64_nullable_array
	TestResponseIntegerInt64NullableArray(ctx context.Context, req string) ([]NilInt64, error)
	// TestResponseIntegerInt64NullableArrayArray implements test_response_integer_int64_nullable_array_array operation.
	//
	// POST /test_response_integer_int64_nullable_array_array
	TestResponseIntegerInt64NullableArrayArray(ctx context.Context, req string) ([][]NilInt64, error)
	// TestResponseIntegerInt8 implements test_response_integer_int8 operation.
	//
	// POST /test_response_integer_int8
	TestResponseIntegerInt8(ctx context.Context, req string) (int8, error)
	// TestResponseIntegerInt8Array implements test_response_integer_int8_array operation.
	//
	// POST /test_response_integer_int8_array
	TestResponseIntegerInt8Array(ctx context.Context, req string) ([]int8, error)
	// TestResponseIntegerInt8ArrayArray implements test_response_integer_int8_array_array operation.
	//
	// POST /test_response_integer_int8_array_array
	TestResponseIntegerInt8ArrayArray(ctx context.Context, req string) ([][]int8, error)
	// TestResponseIntegerInt8Nullable implements test_response_integer_int8_nullable operation.
	//
	// POST /test_response_integer_int8_nullable
	TestResponseIntegerInt8Nullable(ctx context.Context, req string) (NilInt8, error)
	// TestResponseIntegerInt8NullableArray implements test_response_integer_int8_nullable_array operation.
	//
	// POST /test_response_integer_int8_nullable_array
	TestResponseIntegerInt8NullableArray(ctx context.Context, req string) ([]NilInt8, error)
	// TestResponseIntegerInt8NullableArrayArray implements test_response_integer_int8_nullable_array_array operation.
	//
	// POST /test_response_integer_int8_nullable_array_array
	TestResponseIntegerInt8NullableArrayArray(ctx context.Context, req string) ([][]NilInt8, error)
	// TestResponseIntegerNullable implements test_response_integer_nullable operation.
	//
	// POST /test_response_integer_nullable
	TestResponseIntegerNullable(ctx context.Context, req string) (NilInt, error)
	// TestResponseIntegerNullableArray implements test_response_integer_nullable_array operation.
	//
	// POST /test_response_integer_nullable_array
	TestResponseIntegerNullableArray(ctx context.Context, req string) ([]NilInt, error)
	// TestResponseIntegerNullableArrayArray implements test_response_integer_nullable_array_array operation.
	//
	// POST /test_response_integer_nullable_array_array
	TestResponseIntegerNullableArrayArray(ctx context.Context, req string) ([][]NilInt, error)
	// TestResponseIntegerUint implements test_response_integer_uint operation.
	//
	// POST /test_response_integer_uint
	TestResponseIntegerUint(ctx context.Context, req string) (uint, error)
	// TestResponseIntegerUint16 implements test_response_integer_uint16 operation.
	//
	// POST /test_response_integer_uint16
	TestResponseIntegerUint16(ctx context.Context, req string) (uint16, error)
	// TestResponseIntegerUint16Array implements test_response_integer_uint16_array operation.
	//
	// POST /test_response_integer_uint16_array
	TestResponseIntegerUint16Array(ctx context.Context, req string) ([]uint16, error)
	// TestResponseIntegerUint16ArrayArray implements test_response_integer_uint16_array_array operation.
	//
	// POST /test_response_integer_uint16_array_array
	TestResponseIntegerUint16ArrayArray(ctx context.Context, req string) ([][]uint16, error)
	// TestResponseIntegerUint16Nullable implements test_response_integer_uint16_nullable operation.
	//
	// POST /test_response_integer_uint16_nullable
	TestResponseIntegerUint16Nullable(ctx context.Context, req string) (NilUint16, error)
	// TestResponseIntegerUint16NullableArray implements test_response_integer_uint16_nullable_array operation.
	//
	// POST /test_response_integer_uint16_nullable_array
	TestResponseIntegerUint16NullableArray(ctx context.Context, req string) ([]NilUint16, error)
	// TestResponseIntegerUint16NullableArrayArray implements test_response_integer_uint16_nullable_array_array operation.
	//
	// POST /test_response_integer_uint16_nullable_array_array
	TestResponseIntegerUint16NullableArrayArray(ctx context.Context, req string) ([][]NilUint16, error)
	// TestResponseIntegerUint32 implements test_response_integer_uint32 operation.
	//
	// POST /test_response_integer_uint32
	TestResponseIntegerUint32(ctx context.Context, req string) (uint32, error)
	// TestResponseIntegerUint32Array implements test_response_integer_uint32_array operation.
	//
	// POST /test_response_integer_uint32_array
	TestResponseIntegerUint32Array(ctx context.Context, req string) ([]uint32, error)
	// TestResponseIntegerUint32ArrayArray implements test_response_integer_uint32_array_array operation.
	//
	// POST /test_response_integer_uint32_array_array
	TestResponseIntegerUint32ArrayArray(ctx context.Context, req string) ([][]uint32, error)
	// TestResponseIntegerUint32Nullable implements test_response_integer_uint32_nullable operation.
	//
	// POST /test_response_integer_uint32_nullable
	TestResponseIntegerUint32Nullable(ctx context.Context, req string) (NilUint32, error)
	// TestResponseIntegerUint32NullableArray implements test_response_integer_uint32_nullable_array operation.
	//
	// POST /test_response_integer_uint32_nullable_array
	TestResponseIntegerUint32NullableArray(ctx context.Context, req string) ([]NilUint32, error)
	// TestResponseIntegerUint32NullableArrayArray implements test_response_integer_uint32_nullable_array_array operation.
	//
	// POST /test_response_integer_uint32_nullable_array_array
	TestResponseIntegerUint32NullableArrayArray(ctx context.Context, req string) ([][]NilUint32, error)
	// TestResponseIntegerUint64 implements test_response_integer_uint64 operation.
	//
	// POST /test_response_integer_uint64
	TestResponseIntegerUint64(ctx context.Context, req string) (uint64, error)
	// TestResponseIntegerUint64Array implements test_response_integer_uint64_array operation.
	//
	// POST /test_response_integer_uint64_array
	TestResponseIntegerUint64Array(ctx context.Context, req string) ([]uint64, error)
	// TestResponseIntegerUint64ArrayArray implements test_response_integer_uint64_array_array operation.
	//
	// POST /test_response_integer_uint64_array_array
	TestResponseIntegerUint64ArrayArray(ctx context.Context, req string) ([][]uint64, error)
	// TestResponseIntegerUint64Nullable implements test_response_integer_uint64_nullable operation.
	//
	// POST /test_response_integer_uint64_nullable
	TestResponseIntegerUint64Nullable(ctx context.Context, req string) (NilUint64, error)
	// TestResponseIntegerUint64NullableArray implements test_response_integer_uint64_nullable_array operation.
	//
	// POST /test_response_integer_uint64_nullable_array
	TestResponseIntegerUint64NullableArray(ctx context.Context, req string) ([]NilUint64, error)
	// TestResponseIntegerUint64NullableArrayArray implements test_response_integer_uint64_nullable_array_array operation.
	//
	// POST /test_response_integer_uint64_nullable_array_array
	TestResponseIntegerUint64NullableArrayArray(ctx context.Context, req string) ([][]NilUint64, error)
	// TestResponseIntegerUint8 implements test_response_integer_uint8 operation.
	//
	// POST /test_response_integer_uint8
	TestResponseIntegerUint8(ctx context.Context, req string) (uint8, error)
	// TestResponseIntegerUint8Array implements test_response_integer_uint8_array operation.
	//
	// POST /test_response_integer_uint8_array
	TestResponseIntegerUint8Array(ctx context.Context, req string) ([]uint8, error)
	// TestResponseIntegerUint8ArrayArray implements test_response_integer_uint8_array_array operation.
	//
	// POST /test_response_integer_uint8_array_array
	TestResponseIntegerUint8ArrayArray(ctx context.Context, req string) ([][]uint8, error)
	// TestResponseIntegerUint8Nullable implements test_response_integer_uint8_nullable operation.
	//
	// POST /test_response_integer_uint8_nullable
	TestResponseIntegerUint8Nullable(ctx context.Context, req string) (NilUint8, error)
	// TestResponseIntegerUint8NullableArray implements test_response_integer_uint8_nullable_array operation.
	//
	// POST /test_response_integer_uint8_nullable_array
	TestResponseIntegerUint8NullableArray(ctx context.Context, req string) ([]NilUint8, error)
	// TestResponseIntegerUint8NullableArrayArray implements test_response_integer_uint8_nullable_array_array operation.
	//
	// POST /test_response_integer_uint8_nullable_array_array
	TestResponseIntegerUint8NullableArrayArray(ctx context.Context, req string) ([][]NilUint8, error)
	// TestResponseIntegerUintArray implements test_response_integer_uint_array operation.
	//
	// POST /test_response_integer_uint_array
	TestResponseIntegerUintArray(ctx context.Context, req string) ([]uint, error)
	// TestResponseIntegerUintArrayArray implements test_response_integer_uint_array_array operation.
	//
	// POST /test_response_integer_uint_array_array
	TestResponseIntegerUintArrayArray(ctx context.Context, req string) ([][]uint, error)
	// TestResponseIntegerUintNullable implements test_response_integer_uint_nullable operation.
	//
	// POST /test_response_integer_uint_nullable
	TestResponseIntegerUintNullable(ctx context.Context, req string) (NilUint, error)
	// TestResponseIntegerUintNullableArray implements test_response_integer_uint_nullable_array operation.
	//
	// POST /test_response_integer_uint_nullable_array
	TestResponseIntegerUintNullableArray(ctx context.Context, req string) ([]NilUint, error)
	// TestResponseIntegerUintNullableArrayArray implements test_response_integer_uint_nullable_array_array operation.
	//
	// POST /test_response_integer_uint_nullable_array_array
	TestResponseIntegerUintNullableArrayArray(ctx context.Context, req string) ([][]NilUint, error)
	// TestResponseIntegerUnix implements test_response_integer_unix operation.
	//
	// POST /test_response_integer_unix
	TestResponseIntegerUnix(ctx context.Context, req string) (time.Time, error)
	// TestResponseIntegerUnixArray implements test_response_integer_unix_array operation.
	//
	// POST /test_response_integer_unix_array
	TestResponseIntegerUnixArray(ctx context.Context, req string) ([]time.Time, error)
	// TestResponseIntegerUnixArrayArray implements test_response_integer_unix_array_array operation.
	//
	// POST /test_response_integer_unix_array_array
	TestResponseIntegerUnixArrayArray(ctx context.Context, req string) ([][]time.Time, error)
	// TestResponseIntegerUnixMicro implements test_response_integer_unix-micro operation.
	//
	// POST /test_response_integer_unix-micro
	TestResponseIntegerUnixMicro(ctx context.Context, req string) (time.Time, error)
	// TestResponseIntegerUnixMicroArray implements test_response_integer_unix-micro_array operation.
	//
	// POST /test_response_integer_unix-micro_array
	TestResponseIntegerUnixMicroArray(ctx context.Context, req string) ([]time.Time, error)
	// TestResponseIntegerUnixMicroArrayArray implements test_response_integer_unix-micro_array_array operation.
	//
	// POST /test_response_integer_unix-micro_array_array
	TestResponseIntegerUnixMicroArrayArray(ctx context.Context, req string) ([][]time.Time, error)
	// TestResponseIntegerUnixMicroNullable implements test_response_integer_unix-micro_nullable operation.
	//
	// POST /test_response_integer_unix-micro_nullable
	TestResponseIntegerUnixMicroNullable(ctx context.Context, req string) (NilUnixMicro, error)
	// TestResponseIntegerUnixMicroNullableArray implements test_response_integer_unix-micro_nullable_array operation.
	//
	// POST /test_response_integer_unix-micro_nullable_array
	TestResponseIntegerUnixMicroNullableArray(ctx context.Context, req string) ([]NilUnixMicro, error)
	// TestResponseIntegerUnixMicroNullableArrayArray implements test_response_integer_unix-micro_nullable_array_array operation.
	//
	// POST /test_response_integer_unix-micro_nullable_array_array
	TestResponseIntegerUnixMicroNullableArrayArray(ctx context.Context, req string) ([][]NilUnixMicro, error)
	// TestResponseIntegerUnixMilli implements test_response_integer_unix-milli operation.
	//
	// POST /test_response_integer_unix-milli
	TestResponseIntegerUnixMilli(ctx context.Context, req string) (time.Time, error)
	// TestResponseIntegerUnixMilliArray implements test_response_integer_unix-milli_array operation.
	//
	// POST /test_response_integer_unix-milli_array
	TestResponseIntegerUnixMilliArray(ctx context.Context, req string) ([]time.Time, error)
	// TestResponseIntegerUnixMilliArrayArray implements test_response_integer_unix-milli_array_array operation.
	//
	// POST /test_response_integer_unix-milli_array_array
	TestResponseIntegerUnixMilliArrayArray(ctx context.Context, req string) ([][]time.Time, error)
	// TestResponseIntegerUnixMilliNullable implements test_response_integer_unix-milli_nullable operation.
	//
	// POST /test_response_integer_unix-milli_nullable
	TestResponseIntegerUnixMilliNullable(ctx context.Context, req string) (NilUnixMilli, error)
	// TestResponseIntegerUnixMilliNullableArray implements test_response_integer_unix-milli_nullable_array operation.
	//
	// POST /test_response_integer_unix-milli_nullable_array
	TestResponseIntegerUnixMilliNullableArray(ctx context.Context, req string) ([]NilUnixMilli, error)
	// TestResponseIntegerUnixMilliNullableArrayArray implements test_response_integer_unix-milli_nullable_array_array operation.
	//
	// POST /test_response_integer_unix-milli_nullable_array_array
	TestResponseIntegerUnixMilliNullableArrayArray(ctx context.Context, req string) ([][]NilUnixMilli, error)
	// TestResponseIntegerUnixNano implements test_response_integer_unix-nano operation.
	//
	// POST /test_response_integer_unix-nano
	TestResponseIntegerUnixNano(ctx context.Context, req string) (time.Time, error)
	// TestResponseIntegerUnixNanoArray implements test_response_integer_unix-nano_array operation.
	//
	// POST /test_response_integer_unix-nano_array
	TestResponseIntegerUnixNanoArray(ctx context.Context, req string) ([]time.Time, error)
	// TestResponseIntegerUnixNanoArrayArray implements test_response_integer_unix-nano_array_array operation.
	//
	// POST /test_response_integer_unix-nano_array_array
	TestResponseIntegerUnixNanoArrayArray(ctx context.Context, req string) ([][]time.Time, error)
	// TestResponseIntegerUnixNanoNullable implements test_response_integer_unix-nano_nullable operation.
	//
	// POST /test_response_integer_unix-nano_nullable
	TestResponseIntegerUnixNanoNullable(ctx context.Context, req string) (NilUnixNano, error)
	// TestResponseIntegerUnixNanoNullableArray implements test_response_integer_unix-nano_nullable_array operation.
	//
	// POST /test_response_integer_unix-nano_nullable_array
	TestResponseIntegerUnixNanoNullableArray(ctx context.Context, req string) ([]NilUnixNano, error)
	// TestResponseIntegerUnixNanoNullableArrayArray implements test_response_integer_unix-nano_nullable_array_array operation.
	//
	// POST /test_response_integer_unix-nano_nullable_array_array
	TestResponseIntegerUnixNanoNullableArrayArray(ctx context.Context, req string) ([][]NilUnixNano, error)
	// TestResponseIntegerUnixNullable implements test_response_integer_unix_nullable operation.
	//
	// POST /test_response_integer_unix_nullable
	TestResponseIntegerUnixNullable(ctx context.Context, req string) (NilUnixSeconds, error)
	// TestResponseIntegerUnixNullableArray implements test_response_integer_unix_nullable_array operation.
	//
	// POST /test_response_integer_unix_nullable_array
	TestResponseIntegerUnixNullableArray(ctx context.Context, req string) ([]NilUnixSeconds, error)
	// TestResponseIntegerUnixNullableArrayArray implements test_response_integer_unix_nullable_array_array operation.
	//
	// POST /test_response_integer_unix_nullable_array_array
	TestResponseIntegerUnixNullableArrayArray(ctx context.Context, req string) ([][]NilUnixSeconds, error)
	// TestResponseIntegerUnixSeconds implements test_response_integer_unix-seconds operation.
	//
	// POST /test_response_integer_unix-seconds
	TestResponseIntegerUnixSeconds(ctx context.Context, req string) (time.Time, error)
	// TestResponseIntegerUnixSecondsArray implements test_response_integer_unix-seconds_array operation.
	//
	// POST /test_response_integer_unix-seconds_array
	TestResponseIntegerUnixSecondsArray(ctx context.Context, req string) ([]time.Time, error)
	// TestResponseIntegerUnixSecondsArrayArray implements test_response_integer_unix-seconds_array_array operation.
	//
	// POST /test_response_integer_unix-seconds_array_array
	TestResponseIntegerUnixSecondsArrayArray(ctx context.Context, req string) ([][]time.Time, error)
	// TestResponseIntegerUnixSecondsNullable implements test_response_integer_unix-seconds_nullable operation.
	//
	// POST /test_response_integer_unix-seconds_nullable
	TestResponseIntegerUnixSecondsNullable(ctx context.Context, req string) (NilUnixSeconds, error)
	// TestResponseIntegerUnixSecondsNullableArray implements test_response_integer_unix-seconds_nullable_array operation.
	//
	// POST /test_response_integer_unix-seconds_nullable_array
	TestResponseIntegerUnixSecondsNullableArray(ctx context.Context, req string) ([]NilUnixSeconds, error)
	// TestResponseIntegerUnixSecondsNullableArrayArray implements test_response_integer_unix-seconds_nullable_array_array operation.
	//
	// POST /test_response_integer_unix-seconds_nullable_array_array
	TestResponseIntegerUnixSecondsNullableArrayArray(ctx context.Context, req string) ([][]NilUnixSeconds, error)
	// TestResponseNull implements test_response_null operation.
	//
	// POST /test_response_null
	TestResponseNull(ctx context.Context, req string) (struct{}, error)
	// TestResponseNullArray implements test_response_null_array operation.
	//
	// POST /test_response_null_array
	TestResponseNullArray(ctx context.Context, req string) ([]struct{}, error)
	// TestResponseNullArrayArray implements test_response_null_array_array operation.
	//
	// POST /test_response_null_array_array
	TestResponseNullArrayArray(ctx context.Context, req string) ([][]struct{}, error)
	// TestResponseNullNullable implements test_response_null_nullable operation.
	//
	// POST /test_response_null_nullable
	TestResponseNullNullable(ctx context.Context, req string) (struct{}, error)
	// TestResponseNullNullableArray implements test_response_null_nullable_array operation.
	//
	// POST /test_response_null_nullable_array
	TestResponseNullNullableArray(ctx context.Context, req string) ([]struct{}, error)
	// TestResponseNullNullableArrayArray implements test_response_null_nullable_array_array operation.
	//
	// POST /test_response_null_nullable_array_array
	TestResponseNullNullableArrayArray(ctx context.Context, req string) ([][]struct{}, error)
	// TestResponseNumber implements test_response_number operation.
	//
	// POST /test_response_number
	TestResponseNumber(ctx context.Context, req string) (float64, error)
	// TestResponseNumberArray implements test_response_number_array operation.
	//
	// POST /test_response_number_array
	TestResponseNumberArray(ctx context.Context, req string) ([]float64, error)
	// TestResponseNumberArrayArray implements test_response_number_array_array operation.
	//
	// POST /test_response_number_array_array
	TestResponseNumberArrayArray(ctx context.Context, req string) ([][]float64, error)
	// TestResponseNumberDouble implements test_response_number_double operation.
	//
	// POST /test_response_number_double
	TestResponseNumberDouble(ctx context.Context, req string) (float64, error)
	// TestResponseNumberDoubleArray implements test_response_number_double_array operation.
	//
	// POST /test_response_number_double_array
	TestResponseNumberDoubleArray(ctx context.Context, req string) ([]float64, error)
	// TestResponseNumberDoubleArrayArray implements test_response_number_double_array_array operation.
	//
	// POST /test_response_number_double_array_array
	TestResponseNumberDoubleArrayArray(ctx context.Context, req string) ([][]float64, error)
	// TestResponseNumberDoubleNullable implements test_response_number_double_nullable operation.
	//
	// POST /test_response_number_double_nullable
	TestResponseNumberDoubleNullable(ctx context.Context, req string) (NilFloat64, error)
	// TestResponseNumberDoubleNullableArray implements test_response_number_double_nullable_array operation.
	//
	// POST /test_response_number_double_nullable_array
	TestResponseNumberDoubleNullableArray(ctx context.Context, req string) ([]NilFloat64, error)
	// TestResponseNumberDoubleNullableArrayArray implements test_response_number_double_nullable_array_array operation.
	//
	// POST /test_response_number_double_nullable_array_array
	TestResponseNumberDoubleNullableArrayArray(ctx context.Context, req string) ([][]NilFloat64, error)
	// TestResponseNumberFloat implements test_response_number_float operation.
	//
	// POST /test_response_number_float
	TestResponseNumberFloat(ctx context.Context, req string) (float32, error)
	// TestResponseNumberFloatArray implements test_response_number_float_array operation.
	//
	// POST /test_response_number_float_array
	TestResponseNumberFloatArray(ctx context.Context, req string) ([]float32, error)
	// TestResponseNumberFloatArrayArray implements test_response_number_float_array_array operation.
	//
	// POST /test_response_number_float_array_array
	TestResponseNumberFloatArrayArray(ctx context.Context, req string) ([][]float32, error)
	// TestResponseNumberFloatNullable implements test_response_number_float_nullable operation.
	//
	// POST /test_response_number_float_nullable
	TestResponseNumberFloatNullable(ctx context.Context, req string) (NilFloat32, error)
	// TestResponseNumberFloatNullableArray implements test_response_number_float_nullable_array operation.
	//
	// POST /test_response_number_float_nullable_array
	TestResponseNumberFloatNullableArray(ctx context.Context, req string) ([]NilFloat32, error)
	// TestResponseNumberFloatNullableArrayArray implements test_response_number_float_nullable_array_array operation.
	//
	// POST /test_response_number_float_nullable_array_array
	TestResponseNumberFloatNullableArrayArray(ctx context.Context, req string) ([][]NilFloat32, error)
	// TestResponseNumberInt32 implements test_response_number_int32 operation.
	//
	// POST /test_response_number_int32
	TestResponseNumberInt32(ctx context.Context, req string) (int32, error)
	// TestResponseNumberInt32Array implements test_response_number_int32_array operation.
	//
	// POST /test_response_number_int32_array
	TestResponseNumberInt32Array(ctx context.Context, req string) ([]int32, error)
	// TestResponseNumberInt32ArrayArray implements test_response_number_int32_array_array operation.
	//
	// POST /test_response_number_int32_array_array
	TestResponseNumberInt32ArrayArray(ctx context.Context, req string) ([][]int32, error)
	// TestResponseNumberInt32Nullable implements test_response_number_int32_nullable operation.
	//
	// POST /test_response_number_int32_nullable
	TestResponseNumberInt32Nullable(ctx context.Context, req string) (NilInt32, error)
	// TestResponseNumberInt32NullableArray implements test_response_number_int32_nullable_array operation.
	//
	// POST /test_response_number_int32_nullable_array
	TestResponseNumberInt32NullableArray(ctx context.Context, req string) ([]NilInt32, error)
	// TestResponseNumberInt32NullableArrayArray implements test_response_number_int32_nullable_array_array operation.
	//
	// POST /test_response_number_int32_nullable_array_array
	TestResponseNumberInt32NullableArrayArray(ctx context.Context, req string) ([][]NilInt32, error)
	// TestResponseNumberInt64 implements test_response_number_int64 operation.
	//
	// POST /test_response_number_int64
	TestResponseNumberInt64(ctx context.Context, req string) (int64, error)
	// TestResponseNumberInt64Array implements test_response_number_int64_array operation.
	//
	// POST /test_response_number_int64_array
	TestResponseNumberInt64Array(ctx context.Context, req string) ([]int64, error)
	// TestResponseNumberInt64ArrayArray implements test_response_number_int64_array_array operation.
	//
	// POST /test_response_number_int64_array_array
	TestResponseNumberInt64ArrayArray(ctx context.Context, req string) ([][]int64, error)
	// TestResponseNumberInt64Nullable implements test_response_number_int64_nullable operation.
	//
	// POST /test_response_number_int64_nullable
	TestResponseNumberInt64Nullable(ctx context.Context, req string) (NilInt64, error)
	// TestResponseNumberInt64NullableArray implements test_response_number_int64_nullable_array operation.
	//
	// POST /test_response_number_int64_nullable_array
	TestResponseNumberInt64NullableArray(ctx context.Context, req string) ([]NilInt64, error)
	// TestResponseNumberInt64NullableArrayArray implements test_response_number_int64_nullable_array_array operation.
	//
	// POST /test_response_number_int64_nullable_array_array
	TestResponseNumberInt64NullableArrayArray(ctx context.Context, req string) ([][]NilInt64, error)
	// TestResponseNumberNullable implements test_response_number_nullable operation.
	//
	// POST /test_response_number_nullable
	TestResponseNumberNullable(ctx context.Context, req string) (NilFloat64, error)
	// TestResponseNumberNullableArray implements test_response_number_nullable_array operation.
	//
	// POST /test_response_number_nullable_array
	TestResponseNumberNullableArray(ctx context.Context, req string) ([]NilFloat64, error)
	// TestResponseNumberNullableArrayArray implements test_response_number_nullable_array_array operation.
	//
	// POST /test_response_number_nullable_array_array
	TestResponseNumberNullableArrayArray(ctx context.Context, req string) ([][]NilFloat64, error)
	// TestResponseString implements test_response_string operation.
	//
	// POST /test_response_string
	TestResponseString(ctx context.Context, req string) (string, error)
	// TestResponseStringArray implements test_response_string_array operation.
	//
	// POST /test_response_string_array
	TestResponseStringArray(ctx context.Context, req string) ([]string, error)
	// TestResponseStringArrayArray implements test_response_string_array_array operation.
	//
	// POST /test_response_string_array_array
	TestResponseStringArrayArray(ctx context.Context, req string) ([][]string, error)
	// TestResponseStringBase64 implements test_response_string_base64 operation.
	//
	// POST /test_response_string_base64
	TestResponseStringBase64(ctx context.Context, req string) ([]byte, error)
	// TestResponseStringBase64Array implements test_response_string_base64_array operation.
	//
	// POST /test_response_string_base64_array
	TestResponseStringBase64Array(ctx context.Context, req string) ([][]byte, error)
	// TestResponseStringBase64ArrayArray implements test_response_string_base64_array_array operation.
	//
	// POST /test_response_string_base64_array_array
	TestResponseStringBase64ArrayArray(ctx context.Context, req string) ([][][]byte, error)
	// TestResponseStringBase64Nullable implements test_response_string_base64_nullable operation.
	//
	// POST /test_response_string_base64_nullable
	TestResponseStringBase64Nullable(ctx context.Context, req string) ([]byte, error)
	// TestResponseStringBase64NullableArray implements test_response_string_base64_nullable_array operation.
	//
	// POST /test_response_string_base64_nullable_array
	TestResponseStringBase64NullableArray(ctx context.Context, req string) ([][]byte, error)
	// TestResponseStringBase64NullableArrayArray implements test_response_string_base64_nullable_array_array operation.
	//
	// POST /test_response_string_base64_nullable_array_array
	TestResponseStringBase64NullableArrayArray(ctx context.Context, req string) ([][][]byte, error)
	// TestResponseStringBinary implements test_response_string_binary operation.
	//
	// POST /test_response_string_binary
	TestResponseStringBinary(ctx context.Context, req string) (string, error)
	// TestResponseStringBinaryArray implements test_response_string_binary_array operation.
	//
	// POST /test_response_string_binary_array
	TestResponseStringBinaryArray(ctx context.Context, req string) ([]string, error)
	// TestResponseStringBinaryArrayArray implements test_response_string_binary_array_array operation.
	//
	// POST /test_response_string_binary_array_array
	TestResponseStringBinaryArrayArray(ctx context.Context, req string) ([][]string, error)
	// TestResponseStringBinaryNullable implements test_response_string_binary_nullable operation.
	//
	// POST /test_response_string_binary_nullable
	TestResponseStringBinaryNullable(ctx context.Context, req string) (NilString, error)
	// TestResponseStringBinaryNullableArray implements test_response_string_binary_nullable_array operation.
	//
	// POST /test_response_string_binary_nullable_array
	TestResponseStringBinaryNullableArray(ctx context.Context, req string) ([]NilString, error)
	// TestResponseStringBinaryNullableArrayArray implements test_response_string_binary_nullable_array_array operation.
	//
	// POST /test_response_string_binary_nullable_array_array
	TestResponseStringBinaryNullableArrayArray(ctx context.Context, req string) ([][]NilString, error)
	// TestResponseStringByte implements test_response_string_byte operation.
	//
	// POST /test_response_string_byte
	TestResponseStringByte(ctx context.Context, req string) ([]byte, error)
	// TestResponseStringByteArray implements test_response_string_byte_array operation.
	//
	// POST /test_response_string_byte_array
	TestResponseStringByteArray(ctx context.Context, req string) ([][]byte, error)
	// TestResponseStringByteArrayArray implements test_response_string_byte_array_array operation.
	//
	// POST /test_response_string_byte_array_array
	TestResponseStringByteArrayArray(ctx context.Context, req string) ([][][]byte, error)
	// TestResponseStringByteNullable implements test_response_string_byte_nullable operation.
	//
	// POST /test_response_string_byte_nullable
	TestResponseStringByteNullable(ctx context.Context, req string) ([]byte, error)
	// TestResponseStringByteNullableArray implements test_response_string_byte_nullable_array operation.
	//
	// POST /test_response_string_byte_nullable_array
	TestResponseStringByteNullableArray(ctx context.Context, req string) ([][]byte, error)
	// TestResponseStringByteNullableArrayArray implements test_response_string_byte_nullable_array_array operation.
	//
	// POST /test_response_string_byte_nullable_array_array
	TestResponseStringByteNullableArrayArray(ctx context.Context, req string) ([][][]byte, error)
	// TestResponseStringDate implements test_response_string_date operation.
	//
	// POST /test_response_string_date
	TestResponseStringDate(ctx context.Context, req string) (time.Time, error)
	// TestResponseStringDateArray implements test_response_string_date_array operation.
	//
	// POST /test_response_string_date_array
	TestResponseStringDateArray(ctx context.Context, req string) ([]time.Time, error)
	// TestResponseStringDateArrayArray implements test_response_string_date_array_array operation.
	//
	// POST /test_response_string_date_array_array
	TestResponseStringDateArrayArray(ctx context.Context, req string) ([][]time.Time, error)
	// TestResponseStringDateNullable implements test_response_string_date_nullable operation.
	//
	// POST /test_response_string_date_nullable
	TestResponseStringDateNullable(ctx context.Context, req string) (NilDate, error)
	// TestResponseStringDateNullableArray implements test_response_string_date_nullable_array operation.
	//
	// POST /test_response_string_date_nullable_array
	TestResponseStringDateNullableArray(ctx context.Context, req string) ([]NilDate, error)
	// TestResponseStringDateNullableArrayArray implements test_response_string_date_nullable_array_array operation.
	//
	// POST /test_response_string_date_nullable_array_array
	TestResponseStringDateNullableArrayArray(ctx context.Context, req string) ([][]NilDate, error)
	// TestResponseStringDateTime implements test_response_string_date-time operation.
	//
	// POST /test_response_string_date-time
	TestResponseStringDateTime(ctx context.Context, req string) (time.Time, error)
	// TestResponseStringDateTimeArray implements test_response_string_date-time_array operation.
	//
	// POST /test_response_string_date-time_array
	TestResponseStringDateTimeArray(ctx context.Context, req string) ([]time.Time, error)
	// TestResponseStringDateTimeArrayArray implements test_response_string_date-time_array_array operation.
	//
	// POST /test_response_string_date-time_array_array
	TestResponseStringDateTimeArrayArray(ctx context.Context, req string) ([][]time.Time, error)
	// TestResponseStringDateTimeNullable implements test_response_string_date-time_nullable operation.
	//
	// POST /test_response_string_date-time_nullable
	TestResponseStringDateTimeNullable(ctx context.Context, req string) (NilDateTime, error)
	// TestResponseStringDateTimeNullableArray implements test_response_string_date-time_nullable_array operation.
	//
	// POST /test_response_string_date-time_nullable_array
	TestResponseStringDateTimeNullableArray(ctx context.Context, req string) ([]NilDateTime, error)
	// TestResponseStringDateTimeNullableArrayArray implements test_response_string_date-time_nullable_array_array operation.
	//
	// POST /test_response_string_date-time_nullable_array_array
	TestResponseStringDateTimeNullableArrayArray(ctx context.Context, req string) ([][]NilDateTime, error)
	// TestResponseStringDuration implements test_response_string_duration operation.
	//
	// POST /test_response_string_duration
	TestResponseStringDuration(ctx context.Context, req string) (time.Duration, error)
	// TestResponseStringDurationArray implements test_response_string_duration_array operation.
	//
	// POST /test_response_string_duration_array
	TestResponseStringDurationArray(ctx context.Context, req string) ([]time.Duration, error)
	// TestResponseStringDurationArrayArray implements test_response_string_duration_array_array operation.
	//
	// POST /test_response_string_duration_array_array
	TestResponseStringDurationArrayArray(ctx context.Context, req string) ([][]time.Duration, error)
	// TestResponseStringDurationNullable implements test_response_string_duration_nullable operation.
	//
	// POST /test_response_string_duration_nullable
	TestResponseStringDurationNullable(ctx context.Context, req string) (NilDuration, error)
	// TestResponseStringDurationNullableArray implements test_response_string_duration_nullable_array operation.
	//
	// POST /test_response_string_duration_nullable_array
	TestResponseStringDurationNullableArray(ctx context.Context, req string) ([]NilDuration, error)
	// TestResponseStringDurationNullableArrayArray implements test_response_string_duration_nullable_array_array operation.
	//
	// POST /test_response_string_duration_nullable_array_array
	TestResponseStringDurationNullableArrayArray(ctx context.Context, req string) ([][]NilDuration, error)
	// TestResponseStringEmail implements test_response_string_email operation.
	//
	// POST /test_response_string_email
	TestResponseStringEmail(ctx context.Context, req string) (string, error)
	// TestResponseStringEmailArray implements test_response_string_email_array operation.
	//
	// POST /test_response_string_email_array
	TestResponseStringEmailArray(ctx context.Context, req string) ([]string, error)
	// TestResponseStringEmailArrayArray implements test_response_string_email_array_array operation.
	//
	// POST /test_response_string_email_array_array
	TestResponseStringEmailArrayArray(ctx context.Context, req string) ([][]string, error)
	// TestResponseStringEmailNullable implements test_response_string_email_nullable operation.
	//
	// POST /test_response_string_email_nullable
	TestResponseStringEmailNullable(ctx context.Context, req string) (NilString, error)
	// TestResponseStringEmailNullableArray implements test_response_string_email_nullable_array operation.
	//
	// POST /test_response_string_email_nullable_array
	TestResponseStringEmailNullableArray(ctx context.Context, req string) ([]NilString, error)
	// TestResponseStringEmailNullableArrayArray implements test_response_string_email_nullable_array_array operation.
	//
	// POST /test_response_string_email_nullable_array_array
	TestResponseStringEmailNullableArrayArray(ctx context.Context, req string) ([][]NilString, error)
	// TestResponseStringFloat32 implements test_response_string_float32 operation.
	//
	// POST /test_response_string_float32
	TestResponseStringFloat32(ctx context.Context, req string) (float32, error)
	// TestResponseStringFloat32Array implements test_response_string_float32_array operation.
	//
	// POST /test_response_string_float32_array
	TestResponseStringFloat32Array(ctx context.Context, req string) ([]float32, error)
	// TestResponseStringFloat32ArrayArray implements test_response_string_float32_array_array operation.
	//
	// POST /test_response_string_float32_array_array
	TestResponseStringFloat32ArrayArray(ctx context.Context, req string) ([][]float32, error)
	// TestResponseStringFloat32Nullable implements test_response_string_float32_nullable operation.
	//
	// POST /test_response_string_float32_nullable
	TestResponseStringFloat32Nullable(ctx context.Context, req string) (NilStringFloat32, error)
	// TestResponseStringFloat32NullableArray implements test_response_string_float32_nullable_array operation.
	//
	// POST /test_response_string_float32_nullable_array
	TestResponseStringFloat32NullableArray(ctx context.Context, req string) ([]NilStringFloat32, error)
	// TestResponseStringFloat32NullableArrayArray implements test_response_string_float32_nullable_array_array operation.
	//
	// POST /test_response_string_float32_nullable_array_array
	TestResponseStringFloat32NullableArrayArray(ctx context.Context, req string) ([][]NilStringFloat32, error)
	// TestResponseStringFloat64 implements test_response_string_float64 operation.
	//
	// POST /test_response_string_float64
	TestResponseStringFloat64(ctx context.Context, req string) (float64, error)
	// TestResponseStringFloat64Array implements test_response_string_float64_array operation.
	//
	// POST /test_response_string_float64_array
	TestResponseStringFloat64Array(ctx context.Context, req string) ([]float64, error)
	// TestResponseStringFloat64ArrayArray implements test_response_string_float64_array_array operation.
	//
	// POST /test_response_string_float64_array_array
	TestResponseStringFloat64ArrayArray(ctx context.Context, req string) ([][]float64, error)
	// TestResponseStringFloat64Nullable implements test_response_string_float64_nullable operation.
	//
	// POST /test_response_string_float64_nullable
	TestResponseStringFloat64Nullable(ctx context.Context, req string) (NilStringFloat64, error)
	// TestResponseStringFloat64NullableArray implements test_response_string_float64_nullable_array operation.
	//
	// POST /test_response_string_float64_nullable_array
	TestResponseStringFloat64NullableArray(ctx context.Context, req string) ([]NilStringFloat64, error)
	// TestResponseStringFloat64NullableArrayArray implements test_response_string_float64_nullable_array_array operation.
	//
	// POST /test_response_string_float64_nullable_array_array
	TestResponseStringFloat64NullableArrayArray(ctx context.Context, req string) ([][]NilStringFloat64, error)
	// TestResponseStringHostname implements test_response_string_hostname operation.
	//
	// POST /test_response_string_hostname
	TestResponseStringHostname(ctx context.Context, req string) (string, error)
	// TestResponseStringHostnameArray implements test_response_string_hostname_array operation.
	//
	// POST /test_response_string_hostname_array
	TestResponseStringHostnameArray(ctx context.Context, req string) ([]string, error)
	// TestResponseStringHostnameArrayArray implements test_response_string_hostname_array_array operation.
	//
	// POST /test_response_string_hostname_array_array
	TestResponseStringHostnameArrayArray(ctx context.Context, req string) ([][]string, error)
	// TestResponseStringHostnameNullable implements test_response_string_hostname_nullable operation.
	//
	// POST /test_response_string_hostname_nullable
	TestResponseStringHostnameNullable(ctx context.Context, req string) (NilString, error)
	// TestResponseStringHostnameNullableArray implements test_response_string_hostname_nullable_array operation.
	//
	// POST /test_response_string_hostname_nullable_array
	TestResponseStringHostnameNullableArray(ctx context.Context, req string) ([]NilString, error)
	// TestResponseStringHostnameNullableArrayArray implements test_response_string_hostname_nullable_array_array operation.
	//
	// POST /test_response_string_hostname_nullable_array_array
	TestResponseStringHostnameNullableArrayArray(ctx context.Context, req string) ([][]NilString, error)
	// TestResponseStringIP implements test_response_string_ip operation.
	//
	// POST /test_response_string_ip
	TestResponseStringIP(ctx context.Context, req string) (netip.Addr, error)
	// TestResponseStringIPArray implements test_response_string_ip_array operation.
	//
	// POST /test_response_string_ip_array
	TestResponseStringIPArray(ctx context.Context, req string) ([]netip.Addr, error)
	// TestResponseStringIPArrayArray implements test_response_string_ip_array_array operation.
	//
	// POST /test_response_string_ip_array_array
	TestResponseStringIPArrayArray(ctx context.Context, req string) ([][]netip.Addr, error)
	// TestResponseStringIPNullable implements test_response_string_ip_nullable operation.
	//
	// POST /test_response_string_ip_nullable
	TestResponseStringIPNullable(ctx context.Context, req string) (NilIP, error)
	// TestResponseStringIPNullableArray implements test_response_string_ip_nullable_array operation.
	//
	// POST /test_response_string_ip_nullable_array
	TestResponseStringIPNullableArray(ctx context.Context, req string) ([]NilIP, error)
	// TestResponseStringIPNullableArrayArray implements test_response_string_ip_nullable_array_array operation.
	//
	// POST /test_response_string_ip_nullable_array_array
	TestResponseStringIPNullableArrayArray(ctx context.Context, req string) ([][]NilIP, error)
	// TestResponseStringInt implements test_response_string_int operation.
	//
	// POST /test_response_string_int
	TestResponseStringInt(ctx context.Context, req string) (int, error)
	// TestResponseStringInt16 implements test_response_string_int16 operation.
	//
	// POST /test_response_string_int16
	TestResponseStringInt16(ctx context.Context, req string) (int16, error)
	// TestResponseStringInt16Array implements test_response_string_int16_array operation.
	//
	// POST /test_response_string_int16_array
	TestResponseStringInt16Array(ctx context.Context, req string) ([]int16, error)
	// TestResponseStringInt16ArrayArray implements test_response_string_int16_array_array operation.
	//
	// POST /test_response_string_int16_array_array
	TestResponseStringInt16ArrayArray(ctx context.Context, req string) ([][]int16, error)
	// TestResponseStringInt16Nullable implements test_response_string_int16_nullable operation.
	//
	// POST /test_response_string_int16_nullable
	TestResponseStringInt16Nullable(ctx context.Context, req string) (NilStringInt16, error)
	// TestResponseStringInt16NullableArray implements test_response_string_int16_nullable_array operation.
	//
	// POST /test_response_string_int16_nullable_array
	TestResponseStringInt16NullableArray(ctx context.Context, req string) ([]NilStringInt16, error)
	// TestResponseStringInt16NullableArrayArray implements test_response_string_int16_nullable_array_array operation.
	//
	// POST /test_response_string_int16_nullable_array_array
	TestResponseStringInt16NullableArrayArray(ctx context.Context, req string) ([][]NilStringInt16, error)
	// TestResponseStringInt32 implements test_response_string_int32 operation.
	//
	// POST /test_response_string_int32
	TestResponseStringInt32(ctx context.Context, req string) (int32, error)
	// TestResponseStringInt32Array implements test_response_string_int32_array operation.
	//
	// POST /test_response_string_int32_array
	TestResponseStringInt32Array(ctx context.Context, req string) ([]int32, error)
	// TestResponseStringInt32ArrayArray implements test_response_string_int32_array_array operation.
	//
	// POST /test_response_string_int32_array_array
	TestResponseStringInt32ArrayArray(ctx context.Context, req string) ([][]int32, error)
	// TestResponseStringInt32Nullable implements test_response_string_int32_nullable operation.
	//
	// POST /test_response_string_int32_nullable
	TestResponseStringInt32Nullable(ctx context.Context, req string) (NilStringInt32, error)
	// TestResponseStringInt32NullableArray implements test_response_string_int32_nullable_array operation.
	//
	// POST /test_response_string_int32_nullable_array
	TestResponseStringInt32NullableArray(ctx context.Context, req string) ([]NilStringInt32, error)
	// TestResponseStringInt32NullableArrayArray implements test_response_string_int32_nullable_array_array operation.
	//
	// POST /test_response_string_int32_nullable_array_array
	TestResponseStringInt32NullableArrayArray(ctx context.Context, req string) ([][]NilStringInt32, error)
	// TestResponseStringInt64 implements test_response_string_int64 operation.
	//
	// POST /test_response_string_int64
	TestResponseStringInt64(ctx context.Context, req string) (int64, error)
	// TestResponseStringInt64Array implements test_response_string_int64_array operation.
	//
	// POST /test_response_string_int64_array
	TestResponseStringInt64Array(ctx context.Context, req string) ([]int64, error)
	// TestResponseStringInt64ArrayArray implements test_response_string_int64_array_array operation.
	//
	// POST /test_response_string_int64_array_array
	TestResponseStringInt64ArrayArray(ctx context.Context, req string) ([][]int64, error)
	// TestResponseStringInt64Nullable implements test_response_string_int64_nullable operation.
	//
	// POST /test_response_string_int64_nullable
	TestResponseStringInt64Nullable(ctx context.Context, req string) (NilStringInt64, error)
	// TestResponseStringInt64NullableArray implements test_response_string_int64_nullable_array operation.
	//
	// POST /test_response_string_int64_nullable_array
	TestResponseStringInt64NullableArray(ctx context.Context, req string) ([]NilStringInt64, error)
	// TestResponseStringInt64NullableArrayArray implements test_response_string_int64_nullable_array_array operation.
	//
	// POST /test_response_string_int64_nullable_array_array
	TestResponseStringInt64NullableArrayArray(ctx context.Context, req string) ([][]NilStringInt64, error)
	// TestResponseStringInt8 implements test_response_string_int8 operation.
	//
	// POST /test_response_string_int8
	TestResponseStringInt8(ctx context.Context, req string) (int8, error)
	// TestResponseStringInt8Array implements test_response_string_int8_array operation.
	//
	// POST /test_response_string_int8_array
	TestResponseStringInt8Array(ctx context.Context, req string) ([]int8, error)
	// TestResponseStringInt8ArrayArray implements test_response_string_int8_array_array operation.
	//
	// POST /test_response_string_int8_array_array
	TestResponseStringInt8ArrayArray(ctx context.Context, req string) ([][]int8, error)
	// TestResponseStringInt8Nullable implements test_response_string_int8_nullable operation.
	//
	// POST /test_response_string_int8_nullable
	TestResponseStringInt8Nullable(ctx context.Context, req string) (NilStringInt8, error)
	// TestResponseStringInt8NullableArray implements test_response_string_int8_nullable_array operation.
	//
	// POST /test_response_string_int8_nullable_array
	TestResponseStringInt8NullableArray(ctx context.Context, req string) ([]NilStringInt8, error)
	// TestResponseStringInt8NullableArrayArray implements test_response_string_int8_nullable_array_array operation.
	//
	// POST /test_response_string_int8_nullable_array_array
	TestResponseStringInt8NullableArrayArray(ctx context.Context, req string) ([][]NilStringInt8, error)
	// TestResponseStringIntArray implements test_response_string_int_array operation.
	//
	// POST /test_response_string_int_array
	TestResponseStringIntArray(ctx context.Context, req string) ([]int, error)
	// TestResponseStringIntArrayArray implements test_response_string_int_array_array operation.
	//
	// POST /test_response_string_int_array_array
	TestResponseStringIntArrayArray(ctx context.Context, req string) ([][]int, error)
	// TestResponseStringIntNullable implements test_response_string_int_nullable operation.
	//
	// POST /test_response_string_int_nullable
	TestResponseStringIntNullable(ctx context.Context, req string) (NilStringInt, error)
	// TestResponseStringIntNullableArray implements test_response_string_int_nullable_array operation.
	//
	// POST /test_response_string_int_nullable_array
	TestResponseStringIntNullableArray(ctx context.Context, req string) ([]NilStringInt, error)
	// TestResponseStringIntNullableArrayArray implements test_response_string_int_nullable_array_array operation.
	//
	// POST /test_response_string_int_nullable_array_array
	TestResponseStringIntNullableArrayArray(ctx context.Context, req string) ([][]NilStringInt, error)
	// TestResponseStringIpv4 implements test_response_string_ipv4 operation.
	//
	// POST /test_response_string_ipv4
	TestResponseStringIpv4(ctx context.Context, req string) (netip.Addr, error)
	// TestResponseStringIpv4Array implements test_response_string_ipv4_array operation.
	//
	// POST /test_response_string_ipv4_array
	TestResponseStringIpv4Array(ctx context.Context, req string) ([]netip.Addr, error)
	// TestResponseStringIpv4ArrayArray implements test_response_string_ipv4_array_array operation.
	//
	// POST /test_response_string_ipv4_array_array
	TestResponseStringIpv4ArrayArray(ctx context.Context, req string) ([][]netip.Addr, error)
	// TestResponseStringIpv4Nullable implements test_response_string_ipv4_nullable operation.
	//
	// POST /test_response_string_ipv4_nullable
	TestResponseStringIpv4Nullable(ctx context.Context, req string) (NilIPv4, error)
	// TestResponseStringIpv4NullableArray implements test_response_string_ipv4_nullable_array operation.
	//
	// POST /test_response_string_ipv4_nullable_array
	TestResponseStringIpv4NullableArray(ctx context.Context, req string) ([]NilIPv4, error)
	// TestResponseStringIpv4NullableArrayArray implements test_response_string_ipv4_nullable_array_array operation.
	//
	// POST /test_response_string_ipv4_nullable_array_array
	TestResponseStringIpv4NullableArrayArray(ctx context.Context, req string) ([][]NilIPv4, error)
	// TestResponseStringIpv6 implements test_response_string_ipv6 operation.
	//
	// POST /test_response_string_ipv6
	TestResponseStringIpv6(ctx context.Context, req string) (netip.Addr, error)
	// TestResponseStringIpv6Array implements test_response_string_ipv6_array operation.
	//
	// POST /test_response_string_ipv6_array
	TestResponseStringIpv6Array(ctx context.Context, req string) ([]netip.Addr, error)
	// TestResponseStringIpv6ArrayArray implements test_response_string_ipv6_array_array operation.
	//
	// POST /test_response_string_ipv6_array_array
	TestResponseStringIpv6ArrayArray(ctx context.Context, req string) ([][]netip.Addr, error)
	// TestResponseStringIpv6Nullable implements test_response_string_ipv6_nullable operation.
	//
	// POST /test_response_string_ipv6_nullable
	TestResponseStringIpv6Nullable(ctx context.Context, req string) (NilIPv6, error)
	// TestResponseStringIpv6NullableArray implements test_response_string_ipv6_nullable_array operation.
	//
	// POST /test_response_string_ipv6_nullable_array
	TestResponseStringIpv6NullableArray(ctx context.Context, req string) ([]NilIPv6, error)
	// TestResponseStringIpv6NullableArrayArray implements test_response_string_ipv6_nullable_array_array operation.
	//
	// POST /test_response_string_ipv6_nullable_array_array
	TestResponseStringIpv6NullableArrayArray(ctx context.Context, req string) ([][]NilIPv6, error)
	// TestResponseStringMAC implements test_response_string_mac operation.
	//
	// POST /test_response_string_mac
	TestResponseStringMAC(ctx context.Context, req string) (net.HardwareAddr, error)
	// TestResponseStringMACArray implements test_response_string_mac_array operation.
	//
	// POST /test_response_string_mac_array
	TestResponseStringMACArray(ctx context.Context, req string) ([]net.HardwareAddr, error)
	// TestResponseStringMACArrayArray implements test_response_string_mac_array_array operation.
	//
	// POST /test_response_string_mac_array_array
	TestResponseStringMACArrayArray(ctx context.Context, req string) ([][]net.HardwareAddr, error)
	// TestResponseStringMACNullable implements test_response_string_mac_nullable operation.
	//
	// POST /test_response_string_mac_nullable
	TestResponseStringMACNullable(ctx context.Context, req string) (NilHardwareAddr, error)
	// TestResponseStringMACNullableArray implements test_response_string_mac_nullable_array operation.
	//
	// POST /test_response_string_mac_nullable_array
	TestResponseStringMACNullableArray(ctx context.Context, req string) ([]NilHardwareAddr, error)
	// TestResponseStringMACNullableArrayArray implements test_response_string_mac_nullable_array_array operation.
	//
	// POST /test_response_string_mac_nullable_array_array
	TestResponseStringMACNullableArrayArray(ctx context.Context, req string) ([][]NilHardwareAddr, error)
	// TestResponseStringNullable implements test_response_string_nullable operation.
	//
	// POST /test_response_string_nullable
	TestResponseStringNullable(ctx context.Context, req string) (NilString, error)
	// TestResponseStringNullableArray implements test_response_string_nullable_array operation.
	//
	// POST /test_response_string_nullable_array
	TestResponseStringNullableArray(ctx context.Context, req string) ([]NilString, error)
	// TestResponseStringNullableArrayArray implements test_response_string_nullable_array_array operation.
	//
	// POST /test_response_string_nullable_array_array
	TestResponseStringNullableArrayArray(ctx context.Context, req string) ([][]NilString, error)
	// TestResponseStringPassword implements test_response_string_password operation.
	//
	// POST /test_response_string_password
	TestResponseStringPassword(ctx context.Context, req string) (string, error)
	// TestResponseStringPasswordArray implements test_response_string_password_array operation.
	//
	// POST /test_response_string_password_array
	TestResponseStringPasswordArray(ctx context.Context, req string) ([]string, error)
	// TestResponseStringPasswordArrayArray implements test_response_string_password_array_array operation.
	//
	// POST /test_response_string_password_array_array
	TestResponseStringPasswordArrayArray(ctx context.Context, req string) ([][]string, error)
	// TestResponseStringPasswordNullable implements test_response_string_password_nullable operation.
	//
	// POST /test_response_string_password_nullable
	TestResponseStringPasswordNullable(ctx context.Context, req string) (NilString, error)
	// TestResponseStringPasswordNullableArray implements test_response_string_password_nullable_array operation.
	//
	// POST /test_response_string_password_nullable_array
	TestResponseStringPasswordNullableArray(ctx context.Context, req string) ([]NilString, error)
	// TestResponseStringPasswordNullableArrayArray implements test_response_string_password_nullable_array_array operation.
	//
	// POST /test_response_string_password_nullable_array_array
	TestResponseStringPasswordNullableArrayArray(ctx context.Context, req string) ([][]NilString, error)
	// TestResponseStringTime implements test_response_string_time operation.
	//
	// POST /test_response_string_time
	TestResponseStringTime(ctx context.Context, req string) (time.Time, error)
	// TestResponseStringTimeArray implements test_response_string_time_array operation.
	//
	// POST /test_response_string_time_array
	TestResponseStringTimeArray(ctx context.Context, req string) ([]time.Time, error)
	// TestResponseStringTimeArrayArray implements test_response_string_time_array_array operation.
	//
	// POST /test_response_string_time_array_array
	TestResponseStringTimeArrayArray(ctx context.Context, req string) ([][]time.Time, error)
	// TestResponseStringTimeNullable implements test_response_string_time_nullable operation.
	//
	// POST /test_response_string_time_nullable
	TestResponseStringTimeNullable(ctx context.Context, req string) (NilTime, error)
	// TestResponseStringTimeNullableArray implements test_response_string_time_nullable_array operation.
	//
	// POST /test_response_string_time_nullable_array
	TestResponseStringTimeNullableArray(ctx context.Context, req string) ([]NilTime, error)
	// TestResponseStringTimeNullableArrayArray implements test_response_string_time_nullable_array_array operation.
	//
	// POST /test_response_string_time_nullable_array_array
	TestResponseStringTimeNullableArrayArray(ctx context.Context, req string) ([][]NilTime, error)
	// TestResponseStringURI implements test_response_string_uri operation.
	//
	// POST /test_response_string_uri
	TestResponseStringURI(ctx context.Context, req string) (url.URL, error)
	// TestResponseStringURIArray implements test_response_string_uri_array operation.
	//
	// POST /test_response_string_uri_array
	TestResponseStringURIArray(ctx context.Context, req string) ([]url.URL, error)
	// TestResponseStringURIArrayArray implements test_response_string_uri_array_array operation.
	//
	// POST /test_response_string_uri_array_array
	TestResponseStringURIArrayArray(ctx context.Context, req string) ([][]url.URL, error)
	// TestResponseStringURINullable implements test_response_string_uri_nullable operation.
	//
	// POST /test_response_string_uri_nullable
	TestResponseStringURINullable(ctx context.Context, req string) (NilURI, error)
	// TestResponseStringURINullableArray implements test_response_string_uri_nullable_array operation.
	//
	// POST /test_response_string_uri_nullable_array
	TestResponseStringURINullableArray(ctx context.Context, req string) ([]NilURI, error)
	// TestResponseStringURINullableArrayArray implements test_response_string_uri_nullable_array_array operation.
	//
	// POST /test_response_string_uri_nullable_array_array
	TestResponseStringURINullableArrayArray(ctx context.Context, req string) ([][]NilURI, error)
	// TestResponseStringUUID implements test_response_string_uuid operation.
	//
	// POST /test_response_string_uuid
	TestResponseStringUUID(ctx context.Context, req string) (uuid.UUID, error)
	// TestResponseStringUUIDArray implements test_response_string_uuid_array operation.
	//
	// POST /test_response_string_uuid_array
	TestResponseStringUUIDArray(ctx context.Context, req string) ([]uuid.UUID, error)
	// TestResponseStringUUIDArrayArray implements test_response_string_uuid_array_array operation.
	//
	// POST /test_response_string_uuid_array_array
	TestResponseStringUUIDArrayArray(ctx context.Context, req string) ([][]uuid.UUID, error)
	// TestResponseStringUUIDNullable implements test_response_string_uuid_nullable operation.
	//
	// POST /test_response_string_uuid_nullable
	TestResponseStringUUIDNullable(ctx context.Context, req string) (NilUUID, error)
	// TestResponseStringUUIDNullableArray implements test_response_string_uuid_nullable_array operation.
	//
	// POST /test_response_string_uuid_nullable_array
	TestResponseStringUUIDNullableArray(ctx context.Context, req string) ([]NilUUID, error)
	// TestResponseStringUUIDNullableArrayArray implements test_response_string_uuid_nullable_array_array operation.
	//
	// POST /test_response_string_uuid_nullable_array_array
	TestResponseStringUUIDNullableArrayArray(ctx context.Context, req string) ([][]NilUUID, error)
	// TestResponseStringUint implements test_response_string_uint operation.
	//
	// POST /test_response_string_uint
	TestResponseStringUint(ctx context.Context, req string) (uint, error)
	// TestResponseStringUint16 implements test_response_string_uint16 operation.
	//
	// POST /test_response_string_uint16
	TestResponseStringUint16(ctx context.Context, req string) (uint16, error)
	// TestResponseStringUint16Array implements test_response_string_uint16_array operation.
	//
	// POST /test_response_string_uint16_array
	TestResponseStringUint16Array(ctx context.Context, req string) ([]uint16, error)
	// TestResponseStringUint16ArrayArray implements test_response_string_uint16_array_array operation.
	//
	// POST /test_response_string_uint16_array_array
	TestResponseStringUint16ArrayArray(ctx context.Context, req string) ([][]uint16, error)
	// TestResponseStringUint16Nullable implements test_response_string_uint16_nullable operation.
	//
	// POST /test_response_string_uint16_nullable
	TestResponseStringUint16Nullable(ctx context.Context, req string) (NilStringUint16, error)
	// TestResponseStringUint16NullableArray implements test_response_string_uint16_nullable_array operation.
	//
	// POST /test_response_string_uint16_nullable_array
	TestResponseStringUint16NullableArray(ctx context.Context, req string) ([]NilStringUint16, error)
	// TestResponseStringUint16NullableArrayArray implements test_response_string_uint16_nullable_array_array operation.
	//
	// POST /test_response_string_uint16_nullable_array_array
	TestResponseStringUint16NullableArrayArray(ctx context.Context, req string) ([][]NilStringUint16, error)
	// TestResponseStringUint32 implements test_response_string_uint32 operation.
	//
	// POST /test_response_string_uint32
	TestResponseStringUint32(ctx context.Context, req string) (uint32, error)
	// TestResponseStringUint32Array implements test_response_string_uint32_array operation.
	//
	// POST /test_response_string_uint32_array
	TestResponseStringUint32Array(ctx context.Context, req string) ([]uint32, error)
	// TestResponseStringUint32ArrayArray implements test_response_string_uint32_array_array operation.
	//
	// POST /test_response_string_uint32_array_array
	TestResponseStringUint32ArrayArray(ctx context.Context, req string) ([][]uint32, error)
	// TestResponseStringUint32Nullable implements test_response_string_uint32_nullable operation.
	//
	// POST /test_response_string_uint32_nullable
	TestResponseStringUint32Nullable(ctx context.Context, req string) (NilStringUint32, error)
	// TestResponseStringUint32NullableArray implements test_response_string_uint32_nullable_array operation.
	//
	// POST /test_response_string_uint32_nullable_array
	TestResponseStringUint32NullableArray(ctx context.Context, req string) ([]NilStringUint32, error)
	// TestResponseStringUint32NullableArrayArray implements test_response_string_uint32_nullable_array_array operation.
	//
	// POST /test_response_string_uint32_nullable_array_array
	TestResponseStringUint32NullableArrayArray(ctx context.Context, req string) ([][]NilStringUint32, error)
	// TestResponseStringUint64 implements test_response_string_uint64 operation.
	//
	// POST /test_response_string_uint64
	TestResponseStringUint64(ctx context.Context, req string) (uint64, error)
	// TestResponseStringUint64Array implements test_response_string_uint64_array operation.
	//
	// POST /test_response_string_uint64_array
	TestResponseStringUint64Array(ctx context.Context, req string) ([]uint64, error)
	// TestResponseStringUint64ArrayArray implements test_response_string_uint64_array_array operation.
	//
	// POST /test_response_string_uint64_array_array
	TestResponseStringUint64ArrayArray(ctx context.Context, req string) ([][]uint64, error)
	// TestResponseStringUint64Nullable implements test_response_string_uint64_nullable operation.
	//
	// POST /test_response_string_uint64_nullable
	TestResponseStringUint64Nullable(ctx context.Context, req string) (NilStringUint64, error)
	// TestResponseStringUint64NullableArray implements test_response_string_uint64_nullable_array operation.
	//
	// POST /test_response_string_uint64_nullable_array
	TestResponseStringUint64NullableArray(ctx context.Context, req string) ([]NilStringUint64, error)
	// TestResponseStringUint64NullableArrayArray implements test_response_string_uint64_nullable_array_array operation.
	//
	// POST /test_response_string_uint64_nullable_array_array
	TestResponseStringUint64NullableArrayArray(ctx context.Context, req string) ([][]NilStringUint64, error)
	// TestResponseStringUint8 implements test_response_string_uint8 operation.
	//
	// POST /test_response_string_uint8
	TestResponseStringUint8(ctx context.Context, req string) (uint8, error)
	// TestResponseStringUint8Array implements test_response_string_uint8_array operation.
	//
	// POST /test_response_string_uint8_array
	TestResponseStringUint8Array(ctx context.Context, req string) ([]uint8, error)
	// TestResponseStringUint8ArrayArray implements test_response_string_uint8_array_array operation.
	//
	// POST /test_response_string_uint8_array_array
	TestResponseStringUint8ArrayArray(ctx context.Context, req string) ([][]uint8, error)
	// TestResponseStringUint8Nullable implements test_response_string_uint8_nullable operation.
	//
	// POST /test_response_string_uint8_nullable
	TestResponseStringUint8Nullable(ctx context.Context, req string) (NilStringUint8, error)
	// TestResponseStringUint8NullableArray implements test_response_string_uint8_nullable_array operation.
	//
	// POST /test_response_string_uint8_nullable_array
	TestResponseStringUint8NullableArray(ctx context.Context, req string) ([]NilStringUint8, error)
	// TestResponseStringUint8NullableArrayArray implements test_response_string_uint8_nullable_array_array operation.
	//
	// POST /test_response_string_uint8_nullable_array_array
	TestResponseStringUint8NullableArrayArray(ctx context.Context, req string) ([][]NilStringUint8, error)
	// TestResponseStringUintArray implements test_response_string_uint_array operation.
	//
	// POST /test_response_string_uint_array
	TestResponseStringUintArray(ctx context.Context, req string) ([]uint, error)
	// TestResponseStringUintArrayArray implements test_response_string_uint_array_array operation.
	//
	// POST /test_response_string_uint_array_array
	TestResponseStringUintArrayArray(ctx context.Context, req string) ([][]uint, error)
	// TestResponseStringUintNullable implements test_response_string_uint_nullable operation.
	//
	// POST /test_response_string_uint_nullable
	TestResponseStringUintNullable(ctx context.Context, req string) (NilStringUint, error)
	// TestResponseStringUintNullableArray implements test_response_string_uint_nullable_array operation.
	//
	// POST /test_response_string_uint_nullable_array
	TestResponseStringUintNullableArray(ctx context.Context, req string) ([]NilStringUint, error)
	// TestResponseStringUintNullableArrayArray implements test_response_string_uint_nullable_array_array operation.
	//
	// POST /test_response_string_uint_nullable_array_array
	TestResponseStringUintNullableArrayArray(ctx context.Context, req string) ([][]NilStringUint, error)
	// TestResponseStringUnix implements test_response_string_unix operation.
	//
	// POST /test_response_string_unix
	TestResponseStringUnix(ctx context.Context, req string) (time.Time, error)
	// TestResponseStringUnixArray implements test_response_string_unix_array operation.
	//
	// POST /test_response_string_unix_array
	TestResponseStringUnixArray(ctx context.Context, req string) ([]time.Time, error)
	// TestResponseStringUnixArrayArray implements test_response_string_unix_array_array operation.
	//
	// POST /test_response_string_unix_array_array
	TestResponseStringUnixArrayArray(ctx context.Context, req string) ([][]time.Time, error)
	// TestResponseStringUnixMicro implements test_response_string_unix-micro operation.
	//
	// POST /test_response_string_unix-micro
	TestResponseStringUnixMicro(ctx context.Context, req string) (time.Time, error)
	// TestResponseStringUnixMicroArray implements test_response_string_unix-micro_array operation.
	//
	// POST /test_response_string_unix-micro_array
	TestResponseStringUnixMicroArray(ctx context.Context, req string) ([]time.Time, error)
	// TestResponseStringUnixMicroArrayArray implements test_response_string_unix-micro_array_array operation.
	//
	// POST /test_response_string_unix-micro_array_array
	TestResponseStringUnixMicroArrayArray(ctx context.Context, req string) ([][]time.Time, error)
	// TestResponseStringUnixMicroNullable implements test_response_string_unix-micro_nullable operation.
	//
	// POST /test_response_string_unix-micro_nullable
	TestResponseStringUnixMicroNullable(ctx context.Context, req string) (NilStringUnixMicro, error)
	// TestResponseStringUnixMicroNullableArray implements test_response_string_unix-micro_nullable_array operation.
	//
	// POST /test_response_string_unix-micro_nullable_array
	TestResponseStringUnixMicroNullableArray(ctx context.Context, req string) ([]NilStringUnixMicro, error)
	// TestResponseStringUnixMicroNullableArrayArray implements test_response_string_unix-micro_nullable_array_array operation.
	//
	// POST /test_response_string_unix-micro_nullable_array_array
	TestResponseStringUnixMicroNullableArrayArray(ctx context.Context, req string) ([][]NilStringUnixMicro, error)
	// TestResponseStringUnixMilli implements test_response_string_unix-milli operation.
	//
	// POST /test_response_string_unix-milli
	TestResponseStringUnixMilli(ctx context.Context, req string) (time.Time, error)
	// TestResponseStringUnixMilliArray implements test_response_string_unix-milli_array operation.
	//
	// POST /test_response_string_unix-milli_array
	TestResponseStringUnixMilliArray(ctx context.Context, req string) ([]time.Time, error)
	// TestResponseStringUnixMilliArrayArray implements test_response_string_unix-milli_array_array operation.
	//
	// POST /test_response_string_unix-milli_array_array
	TestResponseStringUnixMilliArrayArray(ctx context.Context, req string) ([][]time.Time, error)
	// TestResponseStringUnixMilliNullable implements test_response_string_unix-milli_nullable operation.
	//
	// POST /test_response_string_unix-milli_nullable
	TestResponseStringUnixMilliNullable(ctx context.Context, req string) (NilStringUnixMilli, error)
	// TestResponseStringUnixMilliNullableArray implements test_response_string_unix-milli_nullable_array operation.
	//
	// POST /test_response_string_unix-milli_nullable_array
	TestResponseStringUnixMilliNullableArray(ctx context.Context, req string) ([]NilStringUnixMilli, error)
	// TestResponseStringUnixMilliNullableArrayArray implements test_response_string_unix-milli_nullable_array_array operation.
	//
	// POST /test_response_string_unix-milli_nullable_array_array
	TestResponseStringUnixMilliNullableArrayArray(ctx context.Context, req string) ([][]NilStringUnixMilli, error)
	// TestResponseStringUnixNano implements test_response_string_unix-nano operation.
	//
	// POST /test_response_string_unix-nano
	TestResponseStringUnixNano(ctx context.Context, req string) (time.Time, error)
	// TestResponseStringUnixNanoArray implements test_response_string_unix-nano_array operation.
	//
	// POST /test_response_string_unix-nano_array
	TestResponseStringUnixNanoArray(ctx context.Context, req string) ([]time.Time, error)
	// TestResponseStringUnixNanoArrayArray implements test_response_string_unix-nano_array_array operation.
	//
	// POST /test_response_string_unix-nano_array_array
	TestResponseStringUnixNanoArrayArray(ctx context.Context, req string) ([][]time.Time, error)
	// TestResponseStringUnixNanoNullable implements test_response_string_unix-nano_nullable operation.
	//
	// POST /test_response_string_unix-nano_nullable
	TestResponseStringUnixNanoNullable(ctx context.Context, req string) (NilStringUnixNano, error)
	// TestResponseStringUnixNanoNullableArray implements test_response_string_unix-nano_nullable_array operation.
	//
	// POST /test_response_string_unix-nano_nullable_array
	TestResponseStringUnixNanoNullableArray(ctx context.Context, req string) ([]NilStringUnixNano, error)
	// TestResponseStringUnixNanoNullableArrayArray implements test_response_string_unix-nano_nullable_array_array operation.
	//
	// POST /test_response_string_unix-nano_nullable_array_array
	TestResponseStringUnixNanoNullableArrayArray(ctx context.Context, req string) ([][]NilStringUnixNano, error)
	// TestResponseStringUnixNullable implements test_response_string_unix_nullable operation.
	//
	// POST /test_response_string_unix_nullable
	TestResponseStringUnixNullable(ctx context.Context, req string) (NilStringUnixSeconds, error)
	// TestResponseStringUnixNullableArray implements test_response_string_unix_nullable_array operation.
	//
	// POST /test_response_string_unix_nullable_array
	TestResponseStringUnixNullableArray(ctx context.Context, req string) ([]NilStringUnixSeconds, error)
	// TestResponseStringUnixNullableArrayArray implements test_response_string_unix_nullable_array_array operation.
	//
	// POST /test_response_string_unix_nullable_array_array
	TestResponseStringUnixNullableArrayArray(ctx context.Context, req string) ([][]NilStringUnixSeconds, error)
	// TestResponseStringUnixSeconds implements test_response_string_unix-seconds operation.
	//
	// POST /test_response_string_unix-seconds
	TestResponseStringUnixSeconds(ctx context.Context, req string) (time.Time, error)
	// TestResponseStringUnixSecondsArray implements test_response_string_unix-seconds_array operation.
	//
	// POST /test_response_string_unix-seconds_array
	TestResponseStringUnixSecondsArray(ctx context.Context, req string) ([]time.Time, error)
	// TestResponseStringUnixSecondsArrayArray implements test_response_string_unix-seconds_array_array operation.
	//
	// POST /test_response_string_unix-seconds_array_array
	TestResponseStringUnixSecondsArrayArray(ctx context.Context, req string) ([][]time.Time, error)
	// TestResponseStringUnixSecondsNullable implements test_response_string_unix-seconds_nullable operation.
	//
	// POST /test_response_string_unix-seconds_nullable
	TestResponseStringUnixSecondsNullable(ctx context.Context, req string) (NilStringUnixSeconds, error)
	// TestResponseStringUnixSecondsNullableArray implements test_response_string_unix-seconds_nullable_array operation.
	//
	// POST /test_response_string_unix-seconds_nullable_array
	TestResponseStringUnixSecondsNullableArray(ctx context.Context, req string) ([]NilStringUnixSeconds, error)
	// TestResponseStringUnixSecondsNullableArrayArray implements test_response_string_unix-seconds_nullable_array_array operation.
	//
	// POST /test_response_string_unix-seconds_nullable_array_array
	TestResponseStringUnixSecondsNullableArrayArray(ctx context.Context, req string) ([][]NilStringUnixSeconds, error)
}

Handler handles operations described by OpenAPI v3 specification.

type Invoker

type Invoker interface {
	// TestQueryParameter invokes test_query_parameter operation.
	//
	// POST /test_query_parameter
	TestQueryParameter(ctx context.Context, request string, params TestQueryParameterParams) (*Error, error)
	// TestRequestAny invokes test_request_Any operation.
	//
	// POST /test_request_Any
	TestRequestAny(ctx context.Context, request jx.Raw) (*Error, error)
	// TestRequestBoolean invokes test_request_boolean operation.
	//
	// POST /test_request_boolean
	TestRequestBoolean(ctx context.Context, request OptBool) (*Error, error)
	// TestRequestBooleanArray invokes test_request_boolean_array operation.
	//
	// POST /test_request_boolean_array
	TestRequestBooleanArray(ctx context.Context, request []bool) (*Error, error)
	// TestRequestBooleanArrayArray invokes test_request_boolean_array_array operation.
	//
	// POST /test_request_boolean_array_array
	TestRequestBooleanArrayArray(ctx context.Context, request [][]bool) (*Error, error)
	// TestRequestBooleanNullable invokes test_request_boolean_nullable operation.
	//
	// POST /test_request_boolean_nullable
	TestRequestBooleanNullable(ctx context.Context, request OptNilBool) (*Error, error)
	// TestRequestBooleanNullableArray invokes test_request_boolean_nullable_array operation.
	//
	// POST /test_request_boolean_nullable_array
	TestRequestBooleanNullableArray(ctx context.Context, request []NilBool) (*Error, error)
	// TestRequestBooleanNullableArrayArray invokes test_request_boolean_nullable_array_array operation.
	//
	// POST /test_request_boolean_nullable_array_array
	TestRequestBooleanNullableArrayArray(ctx context.Context, request [][]NilBool) (*Error, error)
	// TestRequestEmptyStruct invokes test_request_EmptyStruct operation.
	//
	// POST /test_request_EmptyStruct
	TestRequestEmptyStruct(ctx context.Context, request *TestRequestEmptyStructReq) (*Error, error)
	// TestRequestFormatTest invokes test_request_FormatTest operation.
	//
	// POST /test_request_FormatTest
	TestRequestFormatTest(ctx context.Context, request OptTestRequestFormatTestReq) (*Error, error)
	// TestRequestInteger invokes test_request_integer operation.
	//
	// POST /test_request_integer
	TestRequestInteger(ctx context.Context, request OptInt) (*Error, error)
	// TestRequestIntegerArray invokes test_request_integer_array operation.
	//
	// POST /test_request_integer_array
	TestRequestIntegerArray(ctx context.Context, request []int) (*Error, error)
	// TestRequestIntegerArrayArray invokes test_request_integer_array_array operation.
	//
	// POST /test_request_integer_array_array
	TestRequestIntegerArrayArray(ctx context.Context, request [][]int) (*Error, error)
	// TestRequestIntegerInt16 invokes test_request_integer_int16 operation.
	//
	// POST /test_request_integer_int16
	TestRequestIntegerInt16(ctx context.Context, request OptInt16) (*Error, error)
	// TestRequestIntegerInt16Array invokes test_request_integer_int16_array operation.
	//
	// POST /test_request_integer_int16_array
	TestRequestIntegerInt16Array(ctx context.Context, request []int16) (*Error, error)
	// TestRequestIntegerInt16ArrayArray invokes test_request_integer_int16_array_array operation.
	//
	// POST /test_request_integer_int16_array_array
	TestRequestIntegerInt16ArrayArray(ctx context.Context, request [][]int16) (*Error, error)
	// TestRequestIntegerInt16Nullable invokes test_request_integer_int16_nullable operation.
	//
	// POST /test_request_integer_int16_nullable
	TestRequestIntegerInt16Nullable(ctx context.Context, request OptNilInt16) (*Error, error)
	// TestRequestIntegerInt16NullableArray invokes test_request_integer_int16_nullable_array operation.
	//
	// POST /test_request_integer_int16_nullable_array
	TestRequestIntegerInt16NullableArray(ctx context.Context, request []NilInt16) (*Error, error)
	// TestRequestIntegerInt16NullableArrayArray invokes test_request_integer_int16_nullable_array_array operation.
	//
	// POST /test_request_integer_int16_nullable_array_array
	TestRequestIntegerInt16NullableArrayArray(ctx context.Context, request [][]NilInt16) (*Error, error)
	// TestRequestIntegerInt32 invokes test_request_integer_int32 operation.
	//
	// POST /test_request_integer_int32
	TestRequestIntegerInt32(ctx context.Context, request OptInt32) (*Error, error)
	// TestRequestIntegerInt32Array invokes test_request_integer_int32_array operation.
	//
	// POST /test_request_integer_int32_array
	TestRequestIntegerInt32Array(ctx context.Context, request []int32) (*Error, error)
	// TestRequestIntegerInt32ArrayArray invokes test_request_integer_int32_array_array operation.
	//
	// POST /test_request_integer_int32_array_array
	TestRequestIntegerInt32ArrayArray(ctx context.Context, request [][]int32) (*Error, error)
	// TestRequestIntegerInt32Nullable invokes test_request_integer_int32_nullable operation.
	//
	// POST /test_request_integer_int32_nullable
	TestRequestIntegerInt32Nullable(ctx context.Context, request OptNilInt32) (*Error, error)
	// TestRequestIntegerInt32NullableArray invokes test_request_integer_int32_nullable_array operation.
	//
	// POST /test_request_integer_int32_nullable_array
	TestRequestIntegerInt32NullableArray(ctx context.Context, request []NilInt32) (*Error, error)
	// TestRequestIntegerInt32NullableArrayArray invokes test_request_integer_int32_nullable_array_array operation.
	//
	// POST /test_request_integer_int32_nullable_array_array
	TestRequestIntegerInt32NullableArrayArray(ctx context.Context, request [][]NilInt32) (*Error, error)
	// TestRequestIntegerInt64 invokes test_request_integer_int64 operation.
	//
	// POST /test_request_integer_int64
	TestRequestIntegerInt64(ctx context.Context, request OptInt64) (*Error, error)
	// TestRequestIntegerInt64Array invokes test_request_integer_int64_array operation.
	//
	// POST /test_request_integer_int64_array
	TestRequestIntegerInt64Array(ctx context.Context, request []int64) (*Error, error)
	// TestRequestIntegerInt64ArrayArray invokes test_request_integer_int64_array_array operation.
	//
	// POST /test_request_integer_int64_array_array
	TestRequestIntegerInt64ArrayArray(ctx context.Context, request [][]int64) (*Error, error)
	// TestRequestIntegerInt64Nullable invokes test_request_integer_int64_nullable operation.
	//
	// POST /test_request_integer_int64_nullable
	TestRequestIntegerInt64Nullable(ctx context.Context, request OptNilInt64) (*Error, error)
	// TestRequestIntegerInt64NullableArray invokes test_request_integer_int64_nullable_array operation.
	//
	// POST /test_request_integer_int64_nullable_array
	TestRequestIntegerInt64NullableArray(ctx context.Context, request []NilInt64) (*Error, error)
	// TestRequestIntegerInt64NullableArrayArray invokes test_request_integer_int64_nullable_array_array operation.
	//
	// POST /test_request_integer_int64_nullable_array_array
	TestRequestIntegerInt64NullableArrayArray(ctx context.Context, request [][]NilInt64) (*Error, error)
	// TestRequestIntegerInt8 invokes test_request_integer_int8 operation.
	//
	// POST /test_request_integer_int8
	TestRequestIntegerInt8(ctx context.Context, request OptInt8) (*Error, error)
	// TestRequestIntegerInt8Array invokes test_request_integer_int8_array operation.
	//
	// POST /test_request_integer_int8_array
	TestRequestIntegerInt8Array(ctx context.Context, request []int8) (*Error, error)
	// TestRequestIntegerInt8ArrayArray invokes test_request_integer_int8_array_array operation.
	//
	// POST /test_request_integer_int8_array_array
	TestRequestIntegerInt8ArrayArray(ctx context.Context, request [][]int8) (*Error, error)
	// TestRequestIntegerInt8Nullable invokes test_request_integer_int8_nullable operation.
	//
	// POST /test_request_integer_int8_nullable
	TestRequestIntegerInt8Nullable(ctx context.Context, request OptNilInt8) (*Error, error)
	// TestRequestIntegerInt8NullableArray invokes test_request_integer_int8_nullable_array operation.
	//
	// POST /test_request_integer_int8_nullable_array
	TestRequestIntegerInt8NullableArray(ctx context.Context, request []NilInt8) (*Error, error)
	// TestRequestIntegerInt8NullableArrayArray invokes test_request_integer_int8_nullable_array_array operation.
	//
	// POST /test_request_integer_int8_nullable_array_array
	TestRequestIntegerInt8NullableArrayArray(ctx context.Context, request [][]NilInt8) (*Error, error)
	// TestRequestIntegerNullable invokes test_request_integer_nullable operation.
	//
	// POST /test_request_integer_nullable
	TestRequestIntegerNullable(ctx context.Context, request OptNilInt) (*Error, error)
	// TestRequestIntegerNullableArray invokes test_request_integer_nullable_array operation.
	//
	// POST /test_request_integer_nullable_array
	TestRequestIntegerNullableArray(ctx context.Context, request []NilInt) (*Error, error)
	// TestRequestIntegerNullableArrayArray invokes test_request_integer_nullable_array_array operation.
	//
	// POST /test_request_integer_nullable_array_array
	TestRequestIntegerNullableArrayArray(ctx context.Context, request [][]NilInt) (*Error, error)
	// TestRequestIntegerUint invokes test_request_integer_uint operation.
	//
	// POST /test_request_integer_uint
	TestRequestIntegerUint(ctx context.Context, request OptUint) (*Error, error)
	// TestRequestIntegerUint16 invokes test_request_integer_uint16 operation.
	//
	// POST /test_request_integer_uint16
	TestRequestIntegerUint16(ctx context.Context, request OptUint16) (*Error, error)
	// TestRequestIntegerUint16Array invokes test_request_integer_uint16_array operation.
	//
	// POST /test_request_integer_uint16_array
	TestRequestIntegerUint16Array(ctx context.Context, request []uint16) (*Error, error)
	// TestRequestIntegerUint16ArrayArray invokes test_request_integer_uint16_array_array operation.
	//
	// POST /test_request_integer_uint16_array_array
	TestRequestIntegerUint16ArrayArray(ctx context.Context, request [][]uint16) (*Error, error)
	// TestRequestIntegerUint16Nullable invokes test_request_integer_uint16_nullable operation.
	//
	// POST /test_request_integer_uint16_nullable
	TestRequestIntegerUint16Nullable(ctx context.Context, request OptNilUint16) (*Error, error)
	// TestRequestIntegerUint16NullableArray invokes test_request_integer_uint16_nullable_array operation.
	//
	// POST /test_request_integer_uint16_nullable_array
	TestRequestIntegerUint16NullableArray(ctx context.Context, request []NilUint16) (*Error, error)
	// TestRequestIntegerUint16NullableArrayArray invokes test_request_integer_uint16_nullable_array_array operation.
	//
	// POST /test_request_integer_uint16_nullable_array_array
	TestRequestIntegerUint16NullableArrayArray(ctx context.Context, request [][]NilUint16) (*Error, error)
	// TestRequestIntegerUint32 invokes test_request_integer_uint32 operation.
	//
	// POST /test_request_integer_uint32
	TestRequestIntegerUint32(ctx context.Context, request OptUint32) (*Error, error)
	// TestRequestIntegerUint32Array invokes test_request_integer_uint32_array operation.
	//
	// POST /test_request_integer_uint32_array
	TestRequestIntegerUint32Array(ctx context.Context, request []uint32) (*Error, error)
	// TestRequestIntegerUint32ArrayArray invokes test_request_integer_uint32_array_array operation.
	//
	// POST /test_request_integer_uint32_array_array
	TestRequestIntegerUint32ArrayArray(ctx context.Context, request [][]uint32) (*Error, error)
	// TestRequestIntegerUint32Nullable invokes test_request_integer_uint32_nullable operation.
	//
	// POST /test_request_integer_uint32_nullable
	TestRequestIntegerUint32Nullable(ctx context.Context, request OptNilUint32) (*Error, error)
	// TestRequestIntegerUint32NullableArray invokes test_request_integer_uint32_nullable_array operation.
	//
	// POST /test_request_integer_uint32_nullable_array
	TestRequestIntegerUint32NullableArray(ctx context.Context, request []NilUint32) (*Error, error)
	// TestRequestIntegerUint32NullableArrayArray invokes test_request_integer_uint32_nullable_array_array operation.
	//
	// POST /test_request_integer_uint32_nullable_array_array
	TestRequestIntegerUint32NullableArrayArray(ctx context.Context, request [][]NilUint32) (*Error, error)
	// TestRequestIntegerUint64 invokes test_request_integer_uint64 operation.
	//
	// POST /test_request_integer_uint64
	TestRequestIntegerUint64(ctx context.Context, request OptUint64) (*Error, error)
	// TestRequestIntegerUint64Array invokes test_request_integer_uint64_array operation.
	//
	// POST /test_request_integer_uint64_array
	TestRequestIntegerUint64Array(ctx context.Context, request []uint64) (*Error, error)
	// TestRequestIntegerUint64ArrayArray invokes test_request_integer_uint64_array_array operation.
	//
	// POST /test_request_integer_uint64_array_array
	TestRequestIntegerUint64ArrayArray(ctx context.Context, request [][]uint64) (*Error, error)
	// TestRequestIntegerUint64Nullable invokes test_request_integer_uint64_nullable operation.
	//
	// POST /test_request_integer_uint64_nullable
	TestRequestIntegerUint64Nullable(ctx context.Context, request OptNilUint64) (*Error, error)
	// TestRequestIntegerUint64NullableArray invokes test_request_integer_uint64_nullable_array operation.
	//
	// POST /test_request_integer_uint64_nullable_array
	TestRequestIntegerUint64NullableArray(ctx context.Context, request []NilUint64) (*Error, error)
	// TestRequestIntegerUint64NullableArrayArray invokes test_request_integer_uint64_nullable_array_array operation.
	//
	// POST /test_request_integer_uint64_nullable_array_array
	TestRequestIntegerUint64NullableArrayArray(ctx context.Context, request [][]NilUint64) (*Error, error)
	// TestRequestIntegerUint8 invokes test_request_integer_uint8 operation.
	//
	// POST /test_request_integer_uint8
	TestRequestIntegerUint8(ctx context.Context, request OptUint8) (*Error, error)
	// TestRequestIntegerUint8Array invokes test_request_integer_uint8_array operation.
	//
	// POST /test_request_integer_uint8_array
	TestRequestIntegerUint8Array(ctx context.Context, request []uint8) (*Error, error)
	// TestRequestIntegerUint8ArrayArray invokes test_request_integer_uint8_array_array operation.
	//
	// POST /test_request_integer_uint8_array_array
	TestRequestIntegerUint8ArrayArray(ctx context.Context, request [][]uint8) (*Error, error)
	// TestRequestIntegerUint8Nullable invokes test_request_integer_uint8_nullable operation.
	//
	// POST /test_request_integer_uint8_nullable
	TestRequestIntegerUint8Nullable(ctx context.Context, request OptNilUint8) (*Error, error)
	// TestRequestIntegerUint8NullableArray invokes test_request_integer_uint8_nullable_array operation.
	//
	// POST /test_request_integer_uint8_nullable_array
	TestRequestIntegerUint8NullableArray(ctx context.Context, request []NilUint8) (*Error, error)
	// TestRequestIntegerUint8NullableArrayArray invokes test_request_integer_uint8_nullable_array_array operation.
	//
	// POST /test_request_integer_uint8_nullable_array_array
	TestRequestIntegerUint8NullableArrayArray(ctx context.Context, request [][]NilUint8) (*Error, error)
	// TestRequestIntegerUintArray invokes test_request_integer_uint_array operation.
	//
	// POST /test_request_integer_uint_array
	TestRequestIntegerUintArray(ctx context.Context, request []uint) (*Error, error)
	// TestRequestIntegerUintArrayArray invokes test_request_integer_uint_array_array operation.
	//
	// POST /test_request_integer_uint_array_array
	TestRequestIntegerUintArrayArray(ctx context.Context, request [][]uint) (*Error, error)
	// TestRequestIntegerUintNullable invokes test_request_integer_uint_nullable operation.
	//
	// POST /test_request_integer_uint_nullable
	TestRequestIntegerUintNullable(ctx context.Context, request OptNilUint) (*Error, error)
	// TestRequestIntegerUintNullableArray invokes test_request_integer_uint_nullable_array operation.
	//
	// POST /test_request_integer_uint_nullable_array
	TestRequestIntegerUintNullableArray(ctx context.Context, request []NilUint) (*Error, error)
	// TestRequestIntegerUintNullableArrayArray invokes test_request_integer_uint_nullable_array_array operation.
	//
	// POST /test_request_integer_uint_nullable_array_array
	TestRequestIntegerUintNullableArrayArray(ctx context.Context, request [][]NilUint) (*Error, error)
	// TestRequestIntegerUnix invokes test_request_integer_unix operation.
	//
	// POST /test_request_integer_unix
	TestRequestIntegerUnix(ctx context.Context, request OptUnixSeconds) (*Error, error)
	// TestRequestIntegerUnixArray invokes test_request_integer_unix_array operation.
	//
	// POST /test_request_integer_unix_array
	TestRequestIntegerUnixArray(ctx context.Context, request []time.Time) (*Error, error)
	// TestRequestIntegerUnixArrayArray invokes test_request_integer_unix_array_array operation.
	//
	// POST /test_request_integer_unix_array_array
	TestRequestIntegerUnixArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)
	// TestRequestIntegerUnixMicro invokes test_request_integer_unix-micro operation.
	//
	// POST /test_request_integer_unix-micro
	TestRequestIntegerUnixMicro(ctx context.Context, request OptUnixMicro) (*Error, error)
	// TestRequestIntegerUnixMicroArray invokes test_request_integer_unix-micro_array operation.
	//
	// POST /test_request_integer_unix-micro_array
	TestRequestIntegerUnixMicroArray(ctx context.Context, request []time.Time) (*Error, error)
	// TestRequestIntegerUnixMicroArrayArray invokes test_request_integer_unix-micro_array_array operation.
	//
	// POST /test_request_integer_unix-micro_array_array
	TestRequestIntegerUnixMicroArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)
	// TestRequestIntegerUnixMicroNullable invokes test_request_integer_unix-micro_nullable operation.
	//
	// POST /test_request_integer_unix-micro_nullable
	TestRequestIntegerUnixMicroNullable(ctx context.Context, request OptNilUnixMicro) (*Error, error)
	// TestRequestIntegerUnixMicroNullableArray invokes test_request_integer_unix-micro_nullable_array operation.
	//
	// POST /test_request_integer_unix-micro_nullable_array
	TestRequestIntegerUnixMicroNullableArray(ctx context.Context, request []NilUnixMicro) (*Error, error)
	// TestRequestIntegerUnixMicroNullableArrayArray invokes test_request_integer_unix-micro_nullable_array_array operation.
	//
	// POST /test_request_integer_unix-micro_nullable_array_array
	TestRequestIntegerUnixMicroNullableArrayArray(ctx context.Context, request [][]NilUnixMicro) (*Error, error)
	// TestRequestIntegerUnixMilli invokes test_request_integer_unix-milli operation.
	//
	// POST /test_request_integer_unix-milli
	TestRequestIntegerUnixMilli(ctx context.Context, request OptUnixMilli) (*Error, error)
	// TestRequestIntegerUnixMilliArray invokes test_request_integer_unix-milli_array operation.
	//
	// POST /test_request_integer_unix-milli_array
	TestRequestIntegerUnixMilliArray(ctx context.Context, request []time.Time) (*Error, error)
	// TestRequestIntegerUnixMilliArrayArray invokes test_request_integer_unix-milli_array_array operation.
	//
	// POST /test_request_integer_unix-milli_array_array
	TestRequestIntegerUnixMilliArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)
	// TestRequestIntegerUnixMilliNullable invokes test_request_integer_unix-milli_nullable operation.
	//
	// POST /test_request_integer_unix-milli_nullable
	TestRequestIntegerUnixMilliNullable(ctx context.Context, request OptNilUnixMilli) (*Error, error)
	// TestRequestIntegerUnixMilliNullableArray invokes test_request_integer_unix-milli_nullable_array operation.
	//
	// POST /test_request_integer_unix-milli_nullable_array
	TestRequestIntegerUnixMilliNullableArray(ctx context.Context, request []NilUnixMilli) (*Error, error)
	// TestRequestIntegerUnixMilliNullableArrayArray invokes test_request_integer_unix-milli_nullable_array_array operation.
	//
	// POST /test_request_integer_unix-milli_nullable_array_array
	TestRequestIntegerUnixMilliNullableArrayArray(ctx context.Context, request [][]NilUnixMilli) (*Error, error)
	// TestRequestIntegerUnixNano invokes test_request_integer_unix-nano operation.
	//
	// POST /test_request_integer_unix-nano
	TestRequestIntegerUnixNano(ctx context.Context, request OptUnixNano) (*Error, error)
	// TestRequestIntegerUnixNanoArray invokes test_request_integer_unix-nano_array operation.
	//
	// POST /test_request_integer_unix-nano_array
	TestRequestIntegerUnixNanoArray(ctx context.Context, request []time.Time) (*Error, error)
	// TestRequestIntegerUnixNanoArrayArray invokes test_request_integer_unix-nano_array_array operation.
	//
	// POST /test_request_integer_unix-nano_array_array
	TestRequestIntegerUnixNanoArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)
	// TestRequestIntegerUnixNanoNullable invokes test_request_integer_unix-nano_nullable operation.
	//
	// POST /test_request_integer_unix-nano_nullable
	TestRequestIntegerUnixNanoNullable(ctx context.Context, request OptNilUnixNano) (*Error, error)
	// TestRequestIntegerUnixNanoNullableArray invokes test_request_integer_unix-nano_nullable_array operation.
	//
	// POST /test_request_integer_unix-nano_nullable_array
	TestRequestIntegerUnixNanoNullableArray(ctx context.Context, request []NilUnixNano) (*Error, error)
	// TestRequestIntegerUnixNanoNullableArrayArray invokes test_request_integer_unix-nano_nullable_array_array operation.
	//
	// POST /test_request_integer_unix-nano_nullable_array_array
	TestRequestIntegerUnixNanoNullableArrayArray(ctx context.Context, request [][]NilUnixNano) (*Error, error)
	// TestRequestIntegerUnixNullable invokes test_request_integer_unix_nullable operation.
	//
	// POST /test_request_integer_unix_nullable
	TestRequestIntegerUnixNullable(ctx context.Context, request OptNilUnixSeconds) (*Error, error)
	// TestRequestIntegerUnixNullableArray invokes test_request_integer_unix_nullable_array operation.
	//
	// POST /test_request_integer_unix_nullable_array
	TestRequestIntegerUnixNullableArray(ctx context.Context, request []NilUnixSeconds) (*Error, error)
	// TestRequestIntegerUnixNullableArrayArray invokes test_request_integer_unix_nullable_array_array operation.
	//
	// POST /test_request_integer_unix_nullable_array_array
	TestRequestIntegerUnixNullableArrayArray(ctx context.Context, request [][]NilUnixSeconds) (*Error, error)
	// TestRequestIntegerUnixSeconds invokes test_request_integer_unix-seconds operation.
	//
	// POST /test_request_integer_unix-seconds
	TestRequestIntegerUnixSeconds(ctx context.Context, request OptUnixSeconds) (*Error, error)
	// TestRequestIntegerUnixSecondsArray invokes test_request_integer_unix-seconds_array operation.
	//
	// POST /test_request_integer_unix-seconds_array
	TestRequestIntegerUnixSecondsArray(ctx context.Context, request []time.Time) (*Error, error)
	// TestRequestIntegerUnixSecondsArrayArray invokes test_request_integer_unix-seconds_array_array operation.
	//
	// POST /test_request_integer_unix-seconds_array_array
	TestRequestIntegerUnixSecondsArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)
	// TestRequestIntegerUnixSecondsNullable invokes test_request_integer_unix-seconds_nullable operation.
	//
	// POST /test_request_integer_unix-seconds_nullable
	TestRequestIntegerUnixSecondsNullable(ctx context.Context, request OptNilUnixSeconds) (*Error, error)
	// TestRequestIntegerUnixSecondsNullableArray invokes test_request_integer_unix-seconds_nullable_array operation.
	//
	// POST /test_request_integer_unix-seconds_nullable_array
	TestRequestIntegerUnixSecondsNullableArray(ctx context.Context, request []NilUnixSeconds) (*Error, error)
	// TestRequestIntegerUnixSecondsNullableArrayArray invokes test_request_integer_unix-seconds_nullable_array_array operation.
	//
	// POST /test_request_integer_unix-seconds_nullable_array_array
	TestRequestIntegerUnixSecondsNullableArrayArray(ctx context.Context, request [][]NilUnixSeconds) (*Error, error)
	// TestRequestNull invokes test_request_null operation.
	//
	// POST /test_request_null
	TestRequestNull(ctx context.Context, request OptNull) (*Error, error)
	// TestRequestNullArray invokes test_request_null_array operation.
	//
	// POST /test_request_null_array
	TestRequestNullArray(ctx context.Context, request []struct{}) (*Error, error)
	// TestRequestNullArrayArray invokes test_request_null_array_array operation.
	//
	// POST /test_request_null_array_array
	TestRequestNullArrayArray(ctx context.Context, request [][]struct{}) (*Error, error)
	// TestRequestNullNullable invokes test_request_null_nullable operation.
	//
	// POST /test_request_null_nullable
	TestRequestNullNullable(ctx context.Context, request OptNull) (*Error, error)
	// TestRequestNullNullableArray invokes test_request_null_nullable_array operation.
	//
	// POST /test_request_null_nullable_array
	TestRequestNullNullableArray(ctx context.Context, request []struct{}) (*Error, error)
	// TestRequestNullNullableArrayArray invokes test_request_null_nullable_array_array operation.
	//
	// POST /test_request_null_nullable_array_array
	TestRequestNullNullableArrayArray(ctx context.Context, request [][]struct{}) (*Error, error)
	// TestRequestNumber invokes test_request_number operation.
	//
	// POST /test_request_number
	TestRequestNumber(ctx context.Context, request OptFloat64) (*Error, error)
	// TestRequestNumberArray invokes test_request_number_array operation.
	//
	// POST /test_request_number_array
	TestRequestNumberArray(ctx context.Context, request []float64) (*Error, error)
	// TestRequestNumberArrayArray invokes test_request_number_array_array operation.
	//
	// POST /test_request_number_array_array
	TestRequestNumberArrayArray(ctx context.Context, request [][]float64) (*Error, error)
	// TestRequestNumberDouble invokes test_request_number_double operation.
	//
	// POST /test_request_number_double
	TestRequestNumberDouble(ctx context.Context, request OptFloat64) (*Error, error)
	// TestRequestNumberDoubleArray invokes test_request_number_double_array operation.
	//
	// POST /test_request_number_double_array
	TestRequestNumberDoubleArray(ctx context.Context, request []float64) (*Error, error)
	// TestRequestNumberDoubleArrayArray invokes test_request_number_double_array_array operation.
	//
	// POST /test_request_number_double_array_array
	TestRequestNumberDoubleArrayArray(ctx context.Context, request [][]float64) (*Error, error)
	// TestRequestNumberDoubleNullable invokes test_request_number_double_nullable operation.
	//
	// POST /test_request_number_double_nullable
	TestRequestNumberDoubleNullable(ctx context.Context, request OptNilFloat64) (*Error, error)
	// TestRequestNumberDoubleNullableArray invokes test_request_number_double_nullable_array operation.
	//
	// POST /test_request_number_double_nullable_array
	TestRequestNumberDoubleNullableArray(ctx context.Context, request []NilFloat64) (*Error, error)
	// TestRequestNumberDoubleNullableArrayArray invokes test_request_number_double_nullable_array_array operation.
	//
	// POST /test_request_number_double_nullable_array_array
	TestRequestNumberDoubleNullableArrayArray(ctx context.Context, request [][]NilFloat64) (*Error, error)
	// TestRequestNumberFloat invokes test_request_number_float operation.
	//
	// POST /test_request_number_float
	TestRequestNumberFloat(ctx context.Context, request OptFloat32) (*Error, error)
	// TestRequestNumberFloatArray invokes test_request_number_float_array operation.
	//
	// POST /test_request_number_float_array
	TestRequestNumberFloatArray(ctx context.Context, request []float32) (*Error, error)
	// TestRequestNumberFloatArrayArray invokes test_request_number_float_array_array operation.
	//
	// POST /test_request_number_float_array_array
	TestRequestNumberFloatArrayArray(ctx context.Context, request [][]float32) (*Error, error)
	// TestRequestNumberFloatNullable invokes test_request_number_float_nullable operation.
	//
	// POST /test_request_number_float_nullable
	TestRequestNumberFloatNullable(ctx context.Context, request OptNilFloat32) (*Error, error)
	// TestRequestNumberFloatNullableArray invokes test_request_number_float_nullable_array operation.
	//
	// POST /test_request_number_float_nullable_array
	TestRequestNumberFloatNullableArray(ctx context.Context, request []NilFloat32) (*Error, error)
	// TestRequestNumberFloatNullableArrayArray invokes test_request_number_float_nullable_array_array operation.
	//
	// POST /test_request_number_float_nullable_array_array
	TestRequestNumberFloatNullableArrayArray(ctx context.Context, request [][]NilFloat32) (*Error, error)
	// TestRequestNumberInt32 invokes test_request_number_int32 operation.
	//
	// POST /test_request_number_int32
	TestRequestNumberInt32(ctx context.Context, request OptInt32) (*Error, error)
	// TestRequestNumberInt32Array invokes test_request_number_int32_array operation.
	//
	// POST /test_request_number_int32_array
	TestRequestNumberInt32Array(ctx context.Context, request []int32) (*Error, error)
	// TestRequestNumberInt32ArrayArray invokes test_request_number_int32_array_array operation.
	//
	// POST /test_request_number_int32_array_array
	TestRequestNumberInt32ArrayArray(ctx context.Context, request [][]int32) (*Error, error)
	// TestRequestNumberInt32Nullable invokes test_request_number_int32_nullable operation.
	//
	// POST /test_request_number_int32_nullable
	TestRequestNumberInt32Nullable(ctx context.Context, request OptNilInt32) (*Error, error)
	// TestRequestNumberInt32NullableArray invokes test_request_number_int32_nullable_array operation.
	//
	// POST /test_request_number_int32_nullable_array
	TestRequestNumberInt32NullableArray(ctx context.Context, request []NilInt32) (*Error, error)
	// TestRequestNumberInt32NullableArrayArray invokes test_request_number_int32_nullable_array_array operation.
	//
	// POST /test_request_number_int32_nullable_array_array
	TestRequestNumberInt32NullableArrayArray(ctx context.Context, request [][]NilInt32) (*Error, error)
	// TestRequestNumberInt64 invokes test_request_number_int64 operation.
	//
	// POST /test_request_number_int64
	TestRequestNumberInt64(ctx context.Context, request OptInt64) (*Error, error)
	// TestRequestNumberInt64Array invokes test_request_number_int64_array operation.
	//
	// POST /test_request_number_int64_array
	TestRequestNumberInt64Array(ctx context.Context, request []int64) (*Error, error)
	// TestRequestNumberInt64ArrayArray invokes test_request_number_int64_array_array operation.
	//
	// POST /test_request_number_int64_array_array
	TestRequestNumberInt64ArrayArray(ctx context.Context, request [][]int64) (*Error, error)
	// TestRequestNumberInt64Nullable invokes test_request_number_int64_nullable operation.
	//
	// POST /test_request_number_int64_nullable
	TestRequestNumberInt64Nullable(ctx context.Context, request OptNilInt64) (*Error, error)
	// TestRequestNumberInt64NullableArray invokes test_request_number_int64_nullable_array operation.
	//
	// POST /test_request_number_int64_nullable_array
	TestRequestNumberInt64NullableArray(ctx context.Context, request []NilInt64) (*Error, error)
	// TestRequestNumberInt64NullableArrayArray invokes test_request_number_int64_nullable_array_array operation.
	//
	// POST /test_request_number_int64_nullable_array_array
	TestRequestNumberInt64NullableArrayArray(ctx context.Context, request [][]NilInt64) (*Error, error)
	// TestRequestNumberNullable invokes test_request_number_nullable operation.
	//
	// POST /test_request_number_nullable
	TestRequestNumberNullable(ctx context.Context, request OptNilFloat64) (*Error, error)
	// TestRequestNumberNullableArray invokes test_request_number_nullable_array operation.
	//
	// POST /test_request_number_nullable_array
	TestRequestNumberNullableArray(ctx context.Context, request []NilFloat64) (*Error, error)
	// TestRequestNumberNullableArrayArray invokes test_request_number_nullable_array_array operation.
	//
	// POST /test_request_number_nullable_array_array
	TestRequestNumberNullableArrayArray(ctx context.Context, request [][]NilFloat64) (*Error, error)
	// TestRequestRequiredAny invokes test_request_required_Any operation.
	//
	// POST /test_request_required_Any
	TestRequestRequiredAny(ctx context.Context, request jx.Raw) (*Error, error)
	// TestRequestRequiredBoolean invokes test_request_required_boolean operation.
	//
	// POST /test_request_required_boolean
	TestRequestRequiredBoolean(ctx context.Context, request bool) (*Error, error)
	// TestRequestRequiredBooleanArray invokes test_request_required_boolean_array operation.
	//
	// POST /test_request_required_boolean_array
	TestRequestRequiredBooleanArray(ctx context.Context, request []bool) (*Error, error)
	// TestRequestRequiredBooleanArrayArray invokes test_request_required_boolean_array_array operation.
	//
	// POST /test_request_required_boolean_array_array
	TestRequestRequiredBooleanArrayArray(ctx context.Context, request [][]bool) (*Error, error)
	// TestRequestRequiredBooleanNullable invokes test_request_required_boolean_nullable operation.
	//
	// POST /test_request_required_boolean_nullable
	TestRequestRequiredBooleanNullable(ctx context.Context, request NilBool) (*Error, error)
	// TestRequestRequiredBooleanNullableArray invokes test_request_required_boolean_nullable_array operation.
	//
	// POST /test_request_required_boolean_nullable_array
	TestRequestRequiredBooleanNullableArray(ctx context.Context, request []NilBool) (*Error, error)
	// TestRequestRequiredBooleanNullableArrayArray invokes test_request_required_boolean_nullable_array_array operation.
	//
	// POST /test_request_required_boolean_nullable_array_array
	TestRequestRequiredBooleanNullableArrayArray(ctx context.Context, request [][]NilBool) (*Error, error)
	// TestRequestRequiredEmptyStruct invokes test_request_required_EmptyStruct operation.
	//
	// POST /test_request_required_EmptyStruct
	TestRequestRequiredEmptyStruct(ctx context.Context, request *TestRequestRequiredEmptyStructReq) (*Error, error)
	// TestRequestRequiredFormatTest invokes test_request_required_FormatTest operation.
	//
	// POST /test_request_required_FormatTest
	TestRequestRequiredFormatTest(ctx context.Context, request *TestRequestRequiredFormatTestReq) (*Error, error)
	// TestRequestRequiredInteger invokes test_request_required_integer operation.
	//
	// POST /test_request_required_integer
	TestRequestRequiredInteger(ctx context.Context, request int) (*Error, error)
	// TestRequestRequiredIntegerArray invokes test_request_required_integer_array operation.
	//
	// POST /test_request_required_integer_array
	TestRequestRequiredIntegerArray(ctx context.Context, request []int) (*Error, error)
	// TestRequestRequiredIntegerArrayArray invokes test_request_required_integer_array_array operation.
	//
	// POST /test_request_required_integer_array_array
	TestRequestRequiredIntegerArrayArray(ctx context.Context, request [][]int) (*Error, error)
	// TestRequestRequiredIntegerInt16 invokes test_request_required_integer_int16 operation.
	//
	// POST /test_request_required_integer_int16
	TestRequestRequiredIntegerInt16(ctx context.Context, request int16) (*Error, error)
	// TestRequestRequiredIntegerInt16Array invokes test_request_required_integer_int16_array operation.
	//
	// POST /test_request_required_integer_int16_array
	TestRequestRequiredIntegerInt16Array(ctx context.Context, request []int16) (*Error, error)
	// TestRequestRequiredIntegerInt16ArrayArray invokes test_request_required_integer_int16_array_array operation.
	//
	// POST /test_request_required_integer_int16_array_array
	TestRequestRequiredIntegerInt16ArrayArray(ctx context.Context, request [][]int16) (*Error, error)
	// TestRequestRequiredIntegerInt16Nullable invokes test_request_required_integer_int16_nullable operation.
	//
	// POST /test_request_required_integer_int16_nullable
	TestRequestRequiredIntegerInt16Nullable(ctx context.Context, request NilInt16) (*Error, error)
	// TestRequestRequiredIntegerInt16NullableArray invokes test_request_required_integer_int16_nullable_array operation.
	//
	// POST /test_request_required_integer_int16_nullable_array
	TestRequestRequiredIntegerInt16NullableArray(ctx context.Context, request []NilInt16) (*Error, error)
	// TestRequestRequiredIntegerInt16NullableArrayArray invokes test_request_required_integer_int16_nullable_array_array operation.
	//
	// POST /test_request_required_integer_int16_nullable_array_array
	TestRequestRequiredIntegerInt16NullableArrayArray(ctx context.Context, request [][]NilInt16) (*Error, error)
	// TestRequestRequiredIntegerInt32 invokes test_request_required_integer_int32 operation.
	//
	// POST /test_request_required_integer_int32
	TestRequestRequiredIntegerInt32(ctx context.Context, request int32) (*Error, error)
	// TestRequestRequiredIntegerInt32Array invokes test_request_required_integer_int32_array operation.
	//
	// POST /test_request_required_integer_int32_array
	TestRequestRequiredIntegerInt32Array(ctx context.Context, request []int32) (*Error, error)
	// TestRequestRequiredIntegerInt32ArrayArray invokes test_request_required_integer_int32_array_array operation.
	//
	// POST /test_request_required_integer_int32_array_array
	TestRequestRequiredIntegerInt32ArrayArray(ctx context.Context, request [][]int32) (*Error, error)
	// TestRequestRequiredIntegerInt32Nullable invokes test_request_required_integer_int32_nullable operation.
	//
	// POST /test_request_required_integer_int32_nullable
	TestRequestRequiredIntegerInt32Nullable(ctx context.Context, request NilInt32) (*Error, error)
	// TestRequestRequiredIntegerInt32NullableArray invokes test_request_required_integer_int32_nullable_array operation.
	//
	// POST /test_request_required_integer_int32_nullable_array
	TestRequestRequiredIntegerInt32NullableArray(ctx context.Context, request []NilInt32) (*Error, error)
	// TestRequestRequiredIntegerInt32NullableArrayArray invokes test_request_required_integer_int32_nullable_array_array operation.
	//
	// POST /test_request_required_integer_int32_nullable_array_array
	TestRequestRequiredIntegerInt32NullableArrayArray(ctx context.Context, request [][]NilInt32) (*Error, error)
	// TestRequestRequiredIntegerInt64 invokes test_request_required_integer_int64 operation.
	//
	// POST /test_request_required_integer_int64
	TestRequestRequiredIntegerInt64(ctx context.Context, request int64) (*Error, error)
	// TestRequestRequiredIntegerInt64Array invokes test_request_required_integer_int64_array operation.
	//
	// POST /test_request_required_integer_int64_array
	TestRequestRequiredIntegerInt64Array(ctx context.Context, request []int64) (*Error, error)
	// TestRequestRequiredIntegerInt64ArrayArray invokes test_request_required_integer_int64_array_array operation.
	//
	// POST /test_request_required_integer_int64_array_array
	TestRequestRequiredIntegerInt64ArrayArray(ctx context.Context, request [][]int64) (*Error, error)
	// TestRequestRequiredIntegerInt64Nullable invokes test_request_required_integer_int64_nullable operation.
	//
	// POST /test_request_required_integer_int64_nullable
	TestRequestRequiredIntegerInt64Nullable(ctx context.Context, request NilInt64) (*Error, error)
	// TestRequestRequiredIntegerInt64NullableArray invokes test_request_required_integer_int64_nullable_array operation.
	//
	// POST /test_request_required_integer_int64_nullable_array
	TestRequestRequiredIntegerInt64NullableArray(ctx context.Context, request []NilInt64) (*Error, error)
	// TestRequestRequiredIntegerInt64NullableArrayArray invokes test_request_required_integer_int64_nullable_array_array operation.
	//
	// POST /test_request_required_integer_int64_nullable_array_array
	TestRequestRequiredIntegerInt64NullableArrayArray(ctx context.Context, request [][]NilInt64) (*Error, error)
	// TestRequestRequiredIntegerInt8 invokes test_request_required_integer_int8 operation.
	//
	// POST /test_request_required_integer_int8
	TestRequestRequiredIntegerInt8(ctx context.Context, request int8) (*Error, error)
	// TestRequestRequiredIntegerInt8Array invokes test_request_required_integer_int8_array operation.
	//
	// POST /test_request_required_integer_int8_array
	TestRequestRequiredIntegerInt8Array(ctx context.Context, request []int8) (*Error, error)
	// TestRequestRequiredIntegerInt8ArrayArray invokes test_request_required_integer_int8_array_array operation.
	//
	// POST /test_request_required_integer_int8_array_array
	TestRequestRequiredIntegerInt8ArrayArray(ctx context.Context, request [][]int8) (*Error, error)
	// TestRequestRequiredIntegerInt8Nullable invokes test_request_required_integer_int8_nullable operation.
	//
	// POST /test_request_required_integer_int8_nullable
	TestRequestRequiredIntegerInt8Nullable(ctx context.Context, request NilInt8) (*Error, error)
	// TestRequestRequiredIntegerInt8NullableArray invokes test_request_required_integer_int8_nullable_array operation.
	//
	// POST /test_request_required_integer_int8_nullable_array
	TestRequestRequiredIntegerInt8NullableArray(ctx context.Context, request []NilInt8) (*Error, error)
	// TestRequestRequiredIntegerInt8NullableArrayArray invokes test_request_required_integer_int8_nullable_array_array operation.
	//
	// POST /test_request_required_integer_int8_nullable_array_array
	TestRequestRequiredIntegerInt8NullableArrayArray(ctx context.Context, request [][]NilInt8) (*Error, error)
	// TestRequestRequiredIntegerNullable invokes test_request_required_integer_nullable operation.
	//
	// POST /test_request_required_integer_nullable
	TestRequestRequiredIntegerNullable(ctx context.Context, request NilInt) (*Error, error)
	// TestRequestRequiredIntegerNullableArray invokes test_request_required_integer_nullable_array operation.
	//
	// POST /test_request_required_integer_nullable_array
	TestRequestRequiredIntegerNullableArray(ctx context.Context, request []NilInt) (*Error, error)
	// TestRequestRequiredIntegerNullableArrayArray invokes test_request_required_integer_nullable_array_array operation.
	//
	// POST /test_request_required_integer_nullable_array_array
	TestRequestRequiredIntegerNullableArrayArray(ctx context.Context, request [][]NilInt) (*Error, error)
	// TestRequestRequiredIntegerUint invokes test_request_required_integer_uint operation.
	//
	// POST /test_request_required_integer_uint
	TestRequestRequiredIntegerUint(ctx context.Context, request uint) (*Error, error)
	// TestRequestRequiredIntegerUint16 invokes test_request_required_integer_uint16 operation.
	//
	// POST /test_request_required_integer_uint16
	TestRequestRequiredIntegerUint16(ctx context.Context, request uint16) (*Error, error)
	// TestRequestRequiredIntegerUint16Array invokes test_request_required_integer_uint16_array operation.
	//
	// POST /test_request_required_integer_uint16_array
	TestRequestRequiredIntegerUint16Array(ctx context.Context, request []uint16) (*Error, error)
	// TestRequestRequiredIntegerUint16ArrayArray invokes test_request_required_integer_uint16_array_array operation.
	//
	// POST /test_request_required_integer_uint16_array_array
	TestRequestRequiredIntegerUint16ArrayArray(ctx context.Context, request [][]uint16) (*Error, error)
	// TestRequestRequiredIntegerUint16Nullable invokes test_request_required_integer_uint16_nullable operation.
	//
	// POST /test_request_required_integer_uint16_nullable
	TestRequestRequiredIntegerUint16Nullable(ctx context.Context, request NilUint16) (*Error, error)
	// TestRequestRequiredIntegerUint16NullableArray invokes test_request_required_integer_uint16_nullable_array operation.
	//
	// POST /test_request_required_integer_uint16_nullable_array
	TestRequestRequiredIntegerUint16NullableArray(ctx context.Context, request []NilUint16) (*Error, error)
	// TestRequestRequiredIntegerUint16NullableArrayArray invokes test_request_required_integer_uint16_nullable_array_array operation.
	//
	// POST /test_request_required_integer_uint16_nullable_array_array
	TestRequestRequiredIntegerUint16NullableArrayArray(ctx context.Context, request [][]NilUint16) (*Error, error)
	// TestRequestRequiredIntegerUint32 invokes test_request_required_integer_uint32 operation.
	//
	// POST /test_request_required_integer_uint32
	TestRequestRequiredIntegerUint32(ctx context.Context, request uint32) (*Error, error)
	// TestRequestRequiredIntegerUint32Array invokes test_request_required_integer_uint32_array operation.
	//
	// POST /test_request_required_integer_uint32_array
	TestRequestRequiredIntegerUint32Array(ctx context.Context, request []uint32) (*Error, error)
	// TestRequestRequiredIntegerUint32ArrayArray invokes test_request_required_integer_uint32_array_array operation.
	//
	// POST /test_request_required_integer_uint32_array_array
	TestRequestRequiredIntegerUint32ArrayArray(ctx context.Context, request [][]uint32) (*Error, error)
	// TestRequestRequiredIntegerUint32Nullable invokes test_request_required_integer_uint32_nullable operation.
	//
	// POST /test_request_required_integer_uint32_nullable
	TestRequestRequiredIntegerUint32Nullable(ctx context.Context, request NilUint32) (*Error, error)
	// TestRequestRequiredIntegerUint32NullableArray invokes test_request_required_integer_uint32_nullable_array operation.
	//
	// POST /test_request_required_integer_uint32_nullable_array
	TestRequestRequiredIntegerUint32NullableArray(ctx context.Context, request []NilUint32) (*Error, error)
	// TestRequestRequiredIntegerUint32NullableArrayArray invokes test_request_required_integer_uint32_nullable_array_array operation.
	//
	// POST /test_request_required_integer_uint32_nullable_array_array
	TestRequestRequiredIntegerUint32NullableArrayArray(ctx context.Context, request [][]NilUint32) (*Error, error)
	// TestRequestRequiredIntegerUint64 invokes test_request_required_integer_uint64 operation.
	//
	// POST /test_request_required_integer_uint64
	TestRequestRequiredIntegerUint64(ctx context.Context, request uint64) (*Error, error)
	// TestRequestRequiredIntegerUint64Array invokes test_request_required_integer_uint64_array operation.
	//
	// POST /test_request_required_integer_uint64_array
	TestRequestRequiredIntegerUint64Array(ctx context.Context, request []uint64) (*Error, error)
	// TestRequestRequiredIntegerUint64ArrayArray invokes test_request_required_integer_uint64_array_array operation.
	//
	// POST /test_request_required_integer_uint64_array_array
	TestRequestRequiredIntegerUint64ArrayArray(ctx context.Context, request [][]uint64) (*Error, error)
	// TestRequestRequiredIntegerUint64Nullable invokes test_request_required_integer_uint64_nullable operation.
	//
	// POST /test_request_required_integer_uint64_nullable
	TestRequestRequiredIntegerUint64Nullable(ctx context.Context, request NilUint64) (*Error, error)
	// TestRequestRequiredIntegerUint64NullableArray invokes test_request_required_integer_uint64_nullable_array operation.
	//
	// POST /test_request_required_integer_uint64_nullable_array
	TestRequestRequiredIntegerUint64NullableArray(ctx context.Context, request []NilUint64) (*Error, error)
	// TestRequestRequiredIntegerUint64NullableArrayArray invokes test_request_required_integer_uint64_nullable_array_array operation.
	//
	// POST /test_request_required_integer_uint64_nullable_array_array
	TestRequestRequiredIntegerUint64NullableArrayArray(ctx context.Context, request [][]NilUint64) (*Error, error)
	// TestRequestRequiredIntegerUint8 invokes test_request_required_integer_uint8 operation.
	//
	// POST /test_request_required_integer_uint8
	TestRequestRequiredIntegerUint8(ctx context.Context, request uint8) (*Error, error)
	// TestRequestRequiredIntegerUint8Array invokes test_request_required_integer_uint8_array operation.
	//
	// POST /test_request_required_integer_uint8_array
	TestRequestRequiredIntegerUint8Array(ctx context.Context, request []uint8) (*Error, error)
	// TestRequestRequiredIntegerUint8ArrayArray invokes test_request_required_integer_uint8_array_array operation.
	//
	// POST /test_request_required_integer_uint8_array_array
	TestRequestRequiredIntegerUint8ArrayArray(ctx context.Context, request [][]uint8) (*Error, error)
	// TestRequestRequiredIntegerUint8Nullable invokes test_request_required_integer_uint8_nullable operation.
	//
	// POST /test_request_required_integer_uint8_nullable
	TestRequestRequiredIntegerUint8Nullable(ctx context.Context, request NilUint8) (*Error, error)
	// TestRequestRequiredIntegerUint8NullableArray invokes test_request_required_integer_uint8_nullable_array operation.
	//
	// POST /test_request_required_integer_uint8_nullable_array
	TestRequestRequiredIntegerUint8NullableArray(ctx context.Context, request []NilUint8) (*Error, error)
	// TestRequestRequiredIntegerUint8NullableArrayArray invokes test_request_required_integer_uint8_nullable_array_array operation.
	//
	// POST /test_request_required_integer_uint8_nullable_array_array
	TestRequestRequiredIntegerUint8NullableArrayArray(ctx context.Context, request [][]NilUint8) (*Error, error)
	// TestRequestRequiredIntegerUintArray invokes test_request_required_integer_uint_array operation.
	//
	// POST /test_request_required_integer_uint_array
	TestRequestRequiredIntegerUintArray(ctx context.Context, request []uint) (*Error, error)
	// TestRequestRequiredIntegerUintArrayArray invokes test_request_required_integer_uint_array_array operation.
	//
	// POST /test_request_required_integer_uint_array_array
	TestRequestRequiredIntegerUintArrayArray(ctx context.Context, request [][]uint) (*Error, error)
	// TestRequestRequiredIntegerUintNullable invokes test_request_required_integer_uint_nullable operation.
	//
	// POST /test_request_required_integer_uint_nullable
	TestRequestRequiredIntegerUintNullable(ctx context.Context, request NilUint) (*Error, error)
	// TestRequestRequiredIntegerUintNullableArray invokes test_request_required_integer_uint_nullable_array operation.
	//
	// POST /test_request_required_integer_uint_nullable_array
	TestRequestRequiredIntegerUintNullableArray(ctx context.Context, request []NilUint) (*Error, error)
	// TestRequestRequiredIntegerUintNullableArrayArray invokes test_request_required_integer_uint_nullable_array_array operation.
	//
	// POST /test_request_required_integer_uint_nullable_array_array
	TestRequestRequiredIntegerUintNullableArrayArray(ctx context.Context, request [][]NilUint) (*Error, error)
	// TestRequestRequiredIntegerUnix invokes test_request_required_integer_unix operation.
	//
	// POST /test_request_required_integer_unix
	TestRequestRequiredIntegerUnix(ctx context.Context, request time.Time) (*Error, error)
	// TestRequestRequiredIntegerUnixArray invokes test_request_required_integer_unix_array operation.
	//
	// POST /test_request_required_integer_unix_array
	TestRequestRequiredIntegerUnixArray(ctx context.Context, request []time.Time) (*Error, error)
	// TestRequestRequiredIntegerUnixArrayArray invokes test_request_required_integer_unix_array_array operation.
	//
	// POST /test_request_required_integer_unix_array_array
	TestRequestRequiredIntegerUnixArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)
	// TestRequestRequiredIntegerUnixMicro invokes test_request_required_integer_unix-micro operation.
	//
	// POST /test_request_required_integer_unix-micro
	TestRequestRequiredIntegerUnixMicro(ctx context.Context, request time.Time) (*Error, error)
	// TestRequestRequiredIntegerUnixMicroArray invokes test_request_required_integer_unix-micro_array operation.
	//
	// POST /test_request_required_integer_unix-micro_array
	TestRequestRequiredIntegerUnixMicroArray(ctx context.Context, request []time.Time) (*Error, error)
	// TestRequestRequiredIntegerUnixMicroArrayArray invokes test_request_required_integer_unix-micro_array_array operation.
	//
	// POST /test_request_required_integer_unix-micro_array_array
	TestRequestRequiredIntegerUnixMicroArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)
	// TestRequestRequiredIntegerUnixMicroNullable invokes test_request_required_integer_unix-micro_nullable operation.
	//
	// POST /test_request_required_integer_unix-micro_nullable
	TestRequestRequiredIntegerUnixMicroNullable(ctx context.Context, request NilUnixMicro) (*Error, error)
	// TestRequestRequiredIntegerUnixMicroNullableArray invokes test_request_required_integer_unix-micro_nullable_array operation.
	//
	// POST /test_request_required_integer_unix-micro_nullable_array
	TestRequestRequiredIntegerUnixMicroNullableArray(ctx context.Context, request []NilUnixMicro) (*Error, error)
	// TestRequestRequiredIntegerUnixMicroNullableArrayArray invokes test_request_required_integer_unix-micro_nullable_array_array operation.
	//
	// POST /test_request_required_integer_unix-micro_nullable_array_array
	TestRequestRequiredIntegerUnixMicroNullableArrayArray(ctx context.Context, request [][]NilUnixMicro) (*Error, error)
	// TestRequestRequiredIntegerUnixMilli invokes test_request_required_integer_unix-milli operation.
	//
	// POST /test_request_required_integer_unix-milli
	TestRequestRequiredIntegerUnixMilli(ctx context.Context, request time.Time) (*Error, error)
	// TestRequestRequiredIntegerUnixMilliArray invokes test_request_required_integer_unix-milli_array operation.
	//
	// POST /test_request_required_integer_unix-milli_array
	TestRequestRequiredIntegerUnixMilliArray(ctx context.Context, request []time.Time) (*Error, error)
	// TestRequestRequiredIntegerUnixMilliArrayArray invokes test_request_required_integer_unix-milli_array_array operation.
	//
	// POST /test_request_required_integer_unix-milli_array_array
	TestRequestRequiredIntegerUnixMilliArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)
	// TestRequestRequiredIntegerUnixMilliNullable invokes test_request_required_integer_unix-milli_nullable operation.
	//
	// POST /test_request_required_integer_unix-milli_nullable
	TestRequestRequiredIntegerUnixMilliNullable(ctx context.Context, request NilUnixMilli) (*Error, error)
	// TestRequestRequiredIntegerUnixMilliNullableArray invokes test_request_required_integer_unix-milli_nullable_array operation.
	//
	// POST /test_request_required_integer_unix-milli_nullable_array
	TestRequestRequiredIntegerUnixMilliNullableArray(ctx context.Context, request []NilUnixMilli) (*Error, error)
	// TestRequestRequiredIntegerUnixMilliNullableArrayArray invokes test_request_required_integer_unix-milli_nullable_array_array operation.
	//
	// POST /test_request_required_integer_unix-milli_nullable_array_array
	TestRequestRequiredIntegerUnixMilliNullableArrayArray(ctx context.Context, request [][]NilUnixMilli) (*Error, error)
	// TestRequestRequiredIntegerUnixNano invokes test_request_required_integer_unix-nano operation.
	//
	// POST /test_request_required_integer_unix-nano
	TestRequestRequiredIntegerUnixNano(ctx context.Context, request time.Time) (*Error, error)
	// TestRequestRequiredIntegerUnixNanoArray invokes test_request_required_integer_unix-nano_array operation.
	//
	// POST /test_request_required_integer_unix-nano_array
	TestRequestRequiredIntegerUnixNanoArray(ctx context.Context, request []time.Time) (*Error, error)
	// TestRequestRequiredIntegerUnixNanoArrayArray invokes test_request_required_integer_unix-nano_array_array operation.
	//
	// POST /test_request_required_integer_unix-nano_array_array
	TestRequestRequiredIntegerUnixNanoArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)
	// TestRequestRequiredIntegerUnixNanoNullable invokes test_request_required_integer_unix-nano_nullable operation.
	//
	// POST /test_request_required_integer_unix-nano_nullable
	TestRequestRequiredIntegerUnixNanoNullable(ctx context.Context, request NilUnixNano) (*Error, error)
	// TestRequestRequiredIntegerUnixNanoNullableArray invokes test_request_required_integer_unix-nano_nullable_array operation.
	//
	// POST /test_request_required_integer_unix-nano_nullable_array
	TestRequestRequiredIntegerUnixNanoNullableArray(ctx context.Context, request []NilUnixNano) (*Error, error)
	// TestRequestRequiredIntegerUnixNanoNullableArrayArray invokes test_request_required_integer_unix-nano_nullable_array_array operation.
	//
	// POST /test_request_required_integer_unix-nano_nullable_array_array
	TestRequestRequiredIntegerUnixNanoNullableArrayArray(ctx context.Context, request [][]NilUnixNano) (*Error, error)
	// TestRequestRequiredIntegerUnixNullable invokes test_request_required_integer_unix_nullable operation.
	//
	// POST /test_request_required_integer_unix_nullable
	TestRequestRequiredIntegerUnixNullable(ctx context.Context, request NilUnixSeconds) (*Error, error)
	// TestRequestRequiredIntegerUnixNullableArray invokes test_request_required_integer_unix_nullable_array operation.
	//
	// POST /test_request_required_integer_unix_nullable_array
	TestRequestRequiredIntegerUnixNullableArray(ctx context.Context, request []NilUnixSeconds) (*Error, error)
	// TestRequestRequiredIntegerUnixNullableArrayArray invokes test_request_required_integer_unix_nullable_array_array operation.
	//
	// POST /test_request_required_integer_unix_nullable_array_array
	TestRequestRequiredIntegerUnixNullableArrayArray(ctx context.Context, request [][]NilUnixSeconds) (*Error, error)
	// TestRequestRequiredIntegerUnixSeconds invokes test_request_required_integer_unix-seconds operation.
	//
	// POST /test_request_required_integer_unix-seconds
	TestRequestRequiredIntegerUnixSeconds(ctx context.Context, request time.Time) (*Error, error)
	// TestRequestRequiredIntegerUnixSecondsArray invokes test_request_required_integer_unix-seconds_array operation.
	//
	// POST /test_request_required_integer_unix-seconds_array
	TestRequestRequiredIntegerUnixSecondsArray(ctx context.Context, request []time.Time) (*Error, error)
	// TestRequestRequiredIntegerUnixSecondsArrayArray invokes test_request_required_integer_unix-seconds_array_array operation.
	//
	// POST /test_request_required_integer_unix-seconds_array_array
	TestRequestRequiredIntegerUnixSecondsArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)
	// TestRequestRequiredIntegerUnixSecondsNullable invokes test_request_required_integer_unix-seconds_nullable operation.
	//
	// POST /test_request_required_integer_unix-seconds_nullable
	TestRequestRequiredIntegerUnixSecondsNullable(ctx context.Context, request NilUnixSeconds) (*Error, error)
	// TestRequestRequiredIntegerUnixSecondsNullableArray invokes test_request_required_integer_unix-seconds_nullable_array operation.
	//
	// POST /test_request_required_integer_unix-seconds_nullable_array
	TestRequestRequiredIntegerUnixSecondsNullableArray(ctx context.Context, request []NilUnixSeconds) (*Error, error)
	// TestRequestRequiredIntegerUnixSecondsNullableArrayArray invokes test_request_required_integer_unix-seconds_nullable_array_array operation.
	//
	// POST /test_request_required_integer_unix-seconds_nullable_array_array
	TestRequestRequiredIntegerUnixSecondsNullableArrayArray(ctx context.Context, request [][]NilUnixSeconds) (*Error, error)
	// TestRequestRequiredNull invokes test_request_required_null operation.
	//
	// POST /test_request_required_null
	TestRequestRequiredNull(ctx context.Context, request struct{}) (*Error, error)
	// TestRequestRequiredNullArray invokes test_request_required_null_array operation.
	//
	// POST /test_request_required_null_array
	TestRequestRequiredNullArray(ctx context.Context, request []struct{}) (*Error, error)
	// TestRequestRequiredNullArrayArray invokes test_request_required_null_array_array operation.
	//
	// POST /test_request_required_null_array_array
	TestRequestRequiredNullArrayArray(ctx context.Context, request [][]struct{}) (*Error, error)
	// TestRequestRequiredNullNullable invokes test_request_required_null_nullable operation.
	//
	// POST /test_request_required_null_nullable
	TestRequestRequiredNullNullable(ctx context.Context, request struct{}) (*Error, error)
	// TestRequestRequiredNullNullableArray invokes test_request_required_null_nullable_array operation.
	//
	// POST /test_request_required_null_nullable_array
	TestRequestRequiredNullNullableArray(ctx context.Context, request []struct{}) (*Error, error)
	// TestRequestRequiredNullNullableArrayArray invokes test_request_required_null_nullable_array_array operation.
	//
	// POST /test_request_required_null_nullable_array_array
	TestRequestRequiredNullNullableArrayArray(ctx context.Context, request [][]struct{}) (*Error, error)
	// TestRequestRequiredNumber invokes test_request_required_number operation.
	//
	// POST /test_request_required_number
	TestRequestRequiredNumber(ctx context.Context, request float64) (*Error, error)
	// TestRequestRequiredNumberArray invokes test_request_required_number_array operation.
	//
	// POST /test_request_required_number_array
	TestRequestRequiredNumberArray(ctx context.Context, request []float64) (*Error, error)
	// TestRequestRequiredNumberArrayArray invokes test_request_required_number_array_array operation.
	//
	// POST /test_request_required_number_array_array
	TestRequestRequiredNumberArrayArray(ctx context.Context, request [][]float64) (*Error, error)
	// TestRequestRequiredNumberDouble invokes test_request_required_number_double operation.
	//
	// POST /test_request_required_number_double
	TestRequestRequiredNumberDouble(ctx context.Context, request float64) (*Error, error)
	// TestRequestRequiredNumberDoubleArray invokes test_request_required_number_double_array operation.
	//
	// POST /test_request_required_number_double_array
	TestRequestRequiredNumberDoubleArray(ctx context.Context, request []float64) (*Error, error)
	// TestRequestRequiredNumberDoubleArrayArray invokes test_request_required_number_double_array_array operation.
	//
	// POST /test_request_required_number_double_array_array
	TestRequestRequiredNumberDoubleArrayArray(ctx context.Context, request [][]float64) (*Error, error)
	// TestRequestRequiredNumberDoubleNullable invokes test_request_required_number_double_nullable operation.
	//
	// POST /test_request_required_number_double_nullable
	TestRequestRequiredNumberDoubleNullable(ctx context.Context, request NilFloat64) (*Error, error)
	// TestRequestRequiredNumberDoubleNullableArray invokes test_request_required_number_double_nullable_array operation.
	//
	// POST /test_request_required_number_double_nullable_array
	TestRequestRequiredNumberDoubleNullableArray(ctx context.Context, request []NilFloat64) (*Error, error)
	// TestRequestRequiredNumberDoubleNullableArrayArray invokes test_request_required_number_double_nullable_array_array operation.
	//
	// POST /test_request_required_number_double_nullable_array_array
	TestRequestRequiredNumberDoubleNullableArrayArray(ctx context.Context, request [][]NilFloat64) (*Error, error)
	// TestRequestRequiredNumberFloat invokes test_request_required_number_float operation.
	//
	// POST /test_request_required_number_float
	TestRequestRequiredNumberFloat(ctx context.Context, request float32) (*Error, error)
	// TestRequestRequiredNumberFloatArray invokes test_request_required_number_float_array operation.
	//
	// POST /test_request_required_number_float_array
	TestRequestRequiredNumberFloatArray(ctx context.Context, request []float32) (*Error, error)
	// TestRequestRequiredNumberFloatArrayArray invokes test_request_required_number_float_array_array operation.
	//
	// POST /test_request_required_number_float_array_array
	TestRequestRequiredNumberFloatArrayArray(ctx context.Context, request [][]float32) (*Error, error)
	// TestRequestRequiredNumberFloatNullable invokes test_request_required_number_float_nullable operation.
	//
	// POST /test_request_required_number_float_nullable
	TestRequestRequiredNumberFloatNullable(ctx context.Context, request NilFloat32) (*Error, error)
	// TestRequestRequiredNumberFloatNullableArray invokes test_request_required_number_float_nullable_array operation.
	//
	// POST /test_request_required_number_float_nullable_array
	TestRequestRequiredNumberFloatNullableArray(ctx context.Context, request []NilFloat32) (*Error, error)
	// TestRequestRequiredNumberFloatNullableArrayArray invokes test_request_required_number_float_nullable_array_array operation.
	//
	// POST /test_request_required_number_float_nullable_array_array
	TestRequestRequiredNumberFloatNullableArrayArray(ctx context.Context, request [][]NilFloat32) (*Error, error)
	// TestRequestRequiredNumberInt32 invokes test_request_required_number_int32 operation.
	//
	// POST /test_request_required_number_int32
	TestRequestRequiredNumberInt32(ctx context.Context, request int32) (*Error, error)
	// TestRequestRequiredNumberInt32Array invokes test_request_required_number_int32_array operation.
	//
	// POST /test_request_required_number_int32_array
	TestRequestRequiredNumberInt32Array(ctx context.Context, request []int32) (*Error, error)
	// TestRequestRequiredNumberInt32ArrayArray invokes test_request_required_number_int32_array_array operation.
	//
	// POST /test_request_required_number_int32_array_array
	TestRequestRequiredNumberInt32ArrayArray(ctx context.Context, request [][]int32) (*Error, error)
	// TestRequestRequiredNumberInt32Nullable invokes test_request_required_number_int32_nullable operation.
	//
	// POST /test_request_required_number_int32_nullable
	TestRequestRequiredNumberInt32Nullable(ctx context.Context, request NilInt32) (*Error, error)
	// TestRequestRequiredNumberInt32NullableArray invokes test_request_required_number_int32_nullable_array operation.
	//
	// POST /test_request_required_number_int32_nullable_array
	TestRequestRequiredNumberInt32NullableArray(ctx context.Context, request []NilInt32) (*Error, error)
	// TestRequestRequiredNumberInt32NullableArrayArray invokes test_request_required_number_int32_nullable_array_array operation.
	//
	// POST /test_request_required_number_int32_nullable_array_array
	TestRequestRequiredNumberInt32NullableArrayArray(ctx context.Context, request [][]NilInt32) (*Error, error)
	// TestRequestRequiredNumberInt64 invokes test_request_required_number_int64 operation.
	//
	// POST /test_request_required_number_int64
	TestRequestRequiredNumberInt64(ctx context.Context, request int64) (*Error, error)
	// TestRequestRequiredNumberInt64Array invokes test_request_required_number_int64_array operation.
	//
	// POST /test_request_required_number_int64_array
	TestRequestRequiredNumberInt64Array(ctx context.Context, request []int64) (*Error, error)
	// TestRequestRequiredNumberInt64ArrayArray invokes test_request_required_number_int64_array_array operation.
	//
	// POST /test_request_required_number_int64_array_array
	TestRequestRequiredNumberInt64ArrayArray(ctx context.Context, request [][]int64) (*Error, error)
	// TestRequestRequiredNumberInt64Nullable invokes test_request_required_number_int64_nullable operation.
	//
	// POST /test_request_required_number_int64_nullable
	TestRequestRequiredNumberInt64Nullable(ctx context.Context, request NilInt64) (*Error, error)
	// TestRequestRequiredNumberInt64NullableArray invokes test_request_required_number_int64_nullable_array operation.
	//
	// POST /test_request_required_number_int64_nullable_array
	TestRequestRequiredNumberInt64NullableArray(ctx context.Context, request []NilInt64) (*Error, error)
	// TestRequestRequiredNumberInt64NullableArrayArray invokes test_request_required_number_int64_nullable_array_array operation.
	//
	// POST /test_request_required_number_int64_nullable_array_array
	TestRequestRequiredNumberInt64NullableArrayArray(ctx context.Context, request [][]NilInt64) (*Error, error)
	// TestRequestRequiredNumberNullable invokes test_request_required_number_nullable operation.
	//
	// POST /test_request_required_number_nullable
	TestRequestRequiredNumberNullable(ctx context.Context, request NilFloat64) (*Error, error)
	// TestRequestRequiredNumberNullableArray invokes test_request_required_number_nullable_array operation.
	//
	// POST /test_request_required_number_nullable_array
	TestRequestRequiredNumberNullableArray(ctx context.Context, request []NilFloat64) (*Error, error)
	// TestRequestRequiredNumberNullableArrayArray invokes test_request_required_number_nullable_array_array operation.
	//
	// POST /test_request_required_number_nullable_array_array
	TestRequestRequiredNumberNullableArrayArray(ctx context.Context, request [][]NilFloat64) (*Error, error)
	// TestRequestRequiredString invokes test_request_required_string operation.
	//
	// POST /test_request_required_string
	TestRequestRequiredString(ctx context.Context, request string) (*Error, error)
	// TestRequestRequiredStringArray invokes test_request_required_string_array operation.
	//
	// POST /test_request_required_string_array
	TestRequestRequiredStringArray(ctx context.Context, request []string) (*Error, error)
	// TestRequestRequiredStringArrayArray invokes test_request_required_string_array_array operation.
	//
	// POST /test_request_required_string_array_array
	TestRequestRequiredStringArrayArray(ctx context.Context, request [][]string) (*Error, error)
	// TestRequestRequiredStringBase64 invokes test_request_required_string_base64 operation.
	//
	// POST /test_request_required_string_base64
	TestRequestRequiredStringBase64(ctx context.Context, request []byte) (*Error, error)
	// TestRequestRequiredStringBase64Array invokes test_request_required_string_base64_array operation.
	//
	// POST /test_request_required_string_base64_array
	TestRequestRequiredStringBase64Array(ctx context.Context, request [][]byte) (*Error, error)
	// TestRequestRequiredStringBase64ArrayArray invokes test_request_required_string_base64_array_array operation.
	//
	// POST /test_request_required_string_base64_array_array
	TestRequestRequiredStringBase64ArrayArray(ctx context.Context, request [][][]byte) (*Error, error)
	// TestRequestRequiredStringBase64Nullable invokes test_request_required_string_base64_nullable operation.
	//
	// POST /test_request_required_string_base64_nullable
	TestRequestRequiredStringBase64Nullable(ctx context.Context, request []byte) (*Error, error)
	// TestRequestRequiredStringBase64NullableArray invokes test_request_required_string_base64_nullable_array operation.
	//
	// POST /test_request_required_string_base64_nullable_array
	TestRequestRequiredStringBase64NullableArray(ctx context.Context, request [][]byte) (*Error, error)
	// TestRequestRequiredStringBase64NullableArrayArray invokes test_request_required_string_base64_nullable_array_array operation.
	//
	// POST /test_request_required_string_base64_nullable_array_array
	TestRequestRequiredStringBase64NullableArrayArray(ctx context.Context, request [][][]byte) (*Error, error)
	// TestRequestRequiredStringBinary invokes test_request_required_string_binary operation.
	//
	// POST /test_request_required_string_binary
	TestRequestRequiredStringBinary(ctx context.Context, request string) (*Error, error)
	// TestRequestRequiredStringBinaryArray invokes test_request_required_string_binary_array operation.
	//
	// POST /test_request_required_string_binary_array
	TestRequestRequiredStringBinaryArray(ctx context.Context, request []string) (*Error, error)
	// TestRequestRequiredStringBinaryArrayArray invokes test_request_required_string_binary_array_array operation.
	//
	// POST /test_request_required_string_binary_array_array
	TestRequestRequiredStringBinaryArrayArray(ctx context.Context, request [][]string) (*Error, error)
	// TestRequestRequiredStringBinaryNullable invokes test_request_required_string_binary_nullable operation.
	//
	// POST /test_request_required_string_binary_nullable
	TestRequestRequiredStringBinaryNullable(ctx context.Context, request NilString) (*Error, error)
	// TestRequestRequiredStringBinaryNullableArray invokes test_request_required_string_binary_nullable_array operation.
	//
	// POST /test_request_required_string_binary_nullable_array
	TestRequestRequiredStringBinaryNullableArray(ctx context.Context, request []NilString) (*Error, error)
	// TestRequestRequiredStringBinaryNullableArrayArray invokes test_request_required_string_binary_nullable_array_array operation.
	//
	// POST /test_request_required_string_binary_nullable_array_array
	TestRequestRequiredStringBinaryNullableArrayArray(ctx context.Context, request [][]NilString) (*Error, error)
	// TestRequestRequiredStringByte invokes test_request_required_string_byte operation.
	//
	// POST /test_request_required_string_byte
	TestRequestRequiredStringByte(ctx context.Context, request []byte) (*Error, error)
	// TestRequestRequiredStringByteArray invokes test_request_required_string_byte_array operation.
	//
	// POST /test_request_required_string_byte_array
	TestRequestRequiredStringByteArray(ctx context.Context, request [][]byte) (*Error, error)
	// TestRequestRequiredStringByteArrayArray invokes test_request_required_string_byte_array_array operation.
	//
	// POST /test_request_required_string_byte_array_array
	TestRequestRequiredStringByteArrayArray(ctx context.Context, request [][][]byte) (*Error, error)
	// TestRequestRequiredStringByteNullable invokes test_request_required_string_byte_nullable operation.
	//
	// POST /test_request_required_string_byte_nullable
	TestRequestRequiredStringByteNullable(ctx context.Context, request []byte) (*Error, error)
	// TestRequestRequiredStringByteNullableArray invokes test_request_required_string_byte_nullable_array operation.
	//
	// POST /test_request_required_string_byte_nullable_array
	TestRequestRequiredStringByteNullableArray(ctx context.Context, request [][]byte) (*Error, error)
	// TestRequestRequiredStringByteNullableArrayArray invokes test_request_required_string_byte_nullable_array_array operation.
	//
	// POST /test_request_required_string_byte_nullable_array_array
	TestRequestRequiredStringByteNullableArrayArray(ctx context.Context, request [][][]byte) (*Error, error)
	// TestRequestRequiredStringDate invokes test_request_required_string_date operation.
	//
	// POST /test_request_required_string_date
	TestRequestRequiredStringDate(ctx context.Context, request time.Time) (*Error, error)
	// TestRequestRequiredStringDateArray invokes test_request_required_string_date_array operation.
	//
	// POST /test_request_required_string_date_array
	TestRequestRequiredStringDateArray(ctx context.Context, request []time.Time) (*Error, error)
	// TestRequestRequiredStringDateArrayArray invokes test_request_required_string_date_array_array operation.
	//
	// POST /test_request_required_string_date_array_array
	TestRequestRequiredStringDateArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)
	// TestRequestRequiredStringDateNullable invokes test_request_required_string_date_nullable operation.
	//
	// POST /test_request_required_string_date_nullable
	TestRequestRequiredStringDateNullable(ctx context.Context, request NilDate) (*Error, error)
	// TestRequestRequiredStringDateNullableArray invokes test_request_required_string_date_nullable_array operation.
	//
	// POST /test_request_required_string_date_nullable_array
	TestRequestRequiredStringDateNullableArray(ctx context.Context, request []NilDate) (*Error, error)
	// TestRequestRequiredStringDateNullableArrayArray invokes test_request_required_string_date_nullable_array_array operation.
	//
	// POST /test_request_required_string_date_nullable_array_array
	TestRequestRequiredStringDateNullableArrayArray(ctx context.Context, request [][]NilDate) (*Error, error)
	// TestRequestRequiredStringDateTime invokes test_request_required_string_date-time operation.
	//
	// POST /test_request_required_string_date-time
	TestRequestRequiredStringDateTime(ctx context.Context, request time.Time) (*Error, error)
	// TestRequestRequiredStringDateTimeArray invokes test_request_required_string_date-time_array operation.
	//
	// POST /test_request_required_string_date-time_array
	TestRequestRequiredStringDateTimeArray(ctx context.Context, request []time.Time) (*Error, error)
	// TestRequestRequiredStringDateTimeArrayArray invokes test_request_required_string_date-time_array_array operation.
	//
	// POST /test_request_required_string_date-time_array_array
	TestRequestRequiredStringDateTimeArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)
	// TestRequestRequiredStringDateTimeNullable invokes test_request_required_string_date-time_nullable operation.
	//
	// POST /test_request_required_string_date-time_nullable
	TestRequestRequiredStringDateTimeNullable(ctx context.Context, request NilDateTime) (*Error, error)
	// TestRequestRequiredStringDateTimeNullableArray invokes test_request_required_string_date-time_nullable_array operation.
	//
	// POST /test_request_required_string_date-time_nullable_array
	TestRequestRequiredStringDateTimeNullableArray(ctx context.Context, request []NilDateTime) (*Error, error)
	// TestRequestRequiredStringDateTimeNullableArrayArray invokes test_request_required_string_date-time_nullable_array_array operation.
	//
	// POST /test_request_required_string_date-time_nullable_array_array
	TestRequestRequiredStringDateTimeNullableArrayArray(ctx context.Context, request [][]NilDateTime) (*Error, error)
	// TestRequestRequiredStringDuration invokes test_request_required_string_duration operation.
	//
	// POST /test_request_required_string_duration
	TestRequestRequiredStringDuration(ctx context.Context, request time.Duration) (*Error, error)
	// TestRequestRequiredStringDurationArray invokes test_request_required_string_duration_array operation.
	//
	// POST /test_request_required_string_duration_array
	TestRequestRequiredStringDurationArray(ctx context.Context, request []time.Duration) (*Error, error)
	// TestRequestRequiredStringDurationArrayArray invokes test_request_required_string_duration_array_array operation.
	//
	// POST /test_request_required_string_duration_array_array
	TestRequestRequiredStringDurationArrayArray(ctx context.Context, request [][]time.Duration) (*Error, error)
	// TestRequestRequiredStringDurationNullable invokes test_request_required_string_duration_nullable operation.
	//
	// POST /test_request_required_string_duration_nullable
	TestRequestRequiredStringDurationNullable(ctx context.Context, request NilDuration) (*Error, error)
	// TestRequestRequiredStringDurationNullableArray invokes test_request_required_string_duration_nullable_array operation.
	//
	// POST /test_request_required_string_duration_nullable_array
	TestRequestRequiredStringDurationNullableArray(ctx context.Context, request []NilDuration) (*Error, error)
	// TestRequestRequiredStringDurationNullableArrayArray invokes test_request_required_string_duration_nullable_array_array operation.
	//
	// POST /test_request_required_string_duration_nullable_array_array
	TestRequestRequiredStringDurationNullableArrayArray(ctx context.Context, request [][]NilDuration) (*Error, error)
	// TestRequestRequiredStringEmail invokes test_request_required_string_email operation.
	//
	// POST /test_request_required_string_email
	TestRequestRequiredStringEmail(ctx context.Context, request string) (*Error, error)
	// TestRequestRequiredStringEmailArray invokes test_request_required_string_email_array operation.
	//
	// POST /test_request_required_string_email_array
	TestRequestRequiredStringEmailArray(ctx context.Context, request []string) (*Error, error)
	// TestRequestRequiredStringEmailArrayArray invokes test_request_required_string_email_array_array operation.
	//
	// POST /test_request_required_string_email_array_array
	TestRequestRequiredStringEmailArrayArray(ctx context.Context, request [][]string) (*Error, error)
	// TestRequestRequiredStringEmailNullable invokes test_request_required_string_email_nullable operation.
	//
	// POST /test_request_required_string_email_nullable
	TestRequestRequiredStringEmailNullable(ctx context.Context, request NilString) (*Error, error)
	// TestRequestRequiredStringEmailNullableArray invokes test_request_required_string_email_nullable_array operation.
	//
	// POST /test_request_required_string_email_nullable_array
	TestRequestRequiredStringEmailNullableArray(ctx context.Context, request []NilString) (*Error, error)
	// TestRequestRequiredStringEmailNullableArrayArray invokes test_request_required_string_email_nullable_array_array operation.
	//
	// POST /test_request_required_string_email_nullable_array_array
	TestRequestRequiredStringEmailNullableArrayArray(ctx context.Context, request [][]NilString) (*Error, error)
	// TestRequestRequiredStringFloat32 invokes test_request_required_string_float32 operation.
	//
	// POST /test_request_required_string_float32
	TestRequestRequiredStringFloat32(ctx context.Context, request float32) (*Error, error)
	// TestRequestRequiredStringFloat32Array invokes test_request_required_string_float32_array operation.
	//
	// POST /test_request_required_string_float32_array
	TestRequestRequiredStringFloat32Array(ctx context.Context, request []float32) (*Error, error)
	// TestRequestRequiredStringFloat32ArrayArray invokes test_request_required_string_float32_array_array operation.
	//
	// POST /test_request_required_string_float32_array_array
	TestRequestRequiredStringFloat32ArrayArray(ctx context.Context, request [][]float32) (*Error, error)
	// TestRequestRequiredStringFloat32Nullable invokes test_request_required_string_float32_nullable operation.
	//
	// POST /test_request_required_string_float32_nullable
	TestRequestRequiredStringFloat32Nullable(ctx context.Context, request NilStringFloat32) (*Error, error)
	// TestRequestRequiredStringFloat32NullableArray invokes test_request_required_string_float32_nullable_array operation.
	//
	// POST /test_request_required_string_float32_nullable_array
	TestRequestRequiredStringFloat32NullableArray(ctx context.Context, request []NilStringFloat32) (*Error, error)
	// TestRequestRequiredStringFloat32NullableArrayArray invokes test_request_required_string_float32_nullable_array_array operation.
	//
	// POST /test_request_required_string_float32_nullable_array_array
	TestRequestRequiredStringFloat32NullableArrayArray(ctx context.Context, request [][]NilStringFloat32) (*Error, error)
	// TestRequestRequiredStringFloat64 invokes test_request_required_string_float64 operation.
	//
	// POST /test_request_required_string_float64
	TestRequestRequiredStringFloat64(ctx context.Context, request float64) (*Error, error)
	// TestRequestRequiredStringFloat64Array invokes test_request_required_string_float64_array operation.
	//
	// POST /test_request_required_string_float64_array
	TestRequestRequiredStringFloat64Array(ctx context.Context, request []float64) (*Error, error)
	// TestRequestRequiredStringFloat64ArrayArray invokes test_request_required_string_float64_array_array operation.
	//
	// POST /test_request_required_string_float64_array_array
	TestRequestRequiredStringFloat64ArrayArray(ctx context.Context, request [][]float64) (*Error, error)
	// TestRequestRequiredStringFloat64Nullable invokes test_request_required_string_float64_nullable operation.
	//
	// POST /test_request_required_string_float64_nullable
	TestRequestRequiredStringFloat64Nullable(ctx context.Context, request NilStringFloat64) (*Error, error)
	// TestRequestRequiredStringFloat64NullableArray invokes test_request_required_string_float64_nullable_array operation.
	//
	// POST /test_request_required_string_float64_nullable_array
	TestRequestRequiredStringFloat64NullableArray(ctx context.Context, request []NilStringFloat64) (*Error, error)
	// TestRequestRequiredStringFloat64NullableArrayArray invokes test_request_required_string_float64_nullable_array_array operation.
	//
	// POST /test_request_required_string_float64_nullable_array_array
	TestRequestRequiredStringFloat64NullableArrayArray(ctx context.Context, request [][]NilStringFloat64) (*Error, error)
	// TestRequestRequiredStringHostname invokes test_request_required_string_hostname operation.
	//
	// POST /test_request_required_string_hostname
	TestRequestRequiredStringHostname(ctx context.Context, request string) (*Error, error)
	// TestRequestRequiredStringHostnameArray invokes test_request_required_string_hostname_array operation.
	//
	// POST /test_request_required_string_hostname_array
	TestRequestRequiredStringHostnameArray(ctx context.Context, request []string) (*Error, error)
	// TestRequestRequiredStringHostnameArrayArray invokes test_request_required_string_hostname_array_array operation.
	//
	// POST /test_request_required_string_hostname_array_array
	TestRequestRequiredStringHostnameArrayArray(ctx context.Context, request [][]string) (*Error, error)
	// TestRequestRequiredStringHostnameNullable invokes test_request_required_string_hostname_nullable operation.
	//
	// POST /test_request_required_string_hostname_nullable
	TestRequestRequiredStringHostnameNullable(ctx context.Context, request NilString) (*Error, error)
	// TestRequestRequiredStringHostnameNullableArray invokes test_request_required_string_hostname_nullable_array operation.
	//
	// POST /test_request_required_string_hostname_nullable_array
	TestRequestRequiredStringHostnameNullableArray(ctx context.Context, request []NilString) (*Error, error)
	// TestRequestRequiredStringHostnameNullableArrayArray invokes test_request_required_string_hostname_nullable_array_array operation.
	//
	// POST /test_request_required_string_hostname_nullable_array_array
	TestRequestRequiredStringHostnameNullableArrayArray(ctx context.Context, request [][]NilString) (*Error, error)
	// TestRequestRequiredStringIP invokes test_request_required_string_ip operation.
	//
	// POST /test_request_required_string_ip
	TestRequestRequiredStringIP(ctx context.Context, request netip.Addr) (*Error, error)
	// TestRequestRequiredStringIPArray invokes test_request_required_string_ip_array operation.
	//
	// POST /test_request_required_string_ip_array
	TestRequestRequiredStringIPArray(ctx context.Context, request []netip.Addr) (*Error, error)
	// TestRequestRequiredStringIPArrayArray invokes test_request_required_string_ip_array_array operation.
	//
	// POST /test_request_required_string_ip_array_array
	TestRequestRequiredStringIPArrayArray(ctx context.Context, request [][]netip.Addr) (*Error, error)
	// TestRequestRequiredStringIPNullable invokes test_request_required_string_ip_nullable operation.
	//
	// POST /test_request_required_string_ip_nullable
	TestRequestRequiredStringIPNullable(ctx context.Context, request NilIP) (*Error, error)
	// TestRequestRequiredStringIPNullableArray invokes test_request_required_string_ip_nullable_array operation.
	//
	// POST /test_request_required_string_ip_nullable_array
	TestRequestRequiredStringIPNullableArray(ctx context.Context, request []NilIP) (*Error, error)
	// TestRequestRequiredStringIPNullableArrayArray invokes test_request_required_string_ip_nullable_array_array operation.
	//
	// POST /test_request_required_string_ip_nullable_array_array
	TestRequestRequiredStringIPNullableArrayArray(ctx context.Context, request [][]NilIP) (*Error, error)
	// TestRequestRequiredStringInt invokes test_request_required_string_int operation.
	//
	// POST /test_request_required_string_int
	TestRequestRequiredStringInt(ctx context.Context, request int) (*Error, error)
	// TestRequestRequiredStringInt16 invokes test_request_required_string_int16 operation.
	//
	// POST /test_request_required_string_int16
	TestRequestRequiredStringInt16(ctx context.Context, request int16) (*Error, error)
	// TestRequestRequiredStringInt16Array invokes test_request_required_string_int16_array operation.
	//
	// POST /test_request_required_string_int16_array
	TestRequestRequiredStringInt16Array(ctx context.Context, request []int16) (*Error, error)
	// TestRequestRequiredStringInt16ArrayArray invokes test_request_required_string_int16_array_array operation.
	//
	// POST /test_request_required_string_int16_array_array
	TestRequestRequiredStringInt16ArrayArray(ctx context.Context, request [][]int16) (*Error, error)
	// TestRequestRequiredStringInt16Nullable invokes test_request_required_string_int16_nullable operation.
	//
	// POST /test_request_required_string_int16_nullable
	TestRequestRequiredStringInt16Nullable(ctx context.Context, request NilStringInt16) (*Error, error)
	// TestRequestRequiredStringInt16NullableArray invokes test_request_required_string_int16_nullable_array operation.
	//
	// POST /test_request_required_string_int16_nullable_array
	TestRequestRequiredStringInt16NullableArray(ctx context.Context, request []NilStringInt16) (*Error, error)
	// TestRequestRequiredStringInt16NullableArrayArray invokes test_request_required_string_int16_nullable_array_array operation.
	//
	// POST /test_request_required_string_int16_nullable_array_array
	TestRequestRequiredStringInt16NullableArrayArray(ctx context.Context, request [][]NilStringInt16) (*Error, error)
	// TestRequestRequiredStringInt32 invokes test_request_required_string_int32 operation.
	//
	// POST /test_request_required_string_int32
	TestRequestRequiredStringInt32(ctx context.Context, request int32) (*Error, error)
	// TestRequestRequiredStringInt32Array invokes test_request_required_string_int32_array operation.
	//
	// POST /test_request_required_string_int32_array
	TestRequestRequiredStringInt32Array(ctx context.Context, request []int32) (*Error, error)
	// TestRequestRequiredStringInt32ArrayArray invokes test_request_required_string_int32_array_array operation.
	//
	// POST /test_request_required_string_int32_array_array
	TestRequestRequiredStringInt32ArrayArray(ctx context.Context, request [][]int32) (*Error, error)
	// TestRequestRequiredStringInt32Nullable invokes test_request_required_string_int32_nullable operation.
	//
	// POST /test_request_required_string_int32_nullable
	TestRequestRequiredStringInt32Nullable(ctx context.Context, request NilStringInt32) (*Error, error)
	// TestRequestRequiredStringInt32NullableArray invokes test_request_required_string_int32_nullable_array operation.
	//
	// POST /test_request_required_string_int32_nullable_array
	TestRequestRequiredStringInt32NullableArray(ctx context.Context, request []NilStringInt32) (*Error, error)
	// TestRequestRequiredStringInt32NullableArrayArray invokes test_request_required_string_int32_nullable_array_array operation.
	//
	// POST /test_request_required_string_int32_nullable_array_array
	TestRequestRequiredStringInt32NullableArrayArray(ctx context.Context, request [][]NilStringInt32) (*Error, error)
	// TestRequestRequiredStringInt64 invokes test_request_required_string_int64 operation.
	//
	// POST /test_request_required_string_int64
	TestRequestRequiredStringInt64(ctx context.Context, request int64) (*Error, error)
	// TestRequestRequiredStringInt64Array invokes test_request_required_string_int64_array operation.
	//
	// POST /test_request_required_string_int64_array
	TestRequestRequiredStringInt64Array(ctx context.Context, request []int64) (*Error, error)
	// TestRequestRequiredStringInt64ArrayArray invokes test_request_required_string_int64_array_array operation.
	//
	// POST /test_request_required_string_int64_array_array
	TestRequestRequiredStringInt64ArrayArray(ctx context.Context, request [][]int64) (*Error, error)
	// TestRequestRequiredStringInt64Nullable invokes test_request_required_string_int64_nullable operation.
	//
	// POST /test_request_required_string_int64_nullable
	TestRequestRequiredStringInt64Nullable(ctx context.Context, request NilStringInt64) (*Error, error)
	// TestRequestRequiredStringInt64NullableArray invokes test_request_required_string_int64_nullable_array operation.
	//
	// POST /test_request_required_string_int64_nullable_array
	TestRequestRequiredStringInt64NullableArray(ctx context.Context, request []NilStringInt64) (*Error, error)
	// TestRequestRequiredStringInt64NullableArrayArray invokes test_request_required_string_int64_nullable_array_array operation.
	//
	// POST /test_request_required_string_int64_nullable_array_array
	TestRequestRequiredStringInt64NullableArrayArray(ctx context.Context, request [][]NilStringInt64) (*Error, error)
	// TestRequestRequiredStringInt8 invokes test_request_required_string_int8 operation.
	//
	// POST /test_request_required_string_int8
	TestRequestRequiredStringInt8(ctx context.Context, request int8) (*Error, error)
	// TestRequestRequiredStringInt8Array invokes test_request_required_string_int8_array operation.
	//
	// POST /test_request_required_string_int8_array
	TestRequestRequiredStringInt8Array(ctx context.Context, request []int8) (*Error, error)
	// TestRequestRequiredStringInt8ArrayArray invokes test_request_required_string_int8_array_array operation.
	//
	// POST /test_request_required_string_int8_array_array
	TestRequestRequiredStringInt8ArrayArray(ctx context.Context, request [][]int8) (*Error, error)
	// TestRequestRequiredStringInt8Nullable invokes test_request_required_string_int8_nullable operation.
	//
	// POST /test_request_required_string_int8_nullable
	TestRequestRequiredStringInt8Nullable(ctx context.Context, request NilStringInt8) (*Error, error)
	// TestRequestRequiredStringInt8NullableArray invokes test_request_required_string_int8_nullable_array operation.
	//
	// POST /test_request_required_string_int8_nullable_array
	TestRequestRequiredStringInt8NullableArray(ctx context.Context, request []NilStringInt8) (*Error, error)
	// TestRequestRequiredStringInt8NullableArrayArray invokes test_request_required_string_int8_nullable_array_array operation.
	//
	// POST /test_request_required_string_int8_nullable_array_array
	TestRequestRequiredStringInt8NullableArrayArray(ctx context.Context, request [][]NilStringInt8) (*Error, error)
	// TestRequestRequiredStringIntArray invokes test_request_required_string_int_array operation.
	//
	// POST /test_request_required_string_int_array
	TestRequestRequiredStringIntArray(ctx context.Context, request []int) (*Error, error)
	// TestRequestRequiredStringIntArrayArray invokes test_request_required_string_int_array_array operation.
	//
	// POST /test_request_required_string_int_array_array
	TestRequestRequiredStringIntArrayArray(ctx context.Context, request [][]int) (*Error, error)
	// TestRequestRequiredStringIntNullable invokes test_request_required_string_int_nullable operation.
	//
	// POST /test_request_required_string_int_nullable
	TestRequestRequiredStringIntNullable(ctx context.Context, request NilStringInt) (*Error, error)
	// TestRequestRequiredStringIntNullableArray invokes test_request_required_string_int_nullable_array operation.
	//
	// POST /test_request_required_string_int_nullable_array
	TestRequestRequiredStringIntNullableArray(ctx context.Context, request []NilStringInt) (*Error, error)
	// TestRequestRequiredStringIntNullableArrayArray invokes test_request_required_string_int_nullable_array_array operation.
	//
	// POST /test_request_required_string_int_nullable_array_array
	TestRequestRequiredStringIntNullableArrayArray(ctx context.Context, request [][]NilStringInt) (*Error, error)
	// TestRequestRequiredStringIpv4 invokes test_request_required_string_ipv4 operation.
	//
	// POST /test_request_required_string_ipv4
	TestRequestRequiredStringIpv4(ctx context.Context, request netip.Addr) (*Error, error)
	// TestRequestRequiredStringIpv4Array invokes test_request_required_string_ipv4_array operation.
	//
	// POST /test_request_required_string_ipv4_array
	TestRequestRequiredStringIpv4Array(ctx context.Context, request []netip.Addr) (*Error, error)
	// TestRequestRequiredStringIpv4ArrayArray invokes test_request_required_string_ipv4_array_array operation.
	//
	// POST /test_request_required_string_ipv4_array_array
	TestRequestRequiredStringIpv4ArrayArray(ctx context.Context, request [][]netip.Addr) (*Error, error)
	// TestRequestRequiredStringIpv4Nullable invokes test_request_required_string_ipv4_nullable operation.
	//
	// POST /test_request_required_string_ipv4_nullable
	TestRequestRequiredStringIpv4Nullable(ctx context.Context, request NilIPv4) (*Error, error)
	// TestRequestRequiredStringIpv4NullableArray invokes test_request_required_string_ipv4_nullable_array operation.
	//
	// POST /test_request_required_string_ipv4_nullable_array
	TestRequestRequiredStringIpv4NullableArray(ctx context.Context, request []NilIPv4) (*Error, error)
	// TestRequestRequiredStringIpv4NullableArrayArray invokes test_request_required_string_ipv4_nullable_array_array operation.
	//
	// POST /test_request_required_string_ipv4_nullable_array_array
	TestRequestRequiredStringIpv4NullableArrayArray(ctx context.Context, request [][]NilIPv4) (*Error, error)
	// TestRequestRequiredStringIpv6 invokes test_request_required_string_ipv6 operation.
	//
	// POST /test_request_required_string_ipv6
	TestRequestRequiredStringIpv6(ctx context.Context, request netip.Addr) (*Error, error)
	// TestRequestRequiredStringIpv6Array invokes test_request_required_string_ipv6_array operation.
	//
	// POST /test_request_required_string_ipv6_array
	TestRequestRequiredStringIpv6Array(ctx context.Context, request []netip.Addr) (*Error, error)
	// TestRequestRequiredStringIpv6ArrayArray invokes test_request_required_string_ipv6_array_array operation.
	//
	// POST /test_request_required_string_ipv6_array_array
	TestRequestRequiredStringIpv6ArrayArray(ctx context.Context, request [][]netip.Addr) (*Error, error)
	// TestRequestRequiredStringIpv6Nullable invokes test_request_required_string_ipv6_nullable operation.
	//
	// POST /test_request_required_string_ipv6_nullable
	TestRequestRequiredStringIpv6Nullable(ctx context.Context, request NilIPv6) (*Error, error)
	// TestRequestRequiredStringIpv6NullableArray invokes test_request_required_string_ipv6_nullable_array operation.
	//
	// POST /test_request_required_string_ipv6_nullable_array
	TestRequestRequiredStringIpv6NullableArray(ctx context.Context, request []NilIPv6) (*Error, error)
	// TestRequestRequiredStringIpv6NullableArrayArray invokes test_request_required_string_ipv6_nullable_array_array operation.
	//
	// POST /test_request_required_string_ipv6_nullable_array_array
	TestRequestRequiredStringIpv6NullableArrayArray(ctx context.Context, request [][]NilIPv6) (*Error, error)
	// TestRequestRequiredStringMAC invokes test_request_required_string_mac operation.
	//
	// POST /test_request_required_string_mac
	TestRequestRequiredStringMAC(ctx context.Context, request net.HardwareAddr) (*Error, error)
	// TestRequestRequiredStringMACArray invokes test_request_required_string_mac_array operation.
	//
	// POST /test_request_required_string_mac_array
	TestRequestRequiredStringMACArray(ctx context.Context, request []net.HardwareAddr) (*Error, error)
	// TestRequestRequiredStringMACArrayArray invokes test_request_required_string_mac_array_array operation.
	//
	// POST /test_request_required_string_mac_array_array
	TestRequestRequiredStringMACArrayArray(ctx context.Context, request [][]net.HardwareAddr) (*Error, error)
	// TestRequestRequiredStringMACNullable invokes test_request_required_string_mac_nullable operation.
	//
	// POST /test_request_required_string_mac_nullable
	TestRequestRequiredStringMACNullable(ctx context.Context, request NilHardwareAddr) (*Error, error)
	// TestRequestRequiredStringMACNullableArray invokes test_request_required_string_mac_nullable_array operation.
	//
	// POST /test_request_required_string_mac_nullable_array
	TestRequestRequiredStringMACNullableArray(ctx context.Context, request []NilHardwareAddr) (*Error, error)
	// TestRequestRequiredStringMACNullableArrayArray invokes test_request_required_string_mac_nullable_array_array operation.
	//
	// POST /test_request_required_string_mac_nullable_array_array
	TestRequestRequiredStringMACNullableArrayArray(ctx context.Context, request [][]NilHardwareAddr) (*Error, error)
	// TestRequestRequiredStringNullable invokes test_request_required_string_nullable operation.
	//
	// POST /test_request_required_string_nullable
	TestRequestRequiredStringNullable(ctx context.Context, request NilString) (*Error, error)
	// TestRequestRequiredStringNullableArray invokes test_request_required_string_nullable_array operation.
	//
	// POST /test_request_required_string_nullable_array
	TestRequestRequiredStringNullableArray(ctx context.Context, request []NilString) (*Error, error)
	// TestRequestRequiredStringNullableArrayArray invokes test_request_required_string_nullable_array_array operation.
	//
	// POST /test_request_required_string_nullable_array_array
	TestRequestRequiredStringNullableArrayArray(ctx context.Context, request [][]NilString) (*Error, error)
	// TestRequestRequiredStringPassword invokes test_request_required_string_password operation.
	//
	// POST /test_request_required_string_password
	TestRequestRequiredStringPassword(ctx context.Context, request string) (*Error, error)
	// TestRequestRequiredStringPasswordArray invokes test_request_required_string_password_array operation.
	//
	// POST /test_request_required_string_password_array
	TestRequestRequiredStringPasswordArray(ctx context.Context, request []string) (*Error, error)
	// TestRequestRequiredStringPasswordArrayArray invokes test_request_required_string_password_array_array operation.
	//
	// POST /test_request_required_string_password_array_array
	TestRequestRequiredStringPasswordArrayArray(ctx context.Context, request [][]string) (*Error, error)
	// TestRequestRequiredStringPasswordNullable invokes test_request_required_string_password_nullable operation.
	//
	// POST /test_request_required_string_password_nullable
	TestRequestRequiredStringPasswordNullable(ctx context.Context, request NilString) (*Error, error)
	// TestRequestRequiredStringPasswordNullableArray invokes test_request_required_string_password_nullable_array operation.
	//
	// POST /test_request_required_string_password_nullable_array
	TestRequestRequiredStringPasswordNullableArray(ctx context.Context, request []NilString) (*Error, error)
	// TestRequestRequiredStringPasswordNullableArrayArray invokes test_request_required_string_password_nullable_array_array operation.
	//
	// POST /test_request_required_string_password_nullable_array_array
	TestRequestRequiredStringPasswordNullableArrayArray(ctx context.Context, request [][]NilString) (*Error, error)
	// TestRequestRequiredStringTime invokes test_request_required_string_time operation.
	//
	// POST /test_request_required_string_time
	TestRequestRequiredStringTime(ctx context.Context, request time.Time) (*Error, error)
	// TestRequestRequiredStringTimeArray invokes test_request_required_string_time_array operation.
	//
	// POST /test_request_required_string_time_array
	TestRequestRequiredStringTimeArray(ctx context.Context, request []time.Time) (*Error, error)
	// TestRequestRequiredStringTimeArrayArray invokes test_request_required_string_time_array_array operation.
	//
	// POST /test_request_required_string_time_array_array
	TestRequestRequiredStringTimeArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)
	// TestRequestRequiredStringTimeNullable invokes test_request_required_string_time_nullable operation.
	//
	// POST /test_request_required_string_time_nullable
	TestRequestRequiredStringTimeNullable(ctx context.Context, request NilTime) (*Error, error)
	// TestRequestRequiredStringTimeNullableArray invokes test_request_required_string_time_nullable_array operation.
	//
	// POST /test_request_required_string_time_nullable_array
	TestRequestRequiredStringTimeNullableArray(ctx context.Context, request []NilTime) (*Error, error)
	// TestRequestRequiredStringTimeNullableArrayArray invokes test_request_required_string_time_nullable_array_array operation.
	//
	// POST /test_request_required_string_time_nullable_array_array
	TestRequestRequiredStringTimeNullableArrayArray(ctx context.Context, request [][]NilTime) (*Error, error)
	// TestRequestRequiredStringURI invokes test_request_required_string_uri operation.
	//
	// POST /test_request_required_string_uri
	TestRequestRequiredStringURI(ctx context.Context, request url.URL) (*Error, error)
	// TestRequestRequiredStringURIArray invokes test_request_required_string_uri_array operation.
	//
	// POST /test_request_required_string_uri_array
	TestRequestRequiredStringURIArray(ctx context.Context, request []url.URL) (*Error, error)
	// TestRequestRequiredStringURIArrayArray invokes test_request_required_string_uri_array_array operation.
	//
	// POST /test_request_required_string_uri_array_array
	TestRequestRequiredStringURIArrayArray(ctx context.Context, request [][]url.URL) (*Error, error)
	// TestRequestRequiredStringURINullable invokes test_request_required_string_uri_nullable operation.
	//
	// POST /test_request_required_string_uri_nullable
	TestRequestRequiredStringURINullable(ctx context.Context, request NilURI) (*Error, error)
	// TestRequestRequiredStringURINullableArray invokes test_request_required_string_uri_nullable_array operation.
	//
	// POST /test_request_required_string_uri_nullable_array
	TestRequestRequiredStringURINullableArray(ctx context.Context, request []NilURI) (*Error, error)
	// TestRequestRequiredStringURINullableArrayArray invokes test_request_required_string_uri_nullable_array_array operation.
	//
	// POST /test_request_required_string_uri_nullable_array_array
	TestRequestRequiredStringURINullableArrayArray(ctx context.Context, request [][]NilURI) (*Error, error)
	// TestRequestRequiredStringUUID invokes test_request_required_string_uuid operation.
	//
	// POST /test_request_required_string_uuid
	TestRequestRequiredStringUUID(ctx context.Context, request uuid.UUID) (*Error, error)
	// TestRequestRequiredStringUUIDArray invokes test_request_required_string_uuid_array operation.
	//
	// POST /test_request_required_string_uuid_array
	TestRequestRequiredStringUUIDArray(ctx context.Context, request []uuid.UUID) (*Error, error)
	// TestRequestRequiredStringUUIDArrayArray invokes test_request_required_string_uuid_array_array operation.
	//
	// POST /test_request_required_string_uuid_array_array
	TestRequestRequiredStringUUIDArrayArray(ctx context.Context, request [][]uuid.UUID) (*Error, error)
	// TestRequestRequiredStringUUIDNullable invokes test_request_required_string_uuid_nullable operation.
	//
	// POST /test_request_required_string_uuid_nullable
	TestRequestRequiredStringUUIDNullable(ctx context.Context, request NilUUID) (*Error, error)
	// TestRequestRequiredStringUUIDNullableArray invokes test_request_required_string_uuid_nullable_array operation.
	//
	// POST /test_request_required_string_uuid_nullable_array
	TestRequestRequiredStringUUIDNullableArray(ctx context.Context, request []NilUUID) (*Error, error)
	// TestRequestRequiredStringUUIDNullableArrayArray invokes test_request_required_string_uuid_nullable_array_array operation.
	//
	// POST /test_request_required_string_uuid_nullable_array_array
	TestRequestRequiredStringUUIDNullableArrayArray(ctx context.Context, request [][]NilUUID) (*Error, error)
	// TestRequestRequiredStringUint invokes test_request_required_string_uint operation.
	//
	// POST /test_request_required_string_uint
	TestRequestRequiredStringUint(ctx context.Context, request uint) (*Error, error)
	// TestRequestRequiredStringUint16 invokes test_request_required_string_uint16 operation.
	//
	// POST /test_request_required_string_uint16
	TestRequestRequiredStringUint16(ctx context.Context, request uint16) (*Error, error)
	// TestRequestRequiredStringUint16Array invokes test_request_required_string_uint16_array operation.
	//
	// POST /test_request_required_string_uint16_array
	TestRequestRequiredStringUint16Array(ctx context.Context, request []uint16) (*Error, error)
	// TestRequestRequiredStringUint16ArrayArray invokes test_request_required_string_uint16_array_array operation.
	//
	// POST /test_request_required_string_uint16_array_array
	TestRequestRequiredStringUint16ArrayArray(ctx context.Context, request [][]uint16) (*Error, error)
	// TestRequestRequiredStringUint16Nullable invokes test_request_required_string_uint16_nullable operation.
	//
	// POST /test_request_required_string_uint16_nullable
	TestRequestRequiredStringUint16Nullable(ctx context.Context, request NilStringUint16) (*Error, error)
	// TestRequestRequiredStringUint16NullableArray invokes test_request_required_string_uint16_nullable_array operation.
	//
	// POST /test_request_required_string_uint16_nullable_array
	TestRequestRequiredStringUint16NullableArray(ctx context.Context, request []NilStringUint16) (*Error, error)
	// TestRequestRequiredStringUint16NullableArrayArray invokes test_request_required_string_uint16_nullable_array_array operation.
	//
	// POST /test_request_required_string_uint16_nullable_array_array
	TestRequestRequiredStringUint16NullableArrayArray(ctx context.Context, request [][]NilStringUint16) (*Error, error)
	// TestRequestRequiredStringUint32 invokes test_request_required_string_uint32 operation.
	//
	// POST /test_request_required_string_uint32
	TestRequestRequiredStringUint32(ctx context.Context, request uint32) (*Error, error)
	// TestRequestRequiredStringUint32Array invokes test_request_required_string_uint32_array operation.
	//
	// POST /test_request_required_string_uint32_array
	TestRequestRequiredStringUint32Array(ctx context.Context, request []uint32) (*Error, error)
	// TestRequestRequiredStringUint32ArrayArray invokes test_request_required_string_uint32_array_array operation.
	//
	// POST /test_request_required_string_uint32_array_array
	TestRequestRequiredStringUint32ArrayArray(ctx context.Context, request [][]uint32) (*Error, error)
	// TestRequestRequiredStringUint32Nullable invokes test_request_required_string_uint32_nullable operation.
	//
	// POST /test_request_required_string_uint32_nullable
	TestRequestRequiredStringUint32Nullable(ctx context.Context, request NilStringUint32) (*Error, error)
	// TestRequestRequiredStringUint32NullableArray invokes test_request_required_string_uint32_nullable_array operation.
	//
	// POST /test_request_required_string_uint32_nullable_array
	TestRequestRequiredStringUint32NullableArray(ctx context.Context, request []NilStringUint32) (*Error, error)
	// TestRequestRequiredStringUint32NullableArrayArray invokes test_request_required_string_uint32_nullable_array_array operation.
	//
	// POST /test_request_required_string_uint32_nullable_array_array
	TestRequestRequiredStringUint32NullableArrayArray(ctx context.Context, request [][]NilStringUint32) (*Error, error)
	// TestRequestRequiredStringUint64 invokes test_request_required_string_uint64 operation.
	//
	// POST /test_request_required_string_uint64
	TestRequestRequiredStringUint64(ctx context.Context, request uint64) (*Error, error)
	// TestRequestRequiredStringUint64Array invokes test_request_required_string_uint64_array operation.
	//
	// POST /test_request_required_string_uint64_array
	TestRequestRequiredStringUint64Array(ctx context.Context, request []uint64) (*Error, error)
	// TestRequestRequiredStringUint64ArrayArray invokes test_request_required_string_uint64_array_array operation.
	//
	// POST /test_request_required_string_uint64_array_array
	TestRequestRequiredStringUint64ArrayArray(ctx context.Context, request [][]uint64) (*Error, error)
	// TestRequestRequiredStringUint64Nullable invokes test_request_required_string_uint64_nullable operation.
	//
	// POST /test_request_required_string_uint64_nullable
	TestRequestRequiredStringUint64Nullable(ctx context.Context, request NilStringUint64) (*Error, error)
	// TestRequestRequiredStringUint64NullableArray invokes test_request_required_string_uint64_nullable_array operation.
	//
	// POST /test_request_required_string_uint64_nullable_array
	TestRequestRequiredStringUint64NullableArray(ctx context.Context, request []NilStringUint64) (*Error, error)
	// TestRequestRequiredStringUint64NullableArrayArray invokes test_request_required_string_uint64_nullable_array_array operation.
	//
	// POST /test_request_required_string_uint64_nullable_array_array
	TestRequestRequiredStringUint64NullableArrayArray(ctx context.Context, request [][]NilStringUint64) (*Error, error)
	// TestRequestRequiredStringUint8 invokes test_request_required_string_uint8 operation.
	//
	// POST /test_request_required_string_uint8
	TestRequestRequiredStringUint8(ctx context.Context, request uint8) (*Error, error)
	// TestRequestRequiredStringUint8Array invokes test_request_required_string_uint8_array operation.
	//
	// POST /test_request_required_string_uint8_array
	TestRequestRequiredStringUint8Array(ctx context.Context, request []uint8) (*Error, error)
	// TestRequestRequiredStringUint8ArrayArray invokes test_request_required_string_uint8_array_array operation.
	//
	// POST /test_request_required_string_uint8_array_array
	TestRequestRequiredStringUint8ArrayArray(ctx context.Context, request [][]uint8) (*Error, error)
	// TestRequestRequiredStringUint8Nullable invokes test_request_required_string_uint8_nullable operation.
	//
	// POST /test_request_required_string_uint8_nullable
	TestRequestRequiredStringUint8Nullable(ctx context.Context, request NilStringUint8) (*Error, error)
	// TestRequestRequiredStringUint8NullableArray invokes test_request_required_string_uint8_nullable_array operation.
	//
	// POST /test_request_required_string_uint8_nullable_array
	TestRequestRequiredStringUint8NullableArray(ctx context.Context, request []NilStringUint8) (*Error, error)
	// TestRequestRequiredStringUint8NullableArrayArray invokes test_request_required_string_uint8_nullable_array_array operation.
	//
	// POST /test_request_required_string_uint8_nullable_array_array
	TestRequestRequiredStringUint8NullableArrayArray(ctx context.Context, request [][]NilStringUint8) (*Error, error)
	// TestRequestRequiredStringUintArray invokes test_request_required_string_uint_array operation.
	//
	// POST /test_request_required_string_uint_array
	TestRequestRequiredStringUintArray(ctx context.Context, request []uint) (*Error, error)
	// TestRequestRequiredStringUintArrayArray invokes test_request_required_string_uint_array_array operation.
	//
	// POST /test_request_required_string_uint_array_array
	TestRequestRequiredStringUintArrayArray(ctx context.Context, request [][]uint) (*Error, error)
	// TestRequestRequiredStringUintNullable invokes test_request_required_string_uint_nullable operation.
	//
	// POST /test_request_required_string_uint_nullable
	TestRequestRequiredStringUintNullable(ctx context.Context, request NilStringUint) (*Error, error)
	// TestRequestRequiredStringUintNullableArray invokes test_request_required_string_uint_nullable_array operation.
	//
	// POST /test_request_required_string_uint_nullable_array
	TestRequestRequiredStringUintNullableArray(ctx context.Context, request []NilStringUint) (*Error, error)
	// TestRequestRequiredStringUintNullableArrayArray invokes test_request_required_string_uint_nullable_array_array operation.
	//
	// POST /test_request_required_string_uint_nullable_array_array
	TestRequestRequiredStringUintNullableArrayArray(ctx context.Context, request [][]NilStringUint) (*Error, error)
	// TestRequestRequiredStringUnix invokes test_request_required_string_unix operation.
	//
	// POST /test_request_required_string_unix
	TestRequestRequiredStringUnix(ctx context.Context, request time.Time) (*Error, error)
	// TestRequestRequiredStringUnixArray invokes test_request_required_string_unix_array operation.
	//
	// POST /test_request_required_string_unix_array
	TestRequestRequiredStringUnixArray(ctx context.Context, request []time.Time) (*Error, error)
	// TestRequestRequiredStringUnixArrayArray invokes test_request_required_string_unix_array_array operation.
	//
	// POST /test_request_required_string_unix_array_array
	TestRequestRequiredStringUnixArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)
	// TestRequestRequiredStringUnixMicro invokes test_request_required_string_unix-micro operation.
	//
	// POST /test_request_required_string_unix-micro
	TestRequestRequiredStringUnixMicro(ctx context.Context, request time.Time) (*Error, error)
	// TestRequestRequiredStringUnixMicroArray invokes test_request_required_string_unix-micro_array operation.
	//
	// POST /test_request_required_string_unix-micro_array
	TestRequestRequiredStringUnixMicroArray(ctx context.Context, request []time.Time) (*Error, error)
	// TestRequestRequiredStringUnixMicroArrayArray invokes test_request_required_string_unix-micro_array_array operation.
	//
	// POST /test_request_required_string_unix-micro_array_array
	TestRequestRequiredStringUnixMicroArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)
	// TestRequestRequiredStringUnixMicroNullable invokes test_request_required_string_unix-micro_nullable operation.
	//
	// POST /test_request_required_string_unix-micro_nullable
	TestRequestRequiredStringUnixMicroNullable(ctx context.Context, request NilStringUnixMicro) (*Error, error)
	// TestRequestRequiredStringUnixMicroNullableArray invokes test_request_required_string_unix-micro_nullable_array operation.
	//
	// POST /test_request_required_string_unix-micro_nullable_array
	TestRequestRequiredStringUnixMicroNullableArray(ctx context.Context, request []NilStringUnixMicro) (*Error, error)
	// TestRequestRequiredStringUnixMicroNullableArrayArray invokes test_request_required_string_unix-micro_nullable_array_array operation.
	//
	// POST /test_request_required_string_unix-micro_nullable_array_array
	TestRequestRequiredStringUnixMicroNullableArrayArray(ctx context.Context, request [][]NilStringUnixMicro) (*Error, error)
	// TestRequestRequiredStringUnixMilli invokes test_request_required_string_unix-milli operation.
	//
	// POST /test_request_required_string_unix-milli
	TestRequestRequiredStringUnixMilli(ctx context.Context, request time.Time) (*Error, error)
	// TestRequestRequiredStringUnixMilliArray invokes test_request_required_string_unix-milli_array operation.
	//
	// POST /test_request_required_string_unix-milli_array
	TestRequestRequiredStringUnixMilliArray(ctx context.Context, request []time.Time) (*Error, error)
	// TestRequestRequiredStringUnixMilliArrayArray invokes test_request_required_string_unix-milli_array_array operation.
	//
	// POST /test_request_required_string_unix-milli_array_array
	TestRequestRequiredStringUnixMilliArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)
	// TestRequestRequiredStringUnixMilliNullable invokes test_request_required_string_unix-milli_nullable operation.
	//
	// POST /test_request_required_string_unix-milli_nullable
	TestRequestRequiredStringUnixMilliNullable(ctx context.Context, request NilStringUnixMilli) (*Error, error)
	// TestRequestRequiredStringUnixMilliNullableArray invokes test_request_required_string_unix-milli_nullable_array operation.
	//
	// POST /test_request_required_string_unix-milli_nullable_array
	TestRequestRequiredStringUnixMilliNullableArray(ctx context.Context, request []NilStringUnixMilli) (*Error, error)
	// TestRequestRequiredStringUnixMilliNullableArrayArray invokes test_request_required_string_unix-milli_nullable_array_array operation.
	//
	// POST /test_request_required_string_unix-milli_nullable_array_array
	TestRequestRequiredStringUnixMilliNullableArrayArray(ctx context.Context, request [][]NilStringUnixMilli) (*Error, error)
	// TestRequestRequiredStringUnixNano invokes test_request_required_string_unix-nano operation.
	//
	// POST /test_request_required_string_unix-nano
	TestRequestRequiredStringUnixNano(ctx context.Context, request time.Time) (*Error, error)
	// TestRequestRequiredStringUnixNanoArray invokes test_request_required_string_unix-nano_array operation.
	//
	// POST /test_request_required_string_unix-nano_array
	TestRequestRequiredStringUnixNanoArray(ctx context.Context, request []time.Time) (*Error, error)
	// TestRequestRequiredStringUnixNanoArrayArray invokes test_request_required_string_unix-nano_array_array operation.
	//
	// POST /test_request_required_string_unix-nano_array_array
	TestRequestRequiredStringUnixNanoArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)
	// TestRequestRequiredStringUnixNanoNullable invokes test_request_required_string_unix-nano_nullable operation.
	//
	// POST /test_request_required_string_unix-nano_nullable
	TestRequestRequiredStringUnixNanoNullable(ctx context.Context, request NilStringUnixNano) (*Error, error)
	// TestRequestRequiredStringUnixNanoNullableArray invokes test_request_required_string_unix-nano_nullable_array operation.
	//
	// POST /test_request_required_string_unix-nano_nullable_array
	TestRequestRequiredStringUnixNanoNullableArray(ctx context.Context, request []NilStringUnixNano) (*Error, error)
	// TestRequestRequiredStringUnixNanoNullableArrayArray invokes test_request_required_string_unix-nano_nullable_array_array operation.
	//
	// POST /test_request_required_string_unix-nano_nullable_array_array
	TestRequestRequiredStringUnixNanoNullableArrayArray(ctx context.Context, request [][]NilStringUnixNano) (*Error, error)
	// TestRequestRequiredStringUnixNullable invokes test_request_required_string_unix_nullable operation.
	//
	// POST /test_request_required_string_unix_nullable
	TestRequestRequiredStringUnixNullable(ctx context.Context, request NilStringUnixSeconds) (*Error, error)
	// TestRequestRequiredStringUnixNullableArray invokes test_request_required_string_unix_nullable_array operation.
	//
	// POST /test_request_required_string_unix_nullable_array
	TestRequestRequiredStringUnixNullableArray(ctx context.Context, request []NilStringUnixSeconds) (*Error, error)
	// TestRequestRequiredStringUnixNullableArrayArray invokes test_request_required_string_unix_nullable_array_array operation.
	//
	// POST /test_request_required_string_unix_nullable_array_array
	TestRequestRequiredStringUnixNullableArrayArray(ctx context.Context, request [][]NilStringUnixSeconds) (*Error, error)
	// TestRequestRequiredStringUnixSeconds invokes test_request_required_string_unix-seconds operation.
	//
	// POST /test_request_required_string_unix-seconds
	TestRequestRequiredStringUnixSeconds(ctx context.Context, request time.Time) (*Error, error)
	// TestRequestRequiredStringUnixSecondsArray invokes test_request_required_string_unix-seconds_array operation.
	//
	// POST /test_request_required_string_unix-seconds_array
	TestRequestRequiredStringUnixSecondsArray(ctx context.Context, request []time.Time) (*Error, error)
	// TestRequestRequiredStringUnixSecondsArrayArray invokes test_request_required_string_unix-seconds_array_array operation.
	//
	// POST /test_request_required_string_unix-seconds_array_array
	TestRequestRequiredStringUnixSecondsArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)
	// TestRequestRequiredStringUnixSecondsNullable invokes test_request_required_string_unix-seconds_nullable operation.
	//
	// POST /test_request_required_string_unix-seconds_nullable
	TestRequestRequiredStringUnixSecondsNullable(ctx context.Context, request NilStringUnixSeconds) (*Error, error)
	// TestRequestRequiredStringUnixSecondsNullableArray invokes test_request_required_string_unix-seconds_nullable_array operation.
	//
	// POST /test_request_required_string_unix-seconds_nullable_array
	TestRequestRequiredStringUnixSecondsNullableArray(ctx context.Context, request []NilStringUnixSeconds) (*Error, error)
	// TestRequestRequiredStringUnixSecondsNullableArrayArray invokes test_request_required_string_unix-seconds_nullable_array_array operation.
	//
	// POST /test_request_required_string_unix-seconds_nullable_array_array
	TestRequestRequiredStringUnixSecondsNullableArrayArray(ctx context.Context, request [][]NilStringUnixSeconds) (*Error, error)
	// TestRequestString invokes test_request_string operation.
	//
	// POST /test_request_string
	TestRequestString(ctx context.Context, request OptString) (*Error, error)
	// TestRequestStringArray invokes test_request_string_array operation.
	//
	// POST /test_request_string_array
	TestRequestStringArray(ctx context.Context, request []string) (*Error, error)
	// TestRequestStringArrayArray invokes test_request_string_array_array operation.
	//
	// POST /test_request_string_array_array
	TestRequestStringArrayArray(ctx context.Context, request [][]string) (*Error, error)
	// TestRequestStringBase64 invokes test_request_string_base64 operation.
	//
	// POST /test_request_string_base64
	TestRequestStringBase64(ctx context.Context, request []byte) (*Error, error)
	// TestRequestStringBase64Array invokes test_request_string_base64_array operation.
	//
	// POST /test_request_string_base64_array
	TestRequestStringBase64Array(ctx context.Context, request [][]byte) (*Error, error)
	// TestRequestStringBase64ArrayArray invokes test_request_string_base64_array_array operation.
	//
	// POST /test_request_string_base64_array_array
	TestRequestStringBase64ArrayArray(ctx context.Context, request [][][]byte) (*Error, error)
	// TestRequestStringBase64Nullable invokes test_request_string_base64_nullable operation.
	//
	// POST /test_request_string_base64_nullable
	TestRequestStringBase64Nullable(ctx context.Context, request OptNilByte) (*Error, error)
	// TestRequestStringBase64NullableArray invokes test_request_string_base64_nullable_array operation.
	//
	// POST /test_request_string_base64_nullable_array
	TestRequestStringBase64NullableArray(ctx context.Context, request [][]byte) (*Error, error)
	// TestRequestStringBase64NullableArrayArray invokes test_request_string_base64_nullable_array_array operation.
	//
	// POST /test_request_string_base64_nullable_array_array
	TestRequestStringBase64NullableArrayArray(ctx context.Context, request [][][]byte) (*Error, error)
	// TestRequestStringBinary invokes test_request_string_binary operation.
	//
	// POST /test_request_string_binary
	TestRequestStringBinary(ctx context.Context, request OptString) (*Error, error)
	// TestRequestStringBinaryArray invokes test_request_string_binary_array operation.
	//
	// POST /test_request_string_binary_array
	TestRequestStringBinaryArray(ctx context.Context, request []string) (*Error, error)
	// TestRequestStringBinaryArrayArray invokes test_request_string_binary_array_array operation.
	//
	// POST /test_request_string_binary_array_array
	TestRequestStringBinaryArrayArray(ctx context.Context, request [][]string) (*Error, error)
	// TestRequestStringBinaryNullable invokes test_request_string_binary_nullable operation.
	//
	// POST /test_request_string_binary_nullable
	TestRequestStringBinaryNullable(ctx context.Context, request OptNilString) (*Error, error)
	// TestRequestStringBinaryNullableArray invokes test_request_string_binary_nullable_array operation.
	//
	// POST /test_request_string_binary_nullable_array
	TestRequestStringBinaryNullableArray(ctx context.Context, request []NilString) (*Error, error)
	// TestRequestStringBinaryNullableArrayArray invokes test_request_string_binary_nullable_array_array operation.
	//
	// POST /test_request_string_binary_nullable_array_array
	TestRequestStringBinaryNullableArrayArray(ctx context.Context, request [][]NilString) (*Error, error)
	// TestRequestStringByte invokes test_request_string_byte operation.
	//
	// POST /test_request_string_byte
	TestRequestStringByte(ctx context.Context, request []byte) (*Error, error)
	// TestRequestStringByteArray invokes test_request_string_byte_array operation.
	//
	// POST /test_request_string_byte_array
	TestRequestStringByteArray(ctx context.Context, request [][]byte) (*Error, error)
	// TestRequestStringByteArrayArray invokes test_request_string_byte_array_array operation.
	//
	// POST /test_request_string_byte_array_array
	TestRequestStringByteArrayArray(ctx context.Context, request [][][]byte) (*Error, error)
	// TestRequestStringByteNullable invokes test_request_string_byte_nullable operation.
	//
	// POST /test_request_string_byte_nullable
	TestRequestStringByteNullable(ctx context.Context, request OptNilByte) (*Error, error)
	// TestRequestStringByteNullableArray invokes test_request_string_byte_nullable_array operation.
	//
	// POST /test_request_string_byte_nullable_array
	TestRequestStringByteNullableArray(ctx context.Context, request [][]byte) (*Error, error)
	// TestRequestStringByteNullableArrayArray invokes test_request_string_byte_nullable_array_array operation.
	//
	// POST /test_request_string_byte_nullable_array_array
	TestRequestStringByteNullableArrayArray(ctx context.Context, request [][][]byte) (*Error, error)
	// TestRequestStringDate invokes test_request_string_date operation.
	//
	// POST /test_request_string_date
	TestRequestStringDate(ctx context.Context, request OptDate) (*Error, error)
	// TestRequestStringDateArray invokes test_request_string_date_array operation.
	//
	// POST /test_request_string_date_array
	TestRequestStringDateArray(ctx context.Context, request []time.Time) (*Error, error)
	// TestRequestStringDateArrayArray invokes test_request_string_date_array_array operation.
	//
	// POST /test_request_string_date_array_array
	TestRequestStringDateArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)
	// TestRequestStringDateNullable invokes test_request_string_date_nullable operation.
	//
	// POST /test_request_string_date_nullable
	TestRequestStringDateNullable(ctx context.Context, request OptNilDate) (*Error, error)
	// TestRequestStringDateNullableArray invokes test_request_string_date_nullable_array operation.
	//
	// POST /test_request_string_date_nullable_array
	TestRequestStringDateNullableArray(ctx context.Context, request []NilDate) (*Error, error)
	// TestRequestStringDateNullableArrayArray invokes test_request_string_date_nullable_array_array operation.
	//
	// POST /test_request_string_date_nullable_array_array
	TestRequestStringDateNullableArrayArray(ctx context.Context, request [][]NilDate) (*Error, error)
	// TestRequestStringDateTime invokes test_request_string_date-time operation.
	//
	// POST /test_request_string_date-time
	TestRequestStringDateTime(ctx context.Context, request OptDateTime) (*Error, error)
	// TestRequestStringDateTimeArray invokes test_request_string_date-time_array operation.
	//
	// POST /test_request_string_date-time_array
	TestRequestStringDateTimeArray(ctx context.Context, request []time.Time) (*Error, error)
	// TestRequestStringDateTimeArrayArray invokes test_request_string_date-time_array_array operation.
	//
	// POST /test_request_string_date-time_array_array
	TestRequestStringDateTimeArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)
	// TestRequestStringDateTimeNullable invokes test_request_string_date-time_nullable operation.
	//
	// POST /test_request_string_date-time_nullable
	TestRequestStringDateTimeNullable(ctx context.Context, request OptNilDateTime) (*Error, error)
	// TestRequestStringDateTimeNullableArray invokes test_request_string_date-time_nullable_array operation.
	//
	// POST /test_request_string_date-time_nullable_array
	TestRequestStringDateTimeNullableArray(ctx context.Context, request []NilDateTime) (*Error, error)
	// TestRequestStringDateTimeNullableArrayArray invokes test_request_string_date-time_nullable_array_array operation.
	//
	// POST /test_request_string_date-time_nullable_array_array
	TestRequestStringDateTimeNullableArrayArray(ctx context.Context, request [][]NilDateTime) (*Error, error)
	// TestRequestStringDuration invokes test_request_string_duration operation.
	//
	// POST /test_request_string_duration
	TestRequestStringDuration(ctx context.Context, request OptDuration) (*Error, error)
	// TestRequestStringDurationArray invokes test_request_string_duration_array operation.
	//
	// POST /test_request_string_duration_array
	TestRequestStringDurationArray(ctx context.Context, request []time.Duration) (*Error, error)
	// TestRequestStringDurationArrayArray invokes test_request_string_duration_array_array operation.
	//
	// POST /test_request_string_duration_array_array
	TestRequestStringDurationArrayArray(ctx context.Context, request [][]time.Duration) (*Error, error)
	// TestRequestStringDurationNullable invokes test_request_string_duration_nullable operation.
	//
	// POST /test_request_string_duration_nullable
	TestRequestStringDurationNullable(ctx context.Context, request OptNilDuration) (*Error, error)
	// TestRequestStringDurationNullableArray invokes test_request_string_duration_nullable_array operation.
	//
	// POST /test_request_string_duration_nullable_array
	TestRequestStringDurationNullableArray(ctx context.Context, request []NilDuration) (*Error, error)
	// TestRequestStringDurationNullableArrayArray invokes test_request_string_duration_nullable_array_array operation.
	//
	// POST /test_request_string_duration_nullable_array_array
	TestRequestStringDurationNullableArrayArray(ctx context.Context, request [][]NilDuration) (*Error, error)
	// TestRequestStringEmail invokes test_request_string_email operation.
	//
	// POST /test_request_string_email
	TestRequestStringEmail(ctx context.Context, request OptString) (*Error, error)
	// TestRequestStringEmailArray invokes test_request_string_email_array operation.
	//
	// POST /test_request_string_email_array
	TestRequestStringEmailArray(ctx context.Context, request []string) (*Error, error)
	// TestRequestStringEmailArrayArray invokes test_request_string_email_array_array operation.
	//
	// POST /test_request_string_email_array_array
	TestRequestStringEmailArrayArray(ctx context.Context, request [][]string) (*Error, error)
	// TestRequestStringEmailNullable invokes test_request_string_email_nullable operation.
	//
	// POST /test_request_string_email_nullable
	TestRequestStringEmailNullable(ctx context.Context, request OptNilString) (*Error, error)
	// TestRequestStringEmailNullableArray invokes test_request_string_email_nullable_array operation.
	//
	// POST /test_request_string_email_nullable_array
	TestRequestStringEmailNullableArray(ctx context.Context, request []NilString) (*Error, error)
	// TestRequestStringEmailNullableArrayArray invokes test_request_string_email_nullable_array_array operation.
	//
	// POST /test_request_string_email_nullable_array_array
	TestRequestStringEmailNullableArrayArray(ctx context.Context, request [][]NilString) (*Error, error)
	// TestRequestStringFloat32 invokes test_request_string_float32 operation.
	//
	// POST /test_request_string_float32
	TestRequestStringFloat32(ctx context.Context, request OptStringFloat32) (*Error, error)
	// TestRequestStringFloat32Array invokes test_request_string_float32_array operation.
	//
	// POST /test_request_string_float32_array
	TestRequestStringFloat32Array(ctx context.Context, request []float32) (*Error, error)
	// TestRequestStringFloat32ArrayArray invokes test_request_string_float32_array_array operation.
	//
	// POST /test_request_string_float32_array_array
	TestRequestStringFloat32ArrayArray(ctx context.Context, request [][]float32) (*Error, error)
	// TestRequestStringFloat32Nullable invokes test_request_string_float32_nullable operation.
	//
	// POST /test_request_string_float32_nullable
	TestRequestStringFloat32Nullable(ctx context.Context, request OptNilStringFloat32) (*Error, error)
	// TestRequestStringFloat32NullableArray invokes test_request_string_float32_nullable_array operation.
	//
	// POST /test_request_string_float32_nullable_array
	TestRequestStringFloat32NullableArray(ctx context.Context, request []NilStringFloat32) (*Error, error)
	// TestRequestStringFloat32NullableArrayArray invokes test_request_string_float32_nullable_array_array operation.
	//
	// POST /test_request_string_float32_nullable_array_array
	TestRequestStringFloat32NullableArrayArray(ctx context.Context, request [][]NilStringFloat32) (*Error, error)
	// TestRequestStringFloat64 invokes test_request_string_float64 operation.
	//
	// POST /test_request_string_float64
	TestRequestStringFloat64(ctx context.Context, request OptStringFloat64) (*Error, error)
	// TestRequestStringFloat64Array invokes test_request_string_float64_array operation.
	//
	// POST /test_request_string_float64_array
	TestRequestStringFloat64Array(ctx context.Context, request []float64) (*Error, error)
	// TestRequestStringFloat64ArrayArray invokes test_request_string_float64_array_array operation.
	//
	// POST /test_request_string_float64_array_array
	TestRequestStringFloat64ArrayArray(ctx context.Context, request [][]float64) (*Error, error)
	// TestRequestStringFloat64Nullable invokes test_request_string_float64_nullable operation.
	//
	// POST /test_request_string_float64_nullable
	TestRequestStringFloat64Nullable(ctx context.Context, request OptNilStringFloat64) (*Error, error)
	// TestRequestStringFloat64NullableArray invokes test_request_string_float64_nullable_array operation.
	//
	// POST /test_request_string_float64_nullable_array
	TestRequestStringFloat64NullableArray(ctx context.Context, request []NilStringFloat64) (*Error, error)
	// TestRequestStringFloat64NullableArrayArray invokes test_request_string_float64_nullable_array_array operation.
	//
	// POST /test_request_string_float64_nullable_array_array
	TestRequestStringFloat64NullableArrayArray(ctx context.Context, request [][]NilStringFloat64) (*Error, error)
	// TestRequestStringHostname invokes test_request_string_hostname operation.
	//
	// POST /test_request_string_hostname
	TestRequestStringHostname(ctx context.Context, request OptString) (*Error, error)
	// TestRequestStringHostnameArray invokes test_request_string_hostname_array operation.
	//
	// POST /test_request_string_hostname_array
	TestRequestStringHostnameArray(ctx context.Context, request []string) (*Error, error)
	// TestRequestStringHostnameArrayArray invokes test_request_string_hostname_array_array operation.
	//
	// POST /test_request_string_hostname_array_array
	TestRequestStringHostnameArrayArray(ctx context.Context, request [][]string) (*Error, error)
	// TestRequestStringHostnameNullable invokes test_request_string_hostname_nullable operation.
	//
	// POST /test_request_string_hostname_nullable
	TestRequestStringHostnameNullable(ctx context.Context, request OptNilString) (*Error, error)
	// TestRequestStringHostnameNullableArray invokes test_request_string_hostname_nullable_array operation.
	//
	// POST /test_request_string_hostname_nullable_array
	TestRequestStringHostnameNullableArray(ctx context.Context, request []NilString) (*Error, error)
	// TestRequestStringHostnameNullableArrayArray invokes test_request_string_hostname_nullable_array_array operation.
	//
	// POST /test_request_string_hostname_nullable_array_array
	TestRequestStringHostnameNullableArrayArray(ctx context.Context, request [][]NilString) (*Error, error)
	// TestRequestStringIP invokes test_request_string_ip operation.
	//
	// POST /test_request_string_ip
	TestRequestStringIP(ctx context.Context, request OptIP) (*Error, error)
	// TestRequestStringIPArray invokes test_request_string_ip_array operation.
	//
	// POST /test_request_string_ip_array
	TestRequestStringIPArray(ctx context.Context, request []netip.Addr) (*Error, error)
	// TestRequestStringIPArrayArray invokes test_request_string_ip_array_array operation.
	//
	// POST /test_request_string_ip_array_array
	TestRequestStringIPArrayArray(ctx context.Context, request [][]netip.Addr) (*Error, error)
	// TestRequestStringIPNullable invokes test_request_string_ip_nullable operation.
	//
	// POST /test_request_string_ip_nullable
	TestRequestStringIPNullable(ctx context.Context, request OptNilIP) (*Error, error)
	// TestRequestStringIPNullableArray invokes test_request_string_ip_nullable_array operation.
	//
	// POST /test_request_string_ip_nullable_array
	TestRequestStringIPNullableArray(ctx context.Context, request []NilIP) (*Error, error)
	// TestRequestStringIPNullableArrayArray invokes test_request_string_ip_nullable_array_array operation.
	//
	// POST /test_request_string_ip_nullable_array_array
	TestRequestStringIPNullableArrayArray(ctx context.Context, request [][]NilIP) (*Error, error)
	// TestRequestStringInt invokes test_request_string_int operation.
	//
	// POST /test_request_string_int
	TestRequestStringInt(ctx context.Context, request OptStringInt) (*Error, error)
	// TestRequestStringInt16 invokes test_request_string_int16 operation.
	//
	// POST /test_request_string_int16
	TestRequestStringInt16(ctx context.Context, request OptStringInt16) (*Error, error)
	// TestRequestStringInt16Array invokes test_request_string_int16_array operation.
	//
	// POST /test_request_string_int16_array
	TestRequestStringInt16Array(ctx context.Context, request []int16) (*Error, error)
	// TestRequestStringInt16ArrayArray invokes test_request_string_int16_array_array operation.
	//
	// POST /test_request_string_int16_array_array
	TestRequestStringInt16ArrayArray(ctx context.Context, request [][]int16) (*Error, error)
	// TestRequestStringInt16Nullable invokes test_request_string_int16_nullable operation.
	//
	// POST /test_request_string_int16_nullable
	TestRequestStringInt16Nullable(ctx context.Context, request OptNilStringInt16) (*Error, error)
	// TestRequestStringInt16NullableArray invokes test_request_string_int16_nullable_array operation.
	//
	// POST /test_request_string_int16_nullable_array
	TestRequestStringInt16NullableArray(ctx context.Context, request []NilStringInt16) (*Error, error)
	// TestRequestStringInt16NullableArrayArray invokes test_request_string_int16_nullable_array_array operation.
	//
	// POST /test_request_string_int16_nullable_array_array
	TestRequestStringInt16NullableArrayArray(ctx context.Context, request [][]NilStringInt16) (*Error, error)
	// TestRequestStringInt32 invokes test_request_string_int32 operation.
	//
	// POST /test_request_string_int32
	TestRequestStringInt32(ctx context.Context, request OptStringInt32) (*Error, error)
	// TestRequestStringInt32Array invokes test_request_string_int32_array operation.
	//
	// POST /test_request_string_int32_array
	TestRequestStringInt32Array(ctx context.Context, request []int32) (*Error, error)
	// TestRequestStringInt32ArrayArray invokes test_request_string_int32_array_array operation.
	//
	// POST /test_request_string_int32_array_array
	TestRequestStringInt32ArrayArray(ctx context.Context, request [][]int32) (*Error, error)
	// TestRequestStringInt32Nullable invokes test_request_string_int32_nullable operation.
	//
	// POST /test_request_string_int32_nullable
	TestRequestStringInt32Nullable(ctx context.Context, request OptNilStringInt32) (*Error, error)
	// TestRequestStringInt32NullableArray invokes test_request_string_int32_nullable_array operation.
	//
	// POST /test_request_string_int32_nullable_array
	TestRequestStringInt32NullableArray(ctx context.Context, request []NilStringInt32) (*Error, error)
	// TestRequestStringInt32NullableArrayArray invokes test_request_string_int32_nullable_array_array operation.
	//
	// POST /test_request_string_int32_nullable_array_array
	TestRequestStringInt32NullableArrayArray(ctx context.Context, request [][]NilStringInt32) (*Error, error)
	// TestRequestStringInt64 invokes test_request_string_int64 operation.
	//
	// POST /test_request_string_int64
	TestRequestStringInt64(ctx context.Context, request OptStringInt64) (*Error, error)
	// TestRequestStringInt64Array invokes test_request_string_int64_array operation.
	//
	// POST /test_request_string_int64_array
	TestRequestStringInt64Array(ctx context.Context, request []int64) (*Error, error)
	// TestRequestStringInt64ArrayArray invokes test_request_string_int64_array_array operation.
	//
	// POST /test_request_string_int64_array_array
	TestRequestStringInt64ArrayArray(ctx context.Context, request [][]int64) (*Error, error)
	// TestRequestStringInt64Nullable invokes test_request_string_int64_nullable operation.
	//
	// POST /test_request_string_int64_nullable
	TestRequestStringInt64Nullable(ctx context.Context, request OptNilStringInt64) (*Error, error)
	// TestRequestStringInt64NullableArray invokes test_request_string_int64_nullable_array operation.
	//
	// POST /test_request_string_int64_nullable_array
	TestRequestStringInt64NullableArray(ctx context.Context, request []NilStringInt64) (*Error, error)
	// TestRequestStringInt64NullableArrayArray invokes test_request_string_int64_nullable_array_array operation.
	//
	// POST /test_request_string_int64_nullable_array_array
	TestRequestStringInt64NullableArrayArray(ctx context.Context, request [][]NilStringInt64) (*Error, error)
	// TestRequestStringInt8 invokes test_request_string_int8 operation.
	//
	// POST /test_request_string_int8
	TestRequestStringInt8(ctx context.Context, request OptStringInt8) (*Error, error)
	// TestRequestStringInt8Array invokes test_request_string_int8_array operation.
	//
	// POST /test_request_string_int8_array
	TestRequestStringInt8Array(ctx context.Context, request []int8) (*Error, error)
	// TestRequestStringInt8ArrayArray invokes test_request_string_int8_array_array operation.
	//
	// POST /test_request_string_int8_array_array
	TestRequestStringInt8ArrayArray(ctx context.Context, request [][]int8) (*Error, error)
	// TestRequestStringInt8Nullable invokes test_request_string_int8_nullable operation.
	//
	// POST /test_request_string_int8_nullable
	TestRequestStringInt8Nullable(ctx context.Context, request OptNilStringInt8) (*Error, error)
	// TestRequestStringInt8NullableArray invokes test_request_string_int8_nullable_array operation.
	//
	// POST /test_request_string_int8_nullable_array
	TestRequestStringInt8NullableArray(ctx context.Context, request []NilStringInt8) (*Error, error)
	// TestRequestStringInt8NullableArrayArray invokes test_request_string_int8_nullable_array_array operation.
	//
	// POST /test_request_string_int8_nullable_array_array
	TestRequestStringInt8NullableArrayArray(ctx context.Context, request [][]NilStringInt8) (*Error, error)
	// TestRequestStringIntArray invokes test_request_string_int_array operation.
	//
	// POST /test_request_string_int_array
	TestRequestStringIntArray(ctx context.Context, request []int) (*Error, error)
	// TestRequestStringIntArrayArray invokes test_request_string_int_array_array operation.
	//
	// POST /test_request_string_int_array_array
	TestRequestStringIntArrayArray(ctx context.Context, request [][]int) (*Error, error)
	// TestRequestStringIntNullable invokes test_request_string_int_nullable operation.
	//
	// POST /test_request_string_int_nullable
	TestRequestStringIntNullable(ctx context.Context, request OptNilStringInt) (*Error, error)
	// TestRequestStringIntNullableArray invokes test_request_string_int_nullable_array operation.
	//
	// POST /test_request_string_int_nullable_array
	TestRequestStringIntNullableArray(ctx context.Context, request []NilStringInt) (*Error, error)
	// TestRequestStringIntNullableArrayArray invokes test_request_string_int_nullable_array_array operation.
	//
	// POST /test_request_string_int_nullable_array_array
	TestRequestStringIntNullableArrayArray(ctx context.Context, request [][]NilStringInt) (*Error, error)
	// TestRequestStringIpv4 invokes test_request_string_ipv4 operation.
	//
	// POST /test_request_string_ipv4
	TestRequestStringIpv4(ctx context.Context, request OptIPv4) (*Error, error)
	// TestRequestStringIpv4Array invokes test_request_string_ipv4_array operation.
	//
	// POST /test_request_string_ipv4_array
	TestRequestStringIpv4Array(ctx context.Context, request []netip.Addr) (*Error, error)
	// TestRequestStringIpv4ArrayArray invokes test_request_string_ipv4_array_array operation.
	//
	// POST /test_request_string_ipv4_array_array
	TestRequestStringIpv4ArrayArray(ctx context.Context, request [][]netip.Addr) (*Error, error)
	// TestRequestStringIpv4Nullable invokes test_request_string_ipv4_nullable operation.
	//
	// POST /test_request_string_ipv4_nullable
	TestRequestStringIpv4Nullable(ctx context.Context, request OptNilIPv4) (*Error, error)
	// TestRequestStringIpv4NullableArray invokes test_request_string_ipv4_nullable_array operation.
	//
	// POST /test_request_string_ipv4_nullable_array
	TestRequestStringIpv4NullableArray(ctx context.Context, request []NilIPv4) (*Error, error)
	// TestRequestStringIpv4NullableArrayArray invokes test_request_string_ipv4_nullable_array_array operation.
	//
	// POST /test_request_string_ipv4_nullable_array_array
	TestRequestStringIpv4NullableArrayArray(ctx context.Context, request [][]NilIPv4) (*Error, error)
	// TestRequestStringIpv6 invokes test_request_string_ipv6 operation.
	//
	// POST /test_request_string_ipv6
	TestRequestStringIpv6(ctx context.Context, request OptIPv6) (*Error, error)
	// TestRequestStringIpv6Array invokes test_request_string_ipv6_array operation.
	//
	// POST /test_request_string_ipv6_array
	TestRequestStringIpv6Array(ctx context.Context, request []netip.Addr) (*Error, error)
	// TestRequestStringIpv6ArrayArray invokes test_request_string_ipv6_array_array operation.
	//
	// POST /test_request_string_ipv6_array_array
	TestRequestStringIpv6ArrayArray(ctx context.Context, request [][]netip.Addr) (*Error, error)
	// TestRequestStringIpv6Nullable invokes test_request_string_ipv6_nullable operation.
	//
	// POST /test_request_string_ipv6_nullable
	TestRequestStringIpv6Nullable(ctx context.Context, request OptNilIPv6) (*Error, error)
	// TestRequestStringIpv6NullableArray invokes test_request_string_ipv6_nullable_array operation.
	//
	// POST /test_request_string_ipv6_nullable_array
	TestRequestStringIpv6NullableArray(ctx context.Context, request []NilIPv6) (*Error, error)
	// TestRequestStringIpv6NullableArrayArray invokes test_request_string_ipv6_nullable_array_array operation.
	//
	// POST /test_request_string_ipv6_nullable_array_array
	TestRequestStringIpv6NullableArrayArray(ctx context.Context, request [][]NilIPv6) (*Error, error)
	// TestRequestStringMAC invokes test_request_string_mac operation.
	//
	// POST /test_request_string_mac
	TestRequestStringMAC(ctx context.Context, request OptHardwareAddr) (*Error, error)
	// TestRequestStringMACArray invokes test_request_string_mac_array operation.
	//
	// POST /test_request_string_mac_array
	TestRequestStringMACArray(ctx context.Context, request []net.HardwareAddr) (*Error, error)
	// TestRequestStringMACArrayArray invokes test_request_string_mac_array_array operation.
	//
	// POST /test_request_string_mac_array_array
	TestRequestStringMACArrayArray(ctx context.Context, request [][]net.HardwareAddr) (*Error, error)
	// TestRequestStringMACNullable invokes test_request_string_mac_nullable operation.
	//
	// POST /test_request_string_mac_nullable
	TestRequestStringMACNullable(ctx context.Context, request OptNilHardwareAddr) (*Error, error)
	// TestRequestStringMACNullableArray invokes test_request_string_mac_nullable_array operation.
	//
	// POST /test_request_string_mac_nullable_array
	TestRequestStringMACNullableArray(ctx context.Context, request []NilHardwareAddr) (*Error, error)
	// TestRequestStringMACNullableArrayArray invokes test_request_string_mac_nullable_array_array operation.
	//
	// POST /test_request_string_mac_nullable_array_array
	TestRequestStringMACNullableArrayArray(ctx context.Context, request [][]NilHardwareAddr) (*Error, error)
	// TestRequestStringNullable invokes test_request_string_nullable operation.
	//
	// POST /test_request_string_nullable
	TestRequestStringNullable(ctx context.Context, request OptNilString) (*Error, error)
	// TestRequestStringNullableArray invokes test_request_string_nullable_array operation.
	//
	// POST /test_request_string_nullable_array
	TestRequestStringNullableArray(ctx context.Context, request []NilString) (*Error, error)
	// TestRequestStringNullableArrayArray invokes test_request_string_nullable_array_array operation.
	//
	// POST /test_request_string_nullable_array_array
	TestRequestStringNullableArrayArray(ctx context.Context, request [][]NilString) (*Error, error)
	// TestRequestStringPassword invokes test_request_string_password operation.
	//
	// POST /test_request_string_password
	TestRequestStringPassword(ctx context.Context, request OptString) (*Error, error)
	// TestRequestStringPasswordArray invokes test_request_string_password_array operation.
	//
	// POST /test_request_string_password_array
	TestRequestStringPasswordArray(ctx context.Context, request []string) (*Error, error)
	// TestRequestStringPasswordArrayArray invokes test_request_string_password_array_array operation.
	//
	// POST /test_request_string_password_array_array
	TestRequestStringPasswordArrayArray(ctx context.Context, request [][]string) (*Error, error)
	// TestRequestStringPasswordNullable invokes test_request_string_password_nullable operation.
	//
	// POST /test_request_string_password_nullable
	TestRequestStringPasswordNullable(ctx context.Context, request OptNilString) (*Error, error)
	// TestRequestStringPasswordNullableArray invokes test_request_string_password_nullable_array operation.
	//
	// POST /test_request_string_password_nullable_array
	TestRequestStringPasswordNullableArray(ctx context.Context, request []NilString) (*Error, error)
	// TestRequestStringPasswordNullableArrayArray invokes test_request_string_password_nullable_array_array operation.
	//
	// POST /test_request_string_password_nullable_array_array
	TestRequestStringPasswordNullableArrayArray(ctx context.Context, request [][]NilString) (*Error, error)
	// TestRequestStringTime invokes test_request_string_time operation.
	//
	// POST /test_request_string_time
	TestRequestStringTime(ctx context.Context, request OptTime) (*Error, error)
	// TestRequestStringTimeArray invokes test_request_string_time_array operation.
	//
	// POST /test_request_string_time_array
	TestRequestStringTimeArray(ctx context.Context, request []time.Time) (*Error, error)
	// TestRequestStringTimeArrayArray invokes test_request_string_time_array_array operation.
	//
	// POST /test_request_string_time_array_array
	TestRequestStringTimeArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)
	// TestRequestStringTimeNullable invokes test_request_string_time_nullable operation.
	//
	// POST /test_request_string_time_nullable
	TestRequestStringTimeNullable(ctx context.Context, request OptNilTime) (*Error, error)
	// TestRequestStringTimeNullableArray invokes test_request_string_time_nullable_array operation.
	//
	// POST /test_request_string_time_nullable_array
	TestRequestStringTimeNullableArray(ctx context.Context, request []NilTime) (*Error, error)
	// TestRequestStringTimeNullableArrayArray invokes test_request_string_time_nullable_array_array operation.
	//
	// POST /test_request_string_time_nullable_array_array
	TestRequestStringTimeNullableArrayArray(ctx context.Context, request [][]NilTime) (*Error, error)
	// TestRequestStringURI invokes test_request_string_uri operation.
	//
	// POST /test_request_string_uri
	TestRequestStringURI(ctx context.Context, request OptURI) (*Error, error)
	// TestRequestStringURIArray invokes test_request_string_uri_array operation.
	//
	// POST /test_request_string_uri_array
	TestRequestStringURIArray(ctx context.Context, request []url.URL) (*Error, error)
	// TestRequestStringURIArrayArray invokes test_request_string_uri_array_array operation.
	//
	// POST /test_request_string_uri_array_array
	TestRequestStringURIArrayArray(ctx context.Context, request [][]url.URL) (*Error, error)
	// TestRequestStringURINullable invokes test_request_string_uri_nullable operation.
	//
	// POST /test_request_string_uri_nullable
	TestRequestStringURINullable(ctx context.Context, request OptNilURI) (*Error, error)
	// TestRequestStringURINullableArray invokes test_request_string_uri_nullable_array operation.
	//
	// POST /test_request_string_uri_nullable_array
	TestRequestStringURINullableArray(ctx context.Context, request []NilURI) (*Error, error)
	// TestRequestStringURINullableArrayArray invokes test_request_string_uri_nullable_array_array operation.
	//
	// POST /test_request_string_uri_nullable_array_array
	TestRequestStringURINullableArrayArray(ctx context.Context, request [][]NilURI) (*Error, error)
	// TestRequestStringUUID invokes test_request_string_uuid operation.
	//
	// POST /test_request_string_uuid
	TestRequestStringUUID(ctx context.Context, request OptUUID) (*Error, error)
	// TestRequestStringUUIDArray invokes test_request_string_uuid_array operation.
	//
	// POST /test_request_string_uuid_array
	TestRequestStringUUIDArray(ctx context.Context, request []uuid.UUID) (*Error, error)
	// TestRequestStringUUIDArrayArray invokes test_request_string_uuid_array_array operation.
	//
	// POST /test_request_string_uuid_array_array
	TestRequestStringUUIDArrayArray(ctx context.Context, request [][]uuid.UUID) (*Error, error)
	// TestRequestStringUUIDNullable invokes test_request_string_uuid_nullable operation.
	//
	// POST /test_request_string_uuid_nullable
	TestRequestStringUUIDNullable(ctx context.Context, request OptNilUUID) (*Error, error)
	// TestRequestStringUUIDNullableArray invokes test_request_string_uuid_nullable_array operation.
	//
	// POST /test_request_string_uuid_nullable_array
	TestRequestStringUUIDNullableArray(ctx context.Context, request []NilUUID) (*Error, error)
	// TestRequestStringUUIDNullableArrayArray invokes test_request_string_uuid_nullable_array_array operation.
	//
	// POST /test_request_string_uuid_nullable_array_array
	TestRequestStringUUIDNullableArrayArray(ctx context.Context, request [][]NilUUID) (*Error, error)
	// TestRequestStringUint invokes test_request_string_uint operation.
	//
	// POST /test_request_string_uint
	TestRequestStringUint(ctx context.Context, request OptStringUint) (*Error, error)
	// TestRequestStringUint16 invokes test_request_string_uint16 operation.
	//
	// POST /test_request_string_uint16
	TestRequestStringUint16(ctx context.Context, request OptStringUint16) (*Error, error)
	// TestRequestStringUint16Array invokes test_request_string_uint16_array operation.
	//
	// POST /test_request_string_uint16_array
	TestRequestStringUint16Array(ctx context.Context, request []uint16) (*Error, error)
	// TestRequestStringUint16ArrayArray invokes test_request_string_uint16_array_array operation.
	//
	// POST /test_request_string_uint16_array_array
	TestRequestStringUint16ArrayArray(ctx context.Context, request [][]uint16) (*Error, error)
	// TestRequestStringUint16Nullable invokes test_request_string_uint16_nullable operation.
	//
	// POST /test_request_string_uint16_nullable
	TestRequestStringUint16Nullable(ctx context.Context, request OptNilStringUint16) (*Error, error)
	// TestRequestStringUint16NullableArray invokes test_request_string_uint16_nullable_array operation.
	//
	// POST /test_request_string_uint16_nullable_array
	TestRequestStringUint16NullableArray(ctx context.Context, request []NilStringUint16) (*Error, error)
	// TestRequestStringUint16NullableArrayArray invokes test_request_string_uint16_nullable_array_array operation.
	//
	// POST /test_request_string_uint16_nullable_array_array
	TestRequestStringUint16NullableArrayArray(ctx context.Context, request [][]NilStringUint16) (*Error, error)
	// TestRequestStringUint32 invokes test_request_string_uint32 operation.
	//
	// POST /test_request_string_uint32
	TestRequestStringUint32(ctx context.Context, request OptStringUint32) (*Error, error)
	// TestRequestStringUint32Array invokes test_request_string_uint32_array operation.
	//
	// POST /test_request_string_uint32_array
	TestRequestStringUint32Array(ctx context.Context, request []uint32) (*Error, error)
	// TestRequestStringUint32ArrayArray invokes test_request_string_uint32_array_array operation.
	//
	// POST /test_request_string_uint32_array_array
	TestRequestStringUint32ArrayArray(ctx context.Context, request [][]uint32) (*Error, error)
	// TestRequestStringUint32Nullable invokes test_request_string_uint32_nullable operation.
	//
	// POST /test_request_string_uint32_nullable
	TestRequestStringUint32Nullable(ctx context.Context, request OptNilStringUint32) (*Error, error)
	// TestRequestStringUint32NullableArray invokes test_request_string_uint32_nullable_array operation.
	//
	// POST /test_request_string_uint32_nullable_array
	TestRequestStringUint32NullableArray(ctx context.Context, request []NilStringUint32) (*Error, error)
	// TestRequestStringUint32NullableArrayArray invokes test_request_string_uint32_nullable_array_array operation.
	//
	// POST /test_request_string_uint32_nullable_array_array
	TestRequestStringUint32NullableArrayArray(ctx context.Context, request [][]NilStringUint32) (*Error, error)
	// TestRequestStringUint64 invokes test_request_string_uint64 operation.
	//
	// POST /test_request_string_uint64
	TestRequestStringUint64(ctx context.Context, request OptStringUint64) (*Error, error)
	// TestRequestStringUint64Array invokes test_request_string_uint64_array operation.
	//
	// POST /test_request_string_uint64_array
	TestRequestStringUint64Array(ctx context.Context, request []uint64) (*Error, error)
	// TestRequestStringUint64ArrayArray invokes test_request_string_uint64_array_array operation.
	//
	// POST /test_request_string_uint64_array_array
	TestRequestStringUint64ArrayArray(ctx context.Context, request [][]uint64) (*Error, error)
	// TestRequestStringUint64Nullable invokes test_request_string_uint64_nullable operation.
	//
	// POST /test_request_string_uint64_nullable
	TestRequestStringUint64Nullable(ctx context.Context, request OptNilStringUint64) (*Error, error)
	// TestRequestStringUint64NullableArray invokes test_request_string_uint64_nullable_array operation.
	//
	// POST /test_request_string_uint64_nullable_array
	TestRequestStringUint64NullableArray(ctx context.Context, request []NilStringUint64) (*Error, error)
	// TestRequestStringUint64NullableArrayArray invokes test_request_string_uint64_nullable_array_array operation.
	//
	// POST /test_request_string_uint64_nullable_array_array
	TestRequestStringUint64NullableArrayArray(ctx context.Context, request [][]NilStringUint64) (*Error, error)
	// TestRequestStringUint8 invokes test_request_string_uint8 operation.
	//
	// POST /test_request_string_uint8
	TestRequestStringUint8(ctx context.Context, request OptStringUint8) (*Error, error)
	// TestRequestStringUint8Array invokes test_request_string_uint8_array operation.
	//
	// POST /test_request_string_uint8_array
	TestRequestStringUint8Array(ctx context.Context, request []uint8) (*Error, error)
	// TestRequestStringUint8ArrayArray invokes test_request_string_uint8_array_array operation.
	//
	// POST /test_request_string_uint8_array_array
	TestRequestStringUint8ArrayArray(ctx context.Context, request [][]uint8) (*Error, error)
	// TestRequestStringUint8Nullable invokes test_request_string_uint8_nullable operation.
	//
	// POST /test_request_string_uint8_nullable
	TestRequestStringUint8Nullable(ctx context.Context, request OptNilStringUint8) (*Error, error)
	// TestRequestStringUint8NullableArray invokes test_request_string_uint8_nullable_array operation.
	//
	// POST /test_request_string_uint8_nullable_array
	TestRequestStringUint8NullableArray(ctx context.Context, request []NilStringUint8) (*Error, error)
	// TestRequestStringUint8NullableArrayArray invokes test_request_string_uint8_nullable_array_array operation.
	//
	// POST /test_request_string_uint8_nullable_array_array
	TestRequestStringUint8NullableArrayArray(ctx context.Context, request [][]NilStringUint8) (*Error, error)
	// TestRequestStringUintArray invokes test_request_string_uint_array operation.
	//
	// POST /test_request_string_uint_array
	TestRequestStringUintArray(ctx context.Context, request []uint) (*Error, error)
	// TestRequestStringUintArrayArray invokes test_request_string_uint_array_array operation.
	//
	// POST /test_request_string_uint_array_array
	TestRequestStringUintArrayArray(ctx context.Context, request [][]uint) (*Error, error)
	// TestRequestStringUintNullable invokes test_request_string_uint_nullable operation.
	//
	// POST /test_request_string_uint_nullable
	TestRequestStringUintNullable(ctx context.Context, request OptNilStringUint) (*Error, error)
	// TestRequestStringUintNullableArray invokes test_request_string_uint_nullable_array operation.
	//
	// POST /test_request_string_uint_nullable_array
	TestRequestStringUintNullableArray(ctx context.Context, request []NilStringUint) (*Error, error)
	// TestRequestStringUintNullableArrayArray invokes test_request_string_uint_nullable_array_array operation.
	//
	// POST /test_request_string_uint_nullable_array_array
	TestRequestStringUintNullableArrayArray(ctx context.Context, request [][]NilStringUint) (*Error, error)
	// TestRequestStringUnix invokes test_request_string_unix operation.
	//
	// POST /test_request_string_unix
	TestRequestStringUnix(ctx context.Context, request OptStringUnixSeconds) (*Error, error)
	// TestRequestStringUnixArray invokes test_request_string_unix_array operation.
	//
	// POST /test_request_string_unix_array
	TestRequestStringUnixArray(ctx context.Context, request []time.Time) (*Error, error)
	// TestRequestStringUnixArrayArray invokes test_request_string_unix_array_array operation.
	//
	// POST /test_request_string_unix_array_array
	TestRequestStringUnixArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)
	// TestRequestStringUnixMicro invokes test_request_string_unix-micro operation.
	//
	// POST /test_request_string_unix-micro
	TestRequestStringUnixMicro(ctx context.Context, request OptStringUnixMicro) (*Error, error)
	// TestRequestStringUnixMicroArray invokes test_request_string_unix-micro_array operation.
	//
	// POST /test_request_string_unix-micro_array
	TestRequestStringUnixMicroArray(ctx context.Context, request []time.Time) (*Error, error)
	// TestRequestStringUnixMicroArrayArray invokes test_request_string_unix-micro_array_array operation.
	//
	// POST /test_request_string_unix-micro_array_array
	TestRequestStringUnixMicroArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)
	// TestRequestStringUnixMicroNullable invokes test_request_string_unix-micro_nullable operation.
	//
	// POST /test_request_string_unix-micro_nullable
	TestRequestStringUnixMicroNullable(ctx context.Context, request OptNilStringUnixMicro) (*Error, error)
	// TestRequestStringUnixMicroNullableArray invokes test_request_string_unix-micro_nullable_array operation.
	//
	// POST /test_request_string_unix-micro_nullable_array
	TestRequestStringUnixMicroNullableArray(ctx context.Context, request []NilStringUnixMicro) (*Error, error)
	// TestRequestStringUnixMicroNullableArrayArray invokes test_request_string_unix-micro_nullable_array_array operation.
	//
	// POST /test_request_string_unix-micro_nullable_array_array
	TestRequestStringUnixMicroNullableArrayArray(ctx context.Context, request [][]NilStringUnixMicro) (*Error, error)
	// TestRequestStringUnixMilli invokes test_request_string_unix-milli operation.
	//
	// POST /test_request_string_unix-milli
	TestRequestStringUnixMilli(ctx context.Context, request OptStringUnixMilli) (*Error, error)
	// TestRequestStringUnixMilliArray invokes test_request_string_unix-milli_array operation.
	//
	// POST /test_request_string_unix-milli_array
	TestRequestStringUnixMilliArray(ctx context.Context, request []time.Time) (*Error, error)
	// TestRequestStringUnixMilliArrayArray invokes test_request_string_unix-milli_array_array operation.
	//
	// POST /test_request_string_unix-milli_array_array
	TestRequestStringUnixMilliArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)
	// TestRequestStringUnixMilliNullable invokes test_request_string_unix-milli_nullable operation.
	//
	// POST /test_request_string_unix-milli_nullable
	TestRequestStringUnixMilliNullable(ctx context.Context, request OptNilStringUnixMilli) (*Error, error)
	// TestRequestStringUnixMilliNullableArray invokes test_request_string_unix-milli_nullable_array operation.
	//
	// POST /test_request_string_unix-milli_nullable_array
	TestRequestStringUnixMilliNullableArray(ctx context.Context, request []NilStringUnixMilli) (*Error, error)
	// TestRequestStringUnixMilliNullableArrayArray invokes test_request_string_unix-milli_nullable_array_array operation.
	//
	// POST /test_request_string_unix-milli_nullable_array_array
	TestRequestStringUnixMilliNullableArrayArray(ctx context.Context, request [][]NilStringUnixMilli) (*Error, error)
	// TestRequestStringUnixNano invokes test_request_string_unix-nano operation.
	//
	// POST /test_request_string_unix-nano
	TestRequestStringUnixNano(ctx context.Context, request OptStringUnixNano) (*Error, error)
	// TestRequestStringUnixNanoArray invokes test_request_string_unix-nano_array operation.
	//
	// POST /test_request_string_unix-nano_array
	TestRequestStringUnixNanoArray(ctx context.Context, request []time.Time) (*Error, error)
	// TestRequestStringUnixNanoArrayArray invokes test_request_string_unix-nano_array_array operation.
	//
	// POST /test_request_string_unix-nano_array_array
	TestRequestStringUnixNanoArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)
	// TestRequestStringUnixNanoNullable invokes test_request_string_unix-nano_nullable operation.
	//
	// POST /test_request_string_unix-nano_nullable
	TestRequestStringUnixNanoNullable(ctx context.Context, request OptNilStringUnixNano) (*Error, error)
	// TestRequestStringUnixNanoNullableArray invokes test_request_string_unix-nano_nullable_array operation.
	//
	// POST /test_request_string_unix-nano_nullable_array
	TestRequestStringUnixNanoNullableArray(ctx context.Context, request []NilStringUnixNano) (*Error, error)
	// TestRequestStringUnixNanoNullableArrayArray invokes test_request_string_unix-nano_nullable_array_array operation.
	//
	// POST /test_request_string_unix-nano_nullable_array_array
	TestRequestStringUnixNanoNullableArrayArray(ctx context.Context, request [][]NilStringUnixNano) (*Error, error)
	// TestRequestStringUnixNullable invokes test_request_string_unix_nullable operation.
	//
	// POST /test_request_string_unix_nullable
	TestRequestStringUnixNullable(ctx context.Context, request OptNilStringUnixSeconds) (*Error, error)
	// TestRequestStringUnixNullableArray invokes test_request_string_unix_nullable_array operation.
	//
	// POST /test_request_string_unix_nullable_array
	TestRequestStringUnixNullableArray(ctx context.Context, request []NilStringUnixSeconds) (*Error, error)
	// TestRequestStringUnixNullableArrayArray invokes test_request_string_unix_nullable_array_array operation.
	//
	// POST /test_request_string_unix_nullable_array_array
	TestRequestStringUnixNullableArrayArray(ctx context.Context, request [][]NilStringUnixSeconds) (*Error, error)
	// TestRequestStringUnixSeconds invokes test_request_string_unix-seconds operation.
	//
	// POST /test_request_string_unix-seconds
	TestRequestStringUnixSeconds(ctx context.Context, request OptStringUnixSeconds) (*Error, error)
	// TestRequestStringUnixSecondsArray invokes test_request_string_unix-seconds_array operation.
	//
	// POST /test_request_string_unix-seconds_array
	TestRequestStringUnixSecondsArray(ctx context.Context, request []time.Time) (*Error, error)
	// TestRequestStringUnixSecondsArrayArray invokes test_request_string_unix-seconds_array_array operation.
	//
	// POST /test_request_string_unix-seconds_array_array
	TestRequestStringUnixSecondsArrayArray(ctx context.Context, request [][]time.Time) (*Error, error)
	// TestRequestStringUnixSecondsNullable invokes test_request_string_unix-seconds_nullable operation.
	//
	// POST /test_request_string_unix-seconds_nullable
	TestRequestStringUnixSecondsNullable(ctx context.Context, request OptNilStringUnixSeconds) (*Error, error)
	// TestRequestStringUnixSecondsNullableArray invokes test_request_string_unix-seconds_nullable_array operation.
	//
	// POST /test_request_string_unix-seconds_nullable_array
	TestRequestStringUnixSecondsNullableArray(ctx context.Context, request []NilStringUnixSeconds) (*Error, error)
	// TestRequestStringUnixSecondsNullableArrayArray invokes test_request_string_unix-seconds_nullable_array_array operation.
	//
	// POST /test_request_string_unix-seconds_nullable_array_array
	TestRequestStringUnixSecondsNullableArrayArray(ctx context.Context, request [][]NilStringUnixSeconds) (*Error, error)
	// TestResponseAny invokes test_response_Any operation.
	//
	// POST /test_response_Any
	TestResponseAny(ctx context.Context, request string) (jx.Raw, error)
	// TestResponseBoolean invokes test_response_boolean operation.
	//
	// POST /test_response_boolean
	TestResponseBoolean(ctx context.Context, request string) (bool, error)
	// TestResponseBooleanArray invokes test_response_boolean_array operation.
	//
	// POST /test_response_boolean_array
	TestResponseBooleanArray(ctx context.Context, request string) ([]bool, error)
	// TestResponseBooleanArrayArray invokes test_response_boolean_array_array operation.
	//
	// POST /test_response_boolean_array_array
	TestResponseBooleanArrayArray(ctx context.Context, request string) ([][]bool, error)
	// TestResponseBooleanNullable invokes test_response_boolean_nullable operation.
	//
	// POST /test_response_boolean_nullable
	TestResponseBooleanNullable(ctx context.Context, request string) (NilBool, error)
	// TestResponseBooleanNullableArray invokes test_response_boolean_nullable_array operation.
	//
	// POST /test_response_boolean_nullable_array
	TestResponseBooleanNullableArray(ctx context.Context, request string) ([]NilBool, error)
	// TestResponseBooleanNullableArrayArray invokes test_response_boolean_nullable_array_array operation.
	//
	// POST /test_response_boolean_nullable_array_array
	TestResponseBooleanNullableArrayArray(ctx context.Context, request string) ([][]NilBool, error)
	// TestResponseEmptyStruct invokes test_response_EmptyStruct operation.
	//
	// POST /test_response_EmptyStruct
	TestResponseEmptyStruct(ctx context.Context, request string) error
	// TestResponseFormatTest invokes test_response_FormatTest operation.
	//
	// POST /test_response_FormatTest
	TestResponseFormatTest(ctx context.Context, request string) (*TestResponseFormatTestOK, error)
	// TestResponseInteger invokes test_response_integer operation.
	//
	// POST /test_response_integer
	TestResponseInteger(ctx context.Context, request string) (int, error)
	// TestResponseIntegerArray invokes test_response_integer_array operation.
	//
	// POST /test_response_integer_array
	TestResponseIntegerArray(ctx context.Context, request string) ([]int, error)
	// TestResponseIntegerArrayArray invokes test_response_integer_array_array operation.
	//
	// POST /test_response_integer_array_array
	TestResponseIntegerArrayArray(ctx context.Context, request string) ([][]int, error)
	// TestResponseIntegerInt16 invokes test_response_integer_int16 operation.
	//
	// POST /test_response_integer_int16
	TestResponseIntegerInt16(ctx context.Context, request string) (int16, error)
	// TestResponseIntegerInt16Array invokes test_response_integer_int16_array operation.
	//
	// POST /test_response_integer_int16_array
	TestResponseIntegerInt16Array(ctx context.Context, request string) ([]int16, error)
	// TestResponseIntegerInt16ArrayArray invokes test_response_integer_int16_array_array operation.
	//
	// POST /test_response_integer_int16_array_array
	TestResponseIntegerInt16ArrayArray(ctx context.Context, request string) ([][]int16, error)
	// TestResponseIntegerInt16Nullable invokes test_response_integer_int16_nullable operation.
	//
	// POST /test_response_integer_int16_nullable
	TestResponseIntegerInt16Nullable(ctx context.Context, request string) (NilInt16, error)
	// TestResponseIntegerInt16NullableArray invokes test_response_integer_int16_nullable_array operation.
	//
	// POST /test_response_integer_int16_nullable_array
	TestResponseIntegerInt16NullableArray(ctx context.Context, request string) ([]NilInt16, error)
	// TestResponseIntegerInt16NullableArrayArray invokes test_response_integer_int16_nullable_array_array operation.
	//
	// POST /test_response_integer_int16_nullable_array_array
	TestResponseIntegerInt16NullableArrayArray(ctx context.Context, request string) ([][]NilInt16, error)
	// TestResponseIntegerInt32 invokes test_response_integer_int32 operation.
	//
	// POST /test_response_integer_int32
	TestResponseIntegerInt32(ctx context.Context, request string) (int32, error)
	// TestResponseIntegerInt32Array invokes test_response_integer_int32_array operation.
	//
	// POST /test_response_integer_int32_array
	TestResponseIntegerInt32Array(ctx context.Context, request string) ([]int32, error)
	// TestResponseIntegerInt32ArrayArray invokes test_response_integer_int32_array_array operation.
	//
	// POST /test_response_integer_int32_array_array
	TestResponseIntegerInt32ArrayArray(ctx context.Context, request string) ([][]int32, error)
	// TestResponseIntegerInt32Nullable invokes test_response_integer_int32_nullable operation.
	//
	// POST /test_response_integer_int32_nullable
	TestResponseIntegerInt32Nullable(ctx context.Context, request string) (NilInt32, error)
	// TestResponseIntegerInt32NullableArray invokes test_response_integer_int32_nullable_array operation.
	//
	// POST /test_response_integer_int32_nullable_array
	TestResponseIntegerInt32NullableArray(ctx context.Context, request string) ([]NilInt32, error)
	// TestResponseIntegerInt32NullableArrayArray invokes test_response_integer_int32_nullable_array_array operation.
	//
	// POST /test_response_integer_int32_nullable_array_array
	TestResponseIntegerInt32NullableArrayArray(ctx context.Context, request string) ([][]NilInt32, error)
	// TestResponseIntegerInt64 invokes test_response_integer_int64 operation.
	//
	// POST /test_response_integer_int64
	TestResponseIntegerInt64(ctx context.Context, request string) (int64, error)
	// TestResponseIntegerInt64Array invokes test_response_integer_int64_array operation.
	//
	// POST /test_response_integer_int64_array
	TestResponseIntegerInt64Array(ctx context.Context, request string) ([]int64, error)
	// TestResponseIntegerInt64ArrayArray invokes test_response_integer_int64_array_array operation.
	//
	// POST /test_response_integer_int64_array_array
	TestResponseIntegerInt64ArrayArray(ctx context.Context, request string) ([][]int64, error)
	// TestResponseIntegerInt64Nullable invokes test_response_integer_int64_nullable operation.
	//
	// POST /test_response_integer_int64_nullable
	TestResponseIntegerInt64Nullable(ctx context.Context, request string) (NilInt64, error)
	// TestResponseIntegerInt64NullableArray invokes test_response_integer_int64_nullable_array operation.
	//
	// POST /test_response_integer_int64_nullable_array
	TestResponseIntegerInt64NullableArray(ctx context.Context, request string) ([]NilInt64, error)
	// TestResponseIntegerInt64NullableArrayArray invokes test_response_integer_int64_nullable_array_array operation.
	//
	// POST /test_response_integer_int64_nullable_array_array
	TestResponseIntegerInt64NullableArrayArray(ctx context.Context, request string) ([][]NilInt64, error)
	// TestResponseIntegerInt8 invokes test_response_integer_int8 operation.
	//
	// POST /test_response_integer_int8
	TestResponseIntegerInt8(ctx context.Context, request string) (int8, error)
	// TestResponseIntegerInt8Array invokes test_response_integer_int8_array operation.
	//
	// POST /test_response_integer_int8_array
	TestResponseIntegerInt8Array(ctx context.Context, request string) ([]int8, error)
	// TestResponseIntegerInt8ArrayArray invokes test_response_integer_int8_array_array operation.
	//
	// POST /test_response_integer_int8_array_array
	TestResponseIntegerInt8ArrayArray(ctx context.Context, request string) ([][]int8, error)
	// TestResponseIntegerInt8Nullable invokes test_response_integer_int8_nullable operation.
	//
	// POST /test_response_integer_int8_nullable
	TestResponseIntegerInt8Nullable(ctx context.Context, request string) (NilInt8, error)
	// TestResponseIntegerInt8NullableArray invokes test_response_integer_int8_nullable_array operation.
	//
	// POST /test_response_integer_int8_nullable_array
	TestResponseIntegerInt8NullableArray(ctx context.Context, request string) ([]NilInt8, error)
	// TestResponseIntegerInt8NullableArrayArray invokes test_response_integer_int8_nullable_array_array operation.
	//
	// POST /test_response_integer_int8_nullable_array_array
	TestResponseIntegerInt8NullableArrayArray(ctx context.Context, request string) ([][]NilInt8, error)
	// TestResponseIntegerNullable invokes test_response_integer_nullable operation.
	//
	// POST /test_response_integer_nullable
	TestResponseIntegerNullable(ctx context.Context, request string) (NilInt, error)
	// TestResponseIntegerNullableArray invokes test_response_integer_nullable_array operation.
	//
	// POST /test_response_integer_nullable_array
	TestResponseIntegerNullableArray(ctx context.Context, request string) ([]NilInt, error)
	// TestResponseIntegerNullableArrayArray invokes test_response_integer_nullable_array_array operation.
	//
	// POST /test_response_integer_nullable_array_array
	TestResponseIntegerNullableArrayArray(ctx context.Context, request string) ([][]NilInt, error)
	// TestResponseIntegerUint invokes test_response_integer_uint operation.
	//
	// POST /test_response_integer_uint
	TestResponseIntegerUint(ctx context.Context, request string) (uint, error)
	// TestResponseIntegerUint16 invokes test_response_integer_uint16 operation.
	//
	// POST /test_response_integer_uint16
	TestResponseIntegerUint16(ctx context.Context, request string) (uint16, error)
	// TestResponseIntegerUint16Array invokes test_response_integer_uint16_array operation.
	//
	// POST /test_response_integer_uint16_array
	TestResponseIntegerUint16Array(ctx context.Context, request string) ([]uint16, error)
	// TestResponseIntegerUint16ArrayArray invokes test_response_integer_uint16_array_array operation.
	//
	// POST /test_response_integer_uint16_array_array
	TestResponseIntegerUint16ArrayArray(ctx context.Context, request string) ([][]uint16, error)
	// TestResponseIntegerUint16Nullable invokes test_response_integer_uint16_nullable operation.
	//
	// POST /test_response_integer_uint16_nullable
	TestResponseIntegerUint16Nullable(ctx context.Context, request string) (NilUint16, error)
	// TestResponseIntegerUint16NullableArray invokes test_response_integer_uint16_nullable_array operation.
	//
	// POST /test_response_integer_uint16_nullable_array
	TestResponseIntegerUint16NullableArray(ctx context.Context, request string) ([]NilUint16, error)
	// TestResponseIntegerUint16NullableArrayArray invokes test_response_integer_uint16_nullable_array_array operation.
	//
	// POST /test_response_integer_uint16_nullable_array_array
	TestResponseIntegerUint16NullableArrayArray(ctx context.Context, request string) ([][]NilUint16, error)
	// TestResponseIntegerUint32 invokes test_response_integer_uint32 operation.
	//
	// POST /test_response_integer_uint32
	TestResponseIntegerUint32(ctx context.Context, request string) (uint32, error)
	// TestResponseIntegerUint32Array invokes test_response_integer_uint32_array operation.
	//
	// POST /test_response_integer_uint32_array
	TestResponseIntegerUint32Array(ctx context.Context, request string) ([]uint32, error)
	// TestResponseIntegerUint32ArrayArray invokes test_response_integer_uint32_array_array operation.
	//
	// POST /test_response_integer_uint32_array_array
	TestResponseIntegerUint32ArrayArray(ctx context.Context, request string) ([][]uint32, error)
	// TestResponseIntegerUint32Nullable invokes test_response_integer_uint32_nullable operation.
	//
	// POST /test_response_integer_uint32_nullable
	TestResponseIntegerUint32Nullable(ctx context.Context, request string) (NilUint32, error)
	// TestResponseIntegerUint32NullableArray invokes test_response_integer_uint32_nullable_array operation.
	//
	// POST /test_response_integer_uint32_nullable_array
	TestResponseIntegerUint32NullableArray(ctx context.Context, request string) ([]NilUint32, error)
	// TestResponseIntegerUint32NullableArrayArray invokes test_response_integer_uint32_nullable_array_array operation.
	//
	// POST /test_response_integer_uint32_nullable_array_array
	TestResponseIntegerUint32NullableArrayArray(ctx context.Context, request string) ([][]NilUint32, error)
	// TestResponseIntegerUint64 invokes test_response_integer_uint64 operation.
	//
	// POST /test_response_integer_uint64
	TestResponseIntegerUint64(ctx context.Context, request string) (uint64, error)
	// TestResponseIntegerUint64Array invokes test_response_integer_uint64_array operation.
	//
	// POST /test_response_integer_uint64_array
	TestResponseIntegerUint64Array(ctx context.Context, request string) ([]uint64, error)
	// TestResponseIntegerUint64ArrayArray invokes test_response_integer_uint64_array_array operation.
	//
	// POST /test_response_integer_uint64_array_array
	TestResponseIntegerUint64ArrayArray(ctx context.Context, request string) ([][]uint64, error)
	// TestResponseIntegerUint64Nullable invokes test_response_integer_uint64_nullable operation.
	//
	// POST /test_response_integer_uint64_nullable
	TestResponseIntegerUint64Nullable(ctx context.Context, request string) (NilUint64, error)
	// TestResponseIntegerUint64NullableArray invokes test_response_integer_uint64_nullable_array operation.
	//
	// POST /test_response_integer_uint64_nullable_array
	TestResponseIntegerUint64NullableArray(ctx context.Context, request string) ([]NilUint64, error)
	// TestResponseIntegerUint64NullableArrayArray invokes test_response_integer_uint64_nullable_array_array operation.
	//
	// POST /test_response_integer_uint64_nullable_array_array
	TestResponseIntegerUint64NullableArrayArray(ctx context.Context, request string) ([][]NilUint64, error)
	// TestResponseIntegerUint8 invokes test_response_integer_uint8 operation.
	//
	// POST /test_response_integer_uint8
	TestResponseIntegerUint8(ctx context.Context, request string) (uint8, error)
	// TestResponseIntegerUint8Array invokes test_response_integer_uint8_array operation.
	//
	// POST /test_response_integer_uint8_array
	TestResponseIntegerUint8Array(ctx context.Context, request string) ([]uint8, error)
	// TestResponseIntegerUint8ArrayArray invokes test_response_integer_uint8_array_array operation.
	//
	// POST /test_response_integer_uint8_array_array
	TestResponseIntegerUint8ArrayArray(ctx context.Context, request string) ([][]uint8, error)
	// TestResponseIntegerUint8Nullable invokes test_response_integer_uint8_nullable operation.
	//
	// POST /test_response_integer_uint8_nullable
	TestResponseIntegerUint8Nullable(ctx context.Context, request string) (NilUint8, error)
	// TestResponseIntegerUint8NullableArray invokes test_response_integer_uint8_nullable_array operation.
	//
	// POST /test_response_integer_uint8_nullable_array
	TestResponseIntegerUint8NullableArray(ctx context.Context, request string) ([]NilUint8, error)
	// TestResponseIntegerUint8NullableArrayArray invokes test_response_integer_uint8_nullable_array_array operation.
	//
	// POST /test_response_integer_uint8_nullable_array_array
	TestResponseIntegerUint8NullableArrayArray(ctx context.Context, request string) ([][]NilUint8, error)
	// TestResponseIntegerUintArray invokes test_response_integer_uint_array operation.
	//
	// POST /test_response_integer_uint_array
	TestResponseIntegerUintArray(ctx context.Context, request string) ([]uint, error)
	// TestResponseIntegerUintArrayArray invokes test_response_integer_uint_array_array operation.
	//
	// POST /test_response_integer_uint_array_array
	TestResponseIntegerUintArrayArray(ctx context.Context, request string) ([][]uint, error)
	// TestResponseIntegerUintNullable invokes test_response_integer_uint_nullable operation.
	//
	// POST /test_response_integer_uint_nullable
	TestResponseIntegerUintNullable(ctx context.Context, request string) (NilUint, error)
	// TestResponseIntegerUintNullableArray invokes test_response_integer_uint_nullable_array operation.
	//
	// POST /test_response_integer_uint_nullable_array
	TestResponseIntegerUintNullableArray(ctx context.Context, request string) ([]NilUint, error)
	// TestResponseIntegerUintNullableArrayArray invokes test_response_integer_uint_nullable_array_array operation.
	//
	// POST /test_response_integer_uint_nullable_array_array
	TestResponseIntegerUintNullableArrayArray(ctx context.Context, request string) ([][]NilUint, error)
	// TestResponseIntegerUnix invokes test_response_integer_unix operation.
	//
	// POST /test_response_integer_unix
	TestResponseIntegerUnix(ctx context.Context, request string) (time.Time, error)
	// TestResponseIntegerUnixArray invokes test_response_integer_unix_array operation.
	//
	// POST /test_response_integer_unix_array
	TestResponseIntegerUnixArray(ctx context.Context, request string) ([]time.Time, error)
	// TestResponseIntegerUnixArrayArray invokes test_response_integer_unix_array_array operation.
	//
	// POST /test_response_integer_unix_array_array
	TestResponseIntegerUnixArrayArray(ctx context.Context, request string) ([][]time.Time, error)
	// TestResponseIntegerUnixMicro invokes test_response_integer_unix-micro operation.
	//
	// POST /test_response_integer_unix-micro
	TestResponseIntegerUnixMicro(ctx context.Context, request string) (time.Time, error)
	// TestResponseIntegerUnixMicroArray invokes test_response_integer_unix-micro_array operation.
	//
	// POST /test_response_integer_unix-micro_array
	TestResponseIntegerUnixMicroArray(ctx context.Context, request string) ([]time.Time, error)
	// TestResponseIntegerUnixMicroArrayArray invokes test_response_integer_unix-micro_array_array operation.
	//
	// POST /test_response_integer_unix-micro_array_array
	TestResponseIntegerUnixMicroArrayArray(ctx context.Context, request string) ([][]time.Time, error)
	// TestResponseIntegerUnixMicroNullable invokes test_response_integer_unix-micro_nullable operation.
	//
	// POST /test_response_integer_unix-micro_nullable
	TestResponseIntegerUnixMicroNullable(ctx context.Context, request string) (NilUnixMicro, error)
	// TestResponseIntegerUnixMicroNullableArray invokes test_response_integer_unix-micro_nullable_array operation.
	//
	// POST /test_response_integer_unix-micro_nullable_array
	TestResponseIntegerUnixMicroNullableArray(ctx context.Context, request string) ([]NilUnixMicro, error)
	// TestResponseIntegerUnixMicroNullableArrayArray invokes test_response_integer_unix-micro_nullable_array_array operation.
	//
	// POST /test_response_integer_unix-micro_nullable_array_array
	TestResponseIntegerUnixMicroNullableArrayArray(ctx context.Context, request string) ([][]NilUnixMicro, error)
	// TestResponseIntegerUnixMilli invokes test_response_integer_unix-milli operation.
	//
	// POST /test_response_integer_unix-milli
	TestResponseIntegerUnixMilli(ctx context.Context, request string) (time.Time, error)
	// TestResponseIntegerUnixMilliArray invokes test_response_integer_unix-milli_array operation.
	//
	// POST /test_response_integer_unix-milli_array
	TestResponseIntegerUnixMilliArray(ctx context.Context, request string) ([]time.Time, error)
	// TestResponseIntegerUnixMilliArrayArray invokes test_response_integer_unix-milli_array_array operation.
	//
	// POST /test_response_integer_unix-milli_array_array
	TestResponseIntegerUnixMilliArrayArray(ctx context.Context, request string) ([][]time.Time, error)
	// TestResponseIntegerUnixMilliNullable invokes test_response_integer_unix-milli_nullable operation.
	//
	// POST /test_response_integer_unix-milli_nullable
	TestResponseIntegerUnixMilliNullable(ctx context.Context, request string) (NilUnixMilli, error)
	// TestResponseIntegerUnixMilliNullableArray invokes test_response_integer_unix-milli_nullable_array operation.
	//
	// POST /test_response_integer_unix-milli_nullable_array
	TestResponseIntegerUnixMilliNullableArray(ctx context.Context, request string) ([]NilUnixMilli, error)
	// TestResponseIntegerUnixMilliNullableArrayArray invokes test_response_integer_unix-milli_nullable_array_array operation.
	//
	// POST /test_response_integer_unix-milli_nullable_array_array
	TestResponseIntegerUnixMilliNullableArrayArray(ctx context.Context, request string) ([][]NilUnixMilli, error)
	// TestResponseIntegerUnixNano invokes test_response_integer_unix-nano operation.
	//
	// POST /test_response_integer_unix-nano
	TestResponseIntegerUnixNano(ctx context.Context, request string) (time.Time, error)
	// TestResponseIntegerUnixNanoArray invokes test_response_integer_unix-nano_array operation.
	//
	// POST /test_response_integer_unix-nano_array
	TestResponseIntegerUnixNanoArray(ctx context.Context, request string) ([]time.Time, error)
	// TestResponseIntegerUnixNanoArrayArray invokes test_response_integer_unix-nano_array_array operation.
	//
	// POST /test_response_integer_unix-nano_array_array
	TestResponseIntegerUnixNanoArrayArray(ctx context.Context, request string) ([][]time.Time, error)
	// TestResponseIntegerUnixNanoNullable invokes test_response_integer_unix-nano_nullable operation.
	//
	// POST /test_response_integer_unix-nano_nullable
	TestResponseIntegerUnixNanoNullable(ctx context.Context, request string) (NilUnixNano, error)
	// TestResponseIntegerUnixNanoNullableArray invokes test_response_integer_unix-nano_nullable_array operation.
	//
	// POST /test_response_integer_unix-nano_nullable_array
	TestResponseIntegerUnixNanoNullableArray(ctx context.Context, request string) ([]NilUnixNano, error)
	// TestResponseIntegerUnixNanoNullableArrayArray invokes test_response_integer_unix-nano_nullable_array_array operation.
	//
	// POST /test_response_integer_unix-nano_nullable_array_array
	TestResponseIntegerUnixNanoNullableArrayArray(ctx context.Context, request string) ([][]NilUnixNano, error)
	// TestResponseIntegerUnixNullable invokes test_response_integer_unix_nullable operation.
	//
	// POST /test_response_integer_unix_nullable
	TestResponseIntegerUnixNullable(ctx context.Context, request string) (NilUnixSeconds, error)
	// TestResponseIntegerUnixNullableArray invokes test_response_integer_unix_nullable_array operation.
	//
	// POST /test_response_integer_unix_nullable_array
	TestResponseIntegerUnixNullableArray(ctx context.Context, request string) ([]NilUnixSeconds, error)
	// TestResponseIntegerUnixNullableArrayArray invokes test_response_integer_unix_nullable_array_array operation.
	//
	// POST /test_response_integer_unix_nullable_array_array
	TestResponseIntegerUnixNullableArrayArray(ctx context.Context, request string) ([][]NilUnixSeconds, error)
	// TestResponseIntegerUnixSeconds invokes test_response_integer_unix-seconds operation.
	//
	// POST /test_response_integer_unix-seconds
	TestResponseIntegerUnixSeconds(ctx context.Context, request string) (time.Time, error)
	// TestResponseIntegerUnixSecondsArray invokes test_response_integer_unix-seconds_array operation.
	//
	// POST /test_response_integer_unix-seconds_array
	TestResponseIntegerUnixSecondsArray(ctx context.Context, request string) ([]time.Time, error)
	// TestResponseIntegerUnixSecondsArrayArray invokes test_response_integer_unix-seconds_array_array operation.
	//
	// POST /test_response_integer_unix-seconds_array_array
	TestResponseIntegerUnixSecondsArrayArray(ctx context.Context, request string) ([][]time.Time, error)
	// TestResponseIntegerUnixSecondsNullable invokes test_response_integer_unix-seconds_nullable operation.
	//
	// POST /test_response_integer_unix-seconds_nullable
	TestResponseIntegerUnixSecondsNullable(ctx context.Context, request string) (NilUnixSeconds, error)
	// TestResponseIntegerUnixSecondsNullableArray invokes test_response_integer_unix-seconds_nullable_array operation.
	//
	// POST /test_response_integer_unix-seconds_nullable_array
	TestResponseIntegerUnixSecondsNullableArray(ctx context.Context, request string) ([]NilUnixSeconds, error)
	// TestResponseIntegerUnixSecondsNullableArrayArray invokes test_response_integer_unix-seconds_nullable_array_array operation.
	//
	// POST /test_response_integer_unix-seconds_nullable_array_array
	TestResponseIntegerUnixSecondsNullableArrayArray(ctx context.Context, request string) ([][]NilUnixSeconds, error)
	// TestResponseNull invokes test_response_null operation.
	//
	// POST /test_response_null
	TestResponseNull(ctx context.Context, request string) (struct{}, error)
	// TestResponseNullArray invokes test_response_null_array operation.
	//
	// POST /test_response_null_array
	TestResponseNullArray(ctx context.Context, request string) ([]struct{}, error)
	// TestResponseNullArrayArray invokes test_response_null_array_array operation.
	//
	// POST /test_response_null_array_array
	TestResponseNullArrayArray(ctx context.Context, request string) ([][]struct{}, error)
	// TestResponseNullNullable invokes test_response_null_nullable operation.
	//
	// POST /test_response_null_nullable
	TestResponseNullNullable(ctx context.Context, request string) (struct{}, error)
	// TestResponseNullNullableArray invokes test_response_null_nullable_array operation.
	//
	// POST /test_response_null_nullable_array
	TestResponseNullNullableArray(ctx context.Context, request string) ([]struct{}, error)
	// TestResponseNullNullableArrayArray invokes test_response_null_nullable_array_array operation.
	//
	// POST /test_response_null_nullable_array_array
	TestResponseNullNullableArrayArray(ctx context.Context, request string) ([][]struct{}, error)
	// TestResponseNumber invokes test_response_number operation.
	//
	// POST /test_response_number
	TestResponseNumber(ctx context.Context, request string) (float64, error)
	// TestResponseNumberArray invokes test_response_number_array operation.
	//
	// POST /test_response_number_array
	TestResponseNumberArray(ctx context.Context, request string) ([]float64, error)
	// TestResponseNumberArrayArray invokes test_response_number_array_array operation.
	//
	// POST /test_response_number_array_array
	TestResponseNumberArrayArray(ctx context.Context, request string) ([][]float64, error)
	// TestResponseNumberDouble invokes test_response_number_double operation.
	//
	// POST /test_response_number_double
	TestResponseNumberDouble(ctx context.Context, request string) (float64, error)
	// TestResponseNumberDoubleArray invokes test_response_number_double_array operation.
	//
	// POST /test_response_number_double_array
	TestResponseNumberDoubleArray(ctx context.Context, request string) ([]float64, error)
	// TestResponseNumberDoubleArrayArray invokes test_response_number_double_array_array operation.
	//
	// POST /test_response_number_double_array_array
	TestResponseNumberDoubleArrayArray(ctx context.Context, request string) ([][]float64, error)
	// TestResponseNumberDoubleNullable invokes test_response_number_double_nullable operation.
	//
	// POST /test_response_number_double_nullable
	TestResponseNumberDoubleNullable(ctx context.Context, request string) (NilFloat64, error)
	// TestResponseNumberDoubleNullableArray invokes test_response_number_double_nullable_array operation.
	//
	// POST /test_response_number_double_nullable_array
	TestResponseNumberDoubleNullableArray(ctx context.Context, request string) ([]NilFloat64, error)
	// TestResponseNumberDoubleNullableArrayArray invokes test_response_number_double_nullable_array_array operation.
	//
	// POST /test_response_number_double_nullable_array_array
	TestResponseNumberDoubleNullableArrayArray(ctx context.Context, request string) ([][]NilFloat64, error)
	// TestResponseNumberFloat invokes test_response_number_float operation.
	//
	// POST /test_response_number_float
	TestResponseNumberFloat(ctx context.Context, request string) (float32, error)
	// TestResponseNumberFloatArray invokes test_response_number_float_array operation.
	//
	// POST /test_response_number_float_array
	TestResponseNumberFloatArray(ctx context.Context, request string) ([]float32, error)
	// TestResponseNumberFloatArrayArray invokes test_response_number_float_array_array operation.
	//
	// POST /test_response_number_float_array_array
	TestResponseNumberFloatArrayArray(ctx context.Context, request string) ([][]float32, error)
	// TestResponseNumberFloatNullable invokes test_response_number_float_nullable operation.
	//
	// POST /test_response_number_float_nullable
	TestResponseNumberFloatNullable(ctx context.Context, request string) (NilFloat32, error)
	// TestResponseNumberFloatNullableArray invokes test_response_number_float_nullable_array operation.
	//
	// POST /test_response_number_float_nullable_array
	TestResponseNumberFloatNullableArray(ctx context.Context, request string) ([]NilFloat32, error)
	// TestResponseNumberFloatNullableArrayArray invokes test_response_number_float_nullable_array_array operation.
	//
	// POST /test_response_number_float_nullable_array_array
	TestResponseNumberFloatNullableArrayArray(ctx context.Context, request string) ([][]NilFloat32, error)
	// TestResponseNumberInt32 invokes test_response_number_int32 operation.
	//
	// POST /test_response_number_int32
	TestResponseNumberInt32(ctx context.Context, request string) (int32, error)
	// TestResponseNumberInt32Array invokes test_response_number_int32_array operation.
	//
	// POST /test_response_number_int32_array
	TestResponseNumberInt32Array(ctx context.Context, request string) ([]int32, error)
	// TestResponseNumberInt32ArrayArray invokes test_response_number_int32_array_array operation.
	//
	// POST /test_response_number_int32_array_array
	TestResponseNumberInt32ArrayArray(ctx context.Context, request string) ([][]int32, error)
	// TestResponseNumberInt32Nullable invokes test_response_number_int32_nullable operation.
	//
	// POST /test_response_number_int32_nullable
	TestResponseNumberInt32Nullable(ctx context.Context, request string) (NilInt32, error)
	// TestResponseNumberInt32NullableArray invokes test_response_number_int32_nullable_array operation.
	//
	// POST /test_response_number_int32_nullable_array
	TestResponseNumberInt32NullableArray(ctx context.Context, request string) ([]NilInt32, error)
	// TestResponseNumberInt32NullableArrayArray invokes test_response_number_int32_nullable_array_array operation.
	//
	// POST /test_response_number_int32_nullable_array_array
	TestResponseNumberInt32NullableArrayArray(ctx context.Context, request string) ([][]NilInt32, error)
	// TestResponseNumberInt64 invokes test_response_number_int64 operation.
	//
	// POST /test_response_number_int64
	TestResponseNumberInt64(ctx context.Context, request string) (int64, error)
	// TestResponseNumberInt64Array invokes test_response_number_int64_array operation.
	//
	// POST /test_response_number_int64_array
	TestResponseNumberInt64Array(ctx context.Context, request string) ([]int64, error)
	// TestResponseNumberInt64ArrayArray invokes test_response_number_int64_array_array operation.
	//
	// POST /test_response_number_int64_array_array
	TestResponseNumberInt64ArrayArray(ctx context.Context, request string) ([][]int64, error)
	// TestResponseNumberInt64Nullable invokes test_response_number_int64_nullable operation.
	//
	// POST /test_response_number_int64_nullable
	TestResponseNumberInt64Nullable(ctx context.Context, request string) (NilInt64, error)
	// TestResponseNumberInt64NullableArray invokes test_response_number_int64_nullable_array operation.
	//
	// POST /test_response_number_int64_nullable_array
	TestResponseNumberInt64NullableArray(ctx context.Context, request string) ([]NilInt64, error)
	// TestResponseNumberInt64NullableArrayArray invokes test_response_number_int64_nullable_array_array operation.
	//
	// POST /test_response_number_int64_nullable_array_array
	TestResponseNumberInt64NullableArrayArray(ctx context.Context, request string) ([][]NilInt64, error)
	// TestResponseNumberNullable invokes test_response_number_nullable operation.
	//
	// POST /test_response_number_nullable
	TestResponseNumberNullable(ctx context.Context, request string) (NilFloat64, error)
	// TestResponseNumberNullableArray invokes test_response_number_nullable_array operation.
	//
	// POST /test_response_number_nullable_array
	TestResponseNumberNullableArray(ctx context.Context, request string) ([]NilFloat64, error)
	// TestResponseNumberNullableArrayArray invokes test_response_number_nullable_array_array operation.
	//
	// POST /test_response_number_nullable_array_array
	TestResponseNumberNullableArrayArray(ctx context.Context, request string) ([][]NilFloat64, error)
	// TestResponseString invokes test_response_string operation.
	//
	// POST /test_response_string
	TestResponseString(ctx context.Context, request string) (string, error)
	// TestResponseStringArray invokes test_response_string_array operation.
	//
	// POST /test_response_string_array
	TestResponseStringArray(ctx context.Context, request string) ([]string, error)
	// TestResponseStringArrayArray invokes test_response_string_array_array operation.
	//
	// POST /test_response_string_array_array
	TestResponseStringArrayArray(ctx context.Context, request string) ([][]string, error)
	// TestResponseStringBase64 invokes test_response_string_base64 operation.
	//
	// POST /test_response_string_base64
	TestResponseStringBase64(ctx context.Context, request string) ([]byte, error)
	// TestResponseStringBase64Array invokes test_response_string_base64_array operation.
	//
	// POST /test_response_string_base64_array
	TestResponseStringBase64Array(ctx context.Context, request string) ([][]byte, error)
	// TestResponseStringBase64ArrayArray invokes test_response_string_base64_array_array operation.
	//
	// POST /test_response_string_base64_array_array
	TestResponseStringBase64ArrayArray(ctx context.Context, request string) ([][][]byte, error)
	// TestResponseStringBase64Nullable invokes test_response_string_base64_nullable operation.
	//
	// POST /test_response_string_base64_nullable
	TestResponseStringBase64Nullable(ctx context.Context, request string) ([]byte, error)
	// TestResponseStringBase64NullableArray invokes test_response_string_base64_nullable_array operation.
	//
	// POST /test_response_string_base64_nullable_array
	TestResponseStringBase64NullableArray(ctx context.Context, request string) ([][]byte, error)
	// TestResponseStringBase64NullableArrayArray invokes test_response_string_base64_nullable_array_array operation.
	//
	// POST /test_response_string_base64_nullable_array_array
	TestResponseStringBase64NullableArrayArray(ctx context.Context, request string) ([][][]byte, error)
	// TestResponseStringBinary invokes test_response_string_binary operation.
	//
	// POST /test_response_string_binary
	TestResponseStringBinary(ctx context.Context, request string) (string, error)
	// TestResponseStringBinaryArray invokes test_response_string_binary_array operation.
	//
	// POST /test_response_string_binary_array
	TestResponseStringBinaryArray(ctx context.Context, request string) ([]string, error)
	// TestResponseStringBinaryArrayArray invokes test_response_string_binary_array_array operation.
	//
	// POST /test_response_string_binary_array_array
	TestResponseStringBinaryArrayArray(ctx context.Context, request string) ([][]string, error)
	// TestResponseStringBinaryNullable invokes test_response_string_binary_nullable operation.
	//
	// POST /test_response_string_binary_nullable
	TestResponseStringBinaryNullable(ctx context.Context, request string) (NilString, error)
	// TestResponseStringBinaryNullableArray invokes test_response_string_binary_nullable_array operation.
	//
	// POST /test_response_string_binary_nullable_array
	TestResponseStringBinaryNullableArray(ctx context.Context, request string) ([]NilString, error)
	// TestResponseStringBinaryNullableArrayArray invokes test_response_string_binary_nullable_array_array operation.
	//
	// POST /test_response_string_binary_nullable_array_array
	TestResponseStringBinaryNullableArrayArray(ctx context.Context, request string) ([][]NilString, error)
	// TestResponseStringByte invokes test_response_string_byte operation.
	//
	// POST /test_response_string_byte
	TestResponseStringByte(ctx context.Context, request string) ([]byte, error)
	// TestResponseStringByteArray invokes test_response_string_byte_array operation.
	//
	// POST /test_response_string_byte_array
	TestResponseStringByteArray(ctx context.Context, request string) ([][]byte, error)
	// TestResponseStringByteArrayArray invokes test_response_string_byte_array_array operation.
	//
	// POST /test_response_string_byte_array_array
	TestResponseStringByteArrayArray(ctx context.Context, request string) ([][][]byte, error)
	// TestResponseStringByteNullable invokes test_response_string_byte_nullable operation.
	//
	// POST /test_response_string_byte_nullable
	TestResponseStringByteNullable(ctx context.Context, request string) ([]byte, error)
	// TestResponseStringByteNullableArray invokes test_response_string_byte_nullable_array operation.
	//
	// POST /test_response_string_byte_nullable_array
	TestResponseStringByteNullableArray(ctx context.Context, request string) ([][]byte, error)
	// TestResponseStringByteNullableArrayArray invokes test_response_string_byte_nullable_array_array operation.
	//
	// POST /test_response_string_byte_nullable_array_array
	TestResponseStringByteNullableArrayArray(ctx context.Context, request string) ([][][]byte, error)
	// TestResponseStringDate invokes test_response_string_date operation.
	//
	// POST /test_response_string_date
	TestResponseStringDate(ctx context.Context, request string) (time.Time, error)
	// TestResponseStringDateArray invokes test_response_string_date_array operation.
	//
	// POST /test_response_string_date_array
	TestResponseStringDateArray(ctx context.Context, request string) ([]time.Time, error)
	// TestResponseStringDateArrayArray invokes test_response_string_date_array_array operation.
	//
	// POST /test_response_string_date_array_array
	TestResponseStringDateArrayArray(ctx context.Context, request string) ([][]time.Time, error)
	// TestResponseStringDateNullable invokes test_response_string_date_nullable operation.
	//
	// POST /test_response_string_date_nullable
	TestResponseStringDateNullable(ctx context.Context, request string) (NilDate, error)
	// TestResponseStringDateNullableArray invokes test_response_string_date_nullable_array operation.
	//
	// POST /test_response_string_date_nullable_array
	TestResponseStringDateNullableArray(ctx context.Context, request string) ([]NilDate, error)
	// TestResponseStringDateNullableArrayArray invokes test_response_string_date_nullable_array_array operation.
	//
	// POST /test_response_string_date_nullable_array_array
	TestResponseStringDateNullableArrayArray(ctx context.Context, request string) ([][]NilDate, error)
	// TestResponseStringDateTime invokes test_response_string_date-time operation.
	//
	// POST /test_response_string_date-time
	TestResponseStringDateTime(ctx context.Context, request string) (time.Time, error)
	// TestResponseStringDateTimeArray invokes test_response_string_date-time_array operation.
	//
	// POST /test_response_string_date-time_array
	TestResponseStringDateTimeArray(ctx context.Context, request string) ([]time.Time, error)
	// TestResponseStringDateTimeArrayArray invokes test_response_string_date-time_array_array operation.
	//
	// POST /test_response_string_date-time_array_array
	TestResponseStringDateTimeArrayArray(ctx context.Context, request string) ([][]time.Time, error)
	// TestResponseStringDateTimeNullable invokes test_response_string_date-time_nullable operation.
	//
	// POST /test_response_string_date-time_nullable
	TestResponseStringDateTimeNullable(ctx context.Context, request string) (NilDateTime, error)
	// TestResponseStringDateTimeNullableArray invokes test_response_string_date-time_nullable_array operation.
	//
	// POST /test_response_string_date-time_nullable_array
	TestResponseStringDateTimeNullableArray(ctx context.Context, request string) ([]NilDateTime, error)
	// TestResponseStringDateTimeNullableArrayArray invokes test_response_string_date-time_nullable_array_array operation.
	//
	// POST /test_response_string_date-time_nullable_array_array
	TestResponseStringDateTimeNullableArrayArray(ctx context.Context, request string) ([][]NilDateTime, error)
	// TestResponseStringDuration invokes test_response_string_duration operation.
	//
	// POST /test_response_string_duration
	TestResponseStringDuration(ctx context.Context, request string) (time.Duration, error)
	// TestResponseStringDurationArray invokes test_response_string_duration_array operation.
	//
	// POST /test_response_string_duration_array
	TestResponseStringDurationArray(ctx context.Context, request string) ([]time.Duration, error)
	// TestResponseStringDurationArrayArray invokes test_response_string_duration_array_array operation.
	//
	// POST /test_response_string_duration_array_array
	TestResponseStringDurationArrayArray(ctx context.Context, request string) ([][]time.Duration, error)
	// TestResponseStringDurationNullable invokes test_response_string_duration_nullable operation.
	//
	// POST /test_response_string_duration_nullable
	TestResponseStringDurationNullable(ctx context.Context, request string) (NilDuration, error)
	// TestResponseStringDurationNullableArray invokes test_response_string_duration_nullable_array operation.
	//
	// POST /test_response_string_duration_nullable_array
	TestResponseStringDurationNullableArray(ctx context.Context, request string) ([]NilDuration, error)
	// TestResponseStringDurationNullableArrayArray invokes test_response_string_duration_nullable_array_array operation.
	//
	// POST /test_response_string_duration_nullable_array_array
	TestResponseStringDurationNullableArrayArray(ctx context.Context, request string) ([][]NilDuration, error)
	// TestResponseStringEmail invokes test_response_string_email operation.
	//
	// POST /test_response_string_email
	TestResponseStringEmail(ctx context.Context, request string) (string, error)
	// TestResponseStringEmailArray invokes test_response_string_email_array operation.
	//
	// POST /test_response_string_email_array
	TestResponseStringEmailArray(ctx context.Context, request string) ([]string, error)
	// TestResponseStringEmailArrayArray invokes test_response_string_email_array_array operation.
	//
	// POST /test_response_string_email_array_array
	TestResponseStringEmailArrayArray(ctx context.Context, request string) ([][]string, error)
	// TestResponseStringEmailNullable invokes test_response_string_email_nullable operation.
	//
	// POST /test_response_string_email_nullable
	TestResponseStringEmailNullable(ctx context.Context, request string) (NilString, error)
	// TestResponseStringEmailNullableArray invokes test_response_string_email_nullable_array operation.
	//
	// POST /test_response_string_email_nullable_array
	TestResponseStringEmailNullableArray(ctx context.Context, request string) ([]NilString, error)
	// TestResponseStringEmailNullableArrayArray invokes test_response_string_email_nullable_array_array operation.
	//
	// POST /test_response_string_email_nullable_array_array
	TestResponseStringEmailNullableArrayArray(ctx context.Context, request string) ([][]NilString, error)
	// TestResponseStringFloat32 invokes test_response_string_float32 operation.
	//
	// POST /test_response_string_float32
	TestResponseStringFloat32(ctx context.Context, request string) (float32, error)
	// TestResponseStringFloat32Array invokes test_response_string_float32_array operation.
	//
	// POST /test_response_string_float32_array
	TestResponseStringFloat32Array(ctx context.Context, request string) ([]float32, error)
	// TestResponseStringFloat32ArrayArray invokes test_response_string_float32_array_array operation.
	//
	// POST /test_response_string_float32_array_array
	TestResponseStringFloat32ArrayArray(ctx context.Context, request string) ([][]float32, error)
	// TestResponseStringFloat32Nullable invokes test_response_string_float32_nullable operation.
	//
	// POST /test_response_string_float32_nullable
	TestResponseStringFloat32Nullable(ctx context.Context, request string) (NilStringFloat32, error)
	// TestResponseStringFloat32NullableArray invokes test_response_string_float32_nullable_array operation.
	//
	// POST /test_response_string_float32_nullable_array
	TestResponseStringFloat32NullableArray(ctx context.Context, request string) ([]NilStringFloat32, error)
	// TestResponseStringFloat32NullableArrayArray invokes test_response_string_float32_nullable_array_array operation.
	//
	// POST /test_response_string_float32_nullable_array_array
	TestResponseStringFloat32NullableArrayArray(ctx context.Context, request string) ([][]NilStringFloat32, error)
	// TestResponseStringFloat64 invokes test_response_string_float64 operation.
	//
	// POST /test_response_string_float64
	TestResponseStringFloat64(ctx context.Context, request string) (float64, error)
	// TestResponseStringFloat64Array invokes test_response_string_float64_array operation.
	//
	// POST /test_response_string_float64_array
	TestResponseStringFloat64Array(ctx context.Context, request string) ([]float64, error)
	// TestResponseStringFloat64ArrayArray invokes test_response_string_float64_array_array operation.
	//
	// POST /test_response_string_float64_array_array
	TestResponseStringFloat64ArrayArray(ctx context.Context, request string) ([][]float64, error)
	// TestResponseStringFloat64Nullable invokes test_response_string_float64_nullable operation.
	//
	// POST /test_response_string_float64_nullable
	TestResponseStringFloat64Nullable(ctx context.Context, request string) (NilStringFloat64, error)
	// TestResponseStringFloat64NullableArray invokes test_response_string_float64_nullable_array operation.
	//
	// POST /test_response_string_float64_nullable_array
	TestResponseStringFloat64NullableArray(ctx context.Context, request string) ([]NilStringFloat64, error)
	// TestResponseStringFloat64NullableArrayArray invokes test_response_string_float64_nullable_array_array operation.
	//
	// POST /test_response_string_float64_nullable_array_array
	TestResponseStringFloat64NullableArrayArray(ctx context.Context, request string) ([][]NilStringFloat64, error)
	// TestResponseStringHostname invokes test_response_string_hostname operation.
	//
	// POST /test_response_string_hostname
	TestResponseStringHostname(ctx context.Context, request string) (string, error)
	// TestResponseStringHostnameArray invokes test_response_string_hostname_array operation.
	//
	// POST /test_response_string_hostname_array
	TestResponseStringHostnameArray(ctx context.Context, request string) ([]string, error)
	// TestResponseStringHostnameArrayArray invokes test_response_string_hostname_array_array operation.
	//
	// POST /test_response_string_hostname_array_array
	TestResponseStringHostnameArrayArray(ctx context.Context, request string) ([][]string, error)
	// TestResponseStringHostnameNullable invokes test_response_string_hostname_nullable operation.
	//
	// POST /test_response_string_hostname_nullable
	TestResponseStringHostnameNullable(ctx context.Context, request string) (NilString, error)
	// TestResponseStringHostnameNullableArray invokes test_response_string_hostname_nullable_array operation.
	//
	// POST /test_response_string_hostname_nullable_array
	TestResponseStringHostnameNullableArray(ctx context.Context, request string) ([]NilString, error)
	// TestResponseStringHostnameNullableArrayArray invokes test_response_string_hostname_nullable_array_array operation.
	//
	// POST /test_response_string_hostname_nullable_array_array
	TestResponseStringHostnameNullableArrayArray(ctx context.Context, request string) ([][]NilString, error)
	// TestResponseStringIP invokes test_response_string_ip operation.
	//
	// POST /test_response_string_ip
	TestResponseStringIP(ctx context.Context, request string) (netip.Addr, error)
	// TestResponseStringIPArray invokes test_response_string_ip_array operation.
	//
	// POST /test_response_string_ip_array
	TestResponseStringIPArray(ctx context.Context, request string) ([]netip.Addr, error)
	// TestResponseStringIPArrayArray invokes test_response_string_ip_array_array operation.
	//
	// POST /test_response_string_ip_array_array
	TestResponseStringIPArrayArray(ctx context.Context, request string) ([][]netip.Addr, error)
	// TestResponseStringIPNullable invokes test_response_string_ip_nullable operation.
	//
	// POST /test_response_string_ip_nullable
	TestResponseStringIPNullable(ctx context.Context, request string) (NilIP, error)
	// TestResponseStringIPNullableArray invokes test_response_string_ip_nullable_array operation.
	//
	// POST /test_response_string_ip_nullable_array
	TestResponseStringIPNullableArray(ctx context.Context, request string) ([]NilIP, error)
	// TestResponseStringIPNullableArrayArray invokes test_response_string_ip_nullable_array_array operation.
	//
	// POST /test_response_string_ip_nullable_array_array
	TestResponseStringIPNullableArrayArray(ctx context.Context, request string) ([][]NilIP, error)
	// TestResponseStringInt invokes test_response_string_int operation.
	//
	// POST /test_response_string_int
	TestResponseStringInt(ctx context.Context, request string) (int, error)
	// TestResponseStringInt16 invokes test_response_string_int16 operation.
	//
	// POST /test_response_string_int16
	TestResponseStringInt16(ctx context.Context, request string) (int16, error)
	// TestResponseStringInt16Array invokes test_response_string_int16_array operation.
	//
	// POST /test_response_string_int16_array
	TestResponseStringInt16Array(ctx context.Context, request string) ([]int16, error)
	// TestResponseStringInt16ArrayArray invokes test_response_string_int16_array_array operation.
	//
	// POST /test_response_string_int16_array_array
	TestResponseStringInt16ArrayArray(ctx context.Context, request string) ([][]int16, error)
	// TestResponseStringInt16Nullable invokes test_response_string_int16_nullable operation.
	//
	// POST /test_response_string_int16_nullable
	TestResponseStringInt16Nullable(ctx context.Context, request string) (NilStringInt16, error)
	// TestResponseStringInt16NullableArray invokes test_response_string_int16_nullable_array operation.
	//
	// POST /test_response_string_int16_nullable_array
	TestResponseStringInt16NullableArray(ctx context.Context, request string) ([]NilStringInt16, error)
	// TestResponseStringInt16NullableArrayArray invokes test_response_string_int16_nullable_array_array operation.
	//
	// POST /test_response_string_int16_nullable_array_array
	TestResponseStringInt16NullableArrayArray(ctx context.Context, request string) ([][]NilStringInt16, error)
	// TestResponseStringInt32 invokes test_response_string_int32 operation.
	//
	// POST /test_response_string_int32
	TestResponseStringInt32(ctx context.Context, request string) (int32, error)
	// TestResponseStringInt32Array invokes test_response_string_int32_array operation.
	//
	// POST /test_response_string_int32_array
	TestResponseStringInt32Array(ctx context.Context, request string) ([]int32, error)
	// TestResponseStringInt32ArrayArray invokes test_response_string_int32_array_array operation.
	//
	// POST /test_response_string_int32_array_array
	TestResponseStringInt32ArrayArray(ctx context.Context, request string) ([][]int32, error)
	// TestResponseStringInt32Nullable invokes test_response_string_int32_nullable operation.
	//
	// POST /test_response_string_int32_nullable
	TestResponseStringInt32Nullable(ctx context.Context, request string) (NilStringInt32, error)
	// TestResponseStringInt32NullableArray invokes test_response_string_int32_nullable_array operation.
	//
	// POST /test_response_string_int32_nullable_array
	TestResponseStringInt32NullableArray(ctx context.Context, request string) ([]NilStringInt32, error)
	// TestResponseStringInt32NullableArrayArray invokes test_response_string_int32_nullable_array_array operation.
	//
	// POST /test_response_string_int32_nullable_array_array
	TestResponseStringInt32NullableArrayArray(ctx context.Context, request string) ([][]NilStringInt32, error)
	// TestResponseStringInt64 invokes test_response_string_int64 operation.
	//
	// POST /test_response_string_int64
	TestResponseStringInt64(ctx context.Context, request string) (int64, error)
	// TestResponseStringInt64Array invokes test_response_string_int64_array operation.
	//
	// POST /test_response_string_int64_array
	TestResponseStringInt64Array(ctx context.Context, request string) ([]int64, error)
	// TestResponseStringInt64ArrayArray invokes test_response_string_int64_array_array operation.
	//
	// POST /test_response_string_int64_array_array
	TestResponseStringInt64ArrayArray(ctx context.Context, request string) ([][]int64, error)
	// TestResponseStringInt64Nullable invokes test_response_string_int64_nullable operation.
	//
	// POST /test_response_string_int64_nullable
	TestResponseStringInt64Nullable(ctx context.Context, request string) (NilStringInt64, error)
	// TestResponseStringInt64NullableArray invokes test_response_string_int64_nullable_array operation.
	//
	// POST /test_response_string_int64_nullable_array
	TestResponseStringInt64NullableArray(ctx context.Context, request string) ([]NilStringInt64, error)
	// TestResponseStringInt64NullableArrayArray invokes test_response_string_int64_nullable_array_array operation.
	//
	// POST /test_response_string_int64_nullable_array_array
	TestResponseStringInt64NullableArrayArray(ctx context.Context, request string) ([][]NilStringInt64, error)
	// TestResponseStringInt8 invokes test_response_string_int8 operation.
	//
	// POST /test_response_string_int8
	TestResponseStringInt8(ctx context.Context, request string) (int8, error)
	// TestResponseStringInt8Array invokes test_response_string_int8_array operation.
	//
	// POST /test_response_string_int8_array
	TestResponseStringInt8Array(ctx context.Context, request string) ([]int8, error)
	// TestResponseStringInt8ArrayArray invokes test_response_string_int8_array_array operation.
	//
	// POST /test_response_string_int8_array_array
	TestResponseStringInt8ArrayArray(ctx context.Context, request string) ([][]int8, error)
	// TestResponseStringInt8Nullable invokes test_response_string_int8_nullable operation.
	//
	// POST /test_response_string_int8_nullable
	TestResponseStringInt8Nullable(ctx context.Context, request string) (NilStringInt8, error)
	// TestResponseStringInt8NullableArray invokes test_response_string_int8_nullable_array operation.
	//
	// POST /test_response_string_int8_nullable_array
	TestResponseStringInt8NullableArray(ctx context.Context, request string) ([]NilStringInt8, error)
	// TestResponseStringInt8NullableArrayArray invokes test_response_string_int8_nullable_array_array operation.
	//
	// POST /test_response_string_int8_nullable_array_array
	TestResponseStringInt8NullableArrayArray(ctx context.Context, request string) ([][]NilStringInt8, error)
	// TestResponseStringIntArray invokes test_response_string_int_array operation.
	//
	// POST /test_response_string_int_array
	TestResponseStringIntArray(ctx context.Context, request string) ([]int, error)
	// TestResponseStringIntArrayArray invokes test_response_string_int_array_array operation.
	//
	// POST /test_response_string_int_array_array
	TestResponseStringIntArrayArray(ctx context.Context, request string) ([][]int, error)
	// TestResponseStringIntNullable invokes test_response_string_int_nullable operation.
	//
	// POST /test_response_string_int_nullable
	TestResponseStringIntNullable(ctx context.Context, request string) (NilStringInt, error)
	// TestResponseStringIntNullableArray invokes test_response_string_int_nullable_array operation.
	//
	// POST /test_response_string_int_nullable_array
	TestResponseStringIntNullableArray(ctx context.Context, request string) ([]NilStringInt, error)
	// TestResponseStringIntNullableArrayArray invokes test_response_string_int_nullable_array_array operation.
	//
	// POST /test_response_string_int_nullable_array_array
	TestResponseStringIntNullableArrayArray(ctx context.Context, request string) ([][]NilStringInt, error)
	// TestResponseStringIpv4 invokes test_response_string_ipv4 operation.
	//
	// POST /test_response_string_ipv4
	TestResponseStringIpv4(ctx context.Context, request string) (netip.Addr, error)
	// TestResponseStringIpv4Array invokes test_response_string_ipv4_array operation.
	//
	// POST /test_response_string_ipv4_array
	TestResponseStringIpv4Array(ctx context.Context, request string) ([]netip.Addr, error)
	// TestResponseStringIpv4ArrayArray invokes test_response_string_ipv4_array_array operation.
	//
	// POST /test_response_string_ipv4_array_array
	TestResponseStringIpv4ArrayArray(ctx context.Context, request string) ([][]netip.Addr, error)
	// TestResponseStringIpv4Nullable invokes test_response_string_ipv4_nullable operation.
	//
	// POST /test_response_string_ipv4_nullable
	TestResponseStringIpv4Nullable(ctx context.Context, request string) (NilIPv4, error)
	// TestResponseStringIpv4NullableArray invokes test_response_string_ipv4_nullable_array operation.
	//
	// POST /test_response_string_ipv4_nullable_array
	TestResponseStringIpv4NullableArray(ctx context.Context, request string) ([]NilIPv4, error)
	// TestResponseStringIpv4NullableArrayArray invokes test_response_string_ipv4_nullable_array_array operation.
	//
	// POST /test_response_string_ipv4_nullable_array_array
	TestResponseStringIpv4NullableArrayArray(ctx context.Context, request string) ([][]NilIPv4, error)
	// TestResponseStringIpv6 invokes test_response_string_ipv6 operation.
	//
	// POST /test_response_string_ipv6
	TestResponseStringIpv6(ctx context.Context, request string) (netip.Addr, error)
	// TestResponseStringIpv6Array invokes test_response_string_ipv6_array operation.
	//
	// POST /test_response_string_ipv6_array
	TestResponseStringIpv6Array(ctx context.Context, request string) ([]netip.Addr, error)
	// TestResponseStringIpv6ArrayArray invokes test_response_string_ipv6_array_array operation.
	//
	// POST /test_response_string_ipv6_array_array
	TestResponseStringIpv6ArrayArray(ctx context.Context, request string) ([][]netip.Addr, error)
	// TestResponseStringIpv6Nullable invokes test_response_string_ipv6_nullable operation.
	//
	// POST /test_response_string_ipv6_nullable
	TestResponseStringIpv6Nullable(ctx context.Context, request string) (NilIPv6, error)
	// TestResponseStringIpv6NullableArray invokes test_response_string_ipv6_nullable_array operation.
	//
	// POST /test_response_string_ipv6_nullable_array
	TestResponseStringIpv6NullableArray(ctx context.Context, request string) ([]NilIPv6, error)
	// TestResponseStringIpv6NullableArrayArray invokes test_response_string_ipv6_nullable_array_array operation.
	//
	// POST /test_response_string_ipv6_nullable_array_array
	TestResponseStringIpv6NullableArrayArray(ctx context.Context, request string) ([][]NilIPv6, error)
	// TestResponseStringMAC invokes test_response_string_mac operation.
	//
	// POST /test_response_string_mac
	TestResponseStringMAC(ctx context.Context, request string) (net.HardwareAddr, error)
	// TestResponseStringMACArray invokes test_response_string_mac_array operation.
	//
	// POST /test_response_string_mac_array
	TestResponseStringMACArray(ctx context.Context, request string) ([]net.HardwareAddr, error)
	// TestResponseStringMACArrayArray invokes test_response_string_mac_array_array operation.
	//
	// POST /test_response_string_mac_array_array
	TestResponseStringMACArrayArray(ctx context.Context, request string) ([][]net.HardwareAddr, error)
	// TestResponseStringMACNullable invokes test_response_string_mac_nullable operation.
	//
	// POST /test_response_string_mac_nullable
	TestResponseStringMACNullable(ctx context.Context, request string) (NilHardwareAddr, error)
	// TestResponseStringMACNullableArray invokes test_response_string_mac_nullable_array operation.
	//
	// POST /test_response_string_mac_nullable_array
	TestResponseStringMACNullableArray(ctx context.Context, request string) ([]NilHardwareAddr, error)
	// TestResponseStringMACNullableArrayArray invokes test_response_string_mac_nullable_array_array operation.
	//
	// POST /test_response_string_mac_nullable_array_array
	TestResponseStringMACNullableArrayArray(ctx context.Context, request string) ([][]NilHardwareAddr, error)
	// TestResponseStringNullable invokes test_response_string_nullable operation.
	//
	// POST /test_response_string_nullable
	TestResponseStringNullable(ctx context.Context, request string) (NilString, error)
	// TestResponseStringNullableArray invokes test_response_string_nullable_array operation.
	//
	// POST /test_response_string_nullable_array
	TestResponseStringNullableArray(ctx context.Context, request string) ([]NilString, error)
	// TestResponseStringNullableArrayArray invokes test_response_string_nullable_array_array operation.
	//
	// POST /test_response_string_nullable_array_array
	TestResponseStringNullableArrayArray(ctx context.Context, request string) ([][]NilString, error)
	// TestResponseStringPassword invokes test_response_string_password operation.
	//
	// POST /test_response_string_password
	TestResponseStringPassword(ctx context.Context, request string) (string, error)
	// TestResponseStringPasswordArray invokes test_response_string_password_array operation.
	//
	// POST /test_response_string_password_array
	TestResponseStringPasswordArray(ctx context.Context, request string) ([]string, error)
	// TestResponseStringPasswordArrayArray invokes test_response_string_password_array_array operation.
	//
	// POST /test_response_string_password_array_array
	TestResponseStringPasswordArrayArray(ctx context.Context, request string) ([][]string, error)
	// TestResponseStringPasswordNullable invokes test_response_string_password_nullable operation.
	//
	// POST /test_response_string_password_nullable
	TestResponseStringPasswordNullable(ctx context.Context, request string) (NilString, error)
	// TestResponseStringPasswordNullableArray invokes test_response_string_password_nullable_array operation.
	//
	// POST /test_response_string_password_nullable_array
	TestResponseStringPasswordNullableArray(ctx context.Context, request string) ([]NilString, error)
	// TestResponseStringPasswordNullableArrayArray invokes test_response_string_password_nullable_array_array operation.
	//
	// POST /test_response_string_password_nullable_array_array
	TestResponseStringPasswordNullableArrayArray(ctx context.Context, request string) ([][]NilString, error)
	// TestResponseStringTime invokes test_response_string_time operation.
	//
	// POST /test_response_string_time
	TestResponseStringTime(ctx context.Context, request string) (time.Time, error)
	// TestResponseStringTimeArray invokes test_response_string_time_array operation.
	//
	// POST /test_response_string_time_array
	TestResponseStringTimeArray(ctx context.Context, request string) ([]time.Time, error)
	// TestResponseStringTimeArrayArray invokes test_response_string_time_array_array operation.
	//
	// POST /test_response_string_time_array_array
	TestResponseStringTimeArrayArray(ctx context.Context, request string) ([][]time.Time, error)
	// TestResponseStringTimeNullable invokes test_response_string_time_nullable operation.
	//
	// POST /test_response_string_time_nullable
	TestResponseStringTimeNullable(ctx context.Context, request string) (NilTime, error)
	// TestResponseStringTimeNullableArray invokes test_response_string_time_nullable_array operation.
	//
	// POST /test_response_string_time_nullable_array
	TestResponseStringTimeNullableArray(ctx context.Context, request string) ([]NilTime, error)
	// TestResponseStringTimeNullableArrayArray invokes test_response_string_time_nullable_array_array operation.
	//
	// POST /test_response_string_time_nullable_array_array
	TestResponseStringTimeNullableArrayArray(ctx context.Context, request string) ([][]NilTime, error)
	// TestResponseStringURI invokes test_response_string_uri operation.
	//
	// POST /test_response_string_uri
	TestResponseStringURI(ctx context.Context, request string) (url.URL, error)
	// TestResponseStringURIArray invokes test_response_string_uri_array operation.
	//
	// POST /test_response_string_uri_array
	TestResponseStringURIArray(ctx context.Context, request string) ([]url.URL, error)
	// TestResponseStringURIArrayArray invokes test_response_string_uri_array_array operation.
	//
	// POST /test_response_string_uri_array_array
	TestResponseStringURIArrayArray(ctx context.Context, request string) ([][]url.URL, error)
	// TestResponseStringURINullable invokes test_response_string_uri_nullable operation.
	//
	// POST /test_response_string_uri_nullable
	TestResponseStringURINullable(ctx context.Context, request string) (NilURI, error)
	// TestResponseStringURINullableArray invokes test_response_string_uri_nullable_array operation.
	//
	// POST /test_response_string_uri_nullable_array
	TestResponseStringURINullableArray(ctx context.Context, request string) ([]NilURI, error)
	// TestResponseStringURINullableArrayArray invokes test_response_string_uri_nullable_array_array operation.
	//
	// POST /test_response_string_uri_nullable_array_array
	TestResponseStringURINullableArrayArray(ctx context.Context, request string) ([][]NilURI, error)
	// TestResponseStringUUID invokes test_response_string_uuid operation.
	//
	// POST /test_response_string_uuid
	TestResponseStringUUID(ctx context.Context, request string) (uuid.UUID, error)
	// TestResponseStringUUIDArray invokes test_response_string_uuid_array operation.
	//
	// POST /test_response_string_uuid_array
	TestResponseStringUUIDArray(ctx context.Context, request string) ([]uuid.UUID, error)
	// TestResponseStringUUIDArrayArray invokes test_response_string_uuid_array_array operation.
	//
	// POST /test_response_string_uuid_array_array
	TestResponseStringUUIDArrayArray(ctx context.Context, request string) ([][]uuid.UUID, error)
	// TestResponseStringUUIDNullable invokes test_response_string_uuid_nullable operation.
	//
	// POST /test_response_string_uuid_nullable
	TestResponseStringUUIDNullable(ctx context.Context, request string) (NilUUID, error)
	// TestResponseStringUUIDNullableArray invokes test_response_string_uuid_nullable_array operation.
	//
	// POST /test_response_string_uuid_nullable_array
	TestResponseStringUUIDNullableArray(ctx context.Context, request string) ([]NilUUID, error)
	// TestResponseStringUUIDNullableArrayArray invokes test_response_string_uuid_nullable_array_array operation.
	//
	// POST /test_response_string_uuid_nullable_array_array
	TestResponseStringUUIDNullableArrayArray(ctx context.Context, request string) ([][]NilUUID, error)
	// TestResponseStringUint invokes test_response_string_uint operation.
	//
	// POST /test_response_string_uint
	TestResponseStringUint(ctx context.Context, request string) (uint, error)
	// TestResponseStringUint16 invokes test_response_string_uint16 operation.
	//
	// POST /test_response_string_uint16
	TestResponseStringUint16(ctx context.Context, request string) (uint16, error)
	// TestResponseStringUint16Array invokes test_response_string_uint16_array operation.
	//
	// POST /test_response_string_uint16_array
	TestResponseStringUint16Array(ctx context.Context, request string) ([]uint16, error)
	// TestResponseStringUint16ArrayArray invokes test_response_string_uint16_array_array operation.
	//
	// POST /test_response_string_uint16_array_array
	TestResponseStringUint16ArrayArray(ctx context.Context, request string) ([][]uint16, error)
	// TestResponseStringUint16Nullable invokes test_response_string_uint16_nullable operation.
	//
	// POST /test_response_string_uint16_nullable
	TestResponseStringUint16Nullable(ctx context.Context, request string) (NilStringUint16, error)
	// TestResponseStringUint16NullableArray invokes test_response_string_uint16_nullable_array operation.
	//
	// POST /test_response_string_uint16_nullable_array
	TestResponseStringUint16NullableArray(ctx context.Context, request string) ([]NilStringUint16, error)
	// TestResponseStringUint16NullableArrayArray invokes test_response_string_uint16_nullable_array_array operation.
	//
	// POST /test_response_string_uint16_nullable_array_array
	TestResponseStringUint16NullableArrayArray(ctx context.Context, request string) ([][]NilStringUint16, error)
	// TestResponseStringUint32 invokes test_response_string_uint32 operation.
	//
	// POST /test_response_string_uint32
	TestResponseStringUint32(ctx context.Context, request string) (uint32, error)
	// TestResponseStringUint32Array invokes test_response_string_uint32_array operation.
	//
	// POST /test_response_string_uint32_array
	TestResponseStringUint32Array(ctx context.Context, request string) ([]uint32, error)
	// TestResponseStringUint32ArrayArray invokes test_response_string_uint32_array_array operation.
	//
	// POST /test_response_string_uint32_array_array
	TestResponseStringUint32ArrayArray(ctx context.Context, request string) ([][]uint32, error)
	// TestResponseStringUint32Nullable invokes test_response_string_uint32_nullable operation.
	//
	// POST /test_response_string_uint32_nullable
	TestResponseStringUint32Nullable(ctx context.Context, request string) (NilStringUint32, error)
	// TestResponseStringUint32NullableArray invokes test_response_string_uint32_nullable_array operation.
	//
	// POST /test_response_string_uint32_nullable_array
	TestResponseStringUint32NullableArray(ctx context.Context, request string) ([]NilStringUint32, error)
	// TestResponseStringUint32NullableArrayArray invokes test_response_string_uint32_nullable_array_array operation.
	//
	// POST /test_response_string_uint32_nullable_array_array
	TestResponseStringUint32NullableArrayArray(ctx context.Context, request string) ([][]NilStringUint32, error)
	// TestResponseStringUint64 invokes test_response_string_uint64 operation.
	//
	// POST /test_response_string_uint64
	TestResponseStringUint64(ctx context.Context, request string) (uint64, error)
	// TestResponseStringUint64Array invokes test_response_string_uint64_array operation.
	//
	// POST /test_response_string_uint64_array
	TestResponseStringUint64Array(ctx context.Context, request string) ([]uint64, error)
	// TestResponseStringUint64ArrayArray invokes test_response_string_uint64_array_array operation.
	//
	// POST /test_response_string_uint64_array_array
	TestResponseStringUint64ArrayArray(ctx context.Context, request string) ([][]uint64, error)
	// TestResponseStringUint64Nullable invokes test_response_string_uint64_nullable operation.
	//
	// POST /test_response_string_uint64_nullable
	TestResponseStringUint64Nullable(ctx context.Context, request string) (NilStringUint64, error)
	// TestResponseStringUint64NullableArray invokes test_response_string_uint64_nullable_array operation.
	//
	// POST /test_response_string_uint64_nullable_array
	TestResponseStringUint64NullableArray(ctx context.Context, request string) ([]NilStringUint64, error)
	// TestResponseStringUint64NullableArrayArray invokes test_response_string_uint64_nullable_array_array operation.
	//
	// POST /test_response_string_uint64_nullable_array_array
	TestResponseStringUint64NullableArrayArray(ctx context.Context, request string) ([][]NilStringUint64, error)
	// TestResponseStringUint8 invokes test_response_string_uint8 operation.
	//
	// POST /test_response_string_uint8
	TestResponseStringUint8(ctx context.Context, request string) (uint8, error)
	// TestResponseStringUint8Array invokes test_response_string_uint8_array operation.
	//
	// POST /test_response_string_uint8_array
	TestResponseStringUint8Array(ctx context.Context, request string) ([]uint8, error)
	// TestResponseStringUint8ArrayArray invokes test_response_string_uint8_array_array operation.
	//
	// POST /test_response_string_uint8_array_array
	TestResponseStringUint8ArrayArray(ctx context.Context, request string) ([][]uint8, error)
	// TestResponseStringUint8Nullable invokes test_response_string_uint8_nullable operation.
	//
	// POST /test_response_string_uint8_nullable
	TestResponseStringUint8Nullable(ctx context.Context, request string) (NilStringUint8, error)
	// TestResponseStringUint8NullableArray invokes test_response_string_uint8_nullable_array operation.
	//
	// POST /test_response_string_uint8_nullable_array
	TestResponseStringUint8NullableArray(ctx context.Context, request string) ([]NilStringUint8, error)
	// TestResponseStringUint8NullableArrayArray invokes test_response_string_uint8_nullable_array_array operation.
	//
	// POST /test_response_string_uint8_nullable_array_array
	TestResponseStringUint8NullableArrayArray(ctx context.Context, request string) ([][]NilStringUint8, error)
	// TestResponseStringUintArray invokes test_response_string_uint_array operation.
	//
	// POST /test_response_string_uint_array
	TestResponseStringUintArray(ctx context.Context, request string) ([]uint, error)
	// TestResponseStringUintArrayArray invokes test_response_string_uint_array_array operation.
	//
	// POST /test_response_string_uint_array_array
	TestResponseStringUintArrayArray(ctx context.Context, request string) ([][]uint, error)
	// TestResponseStringUintNullable invokes test_response_string_uint_nullable operation.
	//
	// POST /test_response_string_uint_nullable
	TestResponseStringUintNullable(ctx context.Context, request string) (NilStringUint, error)
	// TestResponseStringUintNullableArray invokes test_response_string_uint_nullable_array operation.
	//
	// POST /test_response_string_uint_nullable_array
	TestResponseStringUintNullableArray(ctx context.Context, request string) ([]NilStringUint, error)
	// TestResponseStringUintNullableArrayArray invokes test_response_string_uint_nullable_array_array operation.
	//
	// POST /test_response_string_uint_nullable_array_array
	TestResponseStringUintNullableArrayArray(ctx context.Context, request string) ([][]NilStringUint, error)
	// TestResponseStringUnix invokes test_response_string_unix operation.
	//
	// POST /test_response_string_unix
	TestResponseStringUnix(ctx context.Context, request string) (time.Time, error)
	// TestResponseStringUnixArray invokes test_response_string_unix_array operation.
	//
	// POST /test_response_string_unix_array
	TestResponseStringUnixArray(ctx context.Context, request string) ([]time.Time, error)
	// TestResponseStringUnixArrayArray invokes test_response_string_unix_array_array operation.
	//
	// POST /test_response_string_unix_array_array
	TestResponseStringUnixArrayArray(ctx context.Context, request string) ([][]time.Time, error)
	// TestResponseStringUnixMicro invokes test_response_string_unix-micro operation.
	//
	// POST /test_response_string_unix-micro
	TestResponseStringUnixMicro(ctx context.Context, request string) (time.Time, error)
	// TestResponseStringUnixMicroArray invokes test_response_string_unix-micro_array operation.
	//
	// POST /test_response_string_unix-micro_array
	TestResponseStringUnixMicroArray(ctx context.Context, request string) ([]time.Time, error)
	// TestResponseStringUnixMicroArrayArray invokes test_response_string_unix-micro_array_array operation.
	//
	// POST /test_response_string_unix-micro_array_array
	TestResponseStringUnixMicroArrayArray(ctx context.Context, request string) ([][]time.Time, error)
	// TestResponseStringUnixMicroNullable invokes test_response_string_unix-micro_nullable operation.
	//
	// POST /test_response_string_unix-micro_nullable
	TestResponseStringUnixMicroNullable(ctx context.Context, request string) (NilStringUnixMicro, error)
	// TestResponseStringUnixMicroNullableArray invokes test_response_string_unix-micro_nullable_array operation.
	//
	// POST /test_response_string_unix-micro_nullable_array
	TestResponseStringUnixMicroNullableArray(ctx context.Context, request string) ([]NilStringUnixMicro, error)
	// TestResponseStringUnixMicroNullableArrayArray invokes test_response_string_unix-micro_nullable_array_array operation.
	//
	// POST /test_response_string_unix-micro_nullable_array_array
	TestResponseStringUnixMicroNullableArrayArray(ctx context.Context, request string) ([][]NilStringUnixMicro, error)
	// TestResponseStringUnixMilli invokes test_response_string_unix-milli operation.
	//
	// POST /test_response_string_unix-milli
	TestResponseStringUnixMilli(ctx context.Context, request string) (time.Time, error)
	// TestResponseStringUnixMilliArray invokes test_response_string_unix-milli_array operation.
	//
	// POST /test_response_string_unix-milli_array
	TestResponseStringUnixMilliArray(ctx context.Context, request string) ([]time.Time, error)
	// TestResponseStringUnixMilliArrayArray invokes test_response_string_unix-milli_array_array operation.
	//
	// POST /test_response_string_unix-milli_array_array
	TestResponseStringUnixMilliArrayArray(ctx context.Context, request string) ([][]time.Time, error)
	// TestResponseStringUnixMilliNullable invokes test_response_string_unix-milli_nullable operation.
	//
	// POST /test_response_string_unix-milli_nullable
	TestResponseStringUnixMilliNullable(ctx context.Context, request string) (NilStringUnixMilli, error)
	// TestResponseStringUnixMilliNullableArray invokes test_response_string_unix-milli_nullable_array operation.
	//
	// POST /test_response_string_unix-milli_nullable_array
	TestResponseStringUnixMilliNullableArray(ctx context.Context, request string) ([]NilStringUnixMilli, error)
	// TestResponseStringUnixMilliNullableArrayArray invokes test_response_string_unix-milli_nullable_array_array operation.
	//
	// POST /test_response_string_unix-milli_nullable_array_array
	TestResponseStringUnixMilliNullableArrayArray(ctx context.Context, request string) ([][]NilStringUnixMilli, error)
	// TestResponseStringUnixNano invokes test_response_string_unix-nano operation.
	//
	// POST /test_response_string_unix-nano
	TestResponseStringUnixNano(ctx context.Context, request string) (time.Time, error)
	// TestResponseStringUnixNanoArray invokes test_response_string_unix-nano_array operation.
	//
	// POST /test_response_string_unix-nano_array
	TestResponseStringUnixNanoArray(ctx context.Context, request string) ([]time.Time, error)
	// TestResponseStringUnixNanoArrayArray invokes test_response_string_unix-nano_array_array operation.
	//
	// POST /test_response_string_unix-nano_array_array
	TestResponseStringUnixNanoArrayArray(ctx context.Context, request string) ([][]time.Time, error)
	// TestResponseStringUnixNanoNullable invokes test_response_string_unix-nano_nullable operation.
	//
	// POST /test_response_string_unix-nano_nullable
	TestResponseStringUnixNanoNullable(ctx context.Context, request string) (NilStringUnixNano, error)
	// TestResponseStringUnixNanoNullableArray invokes test_response_string_unix-nano_nullable_array operation.
	//
	// POST /test_response_string_unix-nano_nullable_array
	TestResponseStringUnixNanoNullableArray(ctx context.Context, request string) ([]NilStringUnixNano, error)
	// TestResponseStringUnixNanoNullableArrayArray invokes test_response_string_unix-nano_nullable_array_array operation.
	//
	// POST /test_response_string_unix-nano_nullable_array_array
	TestResponseStringUnixNanoNullableArrayArray(ctx context.Context, request string) ([][]NilStringUnixNano, error)
	// TestResponseStringUnixNullable invokes test_response_string_unix_nullable operation.
	//
	// POST /test_response_string_unix_nullable
	TestResponseStringUnixNullable(ctx context.Context, request string) (NilStringUnixSeconds, error)
	// TestResponseStringUnixNullableArray invokes test_response_string_unix_nullable_array operation.
	//
	// POST /test_response_string_unix_nullable_array
	TestResponseStringUnixNullableArray(ctx context.Context, request string) ([]NilStringUnixSeconds, error)
	// TestResponseStringUnixNullableArrayArray invokes test_response_string_unix_nullable_array_array operation.
	//
	// POST /test_response_string_unix_nullable_array_array
	TestResponseStringUnixNullableArrayArray(ctx context.Context, request string) ([][]NilStringUnixSeconds, error)
	// TestResponseStringUnixSeconds invokes test_response_string_unix-seconds operation.
	//
	// POST /test_response_string_unix-seconds
	TestResponseStringUnixSeconds(ctx context.Context, request string) (time.Time, error)
	// TestResponseStringUnixSecondsArray invokes test_response_string_unix-seconds_array operation.
	//
	// POST /test_response_string_unix-seconds_array
	TestResponseStringUnixSecondsArray(ctx context.Context, request string) ([]time.Time, error)
	// TestResponseStringUnixSecondsArrayArray invokes test_response_string_unix-seconds_array_array operation.
	//
	// POST /test_response_string_unix-seconds_array_array
	TestResponseStringUnixSecondsArrayArray(ctx context.Context, request string) ([][]time.Time, error)
	// TestResponseStringUnixSecondsNullable invokes test_response_string_unix-seconds_nullable operation.
	//
	// POST /test_response_string_unix-seconds_nullable
	TestResponseStringUnixSecondsNullable(ctx context.Context, request string) (NilStringUnixSeconds, error)
	// TestResponseStringUnixSecondsNullableArray invokes test_response_string_unix-seconds_nullable_array operation.
	//
	// POST /test_response_string_unix-seconds_nullable_array
	TestResponseStringUnixSecondsNullableArray(ctx context.Context, request string) ([]NilStringUnixSeconds, error)
	// TestResponseStringUnixSecondsNullableArrayArray invokes test_response_string_unix-seconds_nullable_array_array operation.
	//
	// POST /test_response_string_unix-seconds_nullable_array_array
	TestResponseStringUnixSecondsNullableArrayArray(ctx context.Context, request string) ([][]NilStringUnixSeconds, error)
}

Invoker invokes operations described by OpenAPI v3 specification.

type Middleware

type Middleware = middleware.Middleware

Middleware is middleware type.

type NilBool

type NilBool struct {
	Value bool
	Null  bool
}

NilBool is nullable bool.

func NewNilBool

func NewNilBool(v bool) NilBool

NewNilBool returns new NilBool with value set to v.

func (*NilBool) Decode

func (o *NilBool) Decode(d *jx.Decoder) error

Decode decodes bool from json.

func (NilBool) Encode

func (o NilBool) Encode(e *jx.Encoder)

Encode encodes bool as json.

func (NilBool) Get

func (o NilBool) Get() (v bool, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilBool) IsNull

func (o NilBool) IsNull() bool

IsSet returns true if value is Null.

func (NilBool) MarshalJSON

func (s NilBool) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilBool) Or

func (o NilBool) Or(d bool) bool

Or returns value if set, or given parameter if does not.

func (*NilBool) SetFake

func (s *NilBool) SetFake()

SetFake set fake values.

func (*NilBool) SetTo

func (o *NilBool) SetTo(v bool)

SetTo sets value to v.

func (*NilBool) SetToNull

func (o *NilBool) SetToNull()

SetNull sets value to null.

func (*NilBool) UnmarshalJSON

func (s *NilBool) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilDate

type NilDate struct {
	Value time.Time
	Null  bool
}

NilDate is nullable time.Time.

func NewNilDate

func NewNilDate(v time.Time) NilDate

NewNilDate returns new NilDate with value set to v.

func (*NilDate) Decode

func (o *NilDate) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (NilDate) Encode

func (o NilDate) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (NilDate) Get

func (o NilDate) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilDate) IsNull

func (o NilDate) IsNull() bool

IsSet returns true if value is Null.

func (NilDate) MarshalJSON

func (s NilDate) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilDate) Or

func (o NilDate) Or(d time.Time) time.Time

Or returns value if set, or given parameter if does not.

func (*NilDate) SetFake

func (s *NilDate) SetFake()

SetFake set fake values.

func (*NilDate) SetTo

func (o *NilDate) SetTo(v time.Time)

SetTo sets value to v.

func (*NilDate) SetToNull

func (o *NilDate) SetToNull()

SetNull sets value to null.

func (*NilDate) UnmarshalJSON

func (s *NilDate) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilDateTime

type NilDateTime struct {
	Value time.Time
	Null  bool
}

NilDateTime is nullable time.Time.

func NewNilDateTime

func NewNilDateTime(v time.Time) NilDateTime

NewNilDateTime returns new NilDateTime with value set to v.

func (*NilDateTime) Decode

func (o *NilDateTime) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (NilDateTime) Encode

func (o NilDateTime) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (NilDateTime) Get

func (o NilDateTime) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilDateTime) IsNull

func (o NilDateTime) IsNull() bool

IsSet returns true if value is Null.

func (NilDateTime) MarshalJSON

func (s NilDateTime) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilDateTime) Or

func (o NilDateTime) Or(d time.Time) time.Time

Or returns value if set, or given parameter if does not.

func (*NilDateTime) SetFake

func (s *NilDateTime) SetFake()

SetFake set fake values.

func (*NilDateTime) SetTo

func (o *NilDateTime) SetTo(v time.Time)

SetTo sets value to v.

func (*NilDateTime) SetToNull

func (o *NilDateTime) SetToNull()

SetNull sets value to null.

func (*NilDateTime) UnmarshalJSON

func (s *NilDateTime) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilDuration

type NilDuration struct {
	Value time.Duration
	Null  bool
}

NilDuration is nullable time.Duration.

func NewNilDuration

func NewNilDuration(v time.Duration) NilDuration

NewNilDuration returns new NilDuration with value set to v.

func (*NilDuration) Decode

func (o *NilDuration) Decode(d *jx.Decoder) error

Decode decodes time.Duration from json.

func (NilDuration) Encode

func (o NilDuration) Encode(e *jx.Encoder)

Encode encodes time.Duration as json.

func (NilDuration) Get

func (o NilDuration) Get() (v time.Duration, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilDuration) IsNull

func (o NilDuration) IsNull() bool

IsSet returns true if value is Null.

func (NilDuration) MarshalJSON

func (s NilDuration) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilDuration) Or

Or returns value if set, or given parameter if does not.

func (*NilDuration) SetFake

func (s *NilDuration) SetFake()

SetFake set fake values.

func (*NilDuration) SetTo

func (o *NilDuration) SetTo(v time.Duration)

SetTo sets value to v.

func (*NilDuration) SetToNull

func (o *NilDuration) SetToNull()

SetNull sets value to null.

func (*NilDuration) UnmarshalJSON

func (s *NilDuration) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilFloat32

type NilFloat32 struct {
	Value float32
	Null  bool
}

NilFloat32 is nullable float32.

func NewNilFloat32

func NewNilFloat32(v float32) NilFloat32

NewNilFloat32 returns new NilFloat32 with value set to v.

func (*NilFloat32) Decode

func (o *NilFloat32) Decode(d *jx.Decoder) error

Decode decodes float32 from json.

func (NilFloat32) Encode

func (o NilFloat32) Encode(e *jx.Encoder)

Encode encodes float32 as json.

func (NilFloat32) Get

func (o NilFloat32) Get() (v float32, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilFloat32) IsNull

func (o NilFloat32) IsNull() bool

IsSet returns true if value is Null.

func (NilFloat32) MarshalJSON

func (s NilFloat32) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilFloat32) Or

func (o NilFloat32) Or(d float32) float32

Or returns value if set, or given parameter if does not.

func (*NilFloat32) SetFake

func (s *NilFloat32) SetFake()

SetFake set fake values.

func (*NilFloat32) SetTo

func (o *NilFloat32) SetTo(v float32)

SetTo sets value to v.

func (*NilFloat32) SetToNull

func (o *NilFloat32) SetToNull()

SetNull sets value to null.

func (*NilFloat32) UnmarshalJSON

func (s *NilFloat32) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilFloat64

type NilFloat64 struct {
	Value float64
	Null  bool
}

NilFloat64 is nullable float64.

func NewNilFloat64

func NewNilFloat64(v float64) NilFloat64

NewNilFloat64 returns new NilFloat64 with value set to v.

func (*NilFloat64) Decode

func (o *NilFloat64) Decode(d *jx.Decoder) error

Decode decodes float64 from json.

func (NilFloat64) Encode

func (o NilFloat64) Encode(e *jx.Encoder)

Encode encodes float64 as json.

func (NilFloat64) Get

func (o NilFloat64) Get() (v float64, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilFloat64) IsNull

func (o NilFloat64) IsNull() bool

IsSet returns true if value is Null.

func (NilFloat64) MarshalJSON

func (s NilFloat64) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilFloat64) Or

func (o NilFloat64) Or(d float64) float64

Or returns value if set, or given parameter if does not.

func (*NilFloat64) SetFake

func (s *NilFloat64) SetFake()

SetFake set fake values.

func (*NilFloat64) SetTo

func (o *NilFloat64) SetTo(v float64)

SetTo sets value to v.

func (*NilFloat64) SetToNull

func (o *NilFloat64) SetToNull()

SetNull sets value to null.

func (*NilFloat64) UnmarshalJSON

func (s *NilFloat64) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilHardwareAddr

type NilHardwareAddr struct {
	Value net.HardwareAddr
	Null  bool
}

NilHardwareAddr is nullable net.HardwareAddr.

func NewNilHardwareAddr

func NewNilHardwareAddr(v net.HardwareAddr) NilHardwareAddr

NewNilHardwareAddr returns new NilHardwareAddr with value set to v.

func (*NilHardwareAddr) Decode

func (o *NilHardwareAddr) Decode(d *jx.Decoder) error

Decode decodes net.HardwareAddr from json.

func (NilHardwareAddr) Encode

func (o NilHardwareAddr) Encode(e *jx.Encoder)

Encode encodes net.HardwareAddr as json.

func (NilHardwareAddr) Get

func (o NilHardwareAddr) Get() (v net.HardwareAddr, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilHardwareAddr) IsNull

func (o NilHardwareAddr) IsNull() bool

IsSet returns true if value is Null.

func (NilHardwareAddr) MarshalJSON

func (s NilHardwareAddr) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilHardwareAddr) Or

Or returns value if set, or given parameter if does not.

func (*NilHardwareAddr) SetFake

func (s *NilHardwareAddr) SetFake()

SetFake set fake values.

func (*NilHardwareAddr) SetTo

func (o *NilHardwareAddr) SetTo(v net.HardwareAddr)

SetTo sets value to v.

func (*NilHardwareAddr) SetToNull

func (o *NilHardwareAddr) SetToNull()

SetNull sets value to null.

func (*NilHardwareAddr) UnmarshalJSON

func (s *NilHardwareAddr) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilIP

type NilIP struct {
	Value netip.Addr
	Null  bool
}

NilIP is nullable netip.Addr.

func NewNilIP

func NewNilIP(v netip.Addr) NilIP

NewNilIP returns new NilIP with value set to v.

func (*NilIP) Decode

func (o *NilIP) Decode(d *jx.Decoder) error

Decode decodes netip.Addr from json.

func (NilIP) Encode

func (o NilIP) Encode(e *jx.Encoder)

Encode encodes netip.Addr as json.

func (NilIP) Get

func (o NilIP) Get() (v netip.Addr, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilIP) IsNull

func (o NilIP) IsNull() bool

IsSet returns true if value is Null.

func (NilIP) MarshalJSON

func (s NilIP) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilIP) Or

func (o NilIP) Or(d netip.Addr) netip.Addr

Or returns value if set, or given parameter if does not.

func (*NilIP) SetFake

func (s *NilIP) SetFake()

SetFake set fake values.

func (*NilIP) SetTo

func (o *NilIP) SetTo(v netip.Addr)

SetTo sets value to v.

func (*NilIP) SetToNull

func (o *NilIP) SetToNull()

SetNull sets value to null.

func (*NilIP) UnmarshalJSON

func (s *NilIP) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilIPv4

type NilIPv4 struct {
	Value netip.Addr
	Null  bool
}

NilIPv4 is nullable netip.Addr.

func NewNilIPv4

func NewNilIPv4(v netip.Addr) NilIPv4

NewNilIPv4 returns new NilIPv4 with value set to v.

func (*NilIPv4) Decode

func (o *NilIPv4) Decode(d *jx.Decoder) error

Decode decodes netip.Addr from json.

func (NilIPv4) Encode

func (o NilIPv4) Encode(e *jx.Encoder)

Encode encodes netip.Addr as json.

func (NilIPv4) Get

func (o NilIPv4) Get() (v netip.Addr, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilIPv4) IsNull

func (o NilIPv4) IsNull() bool

IsSet returns true if value is Null.

func (NilIPv4) MarshalJSON

func (s NilIPv4) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilIPv4) Or

func (o NilIPv4) Or(d netip.Addr) netip.Addr

Or returns value if set, or given parameter if does not.

func (*NilIPv4) SetFake

func (s *NilIPv4) SetFake()

SetFake set fake values.

func (*NilIPv4) SetTo

func (o *NilIPv4) SetTo(v netip.Addr)

SetTo sets value to v.

func (*NilIPv4) SetToNull

func (o *NilIPv4) SetToNull()

SetNull sets value to null.

func (*NilIPv4) UnmarshalJSON

func (s *NilIPv4) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilIPv6

type NilIPv6 struct {
	Value netip.Addr
	Null  bool
}

NilIPv6 is nullable netip.Addr.

func NewNilIPv6

func NewNilIPv6(v netip.Addr) NilIPv6

NewNilIPv6 returns new NilIPv6 with value set to v.

func (*NilIPv6) Decode

func (o *NilIPv6) Decode(d *jx.Decoder) error

Decode decodes netip.Addr from json.

func (NilIPv6) Encode

func (o NilIPv6) Encode(e *jx.Encoder)

Encode encodes netip.Addr as json.

func (NilIPv6) Get

func (o NilIPv6) Get() (v netip.Addr, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilIPv6) IsNull

func (o NilIPv6) IsNull() bool

IsSet returns true if value is Null.

func (NilIPv6) MarshalJSON

func (s NilIPv6) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilIPv6) Or

func (o NilIPv6) Or(d netip.Addr) netip.Addr

Or returns value if set, or given parameter if does not.

func (*NilIPv6) SetFake

func (s *NilIPv6) SetFake()

SetFake set fake values.

func (*NilIPv6) SetTo

func (o *NilIPv6) SetTo(v netip.Addr)

SetTo sets value to v.

func (*NilIPv6) SetToNull

func (o *NilIPv6) SetToNull()

SetNull sets value to null.

func (*NilIPv6) UnmarshalJSON

func (s *NilIPv6) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilInt

type NilInt struct {
	Value int
	Null  bool
}

NilInt is nullable int.

func NewNilInt

func NewNilInt(v int) NilInt

NewNilInt returns new NilInt with value set to v.

func (*NilInt) Decode

func (o *NilInt) Decode(d *jx.Decoder) error

Decode decodes int from json.

func (NilInt) Encode

func (o NilInt) Encode(e *jx.Encoder)

Encode encodes int as json.

func (NilInt) Get

func (o NilInt) Get() (v int, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilInt) IsNull

func (o NilInt) IsNull() bool

IsSet returns true if value is Null.

func (NilInt) MarshalJSON

func (s NilInt) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilInt) Or

func (o NilInt) Or(d int) int

Or returns value if set, or given parameter if does not.

func (*NilInt) SetFake

func (s *NilInt) SetFake()

SetFake set fake values.

func (*NilInt) SetTo

func (o *NilInt) SetTo(v int)

SetTo sets value to v.

func (*NilInt) SetToNull

func (o *NilInt) SetToNull()

SetNull sets value to null.

func (*NilInt) UnmarshalJSON

func (s *NilInt) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilInt16

type NilInt16 struct {
	Value int16
	Null  bool
}

NilInt16 is nullable int16.

func NewNilInt16

func NewNilInt16(v int16) NilInt16

NewNilInt16 returns new NilInt16 with value set to v.

func (*NilInt16) Decode

func (o *NilInt16) Decode(d *jx.Decoder) error

Decode decodes int16 from json.

func (NilInt16) Encode

func (o NilInt16) Encode(e *jx.Encoder)

Encode encodes int16 as json.

func (NilInt16) Get

func (o NilInt16) Get() (v int16, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilInt16) IsNull

func (o NilInt16) IsNull() bool

IsSet returns true if value is Null.

func (NilInt16) MarshalJSON

func (s NilInt16) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilInt16) Or

func (o NilInt16) Or(d int16) int16

Or returns value if set, or given parameter if does not.

func (*NilInt16) SetFake

func (s *NilInt16) SetFake()

SetFake set fake values.

func (*NilInt16) SetTo

func (o *NilInt16) SetTo(v int16)

SetTo sets value to v.

func (*NilInt16) SetToNull

func (o *NilInt16) SetToNull()

SetNull sets value to null.

func (*NilInt16) UnmarshalJSON

func (s *NilInt16) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilInt32

type NilInt32 struct {
	Value int32
	Null  bool
}

NilInt32 is nullable int32.

func NewNilInt32

func NewNilInt32(v int32) NilInt32

NewNilInt32 returns new NilInt32 with value set to v.

func (*NilInt32) Decode

func (o *NilInt32) Decode(d *jx.Decoder) error

Decode decodes int32 from json.

func (NilInt32) Encode

func (o NilInt32) Encode(e *jx.Encoder)

Encode encodes int32 as json.

func (NilInt32) Get

func (o NilInt32) Get() (v int32, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilInt32) IsNull

func (o NilInt32) IsNull() bool

IsSet returns true if value is Null.

func (NilInt32) MarshalJSON

func (s NilInt32) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilInt32) Or

func (o NilInt32) Or(d int32) int32

Or returns value if set, or given parameter if does not.

func (*NilInt32) SetFake

func (s *NilInt32) SetFake()

SetFake set fake values.

func (*NilInt32) SetTo

func (o *NilInt32) SetTo(v int32)

SetTo sets value to v.

func (*NilInt32) SetToNull

func (o *NilInt32) SetToNull()

SetNull sets value to null.

func (*NilInt32) UnmarshalJSON

func (s *NilInt32) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilInt64

type NilInt64 struct {
	Value int64
	Null  bool
}

NilInt64 is nullable int64.

func NewNilInt64

func NewNilInt64(v int64) NilInt64

NewNilInt64 returns new NilInt64 with value set to v.

func (*NilInt64) Decode

func (o *NilInt64) Decode(d *jx.Decoder) error

Decode decodes int64 from json.

func (NilInt64) Encode

func (o NilInt64) Encode(e *jx.Encoder)

Encode encodes int64 as json.

func (NilInt64) Get

func (o NilInt64) Get() (v int64, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilInt64) IsNull

func (o NilInt64) IsNull() bool

IsSet returns true if value is Null.

func (NilInt64) MarshalJSON

func (s NilInt64) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilInt64) Or

func (o NilInt64) Or(d int64) int64

Or returns value if set, or given parameter if does not.

func (*NilInt64) SetFake

func (s *NilInt64) SetFake()

SetFake set fake values.

func (*NilInt64) SetTo

func (o *NilInt64) SetTo(v int64)

SetTo sets value to v.

func (*NilInt64) SetToNull

func (o *NilInt64) SetToNull()

SetNull sets value to null.

func (*NilInt64) UnmarshalJSON

func (s *NilInt64) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilInt8

type NilInt8 struct {
	Value int8
	Null  bool
}

NilInt8 is nullable int8.

func NewNilInt8

func NewNilInt8(v int8) NilInt8

NewNilInt8 returns new NilInt8 with value set to v.

func (*NilInt8) Decode

func (o *NilInt8) Decode(d *jx.Decoder) error

Decode decodes int8 from json.

func (NilInt8) Encode

func (o NilInt8) Encode(e *jx.Encoder)

Encode encodes int8 as json.

func (NilInt8) Get

func (o NilInt8) Get() (v int8, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilInt8) IsNull

func (o NilInt8) IsNull() bool

IsSet returns true if value is Null.

func (NilInt8) MarshalJSON

func (s NilInt8) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilInt8) Or

func (o NilInt8) Or(d int8) int8

Or returns value if set, or given parameter if does not.

func (*NilInt8) SetFake

func (s *NilInt8) SetFake()

SetFake set fake values.

func (*NilInt8) SetTo

func (o *NilInt8) SetTo(v int8)

SetTo sets value to v.

func (*NilInt8) SetToNull

func (o *NilInt8) SetToNull()

SetNull sets value to null.

func (*NilInt8) UnmarshalJSON

func (s *NilInt8) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilString

type NilString struct {
	Value string
	Null  bool
}

NilString is nullable string.

func NewNilString

func NewNilString(v string) NilString

NewNilString returns new NilString with value set to v.

func (*NilString) Decode

func (o *NilString) Decode(d *jx.Decoder) error

Decode decodes string from json.

func (NilString) Encode

func (o NilString) Encode(e *jx.Encoder)

Encode encodes string as json.

func (NilString) Get

func (o NilString) Get() (v string, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilString) IsNull

func (o NilString) IsNull() bool

IsSet returns true if value is Null.

func (NilString) MarshalJSON

func (s NilString) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilString) Or

func (o NilString) Or(d string) string

Or returns value if set, or given parameter if does not.

func (*NilString) SetFake

func (s *NilString) SetFake()

SetFake set fake values.

func (*NilString) SetTo

func (o *NilString) SetTo(v string)

SetTo sets value to v.

func (*NilString) SetToNull

func (o *NilString) SetToNull()

SetNull sets value to null.

func (*NilString) UnmarshalJSON

func (s *NilString) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilStringFloat32

type NilStringFloat32 struct {
	Value float32
	Null  bool
}

NilStringFloat32 is nullable float32.

func NewNilStringFloat32

func NewNilStringFloat32(v float32) NilStringFloat32

NewNilStringFloat32 returns new NilStringFloat32 with value set to v.

func (*NilStringFloat32) Decode

func (o *NilStringFloat32) Decode(d *jx.Decoder) error

Decode decodes float32 from json.

func (NilStringFloat32) Encode

func (o NilStringFloat32) Encode(e *jx.Encoder)

Encode encodes float32 as json.

func (NilStringFloat32) Get

func (o NilStringFloat32) Get() (v float32, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilStringFloat32) IsNull

func (o NilStringFloat32) IsNull() bool

IsSet returns true if value is Null.

func (NilStringFloat32) MarshalJSON

func (s NilStringFloat32) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilStringFloat32) Or

Or returns value if set, or given parameter if does not.

func (*NilStringFloat32) SetFake

func (s *NilStringFloat32) SetFake()

SetFake set fake values.

func (*NilStringFloat32) SetTo

func (o *NilStringFloat32) SetTo(v float32)

SetTo sets value to v.

func (*NilStringFloat32) SetToNull

func (o *NilStringFloat32) SetToNull()

SetNull sets value to null.

func (*NilStringFloat32) UnmarshalJSON

func (s *NilStringFloat32) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilStringFloat64

type NilStringFloat64 struct {
	Value float64
	Null  bool
}

NilStringFloat64 is nullable float64.

func NewNilStringFloat64

func NewNilStringFloat64(v float64) NilStringFloat64

NewNilStringFloat64 returns new NilStringFloat64 with value set to v.

func (*NilStringFloat64) Decode

func (o *NilStringFloat64) Decode(d *jx.Decoder) error

Decode decodes float64 from json.

func (NilStringFloat64) Encode

func (o NilStringFloat64) Encode(e *jx.Encoder)

Encode encodes float64 as json.

func (NilStringFloat64) Get

func (o NilStringFloat64) Get() (v float64, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilStringFloat64) IsNull

func (o NilStringFloat64) IsNull() bool

IsSet returns true if value is Null.

func (NilStringFloat64) MarshalJSON

func (s NilStringFloat64) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilStringFloat64) Or

Or returns value if set, or given parameter if does not.

func (*NilStringFloat64) SetFake

func (s *NilStringFloat64) SetFake()

SetFake set fake values.

func (*NilStringFloat64) SetTo

func (o *NilStringFloat64) SetTo(v float64)

SetTo sets value to v.

func (*NilStringFloat64) SetToNull

func (o *NilStringFloat64) SetToNull()

SetNull sets value to null.

func (*NilStringFloat64) UnmarshalJSON

func (s *NilStringFloat64) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilStringInt

type NilStringInt struct {
	Value int
	Null  bool
}

NilStringInt is nullable int.

func NewNilStringInt

func NewNilStringInt(v int) NilStringInt

NewNilStringInt returns new NilStringInt with value set to v.

func (*NilStringInt) Decode

func (o *NilStringInt) Decode(d *jx.Decoder) error

Decode decodes int from json.

func (NilStringInt) Encode

func (o NilStringInt) Encode(e *jx.Encoder)

Encode encodes int as json.

func (NilStringInt) Get

func (o NilStringInt) Get() (v int, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilStringInt) IsNull

func (o NilStringInt) IsNull() bool

IsSet returns true if value is Null.

func (NilStringInt) MarshalJSON

func (s NilStringInt) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilStringInt) Or

func (o NilStringInt) Or(d int) int

Or returns value if set, or given parameter if does not.

func (*NilStringInt) SetFake

func (s *NilStringInt) SetFake()

SetFake set fake values.

func (*NilStringInt) SetTo

func (o *NilStringInt) SetTo(v int)

SetTo sets value to v.

func (*NilStringInt) SetToNull

func (o *NilStringInt) SetToNull()

SetNull sets value to null.

func (*NilStringInt) UnmarshalJSON

func (s *NilStringInt) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilStringInt16

type NilStringInt16 struct {
	Value int16
	Null  bool
}

NilStringInt16 is nullable int16.

func NewNilStringInt16

func NewNilStringInt16(v int16) NilStringInt16

NewNilStringInt16 returns new NilStringInt16 with value set to v.

func (*NilStringInt16) Decode

func (o *NilStringInt16) Decode(d *jx.Decoder) error

Decode decodes int16 from json.

func (NilStringInt16) Encode

func (o NilStringInt16) Encode(e *jx.Encoder)

Encode encodes int16 as json.

func (NilStringInt16) Get

func (o NilStringInt16) Get() (v int16, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilStringInt16) IsNull

func (o NilStringInt16) IsNull() bool

IsSet returns true if value is Null.

func (NilStringInt16) MarshalJSON

func (s NilStringInt16) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilStringInt16) Or

func (o NilStringInt16) Or(d int16) int16

Or returns value if set, or given parameter if does not.

func (*NilStringInt16) SetFake

func (s *NilStringInt16) SetFake()

SetFake set fake values.

func (*NilStringInt16) SetTo

func (o *NilStringInt16) SetTo(v int16)

SetTo sets value to v.

func (*NilStringInt16) SetToNull

func (o *NilStringInt16) SetToNull()

SetNull sets value to null.

func (*NilStringInt16) UnmarshalJSON

func (s *NilStringInt16) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilStringInt32

type NilStringInt32 struct {
	Value int32
	Null  bool
}

NilStringInt32 is nullable int32.

func NewNilStringInt32

func NewNilStringInt32(v int32) NilStringInt32

NewNilStringInt32 returns new NilStringInt32 with value set to v.

func (*NilStringInt32) Decode

func (o *NilStringInt32) Decode(d *jx.Decoder) error

Decode decodes int32 from json.

func (NilStringInt32) Encode

func (o NilStringInt32) Encode(e *jx.Encoder)

Encode encodes int32 as json.

func (NilStringInt32) Get

func (o NilStringInt32) Get() (v int32, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilStringInt32) IsNull

func (o NilStringInt32) IsNull() bool

IsSet returns true if value is Null.

func (NilStringInt32) MarshalJSON

func (s NilStringInt32) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilStringInt32) Or

func (o NilStringInt32) Or(d int32) int32

Or returns value if set, or given parameter if does not.

func (*NilStringInt32) SetFake

func (s *NilStringInt32) SetFake()

SetFake set fake values.

func (*NilStringInt32) SetTo

func (o *NilStringInt32) SetTo(v int32)

SetTo sets value to v.

func (*NilStringInt32) SetToNull

func (o *NilStringInt32) SetToNull()

SetNull sets value to null.

func (*NilStringInt32) UnmarshalJSON

func (s *NilStringInt32) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilStringInt64

type NilStringInt64 struct {
	Value int64
	Null  bool
}

NilStringInt64 is nullable int64.

func NewNilStringInt64

func NewNilStringInt64(v int64) NilStringInt64

NewNilStringInt64 returns new NilStringInt64 with value set to v.

func (*NilStringInt64) Decode

func (o *NilStringInt64) Decode(d *jx.Decoder) error

Decode decodes int64 from json.

func (NilStringInt64) Encode

func (o NilStringInt64) Encode(e *jx.Encoder)

Encode encodes int64 as json.

func (NilStringInt64) Get

func (o NilStringInt64) Get() (v int64, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilStringInt64) IsNull

func (o NilStringInt64) IsNull() bool

IsSet returns true if value is Null.

func (NilStringInt64) MarshalJSON

func (s NilStringInt64) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilStringInt64) Or

func (o NilStringInt64) Or(d int64) int64

Or returns value if set, or given parameter if does not.

func (*NilStringInt64) SetFake

func (s *NilStringInt64) SetFake()

SetFake set fake values.

func (*NilStringInt64) SetTo

func (o *NilStringInt64) SetTo(v int64)

SetTo sets value to v.

func (*NilStringInt64) SetToNull

func (o *NilStringInt64) SetToNull()

SetNull sets value to null.

func (*NilStringInt64) UnmarshalJSON

func (s *NilStringInt64) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilStringInt8

type NilStringInt8 struct {
	Value int8
	Null  bool
}

NilStringInt8 is nullable int8.

func NewNilStringInt8

func NewNilStringInt8(v int8) NilStringInt8

NewNilStringInt8 returns new NilStringInt8 with value set to v.

func (*NilStringInt8) Decode

func (o *NilStringInt8) Decode(d *jx.Decoder) error

Decode decodes int8 from json.

func (NilStringInt8) Encode

func (o NilStringInt8) Encode(e *jx.Encoder)

Encode encodes int8 as json.

func (NilStringInt8) Get

func (o NilStringInt8) Get() (v int8, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilStringInt8) IsNull

func (o NilStringInt8) IsNull() bool

IsSet returns true if value is Null.

func (NilStringInt8) MarshalJSON

func (s NilStringInt8) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilStringInt8) Or

func (o NilStringInt8) Or(d int8) int8

Or returns value if set, or given parameter if does not.

func (*NilStringInt8) SetFake

func (s *NilStringInt8) SetFake()

SetFake set fake values.

func (*NilStringInt8) SetTo

func (o *NilStringInt8) SetTo(v int8)

SetTo sets value to v.

func (*NilStringInt8) SetToNull

func (o *NilStringInt8) SetToNull()

SetNull sets value to null.

func (*NilStringInt8) UnmarshalJSON

func (s *NilStringInt8) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilStringUint

type NilStringUint struct {
	Value uint
	Null  bool
}

NilStringUint is nullable uint.

func NewNilStringUint

func NewNilStringUint(v uint) NilStringUint

NewNilStringUint returns new NilStringUint with value set to v.

func (*NilStringUint) Decode

func (o *NilStringUint) Decode(d *jx.Decoder) error

Decode decodes uint from json.

func (NilStringUint) Encode

func (o NilStringUint) Encode(e *jx.Encoder)

Encode encodes uint as json.

func (NilStringUint) Get

func (o NilStringUint) Get() (v uint, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilStringUint) IsNull

func (o NilStringUint) IsNull() bool

IsSet returns true if value is Null.

func (NilStringUint) MarshalJSON

func (s NilStringUint) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilStringUint) Or

func (o NilStringUint) Or(d uint) uint

Or returns value if set, or given parameter if does not.

func (*NilStringUint) SetFake

func (s *NilStringUint) SetFake()

SetFake set fake values.

func (*NilStringUint) SetTo

func (o *NilStringUint) SetTo(v uint)

SetTo sets value to v.

func (*NilStringUint) SetToNull

func (o *NilStringUint) SetToNull()

SetNull sets value to null.

func (*NilStringUint) UnmarshalJSON

func (s *NilStringUint) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilStringUint16

type NilStringUint16 struct {
	Value uint16
	Null  bool
}

NilStringUint16 is nullable uint16.

func NewNilStringUint16

func NewNilStringUint16(v uint16) NilStringUint16

NewNilStringUint16 returns new NilStringUint16 with value set to v.

func (*NilStringUint16) Decode

func (o *NilStringUint16) Decode(d *jx.Decoder) error

Decode decodes uint16 from json.

func (NilStringUint16) Encode

func (o NilStringUint16) Encode(e *jx.Encoder)

Encode encodes uint16 as json.

func (NilStringUint16) Get

func (o NilStringUint16) Get() (v uint16, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilStringUint16) IsNull

func (o NilStringUint16) IsNull() bool

IsSet returns true if value is Null.

func (NilStringUint16) MarshalJSON

func (s NilStringUint16) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilStringUint16) Or

func (o NilStringUint16) Or(d uint16) uint16

Or returns value if set, or given parameter if does not.

func (*NilStringUint16) SetFake

func (s *NilStringUint16) SetFake()

SetFake set fake values.

func (*NilStringUint16) SetTo

func (o *NilStringUint16) SetTo(v uint16)

SetTo sets value to v.

func (*NilStringUint16) SetToNull

func (o *NilStringUint16) SetToNull()

SetNull sets value to null.

func (*NilStringUint16) UnmarshalJSON

func (s *NilStringUint16) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilStringUint32

type NilStringUint32 struct {
	Value uint32
	Null  bool
}

NilStringUint32 is nullable uint32.

func NewNilStringUint32

func NewNilStringUint32(v uint32) NilStringUint32

NewNilStringUint32 returns new NilStringUint32 with value set to v.

func (*NilStringUint32) Decode

func (o *NilStringUint32) Decode(d *jx.Decoder) error

Decode decodes uint32 from json.

func (NilStringUint32) Encode

func (o NilStringUint32) Encode(e *jx.Encoder)

Encode encodes uint32 as json.

func (NilStringUint32) Get

func (o NilStringUint32) Get() (v uint32, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilStringUint32) IsNull

func (o NilStringUint32) IsNull() bool

IsSet returns true if value is Null.

func (NilStringUint32) MarshalJSON

func (s NilStringUint32) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilStringUint32) Or

func (o NilStringUint32) Or(d uint32) uint32

Or returns value if set, or given parameter if does not.

func (*NilStringUint32) SetFake

func (s *NilStringUint32) SetFake()

SetFake set fake values.

func (*NilStringUint32) SetTo

func (o *NilStringUint32) SetTo(v uint32)

SetTo sets value to v.

func (*NilStringUint32) SetToNull

func (o *NilStringUint32) SetToNull()

SetNull sets value to null.

func (*NilStringUint32) UnmarshalJSON

func (s *NilStringUint32) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilStringUint64

type NilStringUint64 struct {
	Value uint64
	Null  bool
}

NilStringUint64 is nullable uint64.

func NewNilStringUint64

func NewNilStringUint64(v uint64) NilStringUint64

NewNilStringUint64 returns new NilStringUint64 with value set to v.

func (*NilStringUint64) Decode

func (o *NilStringUint64) Decode(d *jx.Decoder) error

Decode decodes uint64 from json.

func (NilStringUint64) Encode

func (o NilStringUint64) Encode(e *jx.Encoder)

Encode encodes uint64 as json.

func (NilStringUint64) Get

func (o NilStringUint64) Get() (v uint64, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilStringUint64) IsNull

func (o NilStringUint64) IsNull() bool

IsSet returns true if value is Null.

func (NilStringUint64) MarshalJSON

func (s NilStringUint64) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilStringUint64) Or

func (o NilStringUint64) Or(d uint64) uint64

Or returns value if set, or given parameter if does not.

func (*NilStringUint64) SetFake

func (s *NilStringUint64) SetFake()

SetFake set fake values.

func (*NilStringUint64) SetTo

func (o *NilStringUint64) SetTo(v uint64)

SetTo sets value to v.

func (*NilStringUint64) SetToNull

func (o *NilStringUint64) SetToNull()

SetNull sets value to null.

func (*NilStringUint64) UnmarshalJSON

func (s *NilStringUint64) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilStringUint8

type NilStringUint8 struct {
	Value uint8
	Null  bool
}

NilStringUint8 is nullable uint8.

func NewNilStringUint8

func NewNilStringUint8(v uint8) NilStringUint8

NewNilStringUint8 returns new NilStringUint8 with value set to v.

func (*NilStringUint8) Decode

func (o *NilStringUint8) Decode(d *jx.Decoder) error

Decode decodes uint8 from json.

func (NilStringUint8) Encode

func (o NilStringUint8) Encode(e *jx.Encoder)

Encode encodes uint8 as json.

func (NilStringUint8) Get

func (o NilStringUint8) Get() (v uint8, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilStringUint8) IsNull

func (o NilStringUint8) IsNull() bool

IsSet returns true if value is Null.

func (NilStringUint8) MarshalJSON

func (s NilStringUint8) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilStringUint8) Or

func (o NilStringUint8) Or(d uint8) uint8

Or returns value if set, or given parameter if does not.

func (*NilStringUint8) SetFake

func (s *NilStringUint8) SetFake()

SetFake set fake values.

func (*NilStringUint8) SetTo

func (o *NilStringUint8) SetTo(v uint8)

SetTo sets value to v.

func (*NilStringUint8) SetToNull

func (o *NilStringUint8) SetToNull()

SetNull sets value to null.

func (*NilStringUint8) UnmarshalJSON

func (s *NilStringUint8) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilStringUnixMicro

type NilStringUnixMicro struct {
	Value time.Time
	Null  bool
}

NilStringUnixMicro is nullable time.Time.

func NewNilStringUnixMicro

func NewNilStringUnixMicro(v time.Time) NilStringUnixMicro

NewNilStringUnixMicro returns new NilStringUnixMicro with value set to v.

func (*NilStringUnixMicro) Decode

func (o *NilStringUnixMicro) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (NilStringUnixMicro) Encode

func (o NilStringUnixMicro) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (NilStringUnixMicro) Get

func (o NilStringUnixMicro) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilStringUnixMicro) IsNull

func (o NilStringUnixMicro) IsNull() bool

IsSet returns true if value is Null.

func (NilStringUnixMicro) MarshalJSON

func (s NilStringUnixMicro) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilStringUnixMicro) Or

Or returns value if set, or given parameter if does not.

func (*NilStringUnixMicro) SetFake

func (s *NilStringUnixMicro) SetFake()

SetFake set fake values.

func (*NilStringUnixMicro) SetTo

func (o *NilStringUnixMicro) SetTo(v time.Time)

SetTo sets value to v.

func (*NilStringUnixMicro) SetToNull

func (o *NilStringUnixMicro) SetToNull()

SetNull sets value to null.

func (*NilStringUnixMicro) UnmarshalJSON

func (s *NilStringUnixMicro) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilStringUnixMilli

type NilStringUnixMilli struct {
	Value time.Time
	Null  bool
}

NilStringUnixMilli is nullable time.Time.

func NewNilStringUnixMilli

func NewNilStringUnixMilli(v time.Time) NilStringUnixMilli

NewNilStringUnixMilli returns new NilStringUnixMilli with value set to v.

func (*NilStringUnixMilli) Decode

func (o *NilStringUnixMilli) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (NilStringUnixMilli) Encode

func (o NilStringUnixMilli) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (NilStringUnixMilli) Get

func (o NilStringUnixMilli) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilStringUnixMilli) IsNull

func (o NilStringUnixMilli) IsNull() bool

IsSet returns true if value is Null.

func (NilStringUnixMilli) MarshalJSON

func (s NilStringUnixMilli) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilStringUnixMilli) Or

Or returns value if set, or given parameter if does not.

func (*NilStringUnixMilli) SetFake

func (s *NilStringUnixMilli) SetFake()

SetFake set fake values.

func (*NilStringUnixMilli) SetTo

func (o *NilStringUnixMilli) SetTo(v time.Time)

SetTo sets value to v.

func (*NilStringUnixMilli) SetToNull

func (o *NilStringUnixMilli) SetToNull()

SetNull sets value to null.

func (*NilStringUnixMilli) UnmarshalJSON

func (s *NilStringUnixMilli) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilStringUnixNano

type NilStringUnixNano struct {
	Value time.Time
	Null  bool
}

NilStringUnixNano is nullable time.Time.

func NewNilStringUnixNano

func NewNilStringUnixNano(v time.Time) NilStringUnixNano

NewNilStringUnixNano returns new NilStringUnixNano with value set to v.

func (*NilStringUnixNano) Decode

func (o *NilStringUnixNano) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (NilStringUnixNano) Encode

func (o NilStringUnixNano) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (NilStringUnixNano) Get

func (o NilStringUnixNano) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilStringUnixNano) IsNull

func (o NilStringUnixNano) IsNull() bool

IsSet returns true if value is Null.

func (NilStringUnixNano) MarshalJSON

func (s NilStringUnixNano) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilStringUnixNano) Or

Or returns value if set, or given parameter if does not.

func (*NilStringUnixNano) SetFake

func (s *NilStringUnixNano) SetFake()

SetFake set fake values.

func (*NilStringUnixNano) SetTo

func (o *NilStringUnixNano) SetTo(v time.Time)

SetTo sets value to v.

func (*NilStringUnixNano) SetToNull

func (o *NilStringUnixNano) SetToNull()

SetNull sets value to null.

func (*NilStringUnixNano) UnmarshalJSON

func (s *NilStringUnixNano) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilStringUnixSeconds

type NilStringUnixSeconds struct {
	Value time.Time
	Null  bool
}

NilStringUnixSeconds is nullable time.Time.

func NewNilStringUnixSeconds

func NewNilStringUnixSeconds(v time.Time) NilStringUnixSeconds

NewNilStringUnixSeconds returns new NilStringUnixSeconds with value set to v.

func (*NilStringUnixSeconds) Decode

func (o *NilStringUnixSeconds) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (NilStringUnixSeconds) Encode

func (o NilStringUnixSeconds) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (NilStringUnixSeconds) Get

func (o NilStringUnixSeconds) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilStringUnixSeconds) IsNull

func (o NilStringUnixSeconds) IsNull() bool

IsSet returns true if value is Null.

func (NilStringUnixSeconds) MarshalJSON

func (s NilStringUnixSeconds) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilStringUnixSeconds) Or

Or returns value if set, or given parameter if does not.

func (*NilStringUnixSeconds) SetFake

func (s *NilStringUnixSeconds) SetFake()

SetFake set fake values.

func (*NilStringUnixSeconds) SetTo

func (o *NilStringUnixSeconds) SetTo(v time.Time)

SetTo sets value to v.

func (*NilStringUnixSeconds) SetToNull

func (o *NilStringUnixSeconds) SetToNull()

SetNull sets value to null.

func (*NilStringUnixSeconds) UnmarshalJSON

func (s *NilStringUnixSeconds) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilTime

type NilTime struct {
	Value time.Time
	Null  bool
}

NilTime is nullable time.Time.

func NewNilTime

func NewNilTime(v time.Time) NilTime

NewNilTime returns new NilTime with value set to v.

func (*NilTime) Decode

func (o *NilTime) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (NilTime) Encode

func (o NilTime) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (NilTime) Get

func (o NilTime) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilTime) IsNull

func (o NilTime) IsNull() bool

IsSet returns true if value is Null.

func (NilTime) MarshalJSON

func (s NilTime) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilTime) Or

func (o NilTime) Or(d time.Time) time.Time

Or returns value if set, or given parameter if does not.

func (*NilTime) SetFake

func (s *NilTime) SetFake()

SetFake set fake values.

func (*NilTime) SetTo

func (o *NilTime) SetTo(v time.Time)

SetTo sets value to v.

func (*NilTime) SetToNull

func (o *NilTime) SetToNull()

SetNull sets value to null.

func (*NilTime) UnmarshalJSON

func (s *NilTime) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilURI

type NilURI struct {
	Value url.URL
	Null  bool
}

NilURI is nullable url.URL.

func NewNilURI

func NewNilURI(v url.URL) NilURI

NewNilURI returns new NilURI with value set to v.

func (*NilURI) Decode

func (o *NilURI) Decode(d *jx.Decoder) error

Decode decodes url.URL from json.

func (NilURI) Encode

func (o NilURI) Encode(e *jx.Encoder)

Encode encodes url.URL as json.

func (NilURI) Get

func (o NilURI) Get() (v url.URL, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilURI) IsNull

func (o NilURI) IsNull() bool

IsSet returns true if value is Null.

func (NilURI) MarshalJSON

func (s NilURI) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilURI) Or

func (o NilURI) Or(d url.URL) url.URL

Or returns value if set, or given parameter if does not.

func (*NilURI) SetFake

func (s *NilURI) SetFake()

SetFake set fake values.

func (*NilURI) SetTo

func (o *NilURI) SetTo(v url.URL)

SetTo sets value to v.

func (*NilURI) SetToNull

func (o *NilURI) SetToNull()

SetNull sets value to null.

func (*NilURI) UnmarshalJSON

func (s *NilURI) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilUUID

type NilUUID struct {
	Value uuid.UUID
	Null  bool
}

NilUUID is nullable uuid.UUID.

func NewNilUUID

func NewNilUUID(v uuid.UUID) NilUUID

NewNilUUID returns new NilUUID with value set to v.

func (*NilUUID) Decode

func (o *NilUUID) Decode(d *jx.Decoder) error

Decode decodes uuid.UUID from json.

func (NilUUID) Encode

func (o NilUUID) Encode(e *jx.Encoder)

Encode encodes uuid.UUID as json.

func (NilUUID) Get

func (o NilUUID) Get() (v uuid.UUID, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilUUID) IsNull

func (o NilUUID) IsNull() bool

IsSet returns true if value is Null.

func (NilUUID) MarshalJSON

func (s NilUUID) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilUUID) Or

func (o NilUUID) Or(d uuid.UUID) uuid.UUID

Or returns value if set, or given parameter if does not.

func (*NilUUID) SetFake

func (s *NilUUID) SetFake()

SetFake set fake values.

func (*NilUUID) SetTo

func (o *NilUUID) SetTo(v uuid.UUID)

SetTo sets value to v.

func (*NilUUID) SetToNull

func (o *NilUUID) SetToNull()

SetNull sets value to null.

func (*NilUUID) UnmarshalJSON

func (s *NilUUID) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilUint

type NilUint struct {
	Value uint
	Null  bool
}

NilUint is nullable uint.

func NewNilUint

func NewNilUint(v uint) NilUint

NewNilUint returns new NilUint with value set to v.

func (*NilUint) Decode

func (o *NilUint) Decode(d *jx.Decoder) error

Decode decodes uint from json.

func (NilUint) Encode

func (o NilUint) Encode(e *jx.Encoder)

Encode encodes uint as json.

func (NilUint) Get

func (o NilUint) Get() (v uint, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilUint) IsNull

func (o NilUint) IsNull() bool

IsSet returns true if value is Null.

func (NilUint) MarshalJSON

func (s NilUint) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilUint) Or

func (o NilUint) Or(d uint) uint

Or returns value if set, or given parameter if does not.

func (*NilUint) SetFake

func (s *NilUint) SetFake()

SetFake set fake values.

func (*NilUint) SetTo

func (o *NilUint) SetTo(v uint)

SetTo sets value to v.

func (*NilUint) SetToNull

func (o *NilUint) SetToNull()

SetNull sets value to null.

func (*NilUint) UnmarshalJSON

func (s *NilUint) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilUint16

type NilUint16 struct {
	Value uint16
	Null  bool
}

NilUint16 is nullable uint16.

func NewNilUint16

func NewNilUint16(v uint16) NilUint16

NewNilUint16 returns new NilUint16 with value set to v.

func (*NilUint16) Decode

func (o *NilUint16) Decode(d *jx.Decoder) error

Decode decodes uint16 from json.

func (NilUint16) Encode

func (o NilUint16) Encode(e *jx.Encoder)

Encode encodes uint16 as json.

func (NilUint16) Get

func (o NilUint16) Get() (v uint16, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilUint16) IsNull

func (o NilUint16) IsNull() bool

IsSet returns true if value is Null.

func (NilUint16) MarshalJSON

func (s NilUint16) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilUint16) Or

func (o NilUint16) Or(d uint16) uint16

Or returns value if set, or given parameter if does not.

func (*NilUint16) SetFake

func (s *NilUint16) SetFake()

SetFake set fake values.

func (*NilUint16) SetTo

func (o *NilUint16) SetTo(v uint16)

SetTo sets value to v.

func (*NilUint16) SetToNull

func (o *NilUint16) SetToNull()

SetNull sets value to null.

func (*NilUint16) UnmarshalJSON

func (s *NilUint16) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilUint32

type NilUint32 struct {
	Value uint32
	Null  bool
}

NilUint32 is nullable uint32.

func NewNilUint32

func NewNilUint32(v uint32) NilUint32

NewNilUint32 returns new NilUint32 with value set to v.

func (*NilUint32) Decode

func (o *NilUint32) Decode(d *jx.Decoder) error

Decode decodes uint32 from json.

func (NilUint32) Encode

func (o NilUint32) Encode(e *jx.Encoder)

Encode encodes uint32 as json.

func (NilUint32) Get

func (o NilUint32) Get() (v uint32, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilUint32) IsNull

func (o NilUint32) IsNull() bool

IsSet returns true if value is Null.

func (NilUint32) MarshalJSON

func (s NilUint32) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilUint32) Or

func (o NilUint32) Or(d uint32) uint32

Or returns value if set, or given parameter if does not.

func (*NilUint32) SetFake

func (s *NilUint32) SetFake()

SetFake set fake values.

func (*NilUint32) SetTo

func (o *NilUint32) SetTo(v uint32)

SetTo sets value to v.

func (*NilUint32) SetToNull

func (o *NilUint32) SetToNull()

SetNull sets value to null.

func (*NilUint32) UnmarshalJSON

func (s *NilUint32) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilUint64

type NilUint64 struct {
	Value uint64
	Null  bool
}

NilUint64 is nullable uint64.

func NewNilUint64

func NewNilUint64(v uint64) NilUint64

NewNilUint64 returns new NilUint64 with value set to v.

func (*NilUint64) Decode

func (o *NilUint64) Decode(d *jx.Decoder) error

Decode decodes uint64 from json.

func (NilUint64) Encode

func (o NilUint64) Encode(e *jx.Encoder)

Encode encodes uint64 as json.

func (NilUint64) Get

func (o NilUint64) Get() (v uint64, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilUint64) IsNull

func (o NilUint64) IsNull() bool

IsSet returns true if value is Null.

func (NilUint64) MarshalJSON

func (s NilUint64) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilUint64) Or

func (o NilUint64) Or(d uint64) uint64

Or returns value if set, or given parameter if does not.

func (*NilUint64) SetFake

func (s *NilUint64) SetFake()

SetFake set fake values.

func (*NilUint64) SetTo

func (o *NilUint64) SetTo(v uint64)

SetTo sets value to v.

func (*NilUint64) SetToNull

func (o *NilUint64) SetToNull()

SetNull sets value to null.

func (*NilUint64) UnmarshalJSON

func (s *NilUint64) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilUint8

type NilUint8 struct {
	Value uint8
	Null  bool
}

NilUint8 is nullable uint8.

func NewNilUint8

func NewNilUint8(v uint8) NilUint8

NewNilUint8 returns new NilUint8 with value set to v.

func (*NilUint8) Decode

func (o *NilUint8) Decode(d *jx.Decoder) error

Decode decodes uint8 from json.

func (NilUint8) Encode

func (o NilUint8) Encode(e *jx.Encoder)

Encode encodes uint8 as json.

func (NilUint8) Get

func (o NilUint8) Get() (v uint8, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilUint8) IsNull

func (o NilUint8) IsNull() bool

IsSet returns true if value is Null.

func (NilUint8) MarshalJSON

func (s NilUint8) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilUint8) Or

func (o NilUint8) Or(d uint8) uint8

Or returns value if set, or given parameter if does not.

func (*NilUint8) SetFake

func (s *NilUint8) SetFake()

SetFake set fake values.

func (*NilUint8) SetTo

func (o *NilUint8) SetTo(v uint8)

SetTo sets value to v.

func (*NilUint8) SetToNull

func (o *NilUint8) SetToNull()

SetNull sets value to null.

func (*NilUint8) UnmarshalJSON

func (s *NilUint8) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilUnixMicro

type NilUnixMicro struct {
	Value time.Time
	Null  bool
}

NilUnixMicro is nullable time.Time.

func NewNilUnixMicro

func NewNilUnixMicro(v time.Time) NilUnixMicro

NewNilUnixMicro returns new NilUnixMicro with value set to v.

func (*NilUnixMicro) Decode

func (o *NilUnixMicro) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (NilUnixMicro) Encode

func (o NilUnixMicro) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (NilUnixMicro) Get

func (o NilUnixMicro) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilUnixMicro) IsNull

func (o NilUnixMicro) IsNull() bool

IsSet returns true if value is Null.

func (NilUnixMicro) MarshalJSON

func (s NilUnixMicro) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilUnixMicro) Or

func (o NilUnixMicro) Or(d time.Time) time.Time

Or returns value if set, or given parameter if does not.

func (*NilUnixMicro) SetFake

func (s *NilUnixMicro) SetFake()

SetFake set fake values.

func (*NilUnixMicro) SetTo

func (o *NilUnixMicro) SetTo(v time.Time)

SetTo sets value to v.

func (*NilUnixMicro) SetToNull

func (o *NilUnixMicro) SetToNull()

SetNull sets value to null.

func (*NilUnixMicro) UnmarshalJSON

func (s *NilUnixMicro) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilUnixMilli

type NilUnixMilli struct {
	Value time.Time
	Null  bool
}

NilUnixMilli is nullable time.Time.

func NewNilUnixMilli

func NewNilUnixMilli(v time.Time) NilUnixMilli

NewNilUnixMilli returns new NilUnixMilli with value set to v.

func (*NilUnixMilli) Decode

func (o *NilUnixMilli) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (NilUnixMilli) Encode

func (o NilUnixMilli) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (NilUnixMilli) Get

func (o NilUnixMilli) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilUnixMilli) IsNull

func (o NilUnixMilli) IsNull() bool

IsSet returns true if value is Null.

func (NilUnixMilli) MarshalJSON

func (s NilUnixMilli) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilUnixMilli) Or

func (o NilUnixMilli) Or(d time.Time) time.Time

Or returns value if set, or given parameter if does not.

func (*NilUnixMilli) SetFake

func (s *NilUnixMilli) SetFake()

SetFake set fake values.

func (*NilUnixMilli) SetTo

func (o *NilUnixMilli) SetTo(v time.Time)

SetTo sets value to v.

func (*NilUnixMilli) SetToNull

func (o *NilUnixMilli) SetToNull()

SetNull sets value to null.

func (*NilUnixMilli) UnmarshalJSON

func (s *NilUnixMilli) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilUnixNano

type NilUnixNano struct {
	Value time.Time
	Null  bool
}

NilUnixNano is nullable time.Time.

func NewNilUnixNano

func NewNilUnixNano(v time.Time) NilUnixNano

NewNilUnixNano returns new NilUnixNano with value set to v.

func (*NilUnixNano) Decode

func (o *NilUnixNano) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (NilUnixNano) Encode

func (o NilUnixNano) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (NilUnixNano) Get

func (o NilUnixNano) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilUnixNano) IsNull

func (o NilUnixNano) IsNull() bool

IsSet returns true if value is Null.

func (NilUnixNano) MarshalJSON

func (s NilUnixNano) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilUnixNano) Or

func (o NilUnixNano) Or(d time.Time) time.Time

Or returns value if set, or given parameter if does not.

func (*NilUnixNano) SetFake

func (s *NilUnixNano) SetFake()

SetFake set fake values.

func (*NilUnixNano) SetTo

func (o *NilUnixNano) SetTo(v time.Time)

SetTo sets value to v.

func (*NilUnixNano) SetToNull

func (o *NilUnixNano) SetToNull()

SetNull sets value to null.

func (*NilUnixNano) UnmarshalJSON

func (s *NilUnixNano) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type NilUnixSeconds

type NilUnixSeconds struct {
	Value time.Time
	Null  bool
}

NilUnixSeconds is nullable time.Time.

func NewNilUnixSeconds

func NewNilUnixSeconds(v time.Time) NilUnixSeconds

NewNilUnixSeconds returns new NilUnixSeconds with value set to v.

func (*NilUnixSeconds) Decode

func (o *NilUnixSeconds) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (NilUnixSeconds) Encode

func (o NilUnixSeconds) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (NilUnixSeconds) Get

func (o NilUnixSeconds) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (NilUnixSeconds) IsNull

func (o NilUnixSeconds) IsNull() bool

IsSet returns true if value is Null.

func (NilUnixSeconds) MarshalJSON

func (s NilUnixSeconds) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (NilUnixSeconds) Or

func (o NilUnixSeconds) Or(d time.Time) time.Time

Or returns value if set, or given parameter if does not.

func (*NilUnixSeconds) SetFake

func (s *NilUnixSeconds) SetFake()

SetFake set fake values.

func (*NilUnixSeconds) SetTo

func (o *NilUnixSeconds) SetTo(v time.Time)

SetTo sets value to v.

func (*NilUnixSeconds) SetToNull

func (o *NilUnixSeconds) SetToNull()

SetNull sets value to null.

func (*NilUnixSeconds) UnmarshalJSON

func (s *NilUnixSeconds) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptBool

type OptBool struct {
	Value bool
	Set   bool
}

OptBool is optional bool.

func NewOptBool

func NewOptBool(v bool) OptBool

NewOptBool returns new OptBool with value set to v.

func (*OptBool) Decode

func (o *OptBool) Decode(d *jx.Decoder) error

Decode decodes bool from json.

func (OptBool) Encode

func (o OptBool) Encode(e *jx.Encoder)

Encode encodes bool as json.

func (OptBool) Get

func (o OptBool) Get() (v bool, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptBool) IsSet

func (o OptBool) IsSet() bool

IsSet returns true if OptBool was set.

func (OptBool) MarshalJSON

func (s OptBool) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptBool) Or

func (o OptBool) Or(d bool) bool

Or returns value if set, or given parameter if does not.

func (*OptBool) Reset

func (o *OptBool) Reset()

Reset unsets value.

func (*OptBool) SetFake

func (s *OptBool) SetFake()

SetFake set fake values.

func (*OptBool) SetTo

func (o *OptBool) SetTo(v bool)

SetTo sets value to v.

func (*OptBool) UnmarshalJSON

func (s *OptBool) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptDate

type OptDate struct {
	Value time.Time
	Set   bool
}

OptDate is optional time.Time.

func NewOptDate

func NewOptDate(v time.Time) OptDate

NewOptDate returns new OptDate with value set to v.

func (*OptDate) Decode

func (o *OptDate) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (OptDate) Encode

func (o OptDate) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (OptDate) Get

func (o OptDate) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptDate) IsSet

func (o OptDate) IsSet() bool

IsSet returns true if OptDate was set.

func (OptDate) MarshalJSON

func (s OptDate) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptDate) Or

func (o OptDate) Or(d time.Time) time.Time

Or returns value if set, or given parameter if does not.

func (*OptDate) Reset

func (o *OptDate) Reset()

Reset unsets value.

func (*OptDate) SetFake

func (s *OptDate) SetFake()

SetFake set fake values.

func (*OptDate) SetTo

func (o *OptDate) SetTo(v time.Time)

SetTo sets value to v.

func (*OptDate) UnmarshalJSON

func (s *OptDate) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptDateTime

type OptDateTime struct {
	Value time.Time
	Set   bool
}

OptDateTime is optional time.Time.

func NewOptDateTime

func NewOptDateTime(v time.Time) OptDateTime

NewOptDateTime returns new OptDateTime with value set to v.

func (*OptDateTime) Decode

func (o *OptDateTime) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (OptDateTime) Encode

func (o OptDateTime) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (OptDateTime) Get

func (o OptDateTime) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptDateTime) IsSet

func (o OptDateTime) IsSet() bool

IsSet returns true if OptDateTime was set.

func (OptDateTime) MarshalJSON

func (s OptDateTime) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptDateTime) Or

func (o OptDateTime) Or(d time.Time) time.Time

Or returns value if set, or given parameter if does not.

func (*OptDateTime) Reset

func (o *OptDateTime) Reset()

Reset unsets value.

func (*OptDateTime) SetFake

func (s *OptDateTime) SetFake()

SetFake set fake values.

func (*OptDateTime) SetTo

func (o *OptDateTime) SetTo(v time.Time)

SetTo sets value to v.

func (*OptDateTime) UnmarshalJSON

func (s *OptDateTime) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptDuration

type OptDuration struct {
	Value time.Duration
	Set   bool
}

OptDuration is optional time.Duration.

func NewOptDuration

func NewOptDuration(v time.Duration) OptDuration

NewOptDuration returns new OptDuration with value set to v.

func (*OptDuration) Decode

func (o *OptDuration) Decode(d *jx.Decoder) error

Decode decodes time.Duration from json.

func (OptDuration) Encode

func (o OptDuration) Encode(e *jx.Encoder)

Encode encodes time.Duration as json.

func (OptDuration) Get

func (o OptDuration) Get() (v time.Duration, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptDuration) IsSet

func (o OptDuration) IsSet() bool

IsSet returns true if OptDuration was set.

func (OptDuration) MarshalJSON

func (s OptDuration) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptDuration) Or

Or returns value if set, or given parameter if does not.

func (*OptDuration) Reset

func (o *OptDuration) Reset()

Reset unsets value.

func (*OptDuration) SetFake

func (s *OptDuration) SetFake()

SetFake set fake values.

func (*OptDuration) SetTo

func (o *OptDuration) SetTo(v time.Duration)

SetTo sets value to v.

func (*OptDuration) UnmarshalJSON

func (s *OptDuration) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptFloat32

type OptFloat32 struct {
	Value float32
	Set   bool
}

OptFloat32 is optional float32.

func NewOptFloat32

func NewOptFloat32(v float32) OptFloat32

NewOptFloat32 returns new OptFloat32 with value set to v.

func (*OptFloat32) Decode

func (o *OptFloat32) Decode(d *jx.Decoder) error

Decode decodes float32 from json.

func (OptFloat32) Encode

func (o OptFloat32) Encode(e *jx.Encoder)

Encode encodes float32 as json.

func (OptFloat32) Get

func (o OptFloat32) Get() (v float32, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptFloat32) IsSet

func (o OptFloat32) IsSet() bool

IsSet returns true if OptFloat32 was set.

func (OptFloat32) MarshalJSON

func (s OptFloat32) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptFloat32) Or

func (o OptFloat32) Or(d float32) float32

Or returns value if set, or given parameter if does not.

func (*OptFloat32) Reset

func (o *OptFloat32) Reset()

Reset unsets value.

func (*OptFloat32) SetFake

func (s *OptFloat32) SetFake()

SetFake set fake values.

func (*OptFloat32) SetTo

func (o *OptFloat32) SetTo(v float32)

SetTo sets value to v.

func (*OptFloat32) UnmarshalJSON

func (s *OptFloat32) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptFloat64

type OptFloat64 struct {
	Value float64
	Set   bool
}

OptFloat64 is optional float64.

func NewOptFloat64

func NewOptFloat64(v float64) OptFloat64

NewOptFloat64 returns new OptFloat64 with value set to v.

func (*OptFloat64) Decode

func (o *OptFloat64) Decode(d *jx.Decoder) error

Decode decodes float64 from json.

func (OptFloat64) Encode

func (o OptFloat64) Encode(e *jx.Encoder)

Encode encodes float64 as json.

func (OptFloat64) Get

func (o OptFloat64) Get() (v float64, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptFloat64) IsSet

func (o OptFloat64) IsSet() bool

IsSet returns true if OptFloat64 was set.

func (OptFloat64) MarshalJSON

func (s OptFloat64) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptFloat64) Or

func (o OptFloat64) Or(d float64) float64

Or returns value if set, or given parameter if does not.

func (*OptFloat64) Reset

func (o *OptFloat64) Reset()

Reset unsets value.

func (*OptFloat64) SetFake

func (s *OptFloat64) SetFake()

SetFake set fake values.

func (*OptFloat64) SetTo

func (o *OptFloat64) SetTo(v float64)

SetTo sets value to v.

func (*OptFloat64) UnmarshalJSON

func (s *OptFloat64) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptHardwareAddr

type OptHardwareAddr struct {
	Value net.HardwareAddr
	Set   bool
}

OptHardwareAddr is optional net.HardwareAddr.

func NewOptHardwareAddr

func NewOptHardwareAddr(v net.HardwareAddr) OptHardwareAddr

NewOptHardwareAddr returns new OptHardwareAddr with value set to v.

func (*OptHardwareAddr) Decode

func (o *OptHardwareAddr) Decode(d *jx.Decoder) error

Decode decodes net.HardwareAddr from json.

func (OptHardwareAddr) Encode

func (o OptHardwareAddr) Encode(e *jx.Encoder)

Encode encodes net.HardwareAddr as json.

func (OptHardwareAddr) Get

func (o OptHardwareAddr) Get() (v net.HardwareAddr, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptHardwareAddr) IsSet

func (o OptHardwareAddr) IsSet() bool

IsSet returns true if OptHardwareAddr was set.

func (OptHardwareAddr) MarshalJSON

func (s OptHardwareAddr) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptHardwareAddr) Or

Or returns value if set, or given parameter if does not.

func (*OptHardwareAddr) Reset

func (o *OptHardwareAddr) Reset()

Reset unsets value.

func (*OptHardwareAddr) SetFake

func (s *OptHardwareAddr) SetFake()

SetFake set fake values.

func (*OptHardwareAddr) SetTo

func (o *OptHardwareAddr) SetTo(v net.HardwareAddr)

SetTo sets value to v.

func (*OptHardwareAddr) UnmarshalJSON

func (s *OptHardwareAddr) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptIP

type OptIP struct {
	Value netip.Addr
	Set   bool
}

OptIP is optional netip.Addr.

func NewOptIP

func NewOptIP(v netip.Addr) OptIP

NewOptIP returns new OptIP with value set to v.

func (*OptIP) Decode

func (o *OptIP) Decode(d *jx.Decoder) error

Decode decodes netip.Addr from json.

func (OptIP) Encode

func (o OptIP) Encode(e *jx.Encoder)

Encode encodes netip.Addr as json.

func (OptIP) Get

func (o OptIP) Get() (v netip.Addr, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptIP) IsSet

func (o OptIP) IsSet() bool

IsSet returns true if OptIP was set.

func (OptIP) MarshalJSON

func (s OptIP) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptIP) Or

func (o OptIP) Or(d netip.Addr) netip.Addr

Or returns value if set, or given parameter if does not.

func (*OptIP) Reset

func (o *OptIP) Reset()

Reset unsets value.

func (*OptIP) SetFake

func (s *OptIP) SetFake()

SetFake set fake values.

func (*OptIP) SetTo

func (o *OptIP) SetTo(v netip.Addr)

SetTo sets value to v.

func (*OptIP) UnmarshalJSON

func (s *OptIP) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptIPv4

type OptIPv4 struct {
	Value netip.Addr
	Set   bool
}

OptIPv4 is optional netip.Addr.

func NewOptIPv4

func NewOptIPv4(v netip.Addr) OptIPv4

NewOptIPv4 returns new OptIPv4 with value set to v.

func (*OptIPv4) Decode

func (o *OptIPv4) Decode(d *jx.Decoder) error

Decode decodes netip.Addr from json.

func (OptIPv4) Encode

func (o OptIPv4) Encode(e *jx.Encoder)

Encode encodes netip.Addr as json.

func (OptIPv4) Get

func (o OptIPv4) Get() (v netip.Addr, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptIPv4) IsSet

func (o OptIPv4) IsSet() bool

IsSet returns true if OptIPv4 was set.

func (OptIPv4) MarshalJSON

func (s OptIPv4) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptIPv4) Or

func (o OptIPv4) Or(d netip.Addr) netip.Addr

Or returns value if set, or given parameter if does not.

func (*OptIPv4) Reset

func (o *OptIPv4) Reset()

Reset unsets value.

func (*OptIPv4) SetFake

func (s *OptIPv4) SetFake()

SetFake set fake values.

func (*OptIPv4) SetTo

func (o *OptIPv4) SetTo(v netip.Addr)

SetTo sets value to v.

func (*OptIPv4) UnmarshalJSON

func (s *OptIPv4) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptIPv6

type OptIPv6 struct {
	Value netip.Addr
	Set   bool
}

OptIPv6 is optional netip.Addr.

func NewOptIPv6

func NewOptIPv6(v netip.Addr) OptIPv6

NewOptIPv6 returns new OptIPv6 with value set to v.

func (*OptIPv6) Decode

func (o *OptIPv6) Decode(d *jx.Decoder) error

Decode decodes netip.Addr from json.

func (OptIPv6) Encode

func (o OptIPv6) Encode(e *jx.Encoder)

Encode encodes netip.Addr as json.

func (OptIPv6) Get

func (o OptIPv6) Get() (v netip.Addr, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptIPv6) IsSet

func (o OptIPv6) IsSet() bool

IsSet returns true if OptIPv6 was set.

func (OptIPv6) MarshalJSON

func (s OptIPv6) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptIPv6) Or

func (o OptIPv6) Or(d netip.Addr) netip.Addr

Or returns value if set, or given parameter if does not.

func (*OptIPv6) Reset

func (o *OptIPv6) Reset()

Reset unsets value.

func (*OptIPv6) SetFake

func (s *OptIPv6) SetFake()

SetFake set fake values.

func (*OptIPv6) SetTo

func (o *OptIPv6) SetTo(v netip.Addr)

SetTo sets value to v.

func (*OptIPv6) UnmarshalJSON

func (s *OptIPv6) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptInt

type OptInt struct {
	Value int
	Set   bool
}

OptInt is optional int.

func NewOptInt

func NewOptInt(v int) OptInt

NewOptInt returns new OptInt with value set to v.

func (*OptInt) Decode

func (o *OptInt) Decode(d *jx.Decoder) error

Decode decodes int from json.

func (OptInt) Encode

func (o OptInt) Encode(e *jx.Encoder)

Encode encodes int as json.

func (OptInt) Get

func (o OptInt) Get() (v int, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptInt) IsSet

func (o OptInt) IsSet() bool

IsSet returns true if OptInt was set.

func (OptInt) MarshalJSON

func (s OptInt) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptInt) Or

func (o OptInt) Or(d int) int

Or returns value if set, or given parameter if does not.

func (*OptInt) Reset

func (o *OptInt) Reset()

Reset unsets value.

func (*OptInt) SetFake

func (s *OptInt) SetFake()

SetFake set fake values.

func (*OptInt) SetTo

func (o *OptInt) SetTo(v int)

SetTo sets value to v.

func (*OptInt) UnmarshalJSON

func (s *OptInt) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptInt16

type OptInt16 struct {
	Value int16
	Set   bool
}

OptInt16 is optional int16.

func NewOptInt16

func NewOptInt16(v int16) OptInt16

NewOptInt16 returns new OptInt16 with value set to v.

func (*OptInt16) Decode

func (o *OptInt16) Decode(d *jx.Decoder) error

Decode decodes int16 from json.

func (OptInt16) Encode

func (o OptInt16) Encode(e *jx.Encoder)

Encode encodes int16 as json.

func (OptInt16) Get

func (o OptInt16) Get() (v int16, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptInt16) IsSet

func (o OptInt16) IsSet() bool

IsSet returns true if OptInt16 was set.

func (OptInt16) MarshalJSON

func (s OptInt16) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptInt16) Or

func (o OptInt16) Or(d int16) int16

Or returns value if set, or given parameter if does not.

func (*OptInt16) Reset

func (o *OptInt16) Reset()

Reset unsets value.

func (*OptInt16) SetFake

func (s *OptInt16) SetFake()

SetFake set fake values.

func (*OptInt16) SetTo

func (o *OptInt16) SetTo(v int16)

SetTo sets value to v.

func (*OptInt16) UnmarshalJSON

func (s *OptInt16) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptInt32

type OptInt32 struct {
	Value int32
	Set   bool
}

OptInt32 is optional int32.

func NewOptInt32

func NewOptInt32(v int32) OptInt32

NewOptInt32 returns new OptInt32 with value set to v.

func (*OptInt32) Decode

func (o *OptInt32) Decode(d *jx.Decoder) error

Decode decodes int32 from json.

func (OptInt32) Encode

func (o OptInt32) Encode(e *jx.Encoder)

Encode encodes int32 as json.

func (OptInt32) Get

func (o OptInt32) Get() (v int32, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptInt32) IsSet

func (o OptInt32) IsSet() bool

IsSet returns true if OptInt32 was set.

func (OptInt32) MarshalJSON

func (s OptInt32) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptInt32) Or

func (o OptInt32) Or(d int32) int32

Or returns value if set, or given parameter if does not.

func (*OptInt32) Reset

func (o *OptInt32) Reset()

Reset unsets value.

func (*OptInt32) SetFake

func (s *OptInt32) SetFake()

SetFake set fake values.

func (*OptInt32) SetTo

func (o *OptInt32) SetTo(v int32)

SetTo sets value to v.

func (*OptInt32) UnmarshalJSON

func (s *OptInt32) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptInt64

type OptInt64 struct {
	Value int64
	Set   bool
}

OptInt64 is optional int64.

func NewOptInt64

func NewOptInt64(v int64) OptInt64

NewOptInt64 returns new OptInt64 with value set to v.

func (*OptInt64) Decode

func (o *OptInt64) Decode(d *jx.Decoder) error

Decode decodes int64 from json.

func (OptInt64) Encode

func (o OptInt64) Encode(e *jx.Encoder)

Encode encodes int64 as json.

func (OptInt64) Get

func (o OptInt64) Get() (v int64, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptInt64) IsSet

func (o OptInt64) IsSet() bool

IsSet returns true if OptInt64 was set.

func (OptInt64) MarshalJSON

func (s OptInt64) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptInt64) Or

func (o OptInt64) Or(d int64) int64

Or returns value if set, or given parameter if does not.

func (*OptInt64) Reset

func (o *OptInt64) Reset()

Reset unsets value.

func (*OptInt64) SetFake

func (s *OptInt64) SetFake()

SetFake set fake values.

func (*OptInt64) SetTo

func (o *OptInt64) SetTo(v int64)

SetTo sets value to v.

func (*OptInt64) UnmarshalJSON

func (s *OptInt64) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptInt8

type OptInt8 struct {
	Value int8
	Set   bool
}

OptInt8 is optional int8.

func NewOptInt8

func NewOptInt8(v int8) OptInt8

NewOptInt8 returns new OptInt8 with value set to v.

func (*OptInt8) Decode

func (o *OptInt8) Decode(d *jx.Decoder) error

Decode decodes int8 from json.

func (OptInt8) Encode

func (o OptInt8) Encode(e *jx.Encoder)

Encode encodes int8 as json.

func (OptInt8) Get

func (o OptInt8) Get() (v int8, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptInt8) IsSet

func (o OptInt8) IsSet() bool

IsSet returns true if OptInt8 was set.

func (OptInt8) MarshalJSON

func (s OptInt8) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptInt8) Or

func (o OptInt8) Or(d int8) int8

Or returns value if set, or given parameter if does not.

func (*OptInt8) Reset

func (o *OptInt8) Reset()

Reset unsets value.

func (*OptInt8) SetFake

func (s *OptInt8) SetFake()

SetFake set fake values.

func (*OptInt8) SetTo

func (o *OptInt8) SetTo(v int8)

SetTo sets value to v.

func (*OptInt8) UnmarshalJSON

func (s *OptInt8) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilBool

type OptNilBool struct {
	Value bool
	Set   bool
	Null  bool
}

OptNilBool is optional nullable bool.

func NewOptNilBool

func NewOptNilBool(v bool) OptNilBool

NewOptNilBool returns new OptNilBool with value set to v.

func (*OptNilBool) Decode

func (o *OptNilBool) Decode(d *jx.Decoder) error

Decode decodes bool from json.

func (OptNilBool) Encode

func (o OptNilBool) Encode(e *jx.Encoder)

Encode encodes bool as json.

func (OptNilBool) Get

func (o OptNilBool) Get() (v bool, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilBool) IsNull

func (o OptNilBool) IsNull() bool

IsSet returns true if value is Null.

func (OptNilBool) IsSet

func (o OptNilBool) IsSet() bool

IsSet returns true if OptNilBool was set.

func (OptNilBool) MarshalJSON

func (s OptNilBool) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilBool) Or

func (o OptNilBool) Or(d bool) bool

Or returns value if set, or given parameter if does not.

func (*OptNilBool) Reset

func (o *OptNilBool) Reset()

Reset unsets value.

func (*OptNilBool) SetFake

func (s *OptNilBool) SetFake()

SetFake set fake values.

func (*OptNilBool) SetTo

func (o *OptNilBool) SetTo(v bool)

SetTo sets value to v.

func (*OptNilBool) SetToNull

func (o *OptNilBool) SetToNull()

SetNull sets value to null.

func (*OptNilBool) UnmarshalJSON

func (s *OptNilBool) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilByte

type OptNilByte struct {
	Value []byte
	Set   bool
	Null  bool
}

OptNilByte is optional nullable []byte.

func NewOptNilByte

func NewOptNilByte(v []byte) OptNilByte

NewOptNilByte returns new OptNilByte with value set to v.

func (*OptNilByte) Decode

func (o *OptNilByte) Decode(d *jx.Decoder) error

Decode decodes []byte from json.

func (OptNilByte) Encode

func (o OptNilByte) Encode(e *jx.Encoder)

Encode encodes []byte as json.

func (OptNilByte) Get

func (o OptNilByte) Get() (v []byte, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilByte) IsNull

func (o OptNilByte) IsNull() bool

IsSet returns true if value is Null.

func (OptNilByte) IsSet

func (o OptNilByte) IsSet() bool

IsSet returns true if OptNilByte was set.

func (OptNilByte) MarshalJSON

func (s OptNilByte) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilByte) Or

func (o OptNilByte) Or(d []byte) []byte

Or returns value if set, or given parameter if does not.

func (*OptNilByte) Reset

func (o *OptNilByte) Reset()

Reset unsets value.

func (*OptNilByte) SetFake

func (s *OptNilByte) SetFake()

SetFake set fake values.

func (*OptNilByte) SetTo

func (o *OptNilByte) SetTo(v []byte)

SetTo sets value to v.

func (*OptNilByte) SetToNull

func (o *OptNilByte) SetToNull()

SetNull sets value to null.

func (*OptNilByte) UnmarshalJSON

func (s *OptNilByte) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilDate

type OptNilDate struct {
	Value time.Time
	Set   bool
	Null  bool
}

OptNilDate is optional nullable time.Time.

func NewOptNilDate

func NewOptNilDate(v time.Time) OptNilDate

NewOptNilDate returns new OptNilDate with value set to v.

func (*OptNilDate) Decode

func (o *OptNilDate) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (OptNilDate) Encode

func (o OptNilDate) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (OptNilDate) Get

func (o OptNilDate) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilDate) IsNull

func (o OptNilDate) IsNull() bool

IsSet returns true if value is Null.

func (OptNilDate) IsSet

func (o OptNilDate) IsSet() bool

IsSet returns true if OptNilDate was set.

func (OptNilDate) MarshalJSON

func (s OptNilDate) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilDate) Or

func (o OptNilDate) Or(d time.Time) time.Time

Or returns value if set, or given parameter if does not.

func (*OptNilDate) Reset

func (o *OptNilDate) Reset()

Reset unsets value.

func (*OptNilDate) SetFake

func (s *OptNilDate) SetFake()

SetFake set fake values.

func (*OptNilDate) SetTo

func (o *OptNilDate) SetTo(v time.Time)

SetTo sets value to v.

func (*OptNilDate) SetToNull

func (o *OptNilDate) SetToNull()

SetNull sets value to null.

func (*OptNilDate) UnmarshalJSON

func (s *OptNilDate) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilDateTime

type OptNilDateTime struct {
	Value time.Time
	Set   bool
	Null  bool
}

OptNilDateTime is optional nullable time.Time.

func NewOptNilDateTime

func NewOptNilDateTime(v time.Time) OptNilDateTime

NewOptNilDateTime returns new OptNilDateTime with value set to v.

func (*OptNilDateTime) Decode

func (o *OptNilDateTime) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (OptNilDateTime) Encode

func (o OptNilDateTime) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (OptNilDateTime) Get

func (o OptNilDateTime) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilDateTime) IsNull

func (o OptNilDateTime) IsNull() bool

IsSet returns true if value is Null.

func (OptNilDateTime) IsSet

func (o OptNilDateTime) IsSet() bool

IsSet returns true if OptNilDateTime was set.

func (OptNilDateTime) MarshalJSON

func (s OptNilDateTime) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilDateTime) Or

func (o OptNilDateTime) Or(d time.Time) time.Time

Or returns value if set, or given parameter if does not.

func (*OptNilDateTime) Reset

func (o *OptNilDateTime) Reset()

Reset unsets value.

func (*OptNilDateTime) SetFake

func (s *OptNilDateTime) SetFake()

SetFake set fake values.

func (*OptNilDateTime) SetTo

func (o *OptNilDateTime) SetTo(v time.Time)

SetTo sets value to v.

func (*OptNilDateTime) SetToNull

func (o *OptNilDateTime) SetToNull()

SetNull sets value to null.

func (*OptNilDateTime) UnmarshalJSON

func (s *OptNilDateTime) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilDuration

type OptNilDuration struct {
	Value time.Duration
	Set   bool
	Null  bool
}

OptNilDuration is optional nullable time.Duration.

func NewOptNilDuration

func NewOptNilDuration(v time.Duration) OptNilDuration

NewOptNilDuration returns new OptNilDuration with value set to v.

func (*OptNilDuration) Decode

func (o *OptNilDuration) Decode(d *jx.Decoder) error

Decode decodes time.Duration from json.

func (OptNilDuration) Encode

func (o OptNilDuration) Encode(e *jx.Encoder)

Encode encodes time.Duration as json.

func (OptNilDuration) Get

func (o OptNilDuration) Get() (v time.Duration, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilDuration) IsNull

func (o OptNilDuration) IsNull() bool

IsSet returns true if value is Null.

func (OptNilDuration) IsSet

func (o OptNilDuration) IsSet() bool

IsSet returns true if OptNilDuration was set.

func (OptNilDuration) MarshalJSON

func (s OptNilDuration) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilDuration) Or

Or returns value if set, or given parameter if does not.

func (*OptNilDuration) Reset

func (o *OptNilDuration) Reset()

Reset unsets value.

func (*OptNilDuration) SetFake

func (s *OptNilDuration) SetFake()

SetFake set fake values.

func (*OptNilDuration) SetTo

func (o *OptNilDuration) SetTo(v time.Duration)

SetTo sets value to v.

func (*OptNilDuration) SetToNull

func (o *OptNilDuration) SetToNull()

SetNull sets value to null.

func (*OptNilDuration) UnmarshalJSON

func (s *OptNilDuration) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilFloat32

type OptNilFloat32 struct {
	Value float32
	Set   bool
	Null  bool
}

OptNilFloat32 is optional nullable float32.

func NewOptNilFloat32

func NewOptNilFloat32(v float32) OptNilFloat32

NewOptNilFloat32 returns new OptNilFloat32 with value set to v.

func (*OptNilFloat32) Decode

func (o *OptNilFloat32) Decode(d *jx.Decoder) error

Decode decodes float32 from json.

func (OptNilFloat32) Encode

func (o OptNilFloat32) Encode(e *jx.Encoder)

Encode encodes float32 as json.

func (OptNilFloat32) Get

func (o OptNilFloat32) Get() (v float32, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilFloat32) IsNull

func (o OptNilFloat32) IsNull() bool

IsSet returns true if value is Null.

func (OptNilFloat32) IsSet

func (o OptNilFloat32) IsSet() bool

IsSet returns true if OptNilFloat32 was set.

func (OptNilFloat32) MarshalJSON

func (s OptNilFloat32) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilFloat32) Or

func (o OptNilFloat32) Or(d float32) float32

Or returns value if set, or given parameter if does not.

func (*OptNilFloat32) Reset

func (o *OptNilFloat32) Reset()

Reset unsets value.

func (*OptNilFloat32) SetFake

func (s *OptNilFloat32) SetFake()

SetFake set fake values.

func (*OptNilFloat32) SetTo

func (o *OptNilFloat32) SetTo(v float32)

SetTo sets value to v.

func (*OptNilFloat32) SetToNull

func (o *OptNilFloat32) SetToNull()

SetNull sets value to null.

func (*OptNilFloat32) UnmarshalJSON

func (s *OptNilFloat32) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilFloat64

type OptNilFloat64 struct {
	Value float64
	Set   bool
	Null  bool
}

OptNilFloat64 is optional nullable float64.

func NewOptNilFloat64

func NewOptNilFloat64(v float64) OptNilFloat64

NewOptNilFloat64 returns new OptNilFloat64 with value set to v.

func (*OptNilFloat64) Decode

func (o *OptNilFloat64) Decode(d *jx.Decoder) error

Decode decodes float64 from json.

func (OptNilFloat64) Encode

func (o OptNilFloat64) Encode(e *jx.Encoder)

Encode encodes float64 as json.

func (OptNilFloat64) Get

func (o OptNilFloat64) Get() (v float64, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilFloat64) IsNull

func (o OptNilFloat64) IsNull() bool

IsSet returns true if value is Null.

func (OptNilFloat64) IsSet

func (o OptNilFloat64) IsSet() bool

IsSet returns true if OptNilFloat64 was set.

func (OptNilFloat64) MarshalJSON

func (s OptNilFloat64) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilFloat64) Or

func (o OptNilFloat64) Or(d float64) float64

Or returns value if set, or given parameter if does not.

func (*OptNilFloat64) Reset

func (o *OptNilFloat64) Reset()

Reset unsets value.

func (*OptNilFloat64) SetFake

func (s *OptNilFloat64) SetFake()

SetFake set fake values.

func (*OptNilFloat64) SetTo

func (o *OptNilFloat64) SetTo(v float64)

SetTo sets value to v.

func (*OptNilFloat64) SetToNull

func (o *OptNilFloat64) SetToNull()

SetNull sets value to null.

func (*OptNilFloat64) UnmarshalJSON

func (s *OptNilFloat64) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilHardwareAddr

type OptNilHardwareAddr struct {
	Value net.HardwareAddr
	Set   bool
	Null  bool
}

OptNilHardwareAddr is optional nullable net.HardwareAddr.

func NewOptNilHardwareAddr

func NewOptNilHardwareAddr(v net.HardwareAddr) OptNilHardwareAddr

NewOptNilHardwareAddr returns new OptNilHardwareAddr with value set to v.

func (*OptNilHardwareAddr) Decode

func (o *OptNilHardwareAddr) Decode(d *jx.Decoder) error

Decode decodes net.HardwareAddr from json.

func (OptNilHardwareAddr) Encode

func (o OptNilHardwareAddr) Encode(e *jx.Encoder)

Encode encodes net.HardwareAddr as json.

func (OptNilHardwareAddr) Get

func (o OptNilHardwareAddr) Get() (v net.HardwareAddr, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilHardwareAddr) IsNull

func (o OptNilHardwareAddr) IsNull() bool

IsSet returns true if value is Null.

func (OptNilHardwareAddr) IsSet

func (o OptNilHardwareAddr) IsSet() bool

IsSet returns true if OptNilHardwareAddr was set.

func (OptNilHardwareAddr) MarshalJSON

func (s OptNilHardwareAddr) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilHardwareAddr) Or

Or returns value if set, or given parameter if does not.

func (*OptNilHardwareAddr) Reset

func (o *OptNilHardwareAddr) Reset()

Reset unsets value.

func (*OptNilHardwareAddr) SetFake

func (s *OptNilHardwareAddr) SetFake()

SetFake set fake values.

func (*OptNilHardwareAddr) SetTo

func (o *OptNilHardwareAddr) SetTo(v net.HardwareAddr)

SetTo sets value to v.

func (*OptNilHardwareAddr) SetToNull

func (o *OptNilHardwareAddr) SetToNull()

SetNull sets value to null.

func (*OptNilHardwareAddr) UnmarshalJSON

func (s *OptNilHardwareAddr) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilIP

type OptNilIP struct {
	Value netip.Addr
	Set   bool
	Null  bool
}

OptNilIP is optional nullable netip.Addr.

func NewOptNilIP

func NewOptNilIP(v netip.Addr) OptNilIP

NewOptNilIP returns new OptNilIP with value set to v.

func (*OptNilIP) Decode

func (o *OptNilIP) Decode(d *jx.Decoder) error

Decode decodes netip.Addr from json.

func (OptNilIP) Encode

func (o OptNilIP) Encode(e *jx.Encoder)

Encode encodes netip.Addr as json.

func (OptNilIP) Get

func (o OptNilIP) Get() (v netip.Addr, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilIP) IsNull

func (o OptNilIP) IsNull() bool

IsSet returns true if value is Null.

func (OptNilIP) IsSet

func (o OptNilIP) IsSet() bool

IsSet returns true if OptNilIP was set.

func (OptNilIP) MarshalJSON

func (s OptNilIP) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilIP) Or

func (o OptNilIP) Or(d netip.Addr) netip.Addr

Or returns value if set, or given parameter if does not.

func (*OptNilIP) Reset

func (o *OptNilIP) Reset()

Reset unsets value.

func (*OptNilIP) SetFake

func (s *OptNilIP) SetFake()

SetFake set fake values.

func (*OptNilIP) SetTo

func (o *OptNilIP) SetTo(v netip.Addr)

SetTo sets value to v.

func (*OptNilIP) SetToNull

func (o *OptNilIP) SetToNull()

SetNull sets value to null.

func (*OptNilIP) UnmarshalJSON

func (s *OptNilIP) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilIPv4

type OptNilIPv4 struct {
	Value netip.Addr
	Set   bool
	Null  bool
}

OptNilIPv4 is optional nullable netip.Addr.

func NewOptNilIPv4

func NewOptNilIPv4(v netip.Addr) OptNilIPv4

NewOptNilIPv4 returns new OptNilIPv4 with value set to v.

func (*OptNilIPv4) Decode

func (o *OptNilIPv4) Decode(d *jx.Decoder) error

Decode decodes netip.Addr from json.

func (OptNilIPv4) Encode

func (o OptNilIPv4) Encode(e *jx.Encoder)

Encode encodes netip.Addr as json.

func (OptNilIPv4) Get

func (o OptNilIPv4) Get() (v netip.Addr, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilIPv4) IsNull

func (o OptNilIPv4) IsNull() bool

IsSet returns true if value is Null.

func (OptNilIPv4) IsSet

func (o OptNilIPv4) IsSet() bool

IsSet returns true if OptNilIPv4 was set.

func (OptNilIPv4) MarshalJSON

func (s OptNilIPv4) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilIPv4) Or

func (o OptNilIPv4) Or(d netip.Addr) netip.Addr

Or returns value if set, or given parameter if does not.

func (*OptNilIPv4) Reset

func (o *OptNilIPv4) Reset()

Reset unsets value.

func (*OptNilIPv4) SetFake

func (s *OptNilIPv4) SetFake()

SetFake set fake values.

func (*OptNilIPv4) SetTo

func (o *OptNilIPv4) SetTo(v netip.Addr)

SetTo sets value to v.

func (*OptNilIPv4) SetToNull

func (o *OptNilIPv4) SetToNull()

SetNull sets value to null.

func (*OptNilIPv4) UnmarshalJSON

func (s *OptNilIPv4) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilIPv6

type OptNilIPv6 struct {
	Value netip.Addr
	Set   bool
	Null  bool
}

OptNilIPv6 is optional nullable netip.Addr.

func NewOptNilIPv6

func NewOptNilIPv6(v netip.Addr) OptNilIPv6

NewOptNilIPv6 returns new OptNilIPv6 with value set to v.

func (*OptNilIPv6) Decode

func (o *OptNilIPv6) Decode(d *jx.Decoder) error

Decode decodes netip.Addr from json.

func (OptNilIPv6) Encode

func (o OptNilIPv6) Encode(e *jx.Encoder)

Encode encodes netip.Addr as json.

func (OptNilIPv6) Get

func (o OptNilIPv6) Get() (v netip.Addr, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilIPv6) IsNull

func (o OptNilIPv6) IsNull() bool

IsSet returns true if value is Null.

func (OptNilIPv6) IsSet

func (o OptNilIPv6) IsSet() bool

IsSet returns true if OptNilIPv6 was set.

func (OptNilIPv6) MarshalJSON

func (s OptNilIPv6) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilIPv6) Or

func (o OptNilIPv6) Or(d netip.Addr) netip.Addr

Or returns value if set, or given parameter if does not.

func (*OptNilIPv6) Reset

func (o *OptNilIPv6) Reset()

Reset unsets value.

func (*OptNilIPv6) SetFake

func (s *OptNilIPv6) SetFake()

SetFake set fake values.

func (*OptNilIPv6) SetTo

func (o *OptNilIPv6) SetTo(v netip.Addr)

SetTo sets value to v.

func (*OptNilIPv6) SetToNull

func (o *OptNilIPv6) SetToNull()

SetNull sets value to null.

func (*OptNilIPv6) UnmarshalJSON

func (s *OptNilIPv6) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilInt

type OptNilInt struct {
	Value int
	Set   bool
	Null  bool
}

OptNilInt is optional nullable int.

func NewOptNilInt

func NewOptNilInt(v int) OptNilInt

NewOptNilInt returns new OptNilInt with value set to v.

func (*OptNilInt) Decode

func (o *OptNilInt) Decode(d *jx.Decoder) error

Decode decodes int from json.

func (OptNilInt) Encode

func (o OptNilInt) Encode(e *jx.Encoder)

Encode encodes int as json.

func (OptNilInt) Get

func (o OptNilInt) Get() (v int, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilInt) IsNull

func (o OptNilInt) IsNull() bool

IsSet returns true if value is Null.

func (OptNilInt) IsSet

func (o OptNilInt) IsSet() bool

IsSet returns true if OptNilInt was set.

func (OptNilInt) MarshalJSON

func (s OptNilInt) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilInt) Or

func (o OptNilInt) Or(d int) int

Or returns value if set, or given parameter if does not.

func (*OptNilInt) Reset

func (o *OptNilInt) Reset()

Reset unsets value.

func (*OptNilInt) SetFake

func (s *OptNilInt) SetFake()

SetFake set fake values.

func (*OptNilInt) SetTo

func (o *OptNilInt) SetTo(v int)

SetTo sets value to v.

func (*OptNilInt) SetToNull

func (o *OptNilInt) SetToNull()

SetNull sets value to null.

func (*OptNilInt) UnmarshalJSON

func (s *OptNilInt) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilInt16

type OptNilInt16 struct {
	Value int16
	Set   bool
	Null  bool
}

OptNilInt16 is optional nullable int16.

func NewOptNilInt16

func NewOptNilInt16(v int16) OptNilInt16

NewOptNilInt16 returns new OptNilInt16 with value set to v.

func (*OptNilInt16) Decode

func (o *OptNilInt16) Decode(d *jx.Decoder) error

Decode decodes int16 from json.

func (OptNilInt16) Encode

func (o OptNilInt16) Encode(e *jx.Encoder)

Encode encodes int16 as json.

func (OptNilInt16) Get

func (o OptNilInt16) Get() (v int16, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilInt16) IsNull

func (o OptNilInt16) IsNull() bool

IsSet returns true if value is Null.

func (OptNilInt16) IsSet

func (o OptNilInt16) IsSet() bool

IsSet returns true if OptNilInt16 was set.

func (OptNilInt16) MarshalJSON

func (s OptNilInt16) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilInt16) Or

func (o OptNilInt16) Or(d int16) int16

Or returns value if set, or given parameter if does not.

func (*OptNilInt16) Reset

func (o *OptNilInt16) Reset()

Reset unsets value.

func (*OptNilInt16) SetFake

func (s *OptNilInt16) SetFake()

SetFake set fake values.

func (*OptNilInt16) SetTo

func (o *OptNilInt16) SetTo(v int16)

SetTo sets value to v.

func (*OptNilInt16) SetToNull

func (o *OptNilInt16) SetToNull()

SetNull sets value to null.

func (*OptNilInt16) UnmarshalJSON

func (s *OptNilInt16) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilInt32

type OptNilInt32 struct {
	Value int32
	Set   bool
	Null  bool
}

OptNilInt32 is optional nullable int32.

func NewOptNilInt32

func NewOptNilInt32(v int32) OptNilInt32

NewOptNilInt32 returns new OptNilInt32 with value set to v.

func (*OptNilInt32) Decode

func (o *OptNilInt32) Decode(d *jx.Decoder) error

Decode decodes int32 from json.

func (OptNilInt32) Encode

func (o OptNilInt32) Encode(e *jx.Encoder)

Encode encodes int32 as json.

func (OptNilInt32) Get

func (o OptNilInt32) Get() (v int32, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilInt32) IsNull

func (o OptNilInt32) IsNull() bool

IsSet returns true if value is Null.

func (OptNilInt32) IsSet

func (o OptNilInt32) IsSet() bool

IsSet returns true if OptNilInt32 was set.

func (OptNilInt32) MarshalJSON

func (s OptNilInt32) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilInt32) Or

func (o OptNilInt32) Or(d int32) int32

Or returns value if set, or given parameter if does not.

func (*OptNilInt32) Reset

func (o *OptNilInt32) Reset()

Reset unsets value.

func (*OptNilInt32) SetFake

func (s *OptNilInt32) SetFake()

SetFake set fake values.

func (*OptNilInt32) SetTo

func (o *OptNilInt32) SetTo(v int32)

SetTo sets value to v.

func (*OptNilInt32) SetToNull

func (o *OptNilInt32) SetToNull()

SetNull sets value to null.

func (*OptNilInt32) UnmarshalJSON

func (s *OptNilInt32) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilInt64

type OptNilInt64 struct {
	Value int64
	Set   bool
	Null  bool
}

OptNilInt64 is optional nullable int64.

func NewOptNilInt64

func NewOptNilInt64(v int64) OptNilInt64

NewOptNilInt64 returns new OptNilInt64 with value set to v.

func (*OptNilInt64) Decode

func (o *OptNilInt64) Decode(d *jx.Decoder) error

Decode decodes int64 from json.

func (OptNilInt64) Encode

func (o OptNilInt64) Encode(e *jx.Encoder)

Encode encodes int64 as json.

func (OptNilInt64) Get

func (o OptNilInt64) Get() (v int64, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilInt64) IsNull

func (o OptNilInt64) IsNull() bool

IsSet returns true if value is Null.

func (OptNilInt64) IsSet

func (o OptNilInt64) IsSet() bool

IsSet returns true if OptNilInt64 was set.

func (OptNilInt64) MarshalJSON

func (s OptNilInt64) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilInt64) Or

func (o OptNilInt64) Or(d int64) int64

Or returns value if set, or given parameter if does not.

func (*OptNilInt64) Reset

func (o *OptNilInt64) Reset()

Reset unsets value.

func (*OptNilInt64) SetFake

func (s *OptNilInt64) SetFake()

SetFake set fake values.

func (*OptNilInt64) SetTo

func (o *OptNilInt64) SetTo(v int64)

SetTo sets value to v.

func (*OptNilInt64) SetToNull

func (o *OptNilInt64) SetToNull()

SetNull sets value to null.

func (*OptNilInt64) UnmarshalJSON

func (s *OptNilInt64) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilInt8

type OptNilInt8 struct {
	Value int8
	Set   bool
	Null  bool
}

OptNilInt8 is optional nullable int8.

func NewOptNilInt8

func NewOptNilInt8(v int8) OptNilInt8

NewOptNilInt8 returns new OptNilInt8 with value set to v.

func (*OptNilInt8) Decode

func (o *OptNilInt8) Decode(d *jx.Decoder) error

Decode decodes int8 from json.

func (OptNilInt8) Encode

func (o OptNilInt8) Encode(e *jx.Encoder)

Encode encodes int8 as json.

func (OptNilInt8) Get

func (o OptNilInt8) Get() (v int8, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilInt8) IsNull

func (o OptNilInt8) IsNull() bool

IsSet returns true if value is Null.

func (OptNilInt8) IsSet

func (o OptNilInt8) IsSet() bool

IsSet returns true if OptNilInt8 was set.

func (OptNilInt8) MarshalJSON

func (s OptNilInt8) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilInt8) Or

func (o OptNilInt8) Or(d int8) int8

Or returns value if set, or given parameter if does not.

func (*OptNilInt8) Reset

func (o *OptNilInt8) Reset()

Reset unsets value.

func (*OptNilInt8) SetFake

func (s *OptNilInt8) SetFake()

SetFake set fake values.

func (*OptNilInt8) SetTo

func (o *OptNilInt8) SetTo(v int8)

SetTo sets value to v.

func (*OptNilInt8) SetToNull

func (o *OptNilInt8) SetToNull()

SetNull sets value to null.

func (*OptNilInt8) UnmarshalJSON

func (s *OptNilInt8) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilString

type OptNilString struct {
	Value string
	Set   bool
	Null  bool
}

OptNilString is optional nullable string.

func NewOptNilString

func NewOptNilString(v string) OptNilString

NewOptNilString returns new OptNilString with value set to v.

func (*OptNilString) Decode

func (o *OptNilString) Decode(d *jx.Decoder) error

Decode decodes string from json.

func (OptNilString) Encode

func (o OptNilString) Encode(e *jx.Encoder)

Encode encodes string as json.

func (OptNilString) Get

func (o OptNilString) Get() (v string, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilString) IsNull

func (o OptNilString) IsNull() bool

IsSet returns true if value is Null.

func (OptNilString) IsSet

func (o OptNilString) IsSet() bool

IsSet returns true if OptNilString was set.

func (OptNilString) MarshalJSON

func (s OptNilString) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilString) Or

func (o OptNilString) Or(d string) string

Or returns value if set, or given parameter if does not.

func (*OptNilString) Reset

func (o *OptNilString) Reset()

Reset unsets value.

func (*OptNilString) SetFake

func (s *OptNilString) SetFake()

SetFake set fake values.

func (*OptNilString) SetTo

func (o *OptNilString) SetTo(v string)

SetTo sets value to v.

func (*OptNilString) SetToNull

func (o *OptNilString) SetToNull()

SetNull sets value to null.

func (*OptNilString) UnmarshalJSON

func (s *OptNilString) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilStringFloat32

type OptNilStringFloat32 struct {
	Value float32
	Set   bool
	Null  bool
}

OptNilStringFloat32 is optional nullable float32.

func NewOptNilStringFloat32

func NewOptNilStringFloat32(v float32) OptNilStringFloat32

NewOptNilStringFloat32 returns new OptNilStringFloat32 with value set to v.

func (*OptNilStringFloat32) Decode

func (o *OptNilStringFloat32) Decode(d *jx.Decoder) error

Decode decodes float32 from json.

func (OptNilStringFloat32) Encode

func (o OptNilStringFloat32) Encode(e *jx.Encoder)

Encode encodes float32 as json.

func (OptNilStringFloat32) Get

func (o OptNilStringFloat32) Get() (v float32, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilStringFloat32) IsNull

func (o OptNilStringFloat32) IsNull() bool

IsSet returns true if value is Null.

func (OptNilStringFloat32) IsSet

func (o OptNilStringFloat32) IsSet() bool

IsSet returns true if OptNilStringFloat32 was set.

func (OptNilStringFloat32) MarshalJSON

func (s OptNilStringFloat32) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilStringFloat32) Or

Or returns value if set, or given parameter if does not.

func (*OptNilStringFloat32) Reset

func (o *OptNilStringFloat32) Reset()

Reset unsets value.

func (*OptNilStringFloat32) SetFake

func (s *OptNilStringFloat32) SetFake()

SetFake set fake values.

func (*OptNilStringFloat32) SetTo

func (o *OptNilStringFloat32) SetTo(v float32)

SetTo sets value to v.

func (*OptNilStringFloat32) SetToNull

func (o *OptNilStringFloat32) SetToNull()

SetNull sets value to null.

func (*OptNilStringFloat32) UnmarshalJSON

func (s *OptNilStringFloat32) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilStringFloat64

type OptNilStringFloat64 struct {
	Value float64
	Set   bool
	Null  bool
}

OptNilStringFloat64 is optional nullable float64.

func NewOptNilStringFloat64

func NewOptNilStringFloat64(v float64) OptNilStringFloat64

NewOptNilStringFloat64 returns new OptNilStringFloat64 with value set to v.

func (*OptNilStringFloat64) Decode

func (o *OptNilStringFloat64) Decode(d *jx.Decoder) error

Decode decodes float64 from json.

func (OptNilStringFloat64) Encode

func (o OptNilStringFloat64) Encode(e *jx.Encoder)

Encode encodes float64 as json.

func (OptNilStringFloat64) Get

func (o OptNilStringFloat64) Get() (v float64, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilStringFloat64) IsNull

func (o OptNilStringFloat64) IsNull() bool

IsSet returns true if value is Null.

func (OptNilStringFloat64) IsSet

func (o OptNilStringFloat64) IsSet() bool

IsSet returns true if OptNilStringFloat64 was set.

func (OptNilStringFloat64) MarshalJSON

func (s OptNilStringFloat64) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilStringFloat64) Or

Or returns value if set, or given parameter if does not.

func (*OptNilStringFloat64) Reset

func (o *OptNilStringFloat64) Reset()

Reset unsets value.

func (*OptNilStringFloat64) SetFake

func (s *OptNilStringFloat64) SetFake()

SetFake set fake values.

func (*OptNilStringFloat64) SetTo

func (o *OptNilStringFloat64) SetTo(v float64)

SetTo sets value to v.

func (*OptNilStringFloat64) SetToNull

func (o *OptNilStringFloat64) SetToNull()

SetNull sets value to null.

func (*OptNilStringFloat64) UnmarshalJSON

func (s *OptNilStringFloat64) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilStringInt

type OptNilStringInt struct {
	Value int
	Set   bool
	Null  bool
}

OptNilStringInt is optional nullable int.

func NewOptNilStringInt

func NewOptNilStringInt(v int) OptNilStringInt

NewOptNilStringInt returns new OptNilStringInt with value set to v.

func (*OptNilStringInt) Decode

func (o *OptNilStringInt) Decode(d *jx.Decoder) error

Decode decodes int from json.

func (OptNilStringInt) Encode

func (o OptNilStringInt) Encode(e *jx.Encoder)

Encode encodes int as json.

func (OptNilStringInt) Get

func (o OptNilStringInt) Get() (v int, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilStringInt) IsNull

func (o OptNilStringInt) IsNull() bool

IsSet returns true if value is Null.

func (OptNilStringInt) IsSet

func (o OptNilStringInt) IsSet() bool

IsSet returns true if OptNilStringInt was set.

func (OptNilStringInt) MarshalJSON

func (s OptNilStringInt) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilStringInt) Or

func (o OptNilStringInt) Or(d int) int

Or returns value if set, or given parameter if does not.

func (*OptNilStringInt) Reset

func (o *OptNilStringInt) Reset()

Reset unsets value.

func (*OptNilStringInt) SetFake

func (s *OptNilStringInt) SetFake()

SetFake set fake values.

func (*OptNilStringInt) SetTo

func (o *OptNilStringInt) SetTo(v int)

SetTo sets value to v.

func (*OptNilStringInt) SetToNull

func (o *OptNilStringInt) SetToNull()

SetNull sets value to null.

func (*OptNilStringInt) UnmarshalJSON

func (s *OptNilStringInt) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilStringInt16

type OptNilStringInt16 struct {
	Value int16
	Set   bool
	Null  bool
}

OptNilStringInt16 is optional nullable int16.

func NewOptNilStringInt16

func NewOptNilStringInt16(v int16) OptNilStringInt16

NewOptNilStringInt16 returns new OptNilStringInt16 with value set to v.

func (*OptNilStringInt16) Decode

func (o *OptNilStringInt16) Decode(d *jx.Decoder) error

Decode decodes int16 from json.

func (OptNilStringInt16) Encode

func (o OptNilStringInt16) Encode(e *jx.Encoder)

Encode encodes int16 as json.

func (OptNilStringInt16) Get

func (o OptNilStringInt16) Get() (v int16, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilStringInt16) IsNull

func (o OptNilStringInt16) IsNull() bool

IsSet returns true if value is Null.

func (OptNilStringInt16) IsSet

func (o OptNilStringInt16) IsSet() bool

IsSet returns true if OptNilStringInt16 was set.

func (OptNilStringInt16) MarshalJSON

func (s OptNilStringInt16) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilStringInt16) Or

func (o OptNilStringInt16) Or(d int16) int16

Or returns value if set, or given parameter if does not.

func (*OptNilStringInt16) Reset

func (o *OptNilStringInt16) Reset()

Reset unsets value.

func (*OptNilStringInt16) SetFake

func (s *OptNilStringInt16) SetFake()

SetFake set fake values.

func (*OptNilStringInt16) SetTo

func (o *OptNilStringInt16) SetTo(v int16)

SetTo sets value to v.

func (*OptNilStringInt16) SetToNull

func (o *OptNilStringInt16) SetToNull()

SetNull sets value to null.

func (*OptNilStringInt16) UnmarshalJSON

func (s *OptNilStringInt16) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilStringInt32

type OptNilStringInt32 struct {
	Value int32
	Set   bool
	Null  bool
}

OptNilStringInt32 is optional nullable int32.

func NewOptNilStringInt32

func NewOptNilStringInt32(v int32) OptNilStringInt32

NewOptNilStringInt32 returns new OptNilStringInt32 with value set to v.

func (*OptNilStringInt32) Decode

func (o *OptNilStringInt32) Decode(d *jx.Decoder) error

Decode decodes int32 from json.

func (OptNilStringInt32) Encode

func (o OptNilStringInt32) Encode(e *jx.Encoder)

Encode encodes int32 as json.

func (OptNilStringInt32) Get

func (o OptNilStringInt32) Get() (v int32, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilStringInt32) IsNull

func (o OptNilStringInt32) IsNull() bool

IsSet returns true if value is Null.

func (OptNilStringInt32) IsSet

func (o OptNilStringInt32) IsSet() bool

IsSet returns true if OptNilStringInt32 was set.

func (OptNilStringInt32) MarshalJSON

func (s OptNilStringInt32) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilStringInt32) Or

func (o OptNilStringInt32) Or(d int32) int32

Or returns value if set, or given parameter if does not.

func (*OptNilStringInt32) Reset

func (o *OptNilStringInt32) Reset()

Reset unsets value.

func (*OptNilStringInt32) SetFake

func (s *OptNilStringInt32) SetFake()

SetFake set fake values.

func (*OptNilStringInt32) SetTo

func (o *OptNilStringInt32) SetTo(v int32)

SetTo sets value to v.

func (*OptNilStringInt32) SetToNull

func (o *OptNilStringInt32) SetToNull()

SetNull sets value to null.

func (*OptNilStringInt32) UnmarshalJSON

func (s *OptNilStringInt32) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilStringInt64

type OptNilStringInt64 struct {
	Value int64
	Set   bool
	Null  bool
}

OptNilStringInt64 is optional nullable int64.

func NewOptNilStringInt64

func NewOptNilStringInt64(v int64) OptNilStringInt64

NewOptNilStringInt64 returns new OptNilStringInt64 with value set to v.

func (*OptNilStringInt64) Decode

func (o *OptNilStringInt64) Decode(d *jx.Decoder) error

Decode decodes int64 from json.

func (OptNilStringInt64) Encode

func (o OptNilStringInt64) Encode(e *jx.Encoder)

Encode encodes int64 as json.

func (OptNilStringInt64) Get

func (o OptNilStringInt64) Get() (v int64, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilStringInt64) IsNull

func (o OptNilStringInt64) IsNull() bool

IsSet returns true if value is Null.

func (OptNilStringInt64) IsSet

func (o OptNilStringInt64) IsSet() bool

IsSet returns true if OptNilStringInt64 was set.

func (OptNilStringInt64) MarshalJSON

func (s OptNilStringInt64) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilStringInt64) Or

func (o OptNilStringInt64) Or(d int64) int64

Or returns value if set, or given parameter if does not.

func (*OptNilStringInt64) Reset

func (o *OptNilStringInt64) Reset()

Reset unsets value.

func (*OptNilStringInt64) SetFake

func (s *OptNilStringInt64) SetFake()

SetFake set fake values.

func (*OptNilStringInt64) SetTo

func (o *OptNilStringInt64) SetTo(v int64)

SetTo sets value to v.

func (*OptNilStringInt64) SetToNull

func (o *OptNilStringInt64) SetToNull()

SetNull sets value to null.

func (*OptNilStringInt64) UnmarshalJSON

func (s *OptNilStringInt64) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilStringInt8

type OptNilStringInt8 struct {
	Value int8
	Set   bool
	Null  bool
}

OptNilStringInt8 is optional nullable int8.

func NewOptNilStringInt8

func NewOptNilStringInt8(v int8) OptNilStringInt8

NewOptNilStringInt8 returns new OptNilStringInt8 with value set to v.

func (*OptNilStringInt8) Decode

func (o *OptNilStringInt8) Decode(d *jx.Decoder) error

Decode decodes int8 from json.

func (OptNilStringInt8) Encode

func (o OptNilStringInt8) Encode(e *jx.Encoder)

Encode encodes int8 as json.

func (OptNilStringInt8) Get

func (o OptNilStringInt8) Get() (v int8, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilStringInt8) IsNull

func (o OptNilStringInt8) IsNull() bool

IsSet returns true if value is Null.

func (OptNilStringInt8) IsSet

func (o OptNilStringInt8) IsSet() bool

IsSet returns true if OptNilStringInt8 was set.

func (OptNilStringInt8) MarshalJSON

func (s OptNilStringInt8) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilStringInt8) Or

func (o OptNilStringInt8) Or(d int8) int8

Or returns value if set, or given parameter if does not.

func (*OptNilStringInt8) Reset

func (o *OptNilStringInt8) Reset()

Reset unsets value.

func (*OptNilStringInt8) SetFake

func (s *OptNilStringInt8) SetFake()

SetFake set fake values.

func (*OptNilStringInt8) SetTo

func (o *OptNilStringInt8) SetTo(v int8)

SetTo sets value to v.

func (*OptNilStringInt8) SetToNull

func (o *OptNilStringInt8) SetToNull()

SetNull sets value to null.

func (*OptNilStringInt8) UnmarshalJSON

func (s *OptNilStringInt8) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilStringUint

type OptNilStringUint struct {
	Value uint
	Set   bool
	Null  bool
}

OptNilStringUint is optional nullable uint.

func NewOptNilStringUint

func NewOptNilStringUint(v uint) OptNilStringUint

NewOptNilStringUint returns new OptNilStringUint with value set to v.

func (*OptNilStringUint) Decode

func (o *OptNilStringUint) Decode(d *jx.Decoder) error

Decode decodes uint from json.

func (OptNilStringUint) Encode

func (o OptNilStringUint) Encode(e *jx.Encoder)

Encode encodes uint as json.

func (OptNilStringUint) Get

func (o OptNilStringUint) Get() (v uint, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilStringUint) IsNull

func (o OptNilStringUint) IsNull() bool

IsSet returns true if value is Null.

func (OptNilStringUint) IsSet

func (o OptNilStringUint) IsSet() bool

IsSet returns true if OptNilStringUint was set.

func (OptNilStringUint) MarshalJSON

func (s OptNilStringUint) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilStringUint) Or

func (o OptNilStringUint) Or(d uint) uint

Or returns value if set, or given parameter if does not.

func (*OptNilStringUint) Reset

func (o *OptNilStringUint) Reset()

Reset unsets value.

func (*OptNilStringUint) SetFake

func (s *OptNilStringUint) SetFake()

SetFake set fake values.

func (*OptNilStringUint) SetTo

func (o *OptNilStringUint) SetTo(v uint)

SetTo sets value to v.

func (*OptNilStringUint) SetToNull

func (o *OptNilStringUint) SetToNull()

SetNull sets value to null.

func (*OptNilStringUint) UnmarshalJSON

func (s *OptNilStringUint) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilStringUint16

type OptNilStringUint16 struct {
	Value uint16
	Set   bool
	Null  bool
}

OptNilStringUint16 is optional nullable uint16.

func NewOptNilStringUint16

func NewOptNilStringUint16(v uint16) OptNilStringUint16

NewOptNilStringUint16 returns new OptNilStringUint16 with value set to v.

func (*OptNilStringUint16) Decode

func (o *OptNilStringUint16) Decode(d *jx.Decoder) error

Decode decodes uint16 from json.

func (OptNilStringUint16) Encode

func (o OptNilStringUint16) Encode(e *jx.Encoder)

Encode encodes uint16 as json.

func (OptNilStringUint16) Get

func (o OptNilStringUint16) Get() (v uint16, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilStringUint16) IsNull

func (o OptNilStringUint16) IsNull() bool

IsSet returns true if value is Null.

func (OptNilStringUint16) IsSet

func (o OptNilStringUint16) IsSet() bool

IsSet returns true if OptNilStringUint16 was set.

func (OptNilStringUint16) MarshalJSON

func (s OptNilStringUint16) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilStringUint16) Or

Or returns value if set, or given parameter if does not.

func (*OptNilStringUint16) Reset

func (o *OptNilStringUint16) Reset()

Reset unsets value.

func (*OptNilStringUint16) SetFake

func (s *OptNilStringUint16) SetFake()

SetFake set fake values.

func (*OptNilStringUint16) SetTo

func (o *OptNilStringUint16) SetTo(v uint16)

SetTo sets value to v.

func (*OptNilStringUint16) SetToNull

func (o *OptNilStringUint16) SetToNull()

SetNull sets value to null.

func (*OptNilStringUint16) UnmarshalJSON

func (s *OptNilStringUint16) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilStringUint32

type OptNilStringUint32 struct {
	Value uint32
	Set   bool
	Null  bool
}

OptNilStringUint32 is optional nullable uint32.

func NewOptNilStringUint32

func NewOptNilStringUint32(v uint32) OptNilStringUint32

NewOptNilStringUint32 returns new OptNilStringUint32 with value set to v.

func (*OptNilStringUint32) Decode

func (o *OptNilStringUint32) Decode(d *jx.Decoder) error

Decode decodes uint32 from json.

func (OptNilStringUint32) Encode

func (o OptNilStringUint32) Encode(e *jx.Encoder)

Encode encodes uint32 as json.

func (OptNilStringUint32) Get

func (o OptNilStringUint32) Get() (v uint32, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilStringUint32) IsNull

func (o OptNilStringUint32) IsNull() bool

IsSet returns true if value is Null.

func (OptNilStringUint32) IsSet

func (o OptNilStringUint32) IsSet() bool

IsSet returns true if OptNilStringUint32 was set.

func (OptNilStringUint32) MarshalJSON

func (s OptNilStringUint32) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilStringUint32) Or

Or returns value if set, or given parameter if does not.

func (*OptNilStringUint32) Reset

func (o *OptNilStringUint32) Reset()

Reset unsets value.

func (*OptNilStringUint32) SetFake

func (s *OptNilStringUint32) SetFake()

SetFake set fake values.

func (*OptNilStringUint32) SetTo

func (o *OptNilStringUint32) SetTo(v uint32)

SetTo sets value to v.

func (*OptNilStringUint32) SetToNull

func (o *OptNilStringUint32) SetToNull()

SetNull sets value to null.

func (*OptNilStringUint32) UnmarshalJSON

func (s *OptNilStringUint32) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilStringUint64

type OptNilStringUint64 struct {
	Value uint64
	Set   bool
	Null  bool
}

OptNilStringUint64 is optional nullable uint64.

func NewOptNilStringUint64

func NewOptNilStringUint64(v uint64) OptNilStringUint64

NewOptNilStringUint64 returns new OptNilStringUint64 with value set to v.

func (*OptNilStringUint64) Decode

func (o *OptNilStringUint64) Decode(d *jx.Decoder) error

Decode decodes uint64 from json.

func (OptNilStringUint64) Encode

func (o OptNilStringUint64) Encode(e *jx.Encoder)

Encode encodes uint64 as json.

func (OptNilStringUint64) Get

func (o OptNilStringUint64) Get() (v uint64, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilStringUint64) IsNull

func (o OptNilStringUint64) IsNull() bool

IsSet returns true if value is Null.

func (OptNilStringUint64) IsSet

func (o OptNilStringUint64) IsSet() bool

IsSet returns true if OptNilStringUint64 was set.

func (OptNilStringUint64) MarshalJSON

func (s OptNilStringUint64) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilStringUint64) Or

Or returns value if set, or given parameter if does not.

func (*OptNilStringUint64) Reset

func (o *OptNilStringUint64) Reset()

Reset unsets value.

func (*OptNilStringUint64) SetFake

func (s *OptNilStringUint64) SetFake()

SetFake set fake values.

func (*OptNilStringUint64) SetTo

func (o *OptNilStringUint64) SetTo(v uint64)

SetTo sets value to v.

func (*OptNilStringUint64) SetToNull

func (o *OptNilStringUint64) SetToNull()

SetNull sets value to null.

func (*OptNilStringUint64) UnmarshalJSON

func (s *OptNilStringUint64) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilStringUint8

type OptNilStringUint8 struct {
	Value uint8
	Set   bool
	Null  bool
}

OptNilStringUint8 is optional nullable uint8.

func NewOptNilStringUint8

func NewOptNilStringUint8(v uint8) OptNilStringUint8

NewOptNilStringUint8 returns new OptNilStringUint8 with value set to v.

func (*OptNilStringUint8) Decode

func (o *OptNilStringUint8) Decode(d *jx.Decoder) error

Decode decodes uint8 from json.

func (OptNilStringUint8) Encode

func (o OptNilStringUint8) Encode(e *jx.Encoder)

Encode encodes uint8 as json.

func (OptNilStringUint8) Get

func (o OptNilStringUint8) Get() (v uint8, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilStringUint8) IsNull

func (o OptNilStringUint8) IsNull() bool

IsSet returns true if value is Null.

func (OptNilStringUint8) IsSet

func (o OptNilStringUint8) IsSet() bool

IsSet returns true if OptNilStringUint8 was set.

func (OptNilStringUint8) MarshalJSON

func (s OptNilStringUint8) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilStringUint8) Or

func (o OptNilStringUint8) Or(d uint8) uint8

Or returns value if set, or given parameter if does not.

func (*OptNilStringUint8) Reset

func (o *OptNilStringUint8) Reset()

Reset unsets value.

func (*OptNilStringUint8) SetFake

func (s *OptNilStringUint8) SetFake()

SetFake set fake values.

func (*OptNilStringUint8) SetTo

func (o *OptNilStringUint8) SetTo(v uint8)

SetTo sets value to v.

func (*OptNilStringUint8) SetToNull

func (o *OptNilStringUint8) SetToNull()

SetNull sets value to null.

func (*OptNilStringUint8) UnmarshalJSON

func (s *OptNilStringUint8) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilStringUnixMicro

type OptNilStringUnixMicro struct {
	Value time.Time
	Set   bool
	Null  bool
}

OptNilStringUnixMicro is optional nullable time.Time.

func NewOptNilStringUnixMicro

func NewOptNilStringUnixMicro(v time.Time) OptNilStringUnixMicro

NewOptNilStringUnixMicro returns new OptNilStringUnixMicro with value set to v.

func (*OptNilStringUnixMicro) Decode

func (o *OptNilStringUnixMicro) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (OptNilStringUnixMicro) Encode

func (o OptNilStringUnixMicro) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (OptNilStringUnixMicro) Get

func (o OptNilStringUnixMicro) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilStringUnixMicro) IsNull

func (o OptNilStringUnixMicro) IsNull() bool

IsSet returns true if value is Null.

func (OptNilStringUnixMicro) IsSet

func (o OptNilStringUnixMicro) IsSet() bool

IsSet returns true if OptNilStringUnixMicro was set.

func (OptNilStringUnixMicro) MarshalJSON

func (s OptNilStringUnixMicro) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilStringUnixMicro) Or

Or returns value if set, or given parameter if does not.

func (*OptNilStringUnixMicro) Reset

func (o *OptNilStringUnixMicro) Reset()

Reset unsets value.

func (*OptNilStringUnixMicro) SetFake

func (s *OptNilStringUnixMicro) SetFake()

SetFake set fake values.

func (*OptNilStringUnixMicro) SetTo

func (o *OptNilStringUnixMicro) SetTo(v time.Time)

SetTo sets value to v.

func (*OptNilStringUnixMicro) SetToNull

func (o *OptNilStringUnixMicro) SetToNull()

SetNull sets value to null.

func (*OptNilStringUnixMicro) UnmarshalJSON

func (s *OptNilStringUnixMicro) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilStringUnixMilli

type OptNilStringUnixMilli struct {
	Value time.Time
	Set   bool
	Null  bool
}

OptNilStringUnixMilli is optional nullable time.Time.

func NewOptNilStringUnixMilli

func NewOptNilStringUnixMilli(v time.Time) OptNilStringUnixMilli

NewOptNilStringUnixMilli returns new OptNilStringUnixMilli with value set to v.

func (*OptNilStringUnixMilli) Decode

func (o *OptNilStringUnixMilli) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (OptNilStringUnixMilli) Encode

func (o OptNilStringUnixMilli) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (OptNilStringUnixMilli) Get

func (o OptNilStringUnixMilli) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilStringUnixMilli) IsNull

func (o OptNilStringUnixMilli) IsNull() bool

IsSet returns true if value is Null.

func (OptNilStringUnixMilli) IsSet

func (o OptNilStringUnixMilli) IsSet() bool

IsSet returns true if OptNilStringUnixMilli was set.

func (OptNilStringUnixMilli) MarshalJSON

func (s OptNilStringUnixMilli) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilStringUnixMilli) Or

Or returns value if set, or given parameter if does not.

func (*OptNilStringUnixMilli) Reset

func (o *OptNilStringUnixMilli) Reset()

Reset unsets value.

func (*OptNilStringUnixMilli) SetFake

func (s *OptNilStringUnixMilli) SetFake()

SetFake set fake values.

func (*OptNilStringUnixMilli) SetTo

func (o *OptNilStringUnixMilli) SetTo(v time.Time)

SetTo sets value to v.

func (*OptNilStringUnixMilli) SetToNull

func (o *OptNilStringUnixMilli) SetToNull()

SetNull sets value to null.

func (*OptNilStringUnixMilli) UnmarshalJSON

func (s *OptNilStringUnixMilli) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilStringUnixNano

type OptNilStringUnixNano struct {
	Value time.Time
	Set   bool
	Null  bool
}

OptNilStringUnixNano is optional nullable time.Time.

func NewOptNilStringUnixNano

func NewOptNilStringUnixNano(v time.Time) OptNilStringUnixNano

NewOptNilStringUnixNano returns new OptNilStringUnixNano with value set to v.

func (*OptNilStringUnixNano) Decode

func (o *OptNilStringUnixNano) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (OptNilStringUnixNano) Encode

func (o OptNilStringUnixNano) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (OptNilStringUnixNano) Get

func (o OptNilStringUnixNano) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilStringUnixNano) IsNull

func (o OptNilStringUnixNano) IsNull() bool

IsSet returns true if value is Null.

func (OptNilStringUnixNano) IsSet

func (o OptNilStringUnixNano) IsSet() bool

IsSet returns true if OptNilStringUnixNano was set.

func (OptNilStringUnixNano) MarshalJSON

func (s OptNilStringUnixNano) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilStringUnixNano) Or

Or returns value if set, or given parameter if does not.

func (*OptNilStringUnixNano) Reset

func (o *OptNilStringUnixNano) Reset()

Reset unsets value.

func (*OptNilStringUnixNano) SetFake

func (s *OptNilStringUnixNano) SetFake()

SetFake set fake values.

func (*OptNilStringUnixNano) SetTo

func (o *OptNilStringUnixNano) SetTo(v time.Time)

SetTo sets value to v.

func (*OptNilStringUnixNano) SetToNull

func (o *OptNilStringUnixNano) SetToNull()

SetNull sets value to null.

func (*OptNilStringUnixNano) UnmarshalJSON

func (s *OptNilStringUnixNano) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilStringUnixSeconds

type OptNilStringUnixSeconds struct {
	Value time.Time
	Set   bool
	Null  bool
}

OptNilStringUnixSeconds is optional nullable time.Time.

func NewOptNilStringUnixSeconds

func NewOptNilStringUnixSeconds(v time.Time) OptNilStringUnixSeconds

NewOptNilStringUnixSeconds returns new OptNilStringUnixSeconds with value set to v.

func (*OptNilStringUnixSeconds) Decode

func (o *OptNilStringUnixSeconds) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (OptNilStringUnixSeconds) Encode

func (o OptNilStringUnixSeconds) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (OptNilStringUnixSeconds) Get

func (o OptNilStringUnixSeconds) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilStringUnixSeconds) IsNull

func (o OptNilStringUnixSeconds) IsNull() bool

IsSet returns true if value is Null.

func (OptNilStringUnixSeconds) IsSet

func (o OptNilStringUnixSeconds) IsSet() bool

IsSet returns true if OptNilStringUnixSeconds was set.

func (OptNilStringUnixSeconds) MarshalJSON

func (s OptNilStringUnixSeconds) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilStringUnixSeconds) Or

Or returns value if set, or given parameter if does not.

func (*OptNilStringUnixSeconds) Reset

func (o *OptNilStringUnixSeconds) Reset()

Reset unsets value.

func (*OptNilStringUnixSeconds) SetFake

func (s *OptNilStringUnixSeconds) SetFake()

SetFake set fake values.

func (*OptNilStringUnixSeconds) SetTo

func (o *OptNilStringUnixSeconds) SetTo(v time.Time)

SetTo sets value to v.

func (*OptNilStringUnixSeconds) SetToNull

func (o *OptNilStringUnixSeconds) SetToNull()

SetNull sets value to null.

func (*OptNilStringUnixSeconds) UnmarshalJSON

func (s *OptNilStringUnixSeconds) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilTime

type OptNilTime struct {
	Value time.Time
	Set   bool
	Null  bool
}

OptNilTime is optional nullable time.Time.

func NewOptNilTime

func NewOptNilTime(v time.Time) OptNilTime

NewOptNilTime returns new OptNilTime with value set to v.

func (*OptNilTime) Decode

func (o *OptNilTime) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (OptNilTime) Encode

func (o OptNilTime) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (OptNilTime) Get

func (o OptNilTime) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilTime) IsNull

func (o OptNilTime) IsNull() bool

IsSet returns true if value is Null.

func (OptNilTime) IsSet

func (o OptNilTime) IsSet() bool

IsSet returns true if OptNilTime was set.

func (OptNilTime) MarshalJSON

func (s OptNilTime) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilTime) Or

func (o OptNilTime) Or(d time.Time) time.Time

Or returns value if set, or given parameter if does not.

func (*OptNilTime) Reset

func (o *OptNilTime) Reset()

Reset unsets value.

func (*OptNilTime) SetFake

func (s *OptNilTime) SetFake()

SetFake set fake values.

func (*OptNilTime) SetTo

func (o *OptNilTime) SetTo(v time.Time)

SetTo sets value to v.

func (*OptNilTime) SetToNull

func (o *OptNilTime) SetToNull()

SetNull sets value to null.

func (*OptNilTime) UnmarshalJSON

func (s *OptNilTime) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilURI

type OptNilURI struct {
	Value url.URL
	Set   bool
	Null  bool
}

OptNilURI is optional nullable url.URL.

func NewOptNilURI

func NewOptNilURI(v url.URL) OptNilURI

NewOptNilURI returns new OptNilURI with value set to v.

func (*OptNilURI) Decode

func (o *OptNilURI) Decode(d *jx.Decoder) error

Decode decodes url.URL from json.

func (OptNilURI) Encode

func (o OptNilURI) Encode(e *jx.Encoder)

Encode encodes url.URL as json.

func (OptNilURI) Get

func (o OptNilURI) Get() (v url.URL, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilURI) IsNull

func (o OptNilURI) IsNull() bool

IsSet returns true if value is Null.

func (OptNilURI) IsSet

func (o OptNilURI) IsSet() bool

IsSet returns true if OptNilURI was set.

func (OptNilURI) MarshalJSON

func (s OptNilURI) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilURI) Or

func (o OptNilURI) Or(d url.URL) url.URL

Or returns value if set, or given parameter if does not.

func (*OptNilURI) Reset

func (o *OptNilURI) Reset()

Reset unsets value.

func (*OptNilURI) SetFake

func (s *OptNilURI) SetFake()

SetFake set fake values.

func (*OptNilURI) SetTo

func (o *OptNilURI) SetTo(v url.URL)

SetTo sets value to v.

func (*OptNilURI) SetToNull

func (o *OptNilURI) SetToNull()

SetNull sets value to null.

func (*OptNilURI) UnmarshalJSON

func (s *OptNilURI) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilUUID

type OptNilUUID struct {
	Value uuid.UUID
	Set   bool
	Null  bool
}

OptNilUUID is optional nullable uuid.UUID.

func NewOptNilUUID

func NewOptNilUUID(v uuid.UUID) OptNilUUID

NewOptNilUUID returns new OptNilUUID with value set to v.

func (*OptNilUUID) Decode

func (o *OptNilUUID) Decode(d *jx.Decoder) error

Decode decodes uuid.UUID from json.

func (OptNilUUID) Encode

func (o OptNilUUID) Encode(e *jx.Encoder)

Encode encodes uuid.UUID as json.

func (OptNilUUID) Get

func (o OptNilUUID) Get() (v uuid.UUID, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilUUID) IsNull

func (o OptNilUUID) IsNull() bool

IsSet returns true if value is Null.

func (OptNilUUID) IsSet

func (o OptNilUUID) IsSet() bool

IsSet returns true if OptNilUUID was set.

func (OptNilUUID) MarshalJSON

func (s OptNilUUID) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilUUID) Or

func (o OptNilUUID) Or(d uuid.UUID) uuid.UUID

Or returns value if set, or given parameter if does not.

func (*OptNilUUID) Reset

func (o *OptNilUUID) Reset()

Reset unsets value.

func (*OptNilUUID) SetFake

func (s *OptNilUUID) SetFake()

SetFake set fake values.

func (*OptNilUUID) SetTo

func (o *OptNilUUID) SetTo(v uuid.UUID)

SetTo sets value to v.

func (*OptNilUUID) SetToNull

func (o *OptNilUUID) SetToNull()

SetNull sets value to null.

func (*OptNilUUID) UnmarshalJSON

func (s *OptNilUUID) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilUint

type OptNilUint struct {
	Value uint
	Set   bool
	Null  bool
}

OptNilUint is optional nullable uint.

func NewOptNilUint

func NewOptNilUint(v uint) OptNilUint

NewOptNilUint returns new OptNilUint with value set to v.

func (*OptNilUint) Decode

func (o *OptNilUint) Decode(d *jx.Decoder) error

Decode decodes uint from json.

func (OptNilUint) Encode

func (o OptNilUint) Encode(e *jx.Encoder)

Encode encodes uint as json.

func (OptNilUint) Get

func (o OptNilUint) Get() (v uint, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilUint) IsNull

func (o OptNilUint) IsNull() bool

IsSet returns true if value is Null.

func (OptNilUint) IsSet

func (o OptNilUint) IsSet() bool

IsSet returns true if OptNilUint was set.

func (OptNilUint) MarshalJSON

func (s OptNilUint) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilUint) Or

func (o OptNilUint) Or(d uint) uint

Or returns value if set, or given parameter if does not.

func (*OptNilUint) Reset

func (o *OptNilUint) Reset()

Reset unsets value.

func (*OptNilUint) SetFake

func (s *OptNilUint) SetFake()

SetFake set fake values.

func (*OptNilUint) SetTo

func (o *OptNilUint) SetTo(v uint)

SetTo sets value to v.

func (*OptNilUint) SetToNull

func (o *OptNilUint) SetToNull()

SetNull sets value to null.

func (*OptNilUint) UnmarshalJSON

func (s *OptNilUint) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilUint16

type OptNilUint16 struct {
	Value uint16
	Set   bool
	Null  bool
}

OptNilUint16 is optional nullable uint16.

func NewOptNilUint16

func NewOptNilUint16(v uint16) OptNilUint16

NewOptNilUint16 returns new OptNilUint16 with value set to v.

func (*OptNilUint16) Decode

func (o *OptNilUint16) Decode(d *jx.Decoder) error

Decode decodes uint16 from json.

func (OptNilUint16) Encode

func (o OptNilUint16) Encode(e *jx.Encoder)

Encode encodes uint16 as json.

func (OptNilUint16) Get

func (o OptNilUint16) Get() (v uint16, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilUint16) IsNull

func (o OptNilUint16) IsNull() bool

IsSet returns true if value is Null.

func (OptNilUint16) IsSet

func (o OptNilUint16) IsSet() bool

IsSet returns true if OptNilUint16 was set.

func (OptNilUint16) MarshalJSON

func (s OptNilUint16) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilUint16) Or

func (o OptNilUint16) Or(d uint16) uint16

Or returns value if set, or given parameter if does not.

func (*OptNilUint16) Reset

func (o *OptNilUint16) Reset()

Reset unsets value.

func (*OptNilUint16) SetFake

func (s *OptNilUint16) SetFake()

SetFake set fake values.

func (*OptNilUint16) SetTo

func (o *OptNilUint16) SetTo(v uint16)

SetTo sets value to v.

func (*OptNilUint16) SetToNull

func (o *OptNilUint16) SetToNull()

SetNull sets value to null.

func (*OptNilUint16) UnmarshalJSON

func (s *OptNilUint16) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilUint32

type OptNilUint32 struct {
	Value uint32
	Set   bool
	Null  bool
}

OptNilUint32 is optional nullable uint32.

func NewOptNilUint32

func NewOptNilUint32(v uint32) OptNilUint32

NewOptNilUint32 returns new OptNilUint32 with value set to v.

func (*OptNilUint32) Decode

func (o *OptNilUint32) Decode(d *jx.Decoder) error

Decode decodes uint32 from json.

func (OptNilUint32) Encode

func (o OptNilUint32) Encode(e *jx.Encoder)

Encode encodes uint32 as json.

func (OptNilUint32) Get

func (o OptNilUint32) Get() (v uint32, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilUint32) IsNull

func (o OptNilUint32) IsNull() bool

IsSet returns true if value is Null.

func (OptNilUint32) IsSet

func (o OptNilUint32) IsSet() bool

IsSet returns true if OptNilUint32 was set.

func (OptNilUint32) MarshalJSON

func (s OptNilUint32) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilUint32) Or

func (o OptNilUint32) Or(d uint32) uint32

Or returns value if set, or given parameter if does not.

func (*OptNilUint32) Reset

func (o *OptNilUint32) Reset()

Reset unsets value.

func (*OptNilUint32) SetFake

func (s *OptNilUint32) SetFake()

SetFake set fake values.

func (*OptNilUint32) SetTo

func (o *OptNilUint32) SetTo(v uint32)

SetTo sets value to v.

func (*OptNilUint32) SetToNull

func (o *OptNilUint32) SetToNull()

SetNull sets value to null.

func (*OptNilUint32) UnmarshalJSON

func (s *OptNilUint32) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilUint64

type OptNilUint64 struct {
	Value uint64
	Set   bool
	Null  bool
}

OptNilUint64 is optional nullable uint64.

func NewOptNilUint64

func NewOptNilUint64(v uint64) OptNilUint64

NewOptNilUint64 returns new OptNilUint64 with value set to v.

func (*OptNilUint64) Decode

func (o *OptNilUint64) Decode(d *jx.Decoder) error

Decode decodes uint64 from json.

func (OptNilUint64) Encode

func (o OptNilUint64) Encode(e *jx.Encoder)

Encode encodes uint64 as json.

func (OptNilUint64) Get

func (o OptNilUint64) Get() (v uint64, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilUint64) IsNull

func (o OptNilUint64) IsNull() bool

IsSet returns true if value is Null.

func (OptNilUint64) IsSet

func (o OptNilUint64) IsSet() bool

IsSet returns true if OptNilUint64 was set.

func (OptNilUint64) MarshalJSON

func (s OptNilUint64) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilUint64) Or

func (o OptNilUint64) Or(d uint64) uint64

Or returns value if set, or given parameter if does not.

func (*OptNilUint64) Reset

func (o *OptNilUint64) Reset()

Reset unsets value.

func (*OptNilUint64) SetFake

func (s *OptNilUint64) SetFake()

SetFake set fake values.

func (*OptNilUint64) SetTo

func (o *OptNilUint64) SetTo(v uint64)

SetTo sets value to v.

func (*OptNilUint64) SetToNull

func (o *OptNilUint64) SetToNull()

SetNull sets value to null.

func (*OptNilUint64) UnmarshalJSON

func (s *OptNilUint64) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilUint8

type OptNilUint8 struct {
	Value uint8
	Set   bool
	Null  bool
}

OptNilUint8 is optional nullable uint8.

func NewOptNilUint8

func NewOptNilUint8(v uint8) OptNilUint8

NewOptNilUint8 returns new OptNilUint8 with value set to v.

func (*OptNilUint8) Decode

func (o *OptNilUint8) Decode(d *jx.Decoder) error

Decode decodes uint8 from json.

func (OptNilUint8) Encode

func (o OptNilUint8) Encode(e *jx.Encoder)

Encode encodes uint8 as json.

func (OptNilUint8) Get

func (o OptNilUint8) Get() (v uint8, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilUint8) IsNull

func (o OptNilUint8) IsNull() bool

IsSet returns true if value is Null.

func (OptNilUint8) IsSet

func (o OptNilUint8) IsSet() bool

IsSet returns true if OptNilUint8 was set.

func (OptNilUint8) MarshalJSON

func (s OptNilUint8) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilUint8) Or

func (o OptNilUint8) Or(d uint8) uint8

Or returns value if set, or given parameter if does not.

func (*OptNilUint8) Reset

func (o *OptNilUint8) Reset()

Reset unsets value.

func (*OptNilUint8) SetFake

func (s *OptNilUint8) SetFake()

SetFake set fake values.

func (*OptNilUint8) SetTo

func (o *OptNilUint8) SetTo(v uint8)

SetTo sets value to v.

func (*OptNilUint8) SetToNull

func (o *OptNilUint8) SetToNull()

SetNull sets value to null.

func (*OptNilUint8) UnmarshalJSON

func (s *OptNilUint8) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilUnixMicro

type OptNilUnixMicro struct {
	Value time.Time
	Set   bool
	Null  bool
}

OptNilUnixMicro is optional nullable time.Time.

func NewOptNilUnixMicro

func NewOptNilUnixMicro(v time.Time) OptNilUnixMicro

NewOptNilUnixMicro returns new OptNilUnixMicro with value set to v.

func (*OptNilUnixMicro) Decode

func (o *OptNilUnixMicro) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (OptNilUnixMicro) Encode

func (o OptNilUnixMicro) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (OptNilUnixMicro) Get

func (o OptNilUnixMicro) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilUnixMicro) IsNull

func (o OptNilUnixMicro) IsNull() bool

IsSet returns true if value is Null.

func (OptNilUnixMicro) IsSet

func (o OptNilUnixMicro) IsSet() bool

IsSet returns true if OptNilUnixMicro was set.

func (OptNilUnixMicro) MarshalJSON

func (s OptNilUnixMicro) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilUnixMicro) Or

func (o OptNilUnixMicro) Or(d time.Time) time.Time

Or returns value if set, or given parameter if does not.

func (*OptNilUnixMicro) Reset

func (o *OptNilUnixMicro) Reset()

Reset unsets value.

func (*OptNilUnixMicro) SetFake

func (s *OptNilUnixMicro) SetFake()

SetFake set fake values.

func (*OptNilUnixMicro) SetTo

func (o *OptNilUnixMicro) SetTo(v time.Time)

SetTo sets value to v.

func (*OptNilUnixMicro) SetToNull

func (o *OptNilUnixMicro) SetToNull()

SetNull sets value to null.

func (*OptNilUnixMicro) UnmarshalJSON

func (s *OptNilUnixMicro) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilUnixMilli

type OptNilUnixMilli struct {
	Value time.Time
	Set   bool
	Null  bool
}

OptNilUnixMilli is optional nullable time.Time.

func NewOptNilUnixMilli

func NewOptNilUnixMilli(v time.Time) OptNilUnixMilli

NewOptNilUnixMilli returns new OptNilUnixMilli with value set to v.

func (*OptNilUnixMilli) Decode

func (o *OptNilUnixMilli) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (OptNilUnixMilli) Encode

func (o OptNilUnixMilli) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (OptNilUnixMilli) Get

func (o OptNilUnixMilli) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilUnixMilli) IsNull

func (o OptNilUnixMilli) IsNull() bool

IsSet returns true if value is Null.

func (OptNilUnixMilli) IsSet

func (o OptNilUnixMilli) IsSet() bool

IsSet returns true if OptNilUnixMilli was set.

func (OptNilUnixMilli) MarshalJSON

func (s OptNilUnixMilli) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilUnixMilli) Or

func (o OptNilUnixMilli) Or(d time.Time) time.Time

Or returns value if set, or given parameter if does not.

func (*OptNilUnixMilli) Reset

func (o *OptNilUnixMilli) Reset()

Reset unsets value.

func (*OptNilUnixMilli) SetFake

func (s *OptNilUnixMilli) SetFake()

SetFake set fake values.

func (*OptNilUnixMilli) SetTo

func (o *OptNilUnixMilli) SetTo(v time.Time)

SetTo sets value to v.

func (*OptNilUnixMilli) SetToNull

func (o *OptNilUnixMilli) SetToNull()

SetNull sets value to null.

func (*OptNilUnixMilli) UnmarshalJSON

func (s *OptNilUnixMilli) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilUnixNano

type OptNilUnixNano struct {
	Value time.Time
	Set   bool
	Null  bool
}

OptNilUnixNano is optional nullable time.Time.

func NewOptNilUnixNano

func NewOptNilUnixNano(v time.Time) OptNilUnixNano

NewOptNilUnixNano returns new OptNilUnixNano with value set to v.

func (*OptNilUnixNano) Decode

func (o *OptNilUnixNano) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (OptNilUnixNano) Encode

func (o OptNilUnixNano) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (OptNilUnixNano) Get

func (o OptNilUnixNano) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilUnixNano) IsNull

func (o OptNilUnixNano) IsNull() bool

IsSet returns true if value is Null.

func (OptNilUnixNano) IsSet

func (o OptNilUnixNano) IsSet() bool

IsSet returns true if OptNilUnixNano was set.

func (OptNilUnixNano) MarshalJSON

func (s OptNilUnixNano) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilUnixNano) Or

func (o OptNilUnixNano) Or(d time.Time) time.Time

Or returns value if set, or given parameter if does not.

func (*OptNilUnixNano) Reset

func (o *OptNilUnixNano) Reset()

Reset unsets value.

func (*OptNilUnixNano) SetFake

func (s *OptNilUnixNano) SetFake()

SetFake set fake values.

func (*OptNilUnixNano) SetTo

func (o *OptNilUnixNano) SetTo(v time.Time)

SetTo sets value to v.

func (*OptNilUnixNano) SetToNull

func (o *OptNilUnixNano) SetToNull()

SetNull sets value to null.

func (*OptNilUnixNano) UnmarshalJSON

func (s *OptNilUnixNano) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNilUnixSeconds

type OptNilUnixSeconds struct {
	Value time.Time
	Set   bool
	Null  bool
}

OptNilUnixSeconds is optional nullable time.Time.

func NewOptNilUnixSeconds

func NewOptNilUnixSeconds(v time.Time) OptNilUnixSeconds

NewOptNilUnixSeconds returns new OptNilUnixSeconds with value set to v.

func (*OptNilUnixSeconds) Decode

func (o *OptNilUnixSeconds) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (OptNilUnixSeconds) Encode

func (o OptNilUnixSeconds) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (OptNilUnixSeconds) Get

func (o OptNilUnixSeconds) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNilUnixSeconds) IsNull

func (o OptNilUnixSeconds) IsNull() bool

IsSet returns true if value is Null.

func (OptNilUnixSeconds) IsSet

func (o OptNilUnixSeconds) IsSet() bool

IsSet returns true if OptNilUnixSeconds was set.

func (OptNilUnixSeconds) MarshalJSON

func (s OptNilUnixSeconds) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNilUnixSeconds) Or

Or returns value if set, or given parameter if does not.

func (*OptNilUnixSeconds) Reset

func (o *OptNilUnixSeconds) Reset()

Reset unsets value.

func (*OptNilUnixSeconds) SetFake

func (s *OptNilUnixSeconds) SetFake()

SetFake set fake values.

func (*OptNilUnixSeconds) SetTo

func (o *OptNilUnixSeconds) SetTo(v time.Time)

SetTo sets value to v.

func (*OptNilUnixSeconds) SetToNull

func (o *OptNilUnixSeconds) SetToNull()

SetNull sets value to null.

func (*OptNilUnixSeconds) UnmarshalJSON

func (s *OptNilUnixSeconds) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptNull

type OptNull struct {
	Value struct{}
	Set   bool
}

OptNull is optional struct{}.

func NewOptNull

func NewOptNull(v struct{}) OptNull

NewOptNull returns new OptNull with value set to v.

func (*OptNull) Decode

func (o *OptNull) Decode(d *jx.Decoder) error

Decode decodes struct{} from json.

func (OptNull) Encode

func (o OptNull) Encode(e *jx.Encoder)

Encode encodes struct{} as json.

func (OptNull) Get

func (o OptNull) Get() (v struct{}, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptNull) IsSet

func (o OptNull) IsSet() bool

IsSet returns true if OptNull was set.

func (OptNull) MarshalJSON

func (s OptNull) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptNull) Or

func (o OptNull) Or(d struct{}) struct{}

Or returns value if set, or given parameter if does not.

func (*OptNull) Reset

func (o *OptNull) Reset()

Reset unsets value.

func (*OptNull) SetFake

func (s *OptNull) SetFake()

SetFake set fake values.

func (*OptNull) SetTo

func (o *OptNull) SetTo(v struct{})

SetTo sets value to v.

func (*OptNull) UnmarshalJSON

func (s *OptNull) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptString

type OptString struct {
	Value string
	Set   bool
}

OptString is optional string.

func NewOptString

func NewOptString(v string) OptString

NewOptString returns new OptString with value set to v.

func (*OptString) Decode

func (o *OptString) Decode(d *jx.Decoder) error

Decode decodes string from json.

func (OptString) Encode

func (o OptString) Encode(e *jx.Encoder)

Encode encodes string as json.

func (OptString) Get

func (o OptString) Get() (v string, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptString) IsSet

func (o OptString) IsSet() bool

IsSet returns true if OptString was set.

func (OptString) MarshalJSON

func (s OptString) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptString) Or

func (o OptString) Or(d string) string

Or returns value if set, or given parameter if does not.

func (*OptString) Reset

func (o *OptString) Reset()

Reset unsets value.

func (*OptString) SetFake

func (s *OptString) SetFake()

SetFake set fake values.

func (*OptString) SetTo

func (o *OptString) SetTo(v string)

SetTo sets value to v.

func (*OptString) UnmarshalJSON

func (s *OptString) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptStringFloat32

type OptStringFloat32 struct {
	Value float32
	Set   bool
}

OptStringFloat32 is optional float32.

func NewOptStringFloat32

func NewOptStringFloat32(v float32) OptStringFloat32

NewOptStringFloat32 returns new OptStringFloat32 with value set to v.

func (*OptStringFloat32) Decode

func (o *OptStringFloat32) Decode(d *jx.Decoder) error

Decode decodes float32 from json.

func (OptStringFloat32) Encode

func (o OptStringFloat32) Encode(e *jx.Encoder)

Encode encodes float32 as json.

func (OptStringFloat32) Get

func (o OptStringFloat32) Get() (v float32, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptStringFloat32) IsSet

func (o OptStringFloat32) IsSet() bool

IsSet returns true if OptStringFloat32 was set.

func (OptStringFloat32) MarshalJSON

func (s OptStringFloat32) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptStringFloat32) Or

Or returns value if set, or given parameter if does not.

func (*OptStringFloat32) Reset

func (o *OptStringFloat32) Reset()

Reset unsets value.

func (*OptStringFloat32) SetFake

func (s *OptStringFloat32) SetFake()

SetFake set fake values.

func (*OptStringFloat32) SetTo

func (o *OptStringFloat32) SetTo(v float32)

SetTo sets value to v.

func (*OptStringFloat32) UnmarshalJSON

func (s *OptStringFloat32) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptStringFloat64

type OptStringFloat64 struct {
	Value float64
	Set   bool
}

OptStringFloat64 is optional float64.

func NewOptStringFloat64

func NewOptStringFloat64(v float64) OptStringFloat64

NewOptStringFloat64 returns new OptStringFloat64 with value set to v.

func (*OptStringFloat64) Decode

func (o *OptStringFloat64) Decode(d *jx.Decoder) error

Decode decodes float64 from json.

func (OptStringFloat64) Encode

func (o OptStringFloat64) Encode(e *jx.Encoder)

Encode encodes float64 as json.

func (OptStringFloat64) Get

func (o OptStringFloat64) Get() (v float64, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptStringFloat64) IsSet

func (o OptStringFloat64) IsSet() bool

IsSet returns true if OptStringFloat64 was set.

func (OptStringFloat64) MarshalJSON

func (s OptStringFloat64) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptStringFloat64) Or

Or returns value if set, or given parameter if does not.

func (*OptStringFloat64) Reset

func (o *OptStringFloat64) Reset()

Reset unsets value.

func (*OptStringFloat64) SetFake

func (s *OptStringFloat64) SetFake()

SetFake set fake values.

func (*OptStringFloat64) SetTo

func (o *OptStringFloat64) SetTo(v float64)

SetTo sets value to v.

func (*OptStringFloat64) UnmarshalJSON

func (s *OptStringFloat64) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptStringInt

type OptStringInt struct {
	Value int
	Set   bool
}

OptStringInt is optional int.

func NewOptStringInt

func NewOptStringInt(v int) OptStringInt

NewOptStringInt returns new OptStringInt with value set to v.

func (*OptStringInt) Decode

func (o *OptStringInt) Decode(d *jx.Decoder) error

Decode decodes int from json.

func (OptStringInt) Encode

func (o OptStringInt) Encode(e *jx.Encoder)

Encode encodes int as json.

func (OptStringInt) Get

func (o OptStringInt) Get() (v int, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptStringInt) IsSet

func (o OptStringInt) IsSet() bool

IsSet returns true if OptStringInt was set.

func (OptStringInt) MarshalJSON

func (s OptStringInt) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptStringInt) Or

func (o OptStringInt) Or(d int) int

Or returns value if set, or given parameter if does not.

func (*OptStringInt) Reset

func (o *OptStringInt) Reset()

Reset unsets value.

func (*OptStringInt) SetFake

func (s *OptStringInt) SetFake()

SetFake set fake values.

func (*OptStringInt) SetTo

func (o *OptStringInt) SetTo(v int)

SetTo sets value to v.

func (*OptStringInt) UnmarshalJSON

func (s *OptStringInt) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptStringInt16

type OptStringInt16 struct {
	Value int16
	Set   bool
}

OptStringInt16 is optional int16.

func NewOptStringInt16

func NewOptStringInt16(v int16) OptStringInt16

NewOptStringInt16 returns new OptStringInt16 with value set to v.

func (*OptStringInt16) Decode

func (o *OptStringInt16) Decode(d *jx.Decoder) error

Decode decodes int16 from json.

func (OptStringInt16) Encode

func (o OptStringInt16) Encode(e *jx.Encoder)

Encode encodes int16 as json.

func (OptStringInt16) Get

func (o OptStringInt16) Get() (v int16, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptStringInt16) IsSet

func (o OptStringInt16) IsSet() bool

IsSet returns true if OptStringInt16 was set.

func (OptStringInt16) MarshalJSON

func (s OptStringInt16) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptStringInt16) Or

func (o OptStringInt16) Or(d int16) int16

Or returns value if set, or given parameter if does not.

func (*OptStringInt16) Reset

func (o *OptStringInt16) Reset()

Reset unsets value.

func (*OptStringInt16) SetFake

func (s *OptStringInt16) SetFake()

SetFake set fake values.

func (*OptStringInt16) SetTo

func (o *OptStringInt16) SetTo(v int16)

SetTo sets value to v.

func (*OptStringInt16) UnmarshalJSON

func (s *OptStringInt16) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptStringInt32

type OptStringInt32 struct {
	Value int32
	Set   bool
}

OptStringInt32 is optional int32.

func NewOptStringInt32

func NewOptStringInt32(v int32) OptStringInt32

NewOptStringInt32 returns new OptStringInt32 with value set to v.

func (*OptStringInt32) Decode

func (o *OptStringInt32) Decode(d *jx.Decoder) error

Decode decodes int32 from json.

func (OptStringInt32) Encode

func (o OptStringInt32) Encode(e *jx.Encoder)

Encode encodes int32 as json.

func (OptStringInt32) Get

func (o OptStringInt32) Get() (v int32, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptStringInt32) IsSet

func (o OptStringInt32) IsSet() bool

IsSet returns true if OptStringInt32 was set.

func (OptStringInt32) MarshalJSON

func (s OptStringInt32) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptStringInt32) Or

func (o OptStringInt32) Or(d int32) int32

Or returns value if set, or given parameter if does not.

func (*OptStringInt32) Reset

func (o *OptStringInt32) Reset()

Reset unsets value.

func (*OptStringInt32) SetFake

func (s *OptStringInt32) SetFake()

SetFake set fake values.

func (*OptStringInt32) SetTo

func (o *OptStringInt32) SetTo(v int32)

SetTo sets value to v.

func (*OptStringInt32) UnmarshalJSON

func (s *OptStringInt32) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptStringInt64

type OptStringInt64 struct {
	Value int64
	Set   bool
}

OptStringInt64 is optional int64.

func NewOptStringInt64

func NewOptStringInt64(v int64) OptStringInt64

NewOptStringInt64 returns new OptStringInt64 with value set to v.

func (*OptStringInt64) Decode

func (o *OptStringInt64) Decode(d *jx.Decoder) error

Decode decodes int64 from json.

func (OptStringInt64) Encode

func (o OptStringInt64) Encode(e *jx.Encoder)

Encode encodes int64 as json.

func (OptStringInt64) Get

func (o OptStringInt64) Get() (v int64, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptStringInt64) IsSet

func (o OptStringInt64) IsSet() bool

IsSet returns true if OptStringInt64 was set.

func (OptStringInt64) MarshalJSON

func (s OptStringInt64) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptStringInt64) Or

func (o OptStringInt64) Or(d int64) int64

Or returns value if set, or given parameter if does not.

func (*OptStringInt64) Reset

func (o *OptStringInt64) Reset()

Reset unsets value.

func (*OptStringInt64) SetFake

func (s *OptStringInt64) SetFake()

SetFake set fake values.

func (*OptStringInt64) SetTo

func (o *OptStringInt64) SetTo(v int64)

SetTo sets value to v.

func (*OptStringInt64) UnmarshalJSON

func (s *OptStringInt64) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptStringInt8

type OptStringInt8 struct {
	Value int8
	Set   bool
}

OptStringInt8 is optional int8.

func NewOptStringInt8

func NewOptStringInt8(v int8) OptStringInt8

NewOptStringInt8 returns new OptStringInt8 with value set to v.

func (*OptStringInt8) Decode

func (o *OptStringInt8) Decode(d *jx.Decoder) error

Decode decodes int8 from json.

func (OptStringInt8) Encode

func (o OptStringInt8) Encode(e *jx.Encoder)

Encode encodes int8 as json.

func (OptStringInt8) Get

func (o OptStringInt8) Get() (v int8, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptStringInt8) IsSet

func (o OptStringInt8) IsSet() bool

IsSet returns true if OptStringInt8 was set.

func (OptStringInt8) MarshalJSON

func (s OptStringInt8) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptStringInt8) Or

func (o OptStringInt8) Or(d int8) int8

Or returns value if set, or given parameter if does not.

func (*OptStringInt8) Reset

func (o *OptStringInt8) Reset()

Reset unsets value.

func (*OptStringInt8) SetFake

func (s *OptStringInt8) SetFake()

SetFake set fake values.

func (*OptStringInt8) SetTo

func (o *OptStringInt8) SetTo(v int8)

SetTo sets value to v.

func (*OptStringInt8) UnmarshalJSON

func (s *OptStringInt8) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptStringUint

type OptStringUint struct {
	Value uint
	Set   bool
}

OptStringUint is optional uint.

func NewOptStringUint

func NewOptStringUint(v uint) OptStringUint

NewOptStringUint returns new OptStringUint with value set to v.

func (*OptStringUint) Decode

func (o *OptStringUint) Decode(d *jx.Decoder) error

Decode decodes uint from json.

func (OptStringUint) Encode

func (o OptStringUint) Encode(e *jx.Encoder)

Encode encodes uint as json.

func (OptStringUint) Get

func (o OptStringUint) Get() (v uint, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptStringUint) IsSet

func (o OptStringUint) IsSet() bool

IsSet returns true if OptStringUint was set.

func (OptStringUint) MarshalJSON

func (s OptStringUint) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptStringUint) Or

func (o OptStringUint) Or(d uint) uint

Or returns value if set, or given parameter if does not.

func (*OptStringUint) Reset

func (o *OptStringUint) Reset()

Reset unsets value.

func (*OptStringUint) SetFake

func (s *OptStringUint) SetFake()

SetFake set fake values.

func (*OptStringUint) SetTo

func (o *OptStringUint) SetTo(v uint)

SetTo sets value to v.

func (*OptStringUint) UnmarshalJSON

func (s *OptStringUint) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptStringUint16

type OptStringUint16 struct {
	Value uint16
	Set   bool
}

OptStringUint16 is optional uint16.

func NewOptStringUint16

func NewOptStringUint16(v uint16) OptStringUint16

NewOptStringUint16 returns new OptStringUint16 with value set to v.

func (*OptStringUint16) Decode

func (o *OptStringUint16) Decode(d *jx.Decoder) error

Decode decodes uint16 from json.

func (OptStringUint16) Encode

func (o OptStringUint16) Encode(e *jx.Encoder)

Encode encodes uint16 as json.

func (OptStringUint16) Get

func (o OptStringUint16) Get() (v uint16, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptStringUint16) IsSet

func (o OptStringUint16) IsSet() bool

IsSet returns true if OptStringUint16 was set.

func (OptStringUint16) MarshalJSON

func (s OptStringUint16) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptStringUint16) Or

func (o OptStringUint16) Or(d uint16) uint16

Or returns value if set, or given parameter if does not.

func (*OptStringUint16) Reset

func (o *OptStringUint16) Reset()

Reset unsets value.

func (*OptStringUint16) SetFake

func (s *OptStringUint16) SetFake()

SetFake set fake values.

func (*OptStringUint16) SetTo

func (o *OptStringUint16) SetTo(v uint16)

SetTo sets value to v.

func (*OptStringUint16) UnmarshalJSON

func (s *OptStringUint16) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptStringUint32

type OptStringUint32 struct {
	Value uint32
	Set   bool
}

OptStringUint32 is optional uint32.

func NewOptStringUint32

func NewOptStringUint32(v uint32) OptStringUint32

NewOptStringUint32 returns new OptStringUint32 with value set to v.

func (*OptStringUint32) Decode

func (o *OptStringUint32) Decode(d *jx.Decoder) error

Decode decodes uint32 from json.

func (OptStringUint32) Encode

func (o OptStringUint32) Encode(e *jx.Encoder)

Encode encodes uint32 as json.

func (OptStringUint32) Get

func (o OptStringUint32) Get() (v uint32, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptStringUint32) IsSet

func (o OptStringUint32) IsSet() bool

IsSet returns true if OptStringUint32 was set.

func (OptStringUint32) MarshalJSON

func (s OptStringUint32) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptStringUint32) Or

func (o OptStringUint32) Or(d uint32) uint32

Or returns value if set, or given parameter if does not.

func (*OptStringUint32) Reset

func (o *OptStringUint32) Reset()

Reset unsets value.

func (*OptStringUint32) SetFake

func (s *OptStringUint32) SetFake()

SetFake set fake values.

func (*OptStringUint32) SetTo

func (o *OptStringUint32) SetTo(v uint32)

SetTo sets value to v.

func (*OptStringUint32) UnmarshalJSON

func (s *OptStringUint32) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptStringUint64

type OptStringUint64 struct {
	Value uint64
	Set   bool
}

OptStringUint64 is optional uint64.

func NewOptStringUint64

func NewOptStringUint64(v uint64) OptStringUint64

NewOptStringUint64 returns new OptStringUint64 with value set to v.

func (*OptStringUint64) Decode

func (o *OptStringUint64) Decode(d *jx.Decoder) error

Decode decodes uint64 from json.

func (OptStringUint64) Encode

func (o OptStringUint64) Encode(e *jx.Encoder)

Encode encodes uint64 as json.

func (OptStringUint64) Get

func (o OptStringUint64) Get() (v uint64, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptStringUint64) IsSet

func (o OptStringUint64) IsSet() bool

IsSet returns true if OptStringUint64 was set.

func (OptStringUint64) MarshalJSON

func (s OptStringUint64) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptStringUint64) Or

func (o OptStringUint64) Or(d uint64) uint64

Or returns value if set, or given parameter if does not.

func (*OptStringUint64) Reset

func (o *OptStringUint64) Reset()

Reset unsets value.

func (*OptStringUint64) SetFake

func (s *OptStringUint64) SetFake()

SetFake set fake values.

func (*OptStringUint64) SetTo

func (o *OptStringUint64) SetTo(v uint64)

SetTo sets value to v.

func (*OptStringUint64) UnmarshalJSON

func (s *OptStringUint64) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptStringUint8

type OptStringUint8 struct {
	Value uint8
	Set   bool
}

OptStringUint8 is optional uint8.

func NewOptStringUint8

func NewOptStringUint8(v uint8) OptStringUint8

NewOptStringUint8 returns new OptStringUint8 with value set to v.

func (*OptStringUint8) Decode

func (o *OptStringUint8) Decode(d *jx.Decoder) error

Decode decodes uint8 from json.

func (OptStringUint8) Encode

func (o OptStringUint8) Encode(e *jx.Encoder)

Encode encodes uint8 as json.

func (OptStringUint8) Get

func (o OptStringUint8) Get() (v uint8, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptStringUint8) IsSet

func (o OptStringUint8) IsSet() bool

IsSet returns true if OptStringUint8 was set.

func (OptStringUint8) MarshalJSON

func (s OptStringUint8) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptStringUint8) Or

func (o OptStringUint8) Or(d uint8) uint8

Or returns value if set, or given parameter if does not.

func (*OptStringUint8) Reset

func (o *OptStringUint8) Reset()

Reset unsets value.

func (*OptStringUint8) SetFake

func (s *OptStringUint8) SetFake()

SetFake set fake values.

func (*OptStringUint8) SetTo

func (o *OptStringUint8) SetTo(v uint8)

SetTo sets value to v.

func (*OptStringUint8) UnmarshalJSON

func (s *OptStringUint8) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptStringUnixMicro

type OptStringUnixMicro struct {
	Value time.Time
	Set   bool
}

OptStringUnixMicro is optional time.Time.

func NewOptStringUnixMicro

func NewOptStringUnixMicro(v time.Time) OptStringUnixMicro

NewOptStringUnixMicro returns new OptStringUnixMicro with value set to v.

func (*OptStringUnixMicro) Decode

func (o *OptStringUnixMicro) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (OptStringUnixMicro) Encode

func (o OptStringUnixMicro) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (OptStringUnixMicro) Get

func (o OptStringUnixMicro) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptStringUnixMicro) IsSet

func (o OptStringUnixMicro) IsSet() bool

IsSet returns true if OptStringUnixMicro was set.

func (OptStringUnixMicro) MarshalJSON

func (s OptStringUnixMicro) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptStringUnixMicro) Or

Or returns value if set, or given parameter if does not.

func (*OptStringUnixMicro) Reset

func (o *OptStringUnixMicro) Reset()

Reset unsets value.

func (*OptStringUnixMicro) SetFake

func (s *OptStringUnixMicro) SetFake()

SetFake set fake values.

func (*OptStringUnixMicro) SetTo

func (o *OptStringUnixMicro) SetTo(v time.Time)

SetTo sets value to v.

func (*OptStringUnixMicro) UnmarshalJSON

func (s *OptStringUnixMicro) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptStringUnixMilli

type OptStringUnixMilli struct {
	Value time.Time
	Set   bool
}

OptStringUnixMilli is optional time.Time.

func NewOptStringUnixMilli

func NewOptStringUnixMilli(v time.Time) OptStringUnixMilli

NewOptStringUnixMilli returns new OptStringUnixMilli with value set to v.

func (*OptStringUnixMilli) Decode

func (o *OptStringUnixMilli) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (OptStringUnixMilli) Encode

func (o OptStringUnixMilli) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (OptStringUnixMilli) Get

func (o OptStringUnixMilli) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptStringUnixMilli) IsSet

func (o OptStringUnixMilli) IsSet() bool

IsSet returns true if OptStringUnixMilli was set.

func (OptStringUnixMilli) MarshalJSON

func (s OptStringUnixMilli) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptStringUnixMilli) Or

Or returns value if set, or given parameter if does not.

func (*OptStringUnixMilli) Reset

func (o *OptStringUnixMilli) Reset()

Reset unsets value.

func (*OptStringUnixMilli) SetFake

func (s *OptStringUnixMilli) SetFake()

SetFake set fake values.

func (*OptStringUnixMilli) SetTo

func (o *OptStringUnixMilli) SetTo(v time.Time)

SetTo sets value to v.

func (*OptStringUnixMilli) UnmarshalJSON

func (s *OptStringUnixMilli) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptStringUnixNano

type OptStringUnixNano struct {
	Value time.Time
	Set   bool
}

OptStringUnixNano is optional time.Time.

func NewOptStringUnixNano

func NewOptStringUnixNano(v time.Time) OptStringUnixNano

NewOptStringUnixNano returns new OptStringUnixNano with value set to v.

func (*OptStringUnixNano) Decode

func (o *OptStringUnixNano) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (OptStringUnixNano) Encode

func (o OptStringUnixNano) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (OptStringUnixNano) Get

func (o OptStringUnixNano) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptStringUnixNano) IsSet

func (o OptStringUnixNano) IsSet() bool

IsSet returns true if OptStringUnixNano was set.

func (OptStringUnixNano) MarshalJSON

func (s OptStringUnixNano) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptStringUnixNano) Or

Or returns value if set, or given parameter if does not.

func (*OptStringUnixNano) Reset

func (o *OptStringUnixNano) Reset()

Reset unsets value.

func (*OptStringUnixNano) SetFake

func (s *OptStringUnixNano) SetFake()

SetFake set fake values.

func (*OptStringUnixNano) SetTo

func (o *OptStringUnixNano) SetTo(v time.Time)

SetTo sets value to v.

func (*OptStringUnixNano) UnmarshalJSON

func (s *OptStringUnixNano) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptStringUnixSeconds

type OptStringUnixSeconds struct {
	Value time.Time
	Set   bool
}

OptStringUnixSeconds is optional time.Time.

func NewOptStringUnixSeconds

func NewOptStringUnixSeconds(v time.Time) OptStringUnixSeconds

NewOptStringUnixSeconds returns new OptStringUnixSeconds with value set to v.

func (*OptStringUnixSeconds) Decode

func (o *OptStringUnixSeconds) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (OptStringUnixSeconds) Encode

func (o OptStringUnixSeconds) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (OptStringUnixSeconds) Get

func (o OptStringUnixSeconds) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptStringUnixSeconds) IsSet

func (o OptStringUnixSeconds) IsSet() bool

IsSet returns true if OptStringUnixSeconds was set.

func (OptStringUnixSeconds) MarshalJSON

func (s OptStringUnixSeconds) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptStringUnixSeconds) Or

Or returns value if set, or given parameter if does not.

func (*OptStringUnixSeconds) Reset

func (o *OptStringUnixSeconds) Reset()

Reset unsets value.

func (*OptStringUnixSeconds) SetFake

func (s *OptStringUnixSeconds) SetFake()

SetFake set fake values.

func (*OptStringUnixSeconds) SetTo

func (o *OptStringUnixSeconds) SetTo(v time.Time)

SetTo sets value to v.

func (*OptStringUnixSeconds) UnmarshalJSON

func (s *OptStringUnixSeconds) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptTestRequestFormatTestReq

type OptTestRequestFormatTestReq struct {
	Value TestRequestFormatTestReq
	Set   bool
}

OptTestRequestFormatTestReq is optional TestRequestFormatTestReq.

func NewOptTestRequestFormatTestReq

func NewOptTestRequestFormatTestReq(v TestRequestFormatTestReq) OptTestRequestFormatTestReq

NewOptTestRequestFormatTestReq returns new OptTestRequestFormatTestReq with value set to v.

func (*OptTestRequestFormatTestReq) Decode

Decode decodes TestRequestFormatTestReq from json.

func (OptTestRequestFormatTestReq) Encode

func (o OptTestRequestFormatTestReq) Encode(e *jx.Encoder)

Encode encodes TestRequestFormatTestReq as json.

func (OptTestRequestFormatTestReq) Get

Get returns value and boolean that denotes whether value was set.

func (OptTestRequestFormatTestReq) IsSet

IsSet returns true if OptTestRequestFormatTestReq was set.

func (OptTestRequestFormatTestReq) MarshalJSON

func (s OptTestRequestFormatTestReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptTestRequestFormatTestReq) Or

Or returns value if set, or given parameter if does not.

func (*OptTestRequestFormatTestReq) Reset

func (o *OptTestRequestFormatTestReq) Reset()

Reset unsets value.

func (*OptTestRequestFormatTestReq) SetFake

func (s *OptTestRequestFormatTestReq) SetFake()

SetFake set fake values.

func (*OptTestRequestFormatTestReq) SetTo

SetTo sets value to v.

func (*OptTestRequestFormatTestReq) UnmarshalJSON

func (s *OptTestRequestFormatTestReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptTime

type OptTime struct {
	Value time.Time
	Set   bool
}

OptTime is optional time.Time.

func NewOptTime

func NewOptTime(v time.Time) OptTime

NewOptTime returns new OptTime with value set to v.

func (*OptTime) Decode

func (o *OptTime) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (OptTime) Encode

func (o OptTime) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (OptTime) Get

func (o OptTime) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptTime) IsSet

func (o OptTime) IsSet() bool

IsSet returns true if OptTime was set.

func (OptTime) MarshalJSON

func (s OptTime) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptTime) Or

func (o OptTime) Or(d time.Time) time.Time

Or returns value if set, or given parameter if does not.

func (*OptTime) Reset

func (o *OptTime) Reset()

Reset unsets value.

func (*OptTime) SetFake

func (s *OptTime) SetFake()

SetFake set fake values.

func (*OptTime) SetTo

func (o *OptTime) SetTo(v time.Time)

SetTo sets value to v.

func (*OptTime) UnmarshalJSON

func (s *OptTime) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptURI

type OptURI struct {
	Value url.URL
	Set   bool
}

OptURI is optional url.URL.

func NewOptURI

func NewOptURI(v url.URL) OptURI

NewOptURI returns new OptURI with value set to v.

func (*OptURI) Decode

func (o *OptURI) Decode(d *jx.Decoder) error

Decode decodes url.URL from json.

func (OptURI) Encode

func (o OptURI) Encode(e *jx.Encoder)

Encode encodes url.URL as json.

func (OptURI) Get

func (o OptURI) Get() (v url.URL, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptURI) IsSet

func (o OptURI) IsSet() bool

IsSet returns true if OptURI was set.

func (OptURI) MarshalJSON

func (s OptURI) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptURI) Or

func (o OptURI) Or(d url.URL) url.URL

Or returns value if set, or given parameter if does not.

func (*OptURI) Reset

func (o *OptURI) Reset()

Reset unsets value.

func (*OptURI) SetFake

func (s *OptURI) SetFake()

SetFake set fake values.

func (*OptURI) SetTo

func (o *OptURI) SetTo(v url.URL)

SetTo sets value to v.

func (*OptURI) UnmarshalJSON

func (s *OptURI) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptUUID

type OptUUID struct {
	Value uuid.UUID
	Set   bool
}

OptUUID is optional uuid.UUID.

func NewOptUUID

func NewOptUUID(v uuid.UUID) OptUUID

NewOptUUID returns new OptUUID with value set to v.

func (*OptUUID) Decode

func (o *OptUUID) Decode(d *jx.Decoder) error

Decode decodes uuid.UUID from json.

func (OptUUID) Encode

func (o OptUUID) Encode(e *jx.Encoder)

Encode encodes uuid.UUID as json.

func (OptUUID) Get

func (o OptUUID) Get() (v uuid.UUID, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptUUID) IsSet

func (o OptUUID) IsSet() bool

IsSet returns true if OptUUID was set.

func (OptUUID) MarshalJSON

func (s OptUUID) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptUUID) Or

func (o OptUUID) Or(d uuid.UUID) uuid.UUID

Or returns value if set, or given parameter if does not.

func (*OptUUID) Reset

func (o *OptUUID) Reset()

Reset unsets value.

func (*OptUUID) SetFake

func (s *OptUUID) SetFake()

SetFake set fake values.

func (*OptUUID) SetTo

func (o *OptUUID) SetTo(v uuid.UUID)

SetTo sets value to v.

func (*OptUUID) UnmarshalJSON

func (s *OptUUID) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptUint

type OptUint struct {
	Value uint
	Set   bool
}

OptUint is optional uint.

func NewOptUint

func NewOptUint(v uint) OptUint

NewOptUint returns new OptUint with value set to v.

func (*OptUint) Decode

func (o *OptUint) Decode(d *jx.Decoder) error

Decode decodes uint from json.

func (OptUint) Encode

func (o OptUint) Encode(e *jx.Encoder)

Encode encodes uint as json.

func (OptUint) Get

func (o OptUint) Get() (v uint, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptUint) IsSet

func (o OptUint) IsSet() bool

IsSet returns true if OptUint was set.

func (OptUint) MarshalJSON

func (s OptUint) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptUint) Or

func (o OptUint) Or(d uint) uint

Or returns value if set, or given parameter if does not.

func (*OptUint) Reset

func (o *OptUint) Reset()

Reset unsets value.

func (*OptUint) SetFake

func (s *OptUint) SetFake()

SetFake set fake values.

func (*OptUint) SetTo

func (o *OptUint) SetTo(v uint)

SetTo sets value to v.

func (*OptUint) UnmarshalJSON

func (s *OptUint) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptUint16

type OptUint16 struct {
	Value uint16
	Set   bool
}

OptUint16 is optional uint16.

func NewOptUint16

func NewOptUint16(v uint16) OptUint16

NewOptUint16 returns new OptUint16 with value set to v.

func (*OptUint16) Decode

func (o *OptUint16) Decode(d *jx.Decoder) error

Decode decodes uint16 from json.

func (OptUint16) Encode

func (o OptUint16) Encode(e *jx.Encoder)

Encode encodes uint16 as json.

func (OptUint16) Get

func (o OptUint16) Get() (v uint16, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptUint16) IsSet

func (o OptUint16) IsSet() bool

IsSet returns true if OptUint16 was set.

func (OptUint16) MarshalJSON

func (s OptUint16) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptUint16) Or

func (o OptUint16) Or(d uint16) uint16

Or returns value if set, or given parameter if does not.

func (*OptUint16) Reset

func (o *OptUint16) Reset()

Reset unsets value.

func (*OptUint16) SetFake

func (s *OptUint16) SetFake()

SetFake set fake values.

func (*OptUint16) SetTo

func (o *OptUint16) SetTo(v uint16)

SetTo sets value to v.

func (*OptUint16) UnmarshalJSON

func (s *OptUint16) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptUint32

type OptUint32 struct {
	Value uint32
	Set   bool
}

OptUint32 is optional uint32.

func NewOptUint32

func NewOptUint32(v uint32) OptUint32

NewOptUint32 returns new OptUint32 with value set to v.

func (*OptUint32) Decode

func (o *OptUint32) Decode(d *jx.Decoder) error

Decode decodes uint32 from json.

func (OptUint32) Encode

func (o OptUint32) Encode(e *jx.Encoder)

Encode encodes uint32 as json.

func (OptUint32) Get

func (o OptUint32) Get() (v uint32, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptUint32) IsSet

func (o OptUint32) IsSet() bool

IsSet returns true if OptUint32 was set.

func (OptUint32) MarshalJSON

func (s OptUint32) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptUint32) Or

func (o OptUint32) Or(d uint32) uint32

Or returns value if set, or given parameter if does not.

func (*OptUint32) Reset

func (o *OptUint32) Reset()

Reset unsets value.

func (*OptUint32) SetFake

func (s *OptUint32) SetFake()

SetFake set fake values.

func (*OptUint32) SetTo

func (o *OptUint32) SetTo(v uint32)

SetTo sets value to v.

func (*OptUint32) UnmarshalJSON

func (s *OptUint32) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptUint64

type OptUint64 struct {
	Value uint64
	Set   bool
}

OptUint64 is optional uint64.

func NewOptUint64

func NewOptUint64(v uint64) OptUint64

NewOptUint64 returns new OptUint64 with value set to v.

func (*OptUint64) Decode

func (o *OptUint64) Decode(d *jx.Decoder) error

Decode decodes uint64 from json.

func (OptUint64) Encode

func (o OptUint64) Encode(e *jx.Encoder)

Encode encodes uint64 as json.

func (OptUint64) Get

func (o OptUint64) Get() (v uint64, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptUint64) IsSet

func (o OptUint64) IsSet() bool

IsSet returns true if OptUint64 was set.

func (OptUint64) MarshalJSON

func (s OptUint64) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptUint64) Or

func (o OptUint64) Or(d uint64) uint64

Or returns value if set, or given parameter if does not.

func (*OptUint64) Reset

func (o *OptUint64) Reset()

Reset unsets value.

func (*OptUint64) SetFake

func (s *OptUint64) SetFake()

SetFake set fake values.

func (*OptUint64) SetTo

func (o *OptUint64) SetTo(v uint64)

SetTo sets value to v.

func (*OptUint64) UnmarshalJSON

func (s *OptUint64) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptUint8

type OptUint8 struct {
	Value uint8
	Set   bool
}

OptUint8 is optional uint8.

func NewOptUint8

func NewOptUint8(v uint8) OptUint8

NewOptUint8 returns new OptUint8 with value set to v.

func (*OptUint8) Decode

func (o *OptUint8) Decode(d *jx.Decoder) error

Decode decodes uint8 from json.

func (OptUint8) Encode

func (o OptUint8) Encode(e *jx.Encoder)

Encode encodes uint8 as json.

func (OptUint8) Get

func (o OptUint8) Get() (v uint8, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptUint8) IsSet

func (o OptUint8) IsSet() bool

IsSet returns true if OptUint8 was set.

func (OptUint8) MarshalJSON

func (s OptUint8) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptUint8) Or

func (o OptUint8) Or(d uint8) uint8

Or returns value if set, or given parameter if does not.

func (*OptUint8) Reset

func (o *OptUint8) Reset()

Reset unsets value.

func (*OptUint8) SetFake

func (s *OptUint8) SetFake()

SetFake set fake values.

func (*OptUint8) SetTo

func (o *OptUint8) SetTo(v uint8)

SetTo sets value to v.

func (*OptUint8) UnmarshalJSON

func (s *OptUint8) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptUnixMicro

type OptUnixMicro struct {
	Value time.Time
	Set   bool
}

OptUnixMicro is optional time.Time.

func NewOptUnixMicro

func NewOptUnixMicro(v time.Time) OptUnixMicro

NewOptUnixMicro returns new OptUnixMicro with value set to v.

func (*OptUnixMicro) Decode

func (o *OptUnixMicro) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (OptUnixMicro) Encode

func (o OptUnixMicro) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (OptUnixMicro) Get

func (o OptUnixMicro) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptUnixMicro) IsSet

func (o OptUnixMicro) IsSet() bool

IsSet returns true if OptUnixMicro was set.

func (OptUnixMicro) MarshalJSON

func (s OptUnixMicro) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptUnixMicro) Or

func (o OptUnixMicro) Or(d time.Time) time.Time

Or returns value if set, or given parameter if does not.

func (*OptUnixMicro) Reset

func (o *OptUnixMicro) Reset()

Reset unsets value.

func (*OptUnixMicro) SetFake

func (s *OptUnixMicro) SetFake()

SetFake set fake values.

func (*OptUnixMicro) SetTo

func (o *OptUnixMicro) SetTo(v time.Time)

SetTo sets value to v.

func (*OptUnixMicro) UnmarshalJSON

func (s *OptUnixMicro) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptUnixMilli

type OptUnixMilli struct {
	Value time.Time
	Set   bool
}

OptUnixMilli is optional time.Time.

func NewOptUnixMilli

func NewOptUnixMilli(v time.Time) OptUnixMilli

NewOptUnixMilli returns new OptUnixMilli with value set to v.

func (*OptUnixMilli) Decode

func (o *OptUnixMilli) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (OptUnixMilli) Encode

func (o OptUnixMilli) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (OptUnixMilli) Get

func (o OptUnixMilli) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptUnixMilli) IsSet

func (o OptUnixMilli) IsSet() bool

IsSet returns true if OptUnixMilli was set.

func (OptUnixMilli) MarshalJSON

func (s OptUnixMilli) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptUnixMilli) Or

func (o OptUnixMilli) Or(d time.Time) time.Time

Or returns value if set, or given parameter if does not.

func (*OptUnixMilli) Reset

func (o *OptUnixMilli) Reset()

Reset unsets value.

func (*OptUnixMilli) SetFake

func (s *OptUnixMilli) SetFake()

SetFake set fake values.

func (*OptUnixMilli) SetTo

func (o *OptUnixMilli) SetTo(v time.Time)

SetTo sets value to v.

func (*OptUnixMilli) UnmarshalJSON

func (s *OptUnixMilli) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptUnixNano

type OptUnixNano struct {
	Value time.Time
	Set   bool
}

OptUnixNano is optional time.Time.

func NewOptUnixNano

func NewOptUnixNano(v time.Time) OptUnixNano

NewOptUnixNano returns new OptUnixNano with value set to v.

func (*OptUnixNano) Decode

func (o *OptUnixNano) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (OptUnixNano) Encode

func (o OptUnixNano) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (OptUnixNano) Get

func (o OptUnixNano) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptUnixNano) IsSet

func (o OptUnixNano) IsSet() bool

IsSet returns true if OptUnixNano was set.

func (OptUnixNano) MarshalJSON

func (s OptUnixNano) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptUnixNano) Or

func (o OptUnixNano) Or(d time.Time) time.Time

Or returns value if set, or given parameter if does not.

func (*OptUnixNano) Reset

func (o *OptUnixNano) Reset()

Reset unsets value.

func (*OptUnixNano) SetFake

func (s *OptUnixNano) SetFake()

SetFake set fake values.

func (*OptUnixNano) SetTo

func (o *OptUnixNano) SetTo(v time.Time)

SetTo sets value to v.

func (*OptUnixNano) UnmarshalJSON

func (s *OptUnixNano) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptUnixSeconds

type OptUnixSeconds struct {
	Value time.Time
	Set   bool
}

OptUnixSeconds is optional time.Time.

func NewOptUnixSeconds

func NewOptUnixSeconds(v time.Time) OptUnixSeconds

NewOptUnixSeconds returns new OptUnixSeconds with value set to v.

func (*OptUnixSeconds) Decode

func (o *OptUnixSeconds) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error

Decode decodes time.Time from json.

func (OptUnixSeconds) Encode

func (o OptUnixSeconds) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))

Encode encodes time.Time as json.

func (OptUnixSeconds) Get

func (o OptUnixSeconds) Get() (v time.Time, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptUnixSeconds) IsSet

func (o OptUnixSeconds) IsSet() bool

IsSet returns true if OptUnixSeconds was set.

func (OptUnixSeconds) MarshalJSON

func (s OptUnixSeconds) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptUnixSeconds) Or

func (o OptUnixSeconds) Or(d time.Time) time.Time

Or returns value if set, or given parameter if does not.

func (*OptUnixSeconds) Reset

func (o *OptUnixSeconds) Reset()

Reset unsets value.

func (*OptUnixSeconds) SetFake

func (s *OptUnixSeconds) SetFake()

SetFake set fake values.

func (*OptUnixSeconds) SetTo

func (o *OptUnixSeconds) SetTo(v time.Time)

SetTo sets value to v.

func (*OptUnixSeconds) UnmarshalJSON

func (s *OptUnixSeconds) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type Option

type Option interface {
	ServerOption
	ClientOption
}

Option is config option.

func WithMeterProvider

func WithMeterProvider(provider metric.MeterProvider) Option

WithMeterProvider specifies a meter provider to use for creating a meter.

If none is specified, the otel.GetMeterProvider() is used.

func WithTracerProvider

func WithTracerProvider(provider trace.TracerProvider) Option

WithTracerProvider specifies a tracer provider to use for creating a tracer.

If none is specified, the global provider is used.

type Route

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

Route is route object.

func (Route) Args

func (r Route) Args() []string

Args returns parsed arguments.

func (Route) Name

func (r Route) Name() string

Name returns ogen operation name.

It is guaranteed to be unique and not empty.

func (Route) OperationID

func (r Route) OperationID() string

OperationID returns OpenAPI operationId.

func (Route) PathPattern

func (r Route) PathPattern() string

PathPattern returns OpenAPI path.

func (Route) Summary

func (r Route) Summary() string

Summary returns OpenAPI summary.

type Server

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

Server implements http server based on OpenAPI v3 specification and calls Handler to handle requests.

func NewServer

func NewServer(h Handler, opts ...ServerOption) (*Server, error)

NewServer creates new Server.

func (*Server) FindPath

func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool)

FindPath finds Route for given method and URL.

func (*Server) FindRoute

func (s *Server) FindRoute(method, path string) (Route, bool)

FindRoute finds Route for given method and path.

Note: this method does not unescape path or handle reserved characters in path properly. Use FindPath instead.

func (*Server) ServeHTTP

func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request)

ServeHTTP serves http request as defined by OpenAPI v3 specification, calling handler that matches the path or returning not found error.

type ServerOption

type ServerOption interface {
	// contains filtered or unexported methods
}

ServerOption is server config option.

func WithErrorHandler

func WithErrorHandler(h ErrorHandler) ServerOption

WithErrorHandler specifies error handler to use.

func WithMaxMultipartMemory

func WithMaxMultipartMemory(max int64) ServerOption

WithMaxMultipartMemory specifies limit of memory for storing file parts. File parts which can't be stored in memory will be stored on disk in temporary files.

func WithMethodNotAllowed

func WithMethodNotAllowed(methodNotAllowed func(w http.ResponseWriter, r *http.Request, allowed string)) ServerOption

WithMethodNotAllowed specifies Method Not Allowed handler to use.

func WithMiddleware

func WithMiddleware(m ...Middleware) ServerOption

WithMiddleware specifies middlewares to use.

func WithNotFound

func WithNotFound(notFound http.HandlerFunc) ServerOption

WithNotFound specifies Not Found handler to use.

func WithPathPrefix

func WithPathPrefix(prefix string) ServerOption

WithPathPrefix specifies server path prefix.

type TestQueryParameterParams

type TestQueryParameterParams struct {
	Boolean                 bool
	BooleanArray            []bool
	Integer                 int
	IntegerArray            []int
	IntegerInt16            int16
	IntegerInt16Array       []int16
	IntegerInt32            int32
	IntegerInt32Array       []int32
	IntegerInt64            int64
	IntegerInt64Array       []int64
	IntegerInt8             int8
	IntegerInt8Array        []int8
	IntegerUint             uint
	IntegerUint16           uint16
	IntegerUint16Array      []uint16
	IntegerUint32           uint32
	IntegerUint32Array      []uint32
	IntegerUint64           uint64
	IntegerUint64Array      []uint64
	IntegerUint8            uint8
	IntegerUint8Array       []uint8
	IntegerUintArray        []uint
	IntegerUnix             time.Time
	IntegerUnixMicro        time.Time
	IntegerUnixMicroArray   []time.Time
	IntegerUnixMilli        time.Time
	IntegerUnixMilliArray   []time.Time
	IntegerUnixNano         time.Time
	IntegerUnixNanoArray    []time.Time
	IntegerUnixSeconds      time.Time
	IntegerUnixSecondsArray []time.Time
	IntegerUnixArray        []time.Time
	Number                  float64
	NumberArray             []float64
	NumberDouble            float64
	NumberDoubleArray       []float64
	NumberFloat             float32
	NumberFloatArray        []float32
	NumberInt32             int32
	NumberInt32Array        []int32
	NumberInt64             int64
	NumberInt64Array        []int64
	String                  string
	StringArray             []string
	StringBase64            []byte
	StringBase64Array       [][]byte
	StringBinary            string
	StringBinaryArray       []string
	StringByte              []byte
	StringByteArray         [][]byte
	StringDate              time.Time
	StringDateTime          time.Time
	StringDateTimeArray     []time.Time
	StringDateArray         []time.Time
	StringDuration          time.Duration
	StringDurationArray     []time.Duration
	StringEmail             string
	StringEmailArray        []string
	StringFloat32           float32
	StringFloat32Array      []float32
	StringFloat64           float64
	StringFloat64Array      []float64
	StringHostname          string
	StringHostnameArray     []string
	StringInt               int
	StringInt16             int16
	StringInt16Array        []int16
	StringInt32             int32
	StringInt32Array        []int32
	StringInt64             int64
	StringInt64Array        []int64
	StringInt8              int8
	StringInt8Array         []int8
	StringIntArray          []int
	StringIP                netip.Addr
	StringIPArray           []netip.Addr
	StringIpv4              netip.Addr
	StringIpv4Array         []netip.Addr
	StringIpv6              netip.Addr
	StringIpv6Array         []netip.Addr
	StringMAC               net.HardwareAddr
	StringMACArray          []net.HardwareAddr
	StringPassword          string
	StringPasswordArray     []string
	StringTime              time.Time
	StringTimeArray         []time.Time
	StringUint              uint
	StringUint16            uint16
	StringUint16Array       []uint16
	StringUint32            uint32
	StringUint32Array       []uint32
	StringUint64            uint64
	StringUint64Array       []uint64
	StringUint8             uint8
	StringUint8Array        []uint8
	StringUintArray         []uint
	StringUnix              time.Time
	StringUnixMicro         time.Time
	StringUnixMicroArray    []time.Time
	StringUnixMilli         time.Time
	StringUnixMilliArray    []time.Time
	StringUnixNano          time.Time
	StringUnixNanoArray     []time.Time
	StringUnixSeconds       time.Time
	StringUnixSecondsArray  []time.Time
	StringUnixArray         []time.Time
	StringURI               url.URL
	StringURIArray          []url.URL
	StringUUID              uuid.UUID
	StringUUIDArray         []uuid.UUID
}

TestQueryParameterParams is parameters of test_query_parameter operation.

type TestRequestEmptyStructReq

type TestRequestEmptyStructReq struct{}

func (*TestRequestEmptyStructReq) Decode

func (s *TestRequestEmptyStructReq) Decode(d *jx.Decoder) error

Decode decodes TestRequestEmptyStructReq from json.

func (*TestRequestEmptyStructReq) Encode

func (s *TestRequestEmptyStructReq) Encode(e *jx.Encoder)

Encode implements json.Marshaler.

func (*TestRequestEmptyStructReq) MarshalJSON

func (s *TestRequestEmptyStructReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*TestRequestEmptyStructReq) SetFake

func (s *TestRequestEmptyStructReq) SetFake()

SetFake set fake values.

func (*TestRequestEmptyStructReq) UnmarshalJSON

func (s *TestRequestEmptyStructReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type TestRequestFormatTestReq

type TestRequestFormatTestReq struct {
	RequiredAny                                jx.Raw               `json:"required_any"`
	RequiredArrayAny                           []jx.Raw             `json:"required_array_any"`
	RequiredArrayBoolean                       []bool               `json:"required_array_boolean"`
	RequiredArrayInteger                       []int                `json:"required_array_integer"`
	RequiredArrayIntegerInt16                  []int16              `json:"required_array_integer_int16"`
	RequiredArrayIntegerInt32                  []int32              `json:"required_array_integer_int32"`
	RequiredArrayIntegerInt64                  []int64              `json:"required_array_integer_int64"`
	RequiredArrayIntegerInt8                   []int8               `json:"required_array_integer_int8"`
	RequiredArrayIntegerUint                   []uint               `json:"required_array_integer_uint"`
	RequiredArrayIntegerUint16                 []uint16             `json:"required_array_integer_uint16"`
	RequiredArrayIntegerUint32                 []uint32             `json:"required_array_integer_uint32"`
	RequiredArrayIntegerUint64                 []uint64             `json:"required_array_integer_uint64"`
	RequiredArrayIntegerUint8                  []uint8              `json:"required_array_integer_uint8"`
	RequiredArrayIntegerUnix                   []time.Time          `json:"required_array_integer_unix"`
	RequiredArrayIntegerUnixMinusMicro         []time.Time          `json:"required_array_integer_unix-micro"`
	RequiredArrayIntegerUnixMinusMilli         []time.Time          `json:"required_array_integer_unix-milli"`
	RequiredArrayIntegerUnixMinusNano          []time.Time          `json:"required_array_integer_unix-nano"`
	RequiredArrayIntegerUnixMinusSeconds       []time.Time          `json:"required_array_integer_unix-seconds"`
	RequiredArrayNull                          []struct{}           `json:"required_array_null"`
	RequiredArrayNumber                        []float64            `json:"required_array_number"`
	RequiredArrayNumberDouble                  []float64            `json:"required_array_number_double"`
	RequiredArrayNumberFloat                   []float32            `json:"required_array_number_float"`
	RequiredArrayNumberInt32                   []int32              `json:"required_array_number_int32"`
	RequiredArrayNumberInt64                   []int64              `json:"required_array_number_int64"`
	RequiredArrayString                        []string             `json:"required_array_string"`
	RequiredArrayStringBase64                  [][]byte             `json:"required_array_string_base64"`
	RequiredArrayStringBinary                  []string             `json:"required_array_string_binary"`
	RequiredArrayStringByte                    [][]byte             `json:"required_array_string_byte"`
	RequiredArrayStringDate                    []time.Time          `json:"required_array_string_date"`
	RequiredArrayStringDateMinusTime           []time.Time          `json:"required_array_string_date-time"`
	RequiredArrayStringDuration                []time.Duration      `json:"required_array_string_duration"`
	RequiredArrayStringEmail                   []string             `json:"required_array_string_email"`
	RequiredArrayStringFloat32                 []float32            `json:"required_array_string_float32"`
	RequiredArrayStringFloat64                 []float64            `json:"required_array_string_float64"`
	RequiredArrayStringHostname                []string             `json:"required_array_string_hostname"`
	RequiredArrayStringInt                     []int                `json:"required_array_string_int"`
	RequiredArrayStringInt16                   []int16              `json:"required_array_string_int16"`
	RequiredArrayStringInt32                   []int32              `json:"required_array_string_int32"`
	RequiredArrayStringInt64                   []int64              `json:"required_array_string_int64"`
	RequiredArrayStringInt8                    []int8               `json:"required_array_string_int8"`
	RequiredArrayStringIP                      []netip.Addr         `json:"required_array_string_ip"`
	RequiredArrayStringIpv4                    []netip.Addr         `json:"required_array_string_ipv4"`
	RequiredArrayStringIpv6                    []netip.Addr         `json:"required_array_string_ipv6"`
	RequiredArrayStringMAC                     []net.HardwareAddr   `json:"required_array_string_mac"`
	RequiredArrayStringPassword                []string             `json:"required_array_string_password"`
	RequiredArrayStringTime                    []time.Time          `json:"required_array_string_time"`
	RequiredArrayStringUint                    []uint               `json:"required_array_string_uint"`
	RequiredArrayStringUint16                  []uint16             `json:"required_array_string_uint16"`
	RequiredArrayStringUint32                  []uint32             `json:"required_array_string_uint32"`
	RequiredArrayStringUint64                  []uint64             `json:"required_array_string_uint64"`
	RequiredArrayStringUint8                   []uint8              `json:"required_array_string_uint8"`
	RequiredArrayStringUnix                    []time.Time          `json:"required_array_string_unix"`
	RequiredArrayStringUnixMinusMicro          []time.Time          `json:"required_array_string_unix-micro"`
	RequiredArrayStringUnixMinusMilli          []time.Time          `json:"required_array_string_unix-milli"`
	RequiredArrayStringUnixMinusNano           []time.Time          `json:"required_array_string_unix-nano"`
	RequiredArrayStringUnixMinusSeconds        []time.Time          `json:"required_array_string_unix-seconds"`
	RequiredArrayStringURI                     []url.URL            `json:"required_array_string_uri"`
	RequiredArrayStringUUID                    []uuid.UUID          `json:"required_array_string_uuid"`
	RequiredBoolean                            bool                 `json:"required_boolean"`
	RequiredDoubleArrayAny                     [][]jx.Raw           `json:"required_double_array_any"`
	RequiredDoubleArrayBoolean                 [][]bool             `json:"required_double_array_boolean"`
	RequiredDoubleArrayInteger                 [][]int              `json:"required_double_array_integer"`
	RequiredDoubleArrayIntegerInt16            [][]int16            `json:"required_double_array_integer_int16"`
	RequiredDoubleArrayIntegerInt32            [][]int32            `json:"required_double_array_integer_int32"`
	RequiredDoubleArrayIntegerInt64            [][]int64            `json:"required_double_array_integer_int64"`
	RequiredDoubleArrayIntegerInt8             [][]int8             `json:"required_double_array_integer_int8"`
	RequiredDoubleArrayIntegerUint             [][]uint             `json:"required_double_array_integer_uint"`
	RequiredDoubleArrayIntegerUint16           [][]uint16           `json:"required_double_array_integer_uint16"`
	RequiredDoubleArrayIntegerUint32           [][]uint32           `json:"required_double_array_integer_uint32"`
	RequiredDoubleArrayIntegerUint64           [][]uint64           `json:"required_double_array_integer_uint64"`
	RequiredDoubleArrayIntegerUint8            [][]uint8            `json:"required_double_array_integer_uint8"`
	RequiredDoubleArrayIntegerUnix             [][]time.Time        `json:"required_double_array_integer_unix"`
	RequiredDoubleArrayIntegerUnixMinusMicro   [][]time.Time        `json:"required_double_array_integer_unix-micro"`
	RequiredDoubleArrayIntegerUnixMinusMilli   [][]time.Time        `json:"required_double_array_integer_unix-milli"`
	RequiredDoubleArrayIntegerUnixMinusNano    [][]time.Time        `json:"required_double_array_integer_unix-nano"`
	RequiredDoubleArrayIntegerUnixMinusSeconds [][]time.Time        `json:"required_double_array_integer_unix-seconds"`
	RequiredDoubleArrayNull                    [][]struct{}         `json:"required_double_array_null"`
	RequiredDoubleArrayNumber                  [][]float64          `json:"required_double_array_number"`
	RequiredDoubleArrayNumberDouble            [][]float64          `json:"required_double_array_number_double"`
	RequiredDoubleArrayNumberFloat             [][]float32          `json:"required_double_array_number_float"`
	RequiredDoubleArrayNumberInt32             [][]int32            `json:"required_double_array_number_int32"`
	RequiredDoubleArrayNumberInt64             [][]int64            `json:"required_double_array_number_int64"`
	RequiredDoubleArrayString                  [][]string           `json:"required_double_array_string"`
	RequiredDoubleArrayStringBase64            [][][]byte           `json:"required_double_array_string_base64"`
	RequiredDoubleArrayStringBinary            [][]string           `json:"required_double_array_string_binary"`
	RequiredDoubleArrayStringByte              [][][]byte           `json:"required_double_array_string_byte"`
	RequiredDoubleArrayStringDate              [][]time.Time        `json:"required_double_array_string_date"`
	RequiredDoubleArrayStringDateMinusTime     [][]time.Time        `json:"required_double_array_string_date-time"`
	RequiredDoubleArrayStringDuration          [][]time.Duration    `json:"required_double_array_string_duration"`
	RequiredDoubleArrayStringEmail             [][]string           `json:"required_double_array_string_email"`
	RequiredDoubleArrayStringFloat32           [][]float32          `json:"required_double_array_string_float32"`
	RequiredDoubleArrayStringFloat64           [][]float64          `json:"required_double_array_string_float64"`
	RequiredDoubleArrayStringHostname          [][]string           `json:"required_double_array_string_hostname"`
	RequiredDoubleArrayStringInt               [][]int              `json:"required_double_array_string_int"`
	RequiredDoubleArrayStringInt16             [][]int16            `json:"required_double_array_string_int16"`
	RequiredDoubleArrayStringInt32             [][]int32            `json:"required_double_array_string_int32"`
	RequiredDoubleArrayStringInt64             [][]int64            `json:"required_double_array_string_int64"`
	RequiredDoubleArrayStringInt8              [][]int8             `json:"required_double_array_string_int8"`
	RequiredDoubleArrayStringIP                [][]netip.Addr       `json:"required_double_array_string_ip"`
	RequiredDoubleArrayStringIpv4              [][]netip.Addr       `json:"required_double_array_string_ipv4"`
	RequiredDoubleArrayStringIpv6              [][]netip.Addr       `json:"required_double_array_string_ipv6"`
	RequiredDoubleArrayStringMAC               [][]net.HardwareAddr `json:"required_double_array_string_mac"`
	RequiredDoubleArrayStringPassword          [][]string           `json:"required_double_array_string_password"`
	RequiredDoubleArrayStringTime              [][]time.Time        `json:"required_double_array_string_time"`
	RequiredDoubleArrayStringUint              [][]uint             `json:"required_double_array_string_uint"`
	RequiredDoubleArrayStringUint16            [][]uint16           `json:"required_double_array_string_uint16"`
	RequiredDoubleArrayStringUint32            [][]uint32           `json:"required_double_array_string_uint32"`
	RequiredDoubleArrayStringUint64            [][]uint64           `json:"required_double_array_string_uint64"`
	RequiredDoubleArrayStringUint8             [][]uint8            `json:"required_double_array_string_uint8"`
	RequiredDoubleArrayStringUnix              [][]time.Time        `json:"required_double_array_string_unix"`
	RequiredDoubleArrayStringUnixMinusMicro    [][]time.Time        `json:"required_double_array_string_unix-micro"`
	RequiredDoubleArrayStringUnixMinusMilli    [][]time.Time        `json:"required_double_array_string_unix-milli"`
	RequiredDoubleArrayStringUnixMinusNano     [][]time.Time        `json:"required_double_array_string_unix-nano"`
	RequiredDoubleArrayStringUnixMinusSeconds  [][]time.Time        `json:"required_double_array_string_unix-seconds"`
	RequiredDoubleArrayStringURI               [][]url.URL          `json:"required_double_array_string_uri"`
	RequiredDoubleArrayStringUUID              [][]uuid.UUID        `json:"required_double_array_string_uuid"`
	RequiredInteger                            int                  `json:"required_integer"`
	RequiredIntegerInt16                       int16                `json:"required_integer_int16"`
	RequiredIntegerInt32                       int32                `json:"required_integer_int32"`
	RequiredIntegerInt64                       int64                `json:"required_integer_int64"`
	RequiredIntegerInt8                        int8                 `json:"required_integer_int8"`
	RequiredIntegerUint                        uint                 `json:"required_integer_uint"`
	RequiredIntegerUint16                      uint16               `json:"required_integer_uint16"`
	RequiredIntegerUint32                      uint32               `json:"required_integer_uint32"`
	RequiredIntegerUint64                      uint64               `json:"required_integer_uint64"`
	RequiredIntegerUint8                       uint8                `json:"required_integer_uint8"`
	RequiredIntegerUnix                        time.Time            `json:"required_integer_unix"`
	RequiredIntegerUnixMinusMicro              time.Time            `json:"required_integer_unix-micro"`
	RequiredIntegerUnixMinusMilli              time.Time            `json:"required_integer_unix-milli"`
	RequiredIntegerUnixMinusNano               time.Time            `json:"required_integer_unix-nano"`
	RequiredIntegerUnixMinusSeconds            time.Time            `json:"required_integer_unix-seconds"`
	RequiredNull                               struct{}             `json:"required_null"`
	RequiredNumber                             float64              `json:"required_number"`
	RequiredNumberDouble                       float64              `json:"required_number_double"`
	RequiredNumberFloat                        float32              `json:"required_number_float"`
	RequiredNumberInt32                        int32                `json:"required_number_int32"`
	RequiredNumberInt64                        int64                `json:"required_number_int64"`
	RequiredString                             string               `json:"required_string"`
	RequiredStringBase64                       []byte               `json:"required_string_base64"`
	RequiredStringBinary                       string               `json:"required_string_binary"`
	RequiredStringByte                         []byte               `json:"required_string_byte"`
	RequiredStringDate                         time.Time            `json:"required_string_date"`
	RequiredStringDateMinusTime                time.Time            `json:"required_string_date-time"`
	RequiredStringDuration                     time.Duration        `json:"required_string_duration"`
	RequiredStringEmail                        string               `json:"required_string_email"`
	RequiredStringFloat32                      float32              `json:"required_string_float32"`
	RequiredStringFloat64                      float64              `json:"required_string_float64"`
	RequiredStringHostname                     string               `json:"required_string_hostname"`
	RequiredStringInt                          int                  `json:"required_string_int"`
	RequiredStringInt16                        int16                `json:"required_string_int16"`
	RequiredStringInt32                        int32                `json:"required_string_int32"`
	RequiredStringInt64                        int64                `json:"required_string_int64"`
	RequiredStringInt8                         int8                 `json:"required_string_int8"`
	RequiredStringIP                           netip.Addr           `json:"required_string_ip"`
	RequiredStringIpv4                         netip.Addr           `json:"required_string_ipv4"`
	RequiredStringIpv6                         netip.Addr           `json:"required_string_ipv6"`
	RequiredStringMAC                          net.HardwareAddr     `json:"required_string_mac"`
	RequiredStringPassword                     string               `json:"required_string_password"`
	RequiredStringTime                         time.Time            `json:"required_string_time"`
	RequiredStringUint                         uint                 `json:"required_string_uint"`
	RequiredStringUint16                       uint16               `json:"required_string_uint16"`
	RequiredStringUint32                       uint32               `json:"required_string_uint32"`
	RequiredStringUint64                       uint64               `json:"required_string_uint64"`
	RequiredStringUint8                        uint8                `json:"required_string_uint8"`
	RequiredStringUnix                         time.Time            `json:"required_string_unix"`
	RequiredStringUnixMinusMicro               time.Time            `json:"required_string_unix-micro"`
	RequiredStringUnixMinusMilli               time.Time            `json:"required_string_unix-milli"`
	RequiredStringUnixMinusNano                time.Time            `json:"required_string_unix-nano"`
	RequiredStringUnixMinusSeconds             time.Time            `json:"required_string_unix-seconds"`
	RequiredStringURI                          url.URL              `json:"required_string_uri"`
	RequiredStringUUID                         uuid.UUID            `json:"required_string_uuid"`
	OptionalAny                                jx.Raw               `json:"optional_any"`
	OptionalArrayAny                           []jx.Raw             `json:"optional_array_any"`
	OptionalArrayBoolean                       []bool               `json:"optional_array_boolean"`
	OptionalArrayInteger                       []int                `json:"optional_array_integer"`
	OptionalArrayIntegerInt16                  []int16              `json:"optional_array_integer_int16"`
	OptionalArrayIntegerInt32                  []int32              `json:"optional_array_integer_int32"`
	OptionalArrayIntegerInt64                  []int64              `json:"optional_array_integer_int64"`
	OptionalArrayIntegerInt8                   []int8               `json:"optional_array_integer_int8"`
	OptionalArrayIntegerUint                   []uint               `json:"optional_array_integer_uint"`
	OptionalArrayIntegerUint16                 []uint16             `json:"optional_array_integer_uint16"`
	OptionalArrayIntegerUint32                 []uint32             `json:"optional_array_integer_uint32"`
	OptionalArrayIntegerUint64                 []uint64             `json:"optional_array_integer_uint64"`
	OptionalArrayIntegerUint8                  []uint8              `json:"optional_array_integer_uint8"`
	OptionalArrayIntegerUnix                   []time.Time          `json:"optional_array_integer_unix"`
	OptionalArrayIntegerUnixMinusMicro         []time.Time          `json:"optional_array_integer_unix-micro"`
	OptionalArrayIntegerUnixMinusMilli         []time.Time          `json:"optional_array_integer_unix-milli"`
	OptionalArrayIntegerUnixMinusNano          []time.Time          `json:"optional_array_integer_unix-nano"`
	OptionalArrayIntegerUnixMinusSeconds       []time.Time          `json:"optional_array_integer_unix-seconds"`
	OptionalArrayNull                          []struct{}           `json:"optional_array_null"`
	OptionalArrayNumber                        []float64            `json:"optional_array_number"`
	OptionalArrayNumberDouble                  []float64            `json:"optional_array_number_double"`
	OptionalArrayNumberFloat                   []float32            `json:"optional_array_number_float"`
	OptionalArrayNumberInt32                   []int32              `json:"optional_array_number_int32"`
	OptionalArrayNumberInt64                   []int64              `json:"optional_array_number_int64"`
	OptionalArrayString                        []string             `json:"optional_array_string"`
	OptionalArrayStringBase64                  [][]byte             `json:"optional_array_string_base64"`
	OptionalArrayStringBinary                  []string             `json:"optional_array_string_binary"`
	OptionalArrayStringByte                    [][]byte             `json:"optional_array_string_byte"`
	OptionalArrayStringDate                    []time.Time          `json:"optional_array_string_date"`
	OptionalArrayStringDateMinusTime           []time.Time          `json:"optional_array_string_date-time"`
	OptionalArrayStringDuration                []time.Duration      `json:"optional_array_string_duration"`
	OptionalArrayStringEmail                   []string             `json:"optional_array_string_email"`
	OptionalArrayStringFloat32                 []float32            `json:"optional_array_string_float32"`
	OptionalArrayStringFloat64                 []float64            `json:"optional_array_string_float64"`
	OptionalArrayStringHostname                []string             `json:"optional_array_string_hostname"`
	OptionalArrayStringInt                     []int                `json:"optional_array_string_int"`
	OptionalArrayStringInt16                   []int16              `json:"optional_array_string_int16"`
	OptionalArrayStringInt32                   []int32              `json:"optional_array_string_int32"`
	OptionalArrayStringInt64                   []int64              `json:"optional_array_string_int64"`
	OptionalArrayStringInt8                    []int8               `json:"optional_array_string_int8"`
	OptionalArrayStringIP                      []netip.Addr         `json:"optional_array_string_ip"`
	OptionalArrayStringIpv4                    []netip.Addr         `json:"optional_array_string_ipv4"`
	OptionalArrayStringIpv6                    []netip.Addr         `json:"optional_array_string_ipv6"`
	OptionalArrayStringMAC                     []net.HardwareAddr   `json:"optional_array_string_mac"`
	OptionalArrayStringPassword                []string             `json:"optional_array_string_password"`
	OptionalArrayStringTime                    []time.Time          `json:"optional_array_string_time"`
	OptionalArrayStringUint                    []uint               `json:"optional_array_string_uint"`
	OptionalArrayStringUint16                  []uint16             `json:"optional_array_string_uint16"`
	OptionalArrayStringUint32                  []uint32             `json:"optional_array_string_uint32"`
	OptionalArrayStringUint64                  []uint64             `json:"optional_array_string_uint64"`
	OptionalArrayStringUint8                   []uint8              `json:"optional_array_string_uint8"`
	OptionalArrayStringUnix                    []time.Time          `json:"optional_array_string_unix"`
	OptionalArrayStringUnixMinusMicro          []time.Time          `json:"optional_array_string_unix-micro"`
	OptionalArrayStringUnixMinusMilli          []time.Time          `json:"optional_array_string_unix-milli"`
	OptionalArrayStringUnixMinusNano           []time.Time          `json:"optional_array_string_unix-nano"`
	OptionalArrayStringUnixMinusSeconds        []time.Time          `json:"optional_array_string_unix-seconds"`
	OptionalArrayStringURI                     []url.URL            `json:"optional_array_string_uri"`
	OptionalArrayStringUUID                    []uuid.UUID          `json:"optional_array_string_uuid"`
	OptionalBoolean                            OptBool              `json:"optional_boolean"`
	OptionalDoubleArrayAny                     [][]jx.Raw           `json:"optional_double_array_any"`
	OptionalDoubleArrayBoolean                 [][]bool             `json:"optional_double_array_boolean"`
	OptionalDoubleArrayInteger                 [][]int              `json:"optional_double_array_integer"`
	OptionalDoubleArrayIntegerInt16            [][]int16            `json:"optional_double_array_integer_int16"`
	OptionalDoubleArrayIntegerInt32            [][]int32            `json:"optional_double_array_integer_int32"`
	OptionalDoubleArrayIntegerInt64            [][]int64            `json:"optional_double_array_integer_int64"`
	OptionalDoubleArrayIntegerInt8             [][]int8             `json:"optional_double_array_integer_int8"`
	OptionalDoubleArrayIntegerUint             [][]uint             `json:"optional_double_array_integer_uint"`
	OptionalDoubleArrayIntegerUint16           [][]uint16           `json:"optional_double_array_integer_uint16"`
	OptionalDoubleArrayIntegerUint32           [][]uint32           `json:"optional_double_array_integer_uint32"`
	OptionalDoubleArrayIntegerUint64           [][]uint64           `json:"optional_double_array_integer_uint64"`
	OptionalDoubleArrayIntegerUint8            [][]uint8            `json:"optional_double_array_integer_uint8"`
	OptionalDoubleArrayIntegerUnix             [][]time.Time        `json:"optional_double_array_integer_unix"`
	OptionalDoubleArrayIntegerUnixMinusMicro   [][]time.Time        `json:"optional_double_array_integer_unix-micro"`
	OptionalDoubleArrayIntegerUnixMinusMilli   [][]time.Time        `json:"optional_double_array_integer_unix-milli"`
	OptionalDoubleArrayIntegerUnixMinusNano    [][]time.Time        `json:"optional_double_array_integer_unix-nano"`
	OptionalDoubleArrayIntegerUnixMinusSeconds [][]time.Time        `json:"optional_double_array_integer_unix-seconds"`
	OptionalDoubleArrayNull                    [][]struct{}         `json:"optional_double_array_null"`
	OptionalDoubleArrayNumber                  [][]float64          `json:"optional_double_array_number"`
	OptionalDoubleArrayNumberDouble            [][]float64          `json:"optional_double_array_number_double"`
	OptionalDoubleArrayNumberFloat             [][]float32          `json:"optional_double_array_number_float"`
	OptionalDoubleArrayNumberInt32             [][]int32            `json:"optional_double_array_number_int32"`
	OptionalDoubleArrayNumberInt64             [][]int64            `json:"optional_double_array_number_int64"`
	OptionalDoubleArrayString                  [][]string           `json:"optional_double_array_string"`
	OptionalDoubleArrayStringBase64            [][][]byte           `json:"optional_double_array_string_base64"`
	OptionalDoubleArrayStringBinary            [][]string           `json:"optional_double_array_string_binary"`
	OptionalDoubleArrayStringByte              [][][]byte           `json:"optional_double_array_string_byte"`
	OptionalDoubleArrayStringDate              [][]time.Time        `json:"optional_double_array_string_date"`
	OptionalDoubleArrayStringDateMinusTime     [][]time.Time        `json:"optional_double_array_string_date-time"`
	OptionalDoubleArrayStringDuration          [][]time.Duration    `json:"optional_double_array_string_duration"`
	OptionalDoubleArrayStringEmail             [][]string           `json:"optional_double_array_string_email"`
	OptionalDoubleArrayStringFloat32           [][]float32          `json:"optional_double_array_string_float32"`
	OptionalDoubleArrayStringFloat64           [][]float64          `json:"optional_double_array_string_float64"`
	OptionalDoubleArrayStringHostname          [][]string           `json:"optional_double_array_string_hostname"`
	OptionalDoubleArrayStringInt               [][]int              `json:"optional_double_array_string_int"`
	OptionalDoubleArrayStringInt16             [][]int16            `json:"optional_double_array_string_int16"`
	OptionalDoubleArrayStringInt32             [][]int32            `json:"optional_double_array_string_int32"`
	OptionalDoubleArrayStringInt64             [][]int64            `json:"optional_double_array_string_int64"`
	OptionalDoubleArrayStringInt8              [][]int8             `json:"optional_double_array_string_int8"`
	OptionalDoubleArrayStringIP                [][]netip.Addr       `json:"optional_double_array_string_ip"`
	OptionalDoubleArrayStringIpv4              [][]netip.Addr       `json:"optional_double_array_string_ipv4"`
	OptionalDoubleArrayStringIpv6              [][]netip.Addr       `json:"optional_double_array_string_ipv6"`
	OptionalDoubleArrayStringMAC               [][]net.HardwareAddr `json:"optional_double_array_string_mac"`
	OptionalDoubleArrayStringPassword          [][]string           `json:"optional_double_array_string_password"`
	OptionalDoubleArrayStringTime              [][]time.Time        `json:"optional_double_array_string_time"`
	OptionalDoubleArrayStringUint              [][]uint             `json:"optional_double_array_string_uint"`
	OptionalDoubleArrayStringUint16            [][]uint16           `json:"optional_double_array_string_uint16"`
	OptionalDoubleArrayStringUint32            [][]uint32           `json:"optional_double_array_string_uint32"`
	OptionalDoubleArrayStringUint64            [][]uint64           `json:"optional_double_array_string_uint64"`
	OptionalDoubleArrayStringUint8             [][]uint8            `json:"optional_double_array_string_uint8"`
	OptionalDoubleArrayStringUnix              [][]time.Time        `json:"optional_double_array_string_unix"`
	OptionalDoubleArrayStringUnixMinusMicro    [][]time.Time        `json:"optional_double_array_string_unix-micro"`
	OptionalDoubleArrayStringUnixMinusMilli    [][]time.Time        `json:"optional_double_array_string_unix-milli"`
	OptionalDoubleArrayStringUnixMinusNano     [][]time.Time        `json:"optional_double_array_string_unix-nano"`
	OptionalDoubleArrayStringUnixMinusSeconds  [][]time.Time        `json:"optional_double_array_string_unix-seconds"`
	OptionalDoubleArrayStringURI               [][]url.URL          `json:"optional_double_array_string_uri"`
	OptionalDoubleArrayStringUUID              [][]uuid.UUID        `json:"optional_double_array_string_uuid"`
	OptionalInteger                            OptInt               `json:"optional_integer"`
	OptionalIntegerInt16                       OptInt16             `json:"optional_integer_int16"`
	OptionalIntegerInt32                       OptInt32             `json:"optional_integer_int32"`
	OptionalIntegerInt64                       OptInt64             `json:"optional_integer_int64"`
	OptionalIntegerInt8                        OptInt8              `json:"optional_integer_int8"`
	OptionalIntegerUint                        OptUint              `json:"optional_integer_uint"`
	OptionalIntegerUint16                      OptUint16            `json:"optional_integer_uint16"`
	OptionalIntegerUint32                      OptUint32            `json:"optional_integer_uint32"`
	OptionalIntegerUint64                      OptUint64            `json:"optional_integer_uint64"`
	OptionalIntegerUint8                       OptUint8             `json:"optional_integer_uint8"`
	OptionalIntegerUnix                        OptUnixSeconds       `json:"optional_integer_unix"`
	OptionalIntegerUnixMinusMicro              OptUnixMicro         `json:"optional_integer_unix-micro"`
	OptionalIntegerUnixMinusMilli              OptUnixMilli         `json:"optional_integer_unix-milli"`
	OptionalIntegerUnixMinusNano               OptUnixNano          `json:"optional_integer_unix-nano"`
	OptionalIntegerUnixMinusSeconds            OptUnixSeconds       `json:"optional_integer_unix-seconds"`
	OptionalNull                               OptNull              `json:"optional_null"`
	OptionalNumber                             OptFloat64           `json:"optional_number"`
	OptionalNumberDouble                       OptFloat64           `json:"optional_number_double"`
	OptionalNumberFloat                        OptFloat32           `json:"optional_number_float"`
	OptionalNumberInt32                        OptInt32             `json:"optional_number_int32"`
	OptionalNumberInt64                        OptInt64             `json:"optional_number_int64"`
	OptionalString                             OptString            `json:"optional_string"`
	OptionalStringBase64                       []byte               `json:"optional_string_base64"`
	OptionalStringBinary                       OptString            `json:"optional_string_binary"`
	OptionalStringByte                         []byte               `json:"optional_string_byte"`
	OptionalStringDate                         OptDate              `json:"optional_string_date"`
	OptionalStringDateMinusTime                OptDateTime          `json:"optional_string_date-time"`
	OptionalStringDuration                     OptDuration          `json:"optional_string_duration"`
	OptionalStringEmail                        OptString            `json:"optional_string_email"`
	OptionalStringFloat32                      OptStringFloat32     `json:"optional_string_float32"`
	OptionalStringFloat64                      OptStringFloat64     `json:"optional_string_float64"`
	OptionalStringHostname                     OptString            `json:"optional_string_hostname"`
	OptionalStringInt                          OptStringInt         `json:"optional_string_int"`
	OptionalStringInt16                        OptStringInt16       `json:"optional_string_int16"`
	OptionalStringInt32                        OptStringInt32       `json:"optional_string_int32"`
	OptionalStringInt64                        OptStringInt64       `json:"optional_string_int64"`
	OptionalStringInt8                         OptStringInt8        `json:"optional_string_int8"`
	OptionalStringIP                           OptIP                `json:"optional_string_ip"`
	OptionalStringIpv4                         OptIPv4              `json:"optional_string_ipv4"`
	OptionalStringIpv6                         OptIPv6              `json:"optional_string_ipv6"`
	OptionalStringMAC                          OptHardwareAddr      `json:"optional_string_mac"`
	OptionalStringPassword                     OptString            `json:"optional_string_password"`
	OptionalStringTime                         OptTime              `json:"optional_string_time"`
	OptionalStringUint                         OptStringUint        `json:"optional_string_uint"`
	OptionalStringUint16                       OptStringUint16      `json:"optional_string_uint16"`
	OptionalStringUint32                       OptStringUint32      `json:"optional_string_uint32"`
	OptionalStringUint64                       OptStringUint64      `json:"optional_string_uint64"`
	OptionalStringUint8                        OptStringUint8       `json:"optional_string_uint8"`
	OptionalStringUnix                         OptStringUnixSeconds `json:"optional_string_unix"`
	OptionalStringUnixMinusMicro               OptStringUnixMicro   `json:"optional_string_unix-micro"`
	OptionalStringUnixMinusMilli               OptStringUnixMilli   `json:"optional_string_unix-milli"`
	OptionalStringUnixMinusNano                OptStringUnixNano    `json:"optional_string_unix-nano"`
	OptionalStringUnixMinusSeconds             OptStringUnixSeconds `json:"optional_string_unix-seconds"`
	OptionalStringURI                          OptURI               `json:"optional_string_uri"`
	OptionalStringUUID                         OptUUID              `json:"optional_string_uuid"`
}

func (*TestRequestFormatTestReq) Decode

func (s *TestRequestFormatTestReq) Decode(d *jx.Decoder) error

Decode decodes TestRequestFormatTestReq from json.

func (*TestRequestFormatTestReq) Encode

func (s *TestRequestFormatTestReq) Encode(e *jx.Encoder)

Encode implements json.Marshaler.

func (*TestRequestFormatTestReq) GetOptionalAny

func (s *TestRequestFormatTestReq) GetOptionalAny() jx.Raw

GetOptionalAny returns the value of OptionalAny.

func (*TestRequestFormatTestReq) GetOptionalArrayAny

func (s *TestRequestFormatTestReq) GetOptionalArrayAny() []jx.Raw

GetOptionalArrayAny returns the value of OptionalArrayAny.

func (*TestRequestFormatTestReq) GetOptionalArrayBoolean

func (s *TestRequestFormatTestReq) GetOptionalArrayBoolean() []bool

GetOptionalArrayBoolean returns the value of OptionalArrayBoolean.

func (*TestRequestFormatTestReq) GetOptionalArrayInteger

func (s *TestRequestFormatTestReq) GetOptionalArrayInteger() []int

GetOptionalArrayInteger returns the value of OptionalArrayInteger.

func (*TestRequestFormatTestReq) GetOptionalArrayIntegerInt16

func (s *TestRequestFormatTestReq) GetOptionalArrayIntegerInt16() []int16

GetOptionalArrayIntegerInt16 returns the value of OptionalArrayIntegerInt16.

func (*TestRequestFormatTestReq) GetOptionalArrayIntegerInt32

func (s *TestRequestFormatTestReq) GetOptionalArrayIntegerInt32() []int32

GetOptionalArrayIntegerInt32 returns the value of OptionalArrayIntegerInt32.

func (*TestRequestFormatTestReq) GetOptionalArrayIntegerInt64

func (s *TestRequestFormatTestReq) GetOptionalArrayIntegerInt64() []int64

GetOptionalArrayIntegerInt64 returns the value of OptionalArrayIntegerInt64.

func (*TestRequestFormatTestReq) GetOptionalArrayIntegerInt8

func (s *TestRequestFormatTestReq) GetOptionalArrayIntegerInt8() []int8

GetOptionalArrayIntegerInt8 returns the value of OptionalArrayIntegerInt8.

func (*TestRequestFormatTestReq) GetOptionalArrayIntegerUint

func (s *TestRequestFormatTestReq) GetOptionalArrayIntegerUint() []uint

GetOptionalArrayIntegerUint returns the value of OptionalArrayIntegerUint.

func (*TestRequestFormatTestReq) GetOptionalArrayIntegerUint16

func (s *TestRequestFormatTestReq) GetOptionalArrayIntegerUint16() []uint16

GetOptionalArrayIntegerUint16 returns the value of OptionalArrayIntegerUint16.

func (*TestRequestFormatTestReq) GetOptionalArrayIntegerUint32

func (s *TestRequestFormatTestReq) GetOptionalArrayIntegerUint32() []uint32

GetOptionalArrayIntegerUint32 returns the value of OptionalArrayIntegerUint32.

func (*TestRequestFormatTestReq) GetOptionalArrayIntegerUint64

func (s *TestRequestFormatTestReq) GetOptionalArrayIntegerUint64() []uint64

GetOptionalArrayIntegerUint64 returns the value of OptionalArrayIntegerUint64.

func (*TestRequestFormatTestReq) GetOptionalArrayIntegerUint8

func (s *TestRequestFormatTestReq) GetOptionalArrayIntegerUint8() []uint8

GetOptionalArrayIntegerUint8 returns the value of OptionalArrayIntegerUint8.

func (*TestRequestFormatTestReq) GetOptionalArrayIntegerUnix

func (s *TestRequestFormatTestReq) GetOptionalArrayIntegerUnix() []time.Time

GetOptionalArrayIntegerUnix returns the value of OptionalArrayIntegerUnix.

func (*TestRequestFormatTestReq) GetOptionalArrayIntegerUnixMinusMicro

func (s *TestRequestFormatTestReq) GetOptionalArrayIntegerUnixMinusMicro() []time.Time

GetOptionalArrayIntegerUnixMinusMicro returns the value of OptionalArrayIntegerUnixMinusMicro.

func (*TestRequestFormatTestReq) GetOptionalArrayIntegerUnixMinusMilli

func (s *TestRequestFormatTestReq) GetOptionalArrayIntegerUnixMinusMilli() []time.Time

GetOptionalArrayIntegerUnixMinusMilli returns the value of OptionalArrayIntegerUnixMinusMilli.

func (*TestRequestFormatTestReq) GetOptionalArrayIntegerUnixMinusNano

func (s *TestRequestFormatTestReq) GetOptionalArrayIntegerUnixMinusNano() []time.Time

GetOptionalArrayIntegerUnixMinusNano returns the value of OptionalArrayIntegerUnixMinusNano.

func (*TestRequestFormatTestReq) GetOptionalArrayIntegerUnixMinusSeconds

func (s *TestRequestFormatTestReq) GetOptionalArrayIntegerUnixMinusSeconds() []time.Time

GetOptionalArrayIntegerUnixMinusSeconds returns the value of OptionalArrayIntegerUnixMinusSeconds.

func (*TestRequestFormatTestReq) GetOptionalArrayNull

func (s *TestRequestFormatTestReq) GetOptionalArrayNull() []struct{}

GetOptionalArrayNull returns the value of OptionalArrayNull.

func (*TestRequestFormatTestReq) GetOptionalArrayNumber

func (s *TestRequestFormatTestReq) GetOptionalArrayNumber() []float64

GetOptionalArrayNumber returns the value of OptionalArrayNumber.

func (*TestRequestFormatTestReq) GetOptionalArrayNumberDouble

func (s *TestRequestFormatTestReq) GetOptionalArrayNumberDouble() []float64

GetOptionalArrayNumberDouble returns the value of OptionalArrayNumberDouble.

func (*TestRequestFormatTestReq) GetOptionalArrayNumberFloat

func (s *TestRequestFormatTestReq) GetOptionalArrayNumberFloat() []float32

GetOptionalArrayNumberFloat returns the value of OptionalArrayNumberFloat.

func (*TestRequestFormatTestReq) GetOptionalArrayNumberInt32

func (s *TestRequestFormatTestReq) GetOptionalArrayNumberInt32() []int32

GetOptionalArrayNumberInt32 returns the value of OptionalArrayNumberInt32.

func (*TestRequestFormatTestReq) GetOptionalArrayNumberInt64

func (s *TestRequestFormatTestReq) GetOptionalArrayNumberInt64() []int64

GetOptionalArrayNumberInt64 returns the value of OptionalArrayNumberInt64.

func (*TestRequestFormatTestReq) GetOptionalArrayString

func (s *TestRequestFormatTestReq) GetOptionalArrayString() []string

GetOptionalArrayString returns the value of OptionalArrayString.

func (*TestRequestFormatTestReq) GetOptionalArrayStringBase64

func (s *TestRequestFormatTestReq) GetOptionalArrayStringBase64() [][]byte

GetOptionalArrayStringBase64 returns the value of OptionalArrayStringBase64.

func (*TestRequestFormatTestReq) GetOptionalArrayStringBinary

func (s *TestRequestFormatTestReq) GetOptionalArrayStringBinary() []string

GetOptionalArrayStringBinary returns the value of OptionalArrayStringBinary.

func (*TestRequestFormatTestReq) GetOptionalArrayStringByte

func (s *TestRequestFormatTestReq) GetOptionalArrayStringByte() [][]byte

GetOptionalArrayStringByte returns the value of OptionalArrayStringByte.

func (*TestRequestFormatTestReq) GetOptionalArrayStringDate

func (s *TestRequestFormatTestReq) GetOptionalArrayStringDate() []time.Time

GetOptionalArrayStringDate returns the value of OptionalArrayStringDate.

func (*TestRequestFormatTestReq) GetOptionalArrayStringDateMinusTime

func (s *TestRequestFormatTestReq) GetOptionalArrayStringDateMinusTime() []time.Time

GetOptionalArrayStringDateMinusTime returns the value of OptionalArrayStringDateMinusTime.

func (*TestRequestFormatTestReq) GetOptionalArrayStringDuration

func (s *TestRequestFormatTestReq) GetOptionalArrayStringDuration() []time.Duration

GetOptionalArrayStringDuration returns the value of OptionalArrayStringDuration.

func (*TestRequestFormatTestReq) GetOptionalArrayStringEmail

func (s *TestRequestFormatTestReq) GetOptionalArrayStringEmail() []string

GetOptionalArrayStringEmail returns the value of OptionalArrayStringEmail.

func (*TestRequestFormatTestReq) GetOptionalArrayStringFloat32

func (s *TestRequestFormatTestReq) GetOptionalArrayStringFloat32() []float32

GetOptionalArrayStringFloat32 returns the value of OptionalArrayStringFloat32.

func (*TestRequestFormatTestReq) GetOptionalArrayStringFloat64

func (s *TestRequestFormatTestReq) GetOptionalArrayStringFloat64() []float64

GetOptionalArrayStringFloat64 returns the value of OptionalArrayStringFloat64.

func (*TestRequestFormatTestReq) GetOptionalArrayStringHostname

func (s *TestRequestFormatTestReq) GetOptionalArrayStringHostname() []string

GetOptionalArrayStringHostname returns the value of OptionalArrayStringHostname.

func (*TestRequestFormatTestReq) GetOptionalArrayStringIP

func (s *TestRequestFormatTestReq) GetOptionalArrayStringIP() []netip.Addr

GetOptionalArrayStringIP returns the value of OptionalArrayStringIP.

func (*TestRequestFormatTestReq) GetOptionalArrayStringInt

func (s *TestRequestFormatTestReq) GetOptionalArrayStringInt() []int

GetOptionalArrayStringInt returns the value of OptionalArrayStringInt.

func (*TestRequestFormatTestReq) GetOptionalArrayStringInt16

func (s *TestRequestFormatTestReq) GetOptionalArrayStringInt16() []int16

GetOptionalArrayStringInt16 returns the value of OptionalArrayStringInt16.

func (*TestRequestFormatTestReq) GetOptionalArrayStringInt32

func (s *TestRequestFormatTestReq) GetOptionalArrayStringInt32() []int32

GetOptionalArrayStringInt32 returns the value of OptionalArrayStringInt32.

func (*TestRequestFormatTestReq) GetOptionalArrayStringInt64

func (s *TestRequestFormatTestReq) GetOptionalArrayStringInt64() []int64

GetOptionalArrayStringInt64 returns the value of OptionalArrayStringInt64.

func (*TestRequestFormatTestReq) GetOptionalArrayStringInt8

func (s *TestRequestFormatTestReq) GetOptionalArrayStringInt8() []int8

GetOptionalArrayStringInt8 returns the value of OptionalArrayStringInt8.

func (*TestRequestFormatTestReq) GetOptionalArrayStringIpv4

func (s *TestRequestFormatTestReq) GetOptionalArrayStringIpv4() []netip.Addr

GetOptionalArrayStringIpv4 returns the value of OptionalArrayStringIpv4.

func (*TestRequestFormatTestReq) GetOptionalArrayStringIpv6

func (s *TestRequestFormatTestReq) GetOptionalArrayStringIpv6() []netip.Addr

GetOptionalArrayStringIpv6 returns the value of OptionalArrayStringIpv6.

func (*TestRequestFormatTestReq) GetOptionalArrayStringMAC

func (s *TestRequestFormatTestReq) GetOptionalArrayStringMAC() []net.HardwareAddr

GetOptionalArrayStringMAC returns the value of OptionalArrayStringMAC.

func (*TestRequestFormatTestReq) GetOptionalArrayStringPassword

func (s *TestRequestFormatTestReq) GetOptionalArrayStringPassword() []string

GetOptionalArrayStringPassword returns the value of OptionalArrayStringPassword.

func (*TestRequestFormatTestReq) GetOptionalArrayStringTime

func (s *TestRequestFormatTestReq) GetOptionalArrayStringTime() []time.Time

GetOptionalArrayStringTime returns the value of OptionalArrayStringTime.

func (*TestRequestFormatTestReq) GetOptionalArrayStringURI

func (s *TestRequestFormatTestReq) GetOptionalArrayStringURI() []url.URL

GetOptionalArrayStringURI returns the value of OptionalArrayStringURI.

func (*TestRequestFormatTestReq) GetOptionalArrayStringUUID

func (s *TestRequestFormatTestReq) GetOptionalArrayStringUUID() []uuid.UUID

GetOptionalArrayStringUUID returns the value of OptionalArrayStringUUID.

func (*TestRequestFormatTestReq) GetOptionalArrayStringUint

func (s *TestRequestFormatTestReq) GetOptionalArrayStringUint() []uint

GetOptionalArrayStringUint returns the value of OptionalArrayStringUint.

func (*TestRequestFormatTestReq) GetOptionalArrayStringUint16

func (s *TestRequestFormatTestReq) GetOptionalArrayStringUint16() []uint16

GetOptionalArrayStringUint16 returns the value of OptionalArrayStringUint16.

func (*TestRequestFormatTestReq) GetOptionalArrayStringUint32

func (s *TestRequestFormatTestReq) GetOptionalArrayStringUint32() []uint32

GetOptionalArrayStringUint32 returns the value of OptionalArrayStringUint32.

func (*TestRequestFormatTestReq) GetOptionalArrayStringUint64

func (s *TestRequestFormatTestReq) GetOptionalArrayStringUint64() []uint64

GetOptionalArrayStringUint64 returns the value of OptionalArrayStringUint64.

func (*TestRequestFormatTestReq) GetOptionalArrayStringUint8

func (s *TestRequestFormatTestReq) GetOptionalArrayStringUint8() []uint8

GetOptionalArrayStringUint8 returns the value of OptionalArrayStringUint8.

func (*TestRequestFormatTestReq) GetOptionalArrayStringUnix

func (s *TestRequestFormatTestReq) GetOptionalArrayStringUnix() []time.Time

GetOptionalArrayStringUnix returns the value of OptionalArrayStringUnix.

func (*TestRequestFormatTestReq) GetOptionalArrayStringUnixMinusMicro

func (s *TestRequestFormatTestReq) GetOptionalArrayStringUnixMinusMicro() []time.Time

GetOptionalArrayStringUnixMinusMicro returns the value of OptionalArrayStringUnixMinusMicro.

func (*TestRequestFormatTestReq) GetOptionalArrayStringUnixMinusMilli

func (s *TestRequestFormatTestReq) GetOptionalArrayStringUnixMinusMilli() []time.Time

GetOptionalArrayStringUnixMinusMilli returns the value of OptionalArrayStringUnixMinusMilli.

func (*TestRequestFormatTestReq) GetOptionalArrayStringUnixMinusNano

func (s *TestRequestFormatTestReq) GetOptionalArrayStringUnixMinusNano() []time.Time

GetOptionalArrayStringUnixMinusNano returns the value of OptionalArrayStringUnixMinusNano.

func (*TestRequestFormatTestReq) GetOptionalArrayStringUnixMinusSeconds

func (s *TestRequestFormatTestReq) GetOptionalArrayStringUnixMinusSeconds() []time.Time

GetOptionalArrayStringUnixMinusSeconds returns the value of OptionalArrayStringUnixMinusSeconds.

func (*TestRequestFormatTestReq) GetOptionalBoolean

func (s *TestRequestFormatTestReq) GetOptionalBoolean() OptBool

GetOptionalBoolean returns the value of OptionalBoolean.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayAny

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayAny() [][]jx.Raw

GetOptionalDoubleArrayAny returns the value of OptionalDoubleArrayAny.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayBoolean

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayBoolean() [][]bool

GetOptionalDoubleArrayBoolean returns the value of OptionalDoubleArrayBoolean.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayInteger

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayInteger() [][]int

GetOptionalDoubleArrayInteger returns the value of OptionalDoubleArrayInteger.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayIntegerInt16

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayIntegerInt16() [][]int16

GetOptionalDoubleArrayIntegerInt16 returns the value of OptionalDoubleArrayIntegerInt16.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayIntegerInt32

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayIntegerInt32() [][]int32

GetOptionalDoubleArrayIntegerInt32 returns the value of OptionalDoubleArrayIntegerInt32.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayIntegerInt64

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayIntegerInt64() [][]int64

GetOptionalDoubleArrayIntegerInt64 returns the value of OptionalDoubleArrayIntegerInt64.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayIntegerInt8

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayIntegerInt8() [][]int8

GetOptionalDoubleArrayIntegerInt8 returns the value of OptionalDoubleArrayIntegerInt8.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayIntegerUint

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayIntegerUint() [][]uint

GetOptionalDoubleArrayIntegerUint returns the value of OptionalDoubleArrayIntegerUint.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayIntegerUint16

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayIntegerUint16() [][]uint16

GetOptionalDoubleArrayIntegerUint16 returns the value of OptionalDoubleArrayIntegerUint16.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayIntegerUint32

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayIntegerUint32() [][]uint32

GetOptionalDoubleArrayIntegerUint32 returns the value of OptionalDoubleArrayIntegerUint32.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayIntegerUint64

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayIntegerUint64() [][]uint64

GetOptionalDoubleArrayIntegerUint64 returns the value of OptionalDoubleArrayIntegerUint64.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayIntegerUint8

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayIntegerUint8() [][]uint8

GetOptionalDoubleArrayIntegerUint8 returns the value of OptionalDoubleArrayIntegerUint8.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayIntegerUnix

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayIntegerUnix() [][]time.Time

GetOptionalDoubleArrayIntegerUnix returns the value of OptionalDoubleArrayIntegerUnix.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayIntegerUnixMinusMicro

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayIntegerUnixMinusMicro() [][]time.Time

GetOptionalDoubleArrayIntegerUnixMinusMicro returns the value of OptionalDoubleArrayIntegerUnixMinusMicro.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayIntegerUnixMinusMilli

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayIntegerUnixMinusMilli() [][]time.Time

GetOptionalDoubleArrayIntegerUnixMinusMilli returns the value of OptionalDoubleArrayIntegerUnixMinusMilli.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayIntegerUnixMinusNano

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayIntegerUnixMinusNano() [][]time.Time

GetOptionalDoubleArrayIntegerUnixMinusNano returns the value of OptionalDoubleArrayIntegerUnixMinusNano.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayIntegerUnixMinusSeconds

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayIntegerUnixMinusSeconds() [][]time.Time

GetOptionalDoubleArrayIntegerUnixMinusSeconds returns the value of OptionalDoubleArrayIntegerUnixMinusSeconds.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayNull

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayNull() [][]struct{}

GetOptionalDoubleArrayNull returns the value of OptionalDoubleArrayNull.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayNumber

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayNumber() [][]float64

GetOptionalDoubleArrayNumber returns the value of OptionalDoubleArrayNumber.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayNumberDouble

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayNumberDouble() [][]float64

GetOptionalDoubleArrayNumberDouble returns the value of OptionalDoubleArrayNumberDouble.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayNumberFloat

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayNumberFloat() [][]float32

GetOptionalDoubleArrayNumberFloat returns the value of OptionalDoubleArrayNumberFloat.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayNumberInt32

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayNumberInt32() [][]int32

GetOptionalDoubleArrayNumberInt32 returns the value of OptionalDoubleArrayNumberInt32.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayNumberInt64

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayNumberInt64() [][]int64

GetOptionalDoubleArrayNumberInt64 returns the value of OptionalDoubleArrayNumberInt64.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayString

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayString() [][]string

GetOptionalDoubleArrayString returns the value of OptionalDoubleArrayString.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringBase64

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringBase64() [][][]byte

GetOptionalDoubleArrayStringBase64 returns the value of OptionalDoubleArrayStringBase64.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringBinary

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringBinary() [][]string

GetOptionalDoubleArrayStringBinary returns the value of OptionalDoubleArrayStringBinary.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringByte

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringByte() [][][]byte

GetOptionalDoubleArrayStringByte returns the value of OptionalDoubleArrayStringByte.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringDate

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringDate() [][]time.Time

GetOptionalDoubleArrayStringDate returns the value of OptionalDoubleArrayStringDate.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringDateMinusTime

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringDateMinusTime() [][]time.Time

GetOptionalDoubleArrayStringDateMinusTime returns the value of OptionalDoubleArrayStringDateMinusTime.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringDuration

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringDuration() [][]time.Duration

GetOptionalDoubleArrayStringDuration returns the value of OptionalDoubleArrayStringDuration.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringEmail

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringEmail() [][]string

GetOptionalDoubleArrayStringEmail returns the value of OptionalDoubleArrayStringEmail.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringFloat32

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringFloat32() [][]float32

GetOptionalDoubleArrayStringFloat32 returns the value of OptionalDoubleArrayStringFloat32.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringFloat64

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringFloat64() [][]float64

GetOptionalDoubleArrayStringFloat64 returns the value of OptionalDoubleArrayStringFloat64.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringHostname

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringHostname() [][]string

GetOptionalDoubleArrayStringHostname returns the value of OptionalDoubleArrayStringHostname.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringIP

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringIP() [][]netip.Addr

GetOptionalDoubleArrayStringIP returns the value of OptionalDoubleArrayStringIP.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringInt

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringInt() [][]int

GetOptionalDoubleArrayStringInt returns the value of OptionalDoubleArrayStringInt.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringInt16

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringInt16() [][]int16

GetOptionalDoubleArrayStringInt16 returns the value of OptionalDoubleArrayStringInt16.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringInt32

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringInt32() [][]int32

GetOptionalDoubleArrayStringInt32 returns the value of OptionalDoubleArrayStringInt32.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringInt64

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringInt64() [][]int64

GetOptionalDoubleArrayStringInt64 returns the value of OptionalDoubleArrayStringInt64.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringInt8

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringInt8() [][]int8

GetOptionalDoubleArrayStringInt8 returns the value of OptionalDoubleArrayStringInt8.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringIpv4

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringIpv4() [][]netip.Addr

GetOptionalDoubleArrayStringIpv4 returns the value of OptionalDoubleArrayStringIpv4.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringIpv6

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringIpv6() [][]netip.Addr

GetOptionalDoubleArrayStringIpv6 returns the value of OptionalDoubleArrayStringIpv6.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringMAC

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringMAC() [][]net.HardwareAddr

GetOptionalDoubleArrayStringMAC returns the value of OptionalDoubleArrayStringMAC.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringPassword

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringPassword() [][]string

GetOptionalDoubleArrayStringPassword returns the value of OptionalDoubleArrayStringPassword.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringTime

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringTime() [][]time.Time

GetOptionalDoubleArrayStringTime returns the value of OptionalDoubleArrayStringTime.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringURI

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringURI() [][]url.URL

GetOptionalDoubleArrayStringURI returns the value of OptionalDoubleArrayStringURI.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringUUID

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringUUID() [][]uuid.UUID

GetOptionalDoubleArrayStringUUID returns the value of OptionalDoubleArrayStringUUID.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringUint

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringUint() [][]uint

GetOptionalDoubleArrayStringUint returns the value of OptionalDoubleArrayStringUint.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringUint16

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringUint16() [][]uint16

GetOptionalDoubleArrayStringUint16 returns the value of OptionalDoubleArrayStringUint16.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringUint32

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringUint32() [][]uint32

GetOptionalDoubleArrayStringUint32 returns the value of OptionalDoubleArrayStringUint32.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringUint64

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringUint64() [][]uint64

GetOptionalDoubleArrayStringUint64 returns the value of OptionalDoubleArrayStringUint64.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringUint8

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringUint8() [][]uint8

GetOptionalDoubleArrayStringUint8 returns the value of OptionalDoubleArrayStringUint8.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringUnix

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringUnix() [][]time.Time

GetOptionalDoubleArrayStringUnix returns the value of OptionalDoubleArrayStringUnix.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringUnixMinusMicro

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringUnixMinusMicro() [][]time.Time

GetOptionalDoubleArrayStringUnixMinusMicro returns the value of OptionalDoubleArrayStringUnixMinusMicro.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringUnixMinusMilli

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringUnixMinusMilli() [][]time.Time

GetOptionalDoubleArrayStringUnixMinusMilli returns the value of OptionalDoubleArrayStringUnixMinusMilli.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringUnixMinusNano

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringUnixMinusNano() [][]time.Time

GetOptionalDoubleArrayStringUnixMinusNano returns the value of OptionalDoubleArrayStringUnixMinusNano.

func (*TestRequestFormatTestReq) GetOptionalDoubleArrayStringUnixMinusSeconds

func (s *TestRequestFormatTestReq) GetOptionalDoubleArrayStringUnixMinusSeconds() [][]time.Time

GetOptionalDoubleArrayStringUnixMinusSeconds returns the value of OptionalDoubleArrayStringUnixMinusSeconds.

func (*TestRequestFormatTestReq) GetOptionalInteger

func (s *TestRequestFormatTestReq) GetOptionalInteger() OptInt

GetOptionalInteger returns the value of OptionalInteger.

func (*TestRequestFormatTestReq) GetOptionalIntegerInt16

func (s *TestRequestFormatTestReq) GetOptionalIntegerInt16() OptInt16

GetOptionalIntegerInt16 returns the value of OptionalIntegerInt16.

func (*TestRequestFormatTestReq) GetOptionalIntegerInt32

func (s *TestRequestFormatTestReq) GetOptionalIntegerInt32() OptInt32

GetOptionalIntegerInt32 returns the value of OptionalIntegerInt32.

func (*TestRequestFormatTestReq) GetOptionalIntegerInt64

func (s *TestRequestFormatTestReq) GetOptionalIntegerInt64() OptInt64

GetOptionalIntegerInt64 returns the value of OptionalIntegerInt64.

func (*TestRequestFormatTestReq) GetOptionalIntegerInt8

func (s *TestRequestFormatTestReq) GetOptionalIntegerInt8() OptInt8

GetOptionalIntegerInt8 returns the value of OptionalIntegerInt8.

func (*TestRequestFormatTestReq) GetOptionalIntegerUint

func (s *TestRequestFormatTestReq) GetOptionalIntegerUint() OptUint

GetOptionalIntegerUint returns the value of OptionalIntegerUint.

func (*TestRequestFormatTestReq) GetOptionalIntegerUint16

func (s *TestRequestFormatTestReq) GetOptionalIntegerUint16() OptUint16

GetOptionalIntegerUint16 returns the value of OptionalIntegerUint16.

func (*TestRequestFormatTestReq) GetOptionalIntegerUint32

func (s *TestRequestFormatTestReq) GetOptionalIntegerUint32() OptUint32

GetOptionalIntegerUint32 returns the value of OptionalIntegerUint32.

func (*TestRequestFormatTestReq) GetOptionalIntegerUint64

func (s *TestRequestFormatTestReq) GetOptionalIntegerUint64() OptUint64

GetOptionalIntegerUint64 returns the value of OptionalIntegerUint64.

func (*TestRequestFormatTestReq) GetOptionalIntegerUint8

func (s *TestRequestFormatTestReq) GetOptionalIntegerUint8() OptUint8

GetOptionalIntegerUint8 returns the value of OptionalIntegerUint8.

func (*TestRequestFormatTestReq) GetOptionalIntegerUnix

func (s *TestRequestFormatTestReq) GetOptionalIntegerUnix() OptUnixSeconds

GetOptionalIntegerUnix returns the value of OptionalIntegerUnix.

func (*TestRequestFormatTestReq) GetOptionalIntegerUnixMinusMicro

func (s *TestRequestFormatTestReq) GetOptionalIntegerUnixMinusMicro() OptUnixMicro

GetOptionalIntegerUnixMinusMicro returns the value of OptionalIntegerUnixMinusMicro.

func (*TestRequestFormatTestReq) GetOptionalIntegerUnixMinusMilli

func (s *TestRequestFormatTestReq) GetOptionalIntegerUnixMinusMilli() OptUnixMilli

GetOptionalIntegerUnixMinusMilli returns the value of OptionalIntegerUnixMinusMilli.

func (*TestRequestFormatTestReq) GetOptionalIntegerUnixMinusNano

func (s *TestRequestFormatTestReq) GetOptionalIntegerUnixMinusNano() OptUnixNano

GetOptionalIntegerUnixMinusNano returns the value of OptionalIntegerUnixMinusNano.

func (*TestRequestFormatTestReq) GetOptionalIntegerUnixMinusSeconds

func (s *TestRequestFormatTestReq) GetOptionalIntegerUnixMinusSeconds() OptUnixSeconds

GetOptionalIntegerUnixMinusSeconds returns the value of OptionalIntegerUnixMinusSeconds.

func (*TestRequestFormatTestReq) GetOptionalNull

func (s *TestRequestFormatTestReq) GetOptionalNull() OptNull

GetOptionalNull returns the value of OptionalNull.

func (*TestRequestFormatTestReq) GetOptionalNumber

func (s *TestRequestFormatTestReq) GetOptionalNumber() OptFloat64

GetOptionalNumber returns the value of OptionalNumber.

func (*TestRequestFormatTestReq) GetOptionalNumberDouble

func (s *TestRequestFormatTestReq) GetOptionalNumberDouble() OptFloat64

GetOptionalNumberDouble returns the value of OptionalNumberDouble.

func (*TestRequestFormatTestReq) GetOptionalNumberFloat

func (s *TestRequestFormatTestReq) GetOptionalNumberFloat() OptFloat32

GetOptionalNumberFloat returns the value of OptionalNumberFloat.

func (*TestRequestFormatTestReq) GetOptionalNumberInt32

func (s *TestRequestFormatTestReq) GetOptionalNumberInt32() OptInt32

GetOptionalNumberInt32 returns the value of OptionalNumberInt32.

func (*TestRequestFormatTestReq) GetOptionalNumberInt64

func (s *TestRequestFormatTestReq) GetOptionalNumberInt64() OptInt64

GetOptionalNumberInt64 returns the value of OptionalNumberInt64.

func (*TestRequestFormatTestReq) GetOptionalString

func (s *TestRequestFormatTestReq) GetOptionalString() OptString

GetOptionalString returns the value of OptionalString.

func (*TestRequestFormatTestReq) GetOptionalStringBase64

func (s *TestRequestFormatTestReq) GetOptionalStringBase64() []byte

GetOptionalStringBase64 returns the value of OptionalStringBase64.

func (*TestRequestFormatTestReq) GetOptionalStringBinary

func (s *TestRequestFormatTestReq) GetOptionalStringBinary() OptString

GetOptionalStringBinary returns the value of OptionalStringBinary.

func (*TestRequestFormatTestReq) GetOptionalStringByte

func (s *TestRequestFormatTestReq) GetOptionalStringByte() []byte

GetOptionalStringByte returns the value of OptionalStringByte.

func (*TestRequestFormatTestReq) GetOptionalStringDate

func (s *TestRequestFormatTestReq) GetOptionalStringDate() OptDate

GetOptionalStringDate returns the value of OptionalStringDate.

func (*TestRequestFormatTestReq) GetOptionalStringDateMinusTime

func (s *TestRequestFormatTestReq) GetOptionalStringDateMinusTime() OptDateTime

GetOptionalStringDateMinusTime returns the value of OptionalStringDateMinusTime.

func (*TestRequestFormatTestReq) GetOptionalStringDuration

func (s *TestRequestFormatTestReq) GetOptionalStringDuration() OptDuration

GetOptionalStringDuration returns the value of OptionalStringDuration.

func (*TestRequestFormatTestReq) GetOptionalStringEmail

func (s *TestRequestFormatTestReq) GetOptionalStringEmail() OptString

GetOptionalStringEmail returns the value of OptionalStringEmail.

func (*TestRequestFormatTestReq) GetOptionalStringFloat32

func (s *TestRequestFormatTestReq) GetOptionalStringFloat32() OptStringFloat32

GetOptionalStringFloat32 returns the value of OptionalStringFloat32.

func (*TestRequestFormatTestReq) GetOptionalStringFloat64

func (s *TestRequestFormatTestReq) GetOptionalStringFloat64() OptStringFloat64

GetOptionalStringFloat64 returns the value of OptionalStringFloat64.

func (*TestRequestFormatTestReq) GetOptionalStringHostname

func (s *TestRequestFormatTestReq) GetOptionalStringHostname() OptString

GetOptionalStringHostname returns the value of OptionalStringHostname.

func (*TestRequestFormatTestReq) GetOptionalStringIP

func (s *TestRequestFormatTestReq) GetOptionalStringIP() OptIP

GetOptionalStringIP returns the value of OptionalStringIP.

func (*TestRequestFormatTestReq) GetOptionalStringInt

func (s *TestRequestFormatTestReq) GetOptionalStringInt() OptStringInt

GetOptionalStringInt returns the value of OptionalStringInt.

func (*TestRequestFormatTestReq) GetOptionalStringInt16

func (s *TestRequestFormatTestReq) GetOptionalStringInt16() OptStringInt16

GetOptionalStringInt16 returns the value of OptionalStringInt16.

func (*TestRequestFormatTestReq) GetOptionalStringInt32

func (s *TestRequestFormatTestReq) GetOptionalStringInt32() OptStringInt32

GetOptionalStringInt32 returns the value of OptionalStringInt32.

func (*TestRequestFormatTestReq) GetOptionalStringInt64

func (s *TestRequestFormatTestReq) GetOptionalStringInt64() OptStringInt64

GetOptionalStringInt64 returns the value of OptionalStringInt64.

func (*TestRequestFormatTestReq) GetOptionalStringInt8

func (s *TestRequestFormatTestReq) GetOptionalStringInt8() OptStringInt8

GetOptionalStringInt8 returns the value of OptionalStringInt8.

func (*TestRequestFormatTestReq) GetOptionalStringIpv4

func (s *TestRequestFormatTestReq) GetOptionalStringIpv4() OptIPv4

GetOptionalStringIpv4 returns the value of OptionalStringIpv4.

func (*TestRequestFormatTestReq) GetOptionalStringIpv6

func (s *TestRequestFormatTestReq) GetOptionalStringIpv6() OptIPv6

GetOptionalStringIpv6 returns the value of OptionalStringIpv6.

func (*TestRequestFormatTestReq) GetOptionalStringMAC

func (s *TestRequestFormatTestReq) GetOptionalStringMAC() OptHardwareAddr

GetOptionalStringMAC returns the value of OptionalStringMAC.

func (*TestRequestFormatTestReq) GetOptionalStringPassword

func (s *TestRequestFormatTestReq) GetOptionalStringPassword() OptString

GetOptionalStringPassword returns the value of OptionalStringPassword.

func (*TestRequestFormatTestReq) GetOptionalStringTime

func (s *TestRequestFormatTestReq) GetOptionalStringTime() OptTime

GetOptionalStringTime returns the value of OptionalStringTime.

func (*TestRequestFormatTestReq) GetOptionalStringURI

func (s *TestRequestFormatTestReq) GetOptionalStringURI() OptURI

GetOptionalStringURI returns the value of OptionalStringURI.

func (*TestRequestFormatTestReq) GetOptionalStringUUID

func (s *TestRequestFormatTestReq) GetOptionalStringUUID() OptUUID

GetOptionalStringUUID returns the value of OptionalStringUUID.

func (*TestRequestFormatTestReq) GetOptionalStringUint

func (s *TestRequestFormatTestReq) GetOptionalStringUint() OptStringUint

GetOptionalStringUint returns the value of OptionalStringUint.

func (*TestRequestFormatTestReq) GetOptionalStringUint16

func (s *TestRequestFormatTestReq) GetOptionalStringUint16() OptStringUint16

GetOptionalStringUint16 returns the value of OptionalStringUint16.

func (*TestRequestFormatTestReq) GetOptionalStringUint32

func (s *TestRequestFormatTestReq) GetOptionalStringUint32() OptStringUint32

GetOptionalStringUint32 returns the value of OptionalStringUint32.

func (*TestRequestFormatTestReq) GetOptionalStringUint64

func (s *TestRequestFormatTestReq) GetOptionalStringUint64() OptStringUint64

GetOptionalStringUint64 returns the value of OptionalStringUint64.

func (*TestRequestFormatTestReq) GetOptionalStringUint8

func (s *TestRequestFormatTestReq) GetOptionalStringUint8() OptStringUint8

GetOptionalStringUint8 returns the value of OptionalStringUint8.

func (*TestRequestFormatTestReq) GetOptionalStringUnix

func (s *TestRequestFormatTestReq) GetOptionalStringUnix() OptStringUnixSeconds

GetOptionalStringUnix returns the value of OptionalStringUnix.

func (*TestRequestFormatTestReq) GetOptionalStringUnixMinusMicro

func (s *TestRequestFormatTestReq) GetOptionalStringUnixMinusMicro() OptStringUnixMicro

GetOptionalStringUnixMinusMicro returns the value of OptionalStringUnixMinusMicro.

func (*TestRequestFormatTestReq) GetOptionalStringUnixMinusMilli

func (s *TestRequestFormatTestReq) GetOptionalStringUnixMinusMilli() OptStringUnixMilli

GetOptionalStringUnixMinusMilli returns the value of OptionalStringUnixMinusMilli.

func (*TestRequestFormatTestReq) GetOptionalStringUnixMinusNano

func (s *TestRequestFormatTestReq) GetOptionalStringUnixMinusNano() OptStringUnixNano

GetOptionalStringUnixMinusNano returns the value of OptionalStringUnixMinusNano.

func (*TestRequestFormatTestReq) GetOptionalStringUnixMinusSeconds

func (s *TestRequestFormatTestReq) GetOptionalStringUnixMinusSeconds() OptStringUnixSeconds

GetOptionalStringUnixMinusSeconds returns the value of OptionalStringUnixMinusSeconds.

func (*TestRequestFormatTestReq) GetRequiredAny

func (s *TestRequestFormatTestReq) GetRequiredAny() jx.Raw

GetRequiredAny returns the value of RequiredAny.

func (*TestRequestFormatTestReq) GetRequiredArrayAny

func (s *TestRequestFormatTestReq) GetRequiredArrayAny() []jx.Raw

GetRequiredArrayAny returns the value of RequiredArrayAny.

func (*TestRequestFormatTestReq) GetRequiredArrayBoolean

func (s *TestRequestFormatTestReq) GetRequiredArrayBoolean() []bool

GetRequiredArrayBoolean returns the value of RequiredArrayBoolean.

func (*TestRequestFormatTestReq) GetRequiredArrayInteger

func (s *TestRequestFormatTestReq) GetRequiredArrayInteger() []int

GetRequiredArrayInteger returns the value of RequiredArrayInteger.

func (*TestRequestFormatTestReq) GetRequiredArrayIntegerInt16

func (s *TestRequestFormatTestReq) GetRequiredArrayIntegerInt16() []int16

GetRequiredArrayIntegerInt16 returns the value of RequiredArrayIntegerInt16.

func (*TestRequestFormatTestReq) GetRequiredArrayIntegerInt32

func (s *TestRequestFormatTestReq) GetRequiredArrayIntegerInt32() []int32

GetRequiredArrayIntegerInt32 returns the value of RequiredArrayIntegerInt32.

func (*TestRequestFormatTestReq) GetRequiredArrayIntegerInt64

func (s *TestRequestFormatTestReq) GetRequiredArrayIntegerInt64() []int64

GetRequiredArrayIntegerInt64 returns the value of RequiredArrayIntegerInt64.

func (*TestRequestFormatTestReq) GetRequiredArrayIntegerInt8

func (s *TestRequestFormatTestReq) GetRequiredArrayIntegerInt8() []int8

GetRequiredArrayIntegerInt8 returns the value of RequiredArrayIntegerInt8.

func (*TestRequestFormatTestReq) GetRequiredArrayIntegerUint

func (s *TestRequestFormatTestReq) GetRequiredArrayIntegerUint() []uint

GetRequiredArrayIntegerUint returns the value of RequiredArrayIntegerUint.

func (*TestRequestFormatTestReq) GetRequiredArrayIntegerUint16

func (s *TestRequestFormatTestReq) GetRequiredArrayIntegerUint16() []uint16

GetRequiredArrayIntegerUint16 returns the value of RequiredArrayIntegerUint16.

func (*TestRequestFormatTestReq) GetRequiredArrayIntegerUint32

func (s *TestRequestFormatTestReq) GetRequiredArrayIntegerUint32() []uint32

GetRequiredArrayIntegerUint32 returns the value of RequiredArrayIntegerUint32.

func (*TestRequestFormatTestReq) GetRequiredArrayIntegerUint64

func (s *TestRequestFormatTestReq) GetRequiredArrayIntegerUint64() []uint64

GetRequiredArrayIntegerUint64 returns the value of RequiredArrayIntegerUint64.

func (*TestRequestFormatTestReq) GetRequiredArrayIntegerUint8

func (s *TestRequestFormatTestReq) GetRequiredArrayIntegerUint8() []uint8

GetRequiredArrayIntegerUint8 returns the value of RequiredArrayIntegerUint8.

func (*TestRequestFormatTestReq) GetRequiredArrayIntegerUnix

func (s *TestRequestFormatTestReq) GetRequiredArrayIntegerUnix() []time.Time

GetRequiredArrayIntegerUnix returns the value of RequiredArrayIntegerUnix.

func (*TestRequestFormatTestReq) GetRequiredArrayIntegerUnixMinusMicro

func (s *TestRequestFormatTestReq) GetRequiredArrayIntegerUnixMinusMicro() []time.Time

GetRequiredArrayIntegerUnixMinusMicro returns the value of RequiredArrayIntegerUnixMinusMicro.

func (*TestRequestFormatTestReq) GetRequiredArrayIntegerUnixMinusMilli

func (s *TestRequestFormatTestReq) GetRequiredArrayIntegerUnixMinusMilli() []time.Time

GetRequiredArrayIntegerUnixMinusMilli returns the value of RequiredArrayIntegerUnixMinusMilli.

func (*TestRequestFormatTestReq) GetRequiredArrayIntegerUnixMinusNano

func (s *TestRequestFormatTestReq) GetRequiredArrayIntegerUnixMinusNano() []time.Time

GetRequiredArrayIntegerUnixMinusNano returns the value of RequiredArrayIntegerUnixMinusNano.

func (*TestRequestFormatTestReq) GetRequiredArrayIntegerUnixMinusSeconds

func (s *TestRequestFormatTestReq) GetRequiredArrayIntegerUnixMinusSeconds() []time.Time

GetRequiredArrayIntegerUnixMinusSeconds returns the value of RequiredArrayIntegerUnixMinusSeconds.

func (*TestRequestFormatTestReq) GetRequiredArrayNull

func (s *TestRequestFormatTestReq) GetRequiredArrayNull() []struct{}

GetRequiredArrayNull returns the value of RequiredArrayNull.

func (*TestRequestFormatTestReq) GetRequiredArrayNumber

func (s *TestRequestFormatTestReq) GetRequiredArrayNumber() []float64

GetRequiredArrayNumber returns the value of RequiredArrayNumber.

func (*TestRequestFormatTestReq) GetRequiredArrayNumberDouble

func (s *TestRequestFormatTestReq) GetRequiredArrayNumberDouble() []float64

GetRequiredArrayNumberDouble returns the value of RequiredArrayNumberDouble.

func (*TestRequestFormatTestReq) GetRequiredArrayNumberFloat

func (s *TestRequestFormatTestReq) GetRequiredArrayNumberFloat() []float32

GetRequiredArrayNumberFloat returns the value of RequiredArrayNumberFloat.

func (*TestRequestFormatTestReq) GetRequiredArrayNumberInt32

func (s *TestRequestFormatTestReq) GetRequiredArrayNumberInt32() []int32

GetRequiredArrayNumberInt32 returns the value of RequiredArrayNumberInt32.

func (*TestRequestFormatTestReq) GetRequiredArrayNumberInt64

func (s *TestRequestFormatTestReq) GetRequiredArrayNumberInt64() []int64

GetRequiredArrayNumberInt64 returns the value of RequiredArrayNumberInt64.

func (*TestRequestFormatTestReq) GetRequiredArrayString

func (s *TestRequestFormatTestReq) GetRequiredArrayString() []string

GetRequiredArrayString returns the value of RequiredArrayString.

func (*TestRequestFormatTestReq) GetRequiredArrayStringBase64

func (s *TestRequestFormatTestReq) GetRequiredArrayStringBase64() [][]byte

GetRequiredArrayStringBase64 returns the value of RequiredArrayStringBase64.

func (*TestRequestFormatTestReq) GetRequiredArrayStringBinary

func (s *TestRequestFormatTestReq) GetRequiredArrayStringBinary() []string

GetRequiredArrayStringBinary returns the value of RequiredArrayStringBinary.

func (*TestRequestFormatTestReq) GetRequiredArrayStringByte

func (s *TestRequestFormatTestReq) GetRequiredArrayStringByte() [][]byte

GetRequiredArrayStringByte returns the value of RequiredArrayStringByte.

func (*TestRequestFormatTestReq) GetRequiredArrayStringDate

func (s *TestRequestFormatTestReq) GetRequiredArrayStringDate() []time.Time

GetRequiredArrayStringDate returns the value of RequiredArrayStringDate.

func (*TestRequestFormatTestReq) GetRequiredArrayStringDateMinusTime

func (s *TestRequestFormatTestReq) GetRequiredArrayStringDateMinusTime() []time.Time

GetRequiredArrayStringDateMinusTime returns the value of RequiredArrayStringDateMinusTime.

func (*TestRequestFormatTestReq) GetRequiredArrayStringDuration

func (s *TestRequestFormatTestReq) GetRequiredArrayStringDuration() []time.Duration

GetRequiredArrayStringDuration returns the value of RequiredArrayStringDuration.

func (*TestRequestFormatTestReq) GetRequiredArrayStringEmail

func (s *TestRequestFormatTestReq) GetRequiredArrayStringEmail() []string

GetRequiredArrayStringEmail returns the value of RequiredArrayStringEmail.

func (*TestRequestFormatTestReq) GetRequiredArrayStringFloat32

func (s *TestRequestFormatTestReq) GetRequiredArrayStringFloat32() []float32

GetRequiredArrayStringFloat32 returns the value of RequiredArrayStringFloat32.

func (*TestRequestFormatTestReq) GetRequiredArrayStringFloat64

func (s *TestRequestFormatTestReq) GetRequiredArrayStringFloat64() []float64

GetRequiredArrayStringFloat64 returns the value of RequiredArrayStringFloat64.

func (*TestRequestFormatTestReq) GetRequiredArrayStringHostname

func (s *TestRequestFormatTestReq) GetRequiredArrayStringHostname() []string

GetRequiredArrayStringHostname returns the value of RequiredArrayStringHostname.

func (*TestRequestFormatTestReq) GetRequiredArrayStringIP

func (s *TestRequestFormatTestReq) GetRequiredArrayStringIP() []netip.Addr

GetRequiredArrayStringIP returns the value of RequiredArrayStringIP.

func (*TestRequestFormatTestReq) GetRequiredArrayStringInt

func (s *TestRequestFormatTestReq) GetRequiredArrayStringInt() []int

GetRequiredArrayStringInt returns the value of RequiredArrayStringInt.

func (*TestRequestFormatTestReq) GetRequiredArrayStringInt16

func (s *TestRequestFormatTestReq) GetRequiredArrayStringInt16() []int16

GetRequiredArrayStringInt16 returns the value of RequiredArrayStringInt16.

func (*TestRequestFormatTestReq) GetRequiredArrayStringInt32

func (s *TestRequestFormatTestReq) GetRequiredArrayStringInt32() []int32

GetRequiredArrayStringInt32 returns the value of RequiredArrayStringInt32.

func (*TestRequestFormatTestReq) GetRequiredArrayStringInt64

func (s *TestRequestFormatTestReq) GetRequiredArrayStringInt64() []int64

GetRequiredArrayStringInt64 returns the value of RequiredArrayStringInt64.

func (*TestRequestFormatTestReq) GetRequiredArrayStringInt8

func (s *TestRequestFormatTestReq) GetRequiredArrayStringInt8() []int8

GetRequiredArrayStringInt8 returns the value of RequiredArrayStringInt8.

func (*TestRequestFormatTestReq) GetRequiredArrayStringIpv4

func (s *TestRequestFormatTestReq) GetRequiredArrayStringIpv4() []netip.Addr

GetRequiredArrayStringIpv4 returns the value of RequiredArrayStringIpv4.

func (*TestRequestFormatTestReq) GetRequiredArrayStringIpv6

func (s *TestRequestFormatTestReq) GetRequiredArrayStringIpv6() []netip.Addr

GetRequiredArrayStringIpv6 returns the value of RequiredArrayStringIpv6.

func (*TestRequestFormatTestReq) GetRequiredArrayStringMAC

func (s *TestRequestFormatTestReq) GetRequiredArrayStringMAC() []net.HardwareAddr

GetRequiredArrayStringMAC returns the value of RequiredArrayStringMAC.

func (*TestRequestFormatTestReq) GetRequiredArrayStringPassword

func (s *TestRequestFormatTestReq) GetRequiredArrayStringPassword() []string

GetRequiredArrayStringPassword returns the value of RequiredArrayStringPassword.

func (*TestRequestFormatTestReq) GetRequiredArrayStringTime

func (s *TestRequestFormatTestReq) GetRequiredArrayStringTime() []time.Time

GetRequiredArrayStringTime returns the value of RequiredArrayStringTime.

func (*TestRequestFormatTestReq) GetRequiredArrayStringURI

func (s *TestRequestFormatTestReq) GetRequiredArrayStringURI() []url.URL

GetRequiredArrayStringURI returns the value of RequiredArrayStringURI.

func (*TestRequestFormatTestReq) GetRequiredArrayStringUUID

func (s *TestRequestFormatTestReq) GetRequiredArrayStringUUID() []uuid.UUID

GetRequiredArrayStringUUID returns the value of RequiredArrayStringUUID.

func (*TestRequestFormatTestReq) GetRequiredArrayStringUint

func (s *TestRequestFormatTestReq) GetRequiredArrayStringUint() []uint

GetRequiredArrayStringUint returns the value of RequiredArrayStringUint.

func (*TestRequestFormatTestReq) GetRequiredArrayStringUint16

func (s *TestRequestFormatTestReq) GetRequiredArrayStringUint16() []uint16

GetRequiredArrayStringUint16 returns the value of RequiredArrayStringUint16.

func (*TestRequestFormatTestReq) GetRequiredArrayStringUint32

func (s *TestRequestFormatTestReq) GetRequiredArrayStringUint32() []uint32

GetRequiredArrayStringUint32 returns the value of RequiredArrayStringUint32.

func (*TestRequestFormatTestReq) GetRequiredArrayStringUint64

func (s *TestRequestFormatTestReq) GetRequiredArrayStringUint64() []uint64

GetRequiredArrayStringUint64 returns the value of RequiredArrayStringUint64.

func (*TestRequestFormatTestReq) GetRequiredArrayStringUint8

func (s *TestRequestFormatTestReq) GetRequiredArrayStringUint8() []uint8

GetRequiredArrayStringUint8 returns the value of RequiredArrayStringUint8.

func (*TestRequestFormatTestReq) GetRequiredArrayStringUnix

func (s *TestRequestFormatTestReq) GetRequiredArrayStringUnix() []time.Time

GetRequiredArrayStringUnix returns the value of RequiredArrayStringUnix.

func (*TestRequestFormatTestReq) GetRequiredArrayStringUnixMinusMicro

func (s *TestRequestFormatTestReq) GetRequiredArrayStringUnixMinusMicro() []time.Time

GetRequiredArrayStringUnixMinusMicro returns the value of RequiredArrayStringUnixMinusMicro.

func (*TestRequestFormatTestReq) GetRequiredArrayStringUnixMinusMilli

func (s *TestRequestFormatTestReq) GetRequiredArrayStringUnixMinusMilli() []time.Time

GetRequiredArrayStringUnixMinusMilli returns the value of RequiredArrayStringUnixMinusMilli.

func (*TestRequestFormatTestReq) GetRequiredArrayStringUnixMinusNano

func (s *TestRequestFormatTestReq) GetRequiredArrayStringUnixMinusNano() []time.Time

GetRequiredArrayStringUnixMinusNano returns the value of RequiredArrayStringUnixMinusNano.

func (*TestRequestFormatTestReq) GetRequiredArrayStringUnixMinusSeconds

func (s *TestRequestFormatTestReq) GetRequiredArrayStringUnixMinusSeconds() []time.Time

GetRequiredArrayStringUnixMinusSeconds returns the value of RequiredArrayStringUnixMinusSeconds.

func (*TestRequestFormatTestReq) GetRequiredBoolean

func (s *TestRequestFormatTestReq) GetRequiredBoolean() bool

GetRequiredBoolean returns the value of RequiredBoolean.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayAny

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayAny() [][]jx.Raw

GetRequiredDoubleArrayAny returns the value of RequiredDoubleArrayAny.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayBoolean

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayBoolean() [][]bool

GetRequiredDoubleArrayBoolean returns the value of RequiredDoubleArrayBoolean.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayInteger

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayInteger() [][]int

GetRequiredDoubleArrayInteger returns the value of RequiredDoubleArrayInteger.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayIntegerInt16

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayIntegerInt16() [][]int16

GetRequiredDoubleArrayIntegerInt16 returns the value of RequiredDoubleArrayIntegerInt16.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayIntegerInt32

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayIntegerInt32() [][]int32

GetRequiredDoubleArrayIntegerInt32 returns the value of RequiredDoubleArrayIntegerInt32.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayIntegerInt64

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayIntegerInt64() [][]int64

GetRequiredDoubleArrayIntegerInt64 returns the value of RequiredDoubleArrayIntegerInt64.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayIntegerInt8

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayIntegerInt8() [][]int8

GetRequiredDoubleArrayIntegerInt8 returns the value of RequiredDoubleArrayIntegerInt8.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayIntegerUint

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayIntegerUint() [][]uint

GetRequiredDoubleArrayIntegerUint returns the value of RequiredDoubleArrayIntegerUint.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayIntegerUint16

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayIntegerUint16() [][]uint16

GetRequiredDoubleArrayIntegerUint16 returns the value of RequiredDoubleArrayIntegerUint16.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayIntegerUint32

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayIntegerUint32() [][]uint32

GetRequiredDoubleArrayIntegerUint32 returns the value of RequiredDoubleArrayIntegerUint32.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayIntegerUint64

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayIntegerUint64() [][]uint64

GetRequiredDoubleArrayIntegerUint64 returns the value of RequiredDoubleArrayIntegerUint64.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayIntegerUint8

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayIntegerUint8() [][]uint8

GetRequiredDoubleArrayIntegerUint8 returns the value of RequiredDoubleArrayIntegerUint8.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayIntegerUnix

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayIntegerUnix() [][]time.Time

GetRequiredDoubleArrayIntegerUnix returns the value of RequiredDoubleArrayIntegerUnix.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayIntegerUnixMinusMicro

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayIntegerUnixMinusMicro() [][]time.Time

GetRequiredDoubleArrayIntegerUnixMinusMicro returns the value of RequiredDoubleArrayIntegerUnixMinusMicro.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayIntegerUnixMinusMilli

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayIntegerUnixMinusMilli() [][]time.Time

GetRequiredDoubleArrayIntegerUnixMinusMilli returns the value of RequiredDoubleArrayIntegerUnixMinusMilli.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayIntegerUnixMinusNano

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayIntegerUnixMinusNano() [][]time.Time

GetRequiredDoubleArrayIntegerUnixMinusNano returns the value of RequiredDoubleArrayIntegerUnixMinusNano.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayIntegerUnixMinusSeconds

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayIntegerUnixMinusSeconds() [][]time.Time

GetRequiredDoubleArrayIntegerUnixMinusSeconds returns the value of RequiredDoubleArrayIntegerUnixMinusSeconds.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayNull

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayNull() [][]struct{}

GetRequiredDoubleArrayNull returns the value of RequiredDoubleArrayNull.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayNumber

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayNumber() [][]float64

GetRequiredDoubleArrayNumber returns the value of RequiredDoubleArrayNumber.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayNumberDouble

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayNumberDouble() [][]float64

GetRequiredDoubleArrayNumberDouble returns the value of RequiredDoubleArrayNumberDouble.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayNumberFloat

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayNumberFloat() [][]float32

GetRequiredDoubleArrayNumberFloat returns the value of RequiredDoubleArrayNumberFloat.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayNumberInt32

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayNumberInt32() [][]int32

GetRequiredDoubleArrayNumberInt32 returns the value of RequiredDoubleArrayNumberInt32.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayNumberInt64

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayNumberInt64() [][]int64

GetRequiredDoubleArrayNumberInt64 returns the value of RequiredDoubleArrayNumberInt64.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayString

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayString() [][]string

GetRequiredDoubleArrayString returns the value of RequiredDoubleArrayString.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringBase64

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringBase64() [][][]byte

GetRequiredDoubleArrayStringBase64 returns the value of RequiredDoubleArrayStringBase64.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringBinary

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringBinary() [][]string

GetRequiredDoubleArrayStringBinary returns the value of RequiredDoubleArrayStringBinary.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringByte

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringByte() [][][]byte

GetRequiredDoubleArrayStringByte returns the value of RequiredDoubleArrayStringByte.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringDate

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringDate() [][]time.Time

GetRequiredDoubleArrayStringDate returns the value of RequiredDoubleArrayStringDate.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringDateMinusTime

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringDateMinusTime() [][]time.Time

GetRequiredDoubleArrayStringDateMinusTime returns the value of RequiredDoubleArrayStringDateMinusTime.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringDuration

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringDuration() [][]time.Duration

GetRequiredDoubleArrayStringDuration returns the value of RequiredDoubleArrayStringDuration.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringEmail

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringEmail() [][]string

GetRequiredDoubleArrayStringEmail returns the value of RequiredDoubleArrayStringEmail.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringFloat32

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringFloat32() [][]float32

GetRequiredDoubleArrayStringFloat32 returns the value of RequiredDoubleArrayStringFloat32.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringFloat64

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringFloat64() [][]float64

GetRequiredDoubleArrayStringFloat64 returns the value of RequiredDoubleArrayStringFloat64.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringHostname

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringHostname() [][]string

GetRequiredDoubleArrayStringHostname returns the value of RequiredDoubleArrayStringHostname.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringIP

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringIP() [][]netip.Addr

GetRequiredDoubleArrayStringIP returns the value of RequiredDoubleArrayStringIP.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringInt

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringInt() [][]int

GetRequiredDoubleArrayStringInt returns the value of RequiredDoubleArrayStringInt.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringInt16

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringInt16() [][]int16

GetRequiredDoubleArrayStringInt16 returns the value of RequiredDoubleArrayStringInt16.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringInt32

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringInt32() [][]int32

GetRequiredDoubleArrayStringInt32 returns the value of RequiredDoubleArrayStringInt32.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringInt64

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringInt64() [][]int64

GetRequiredDoubleArrayStringInt64 returns the value of RequiredDoubleArrayStringInt64.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringInt8

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringInt8() [][]int8

GetRequiredDoubleArrayStringInt8 returns the value of RequiredDoubleArrayStringInt8.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringIpv4

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringIpv4() [][]netip.Addr

GetRequiredDoubleArrayStringIpv4 returns the value of RequiredDoubleArrayStringIpv4.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringIpv6

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringIpv6() [][]netip.Addr

GetRequiredDoubleArrayStringIpv6 returns the value of RequiredDoubleArrayStringIpv6.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringMAC

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringMAC() [][]net.HardwareAddr

GetRequiredDoubleArrayStringMAC returns the value of RequiredDoubleArrayStringMAC.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringPassword

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringPassword() [][]string

GetRequiredDoubleArrayStringPassword returns the value of RequiredDoubleArrayStringPassword.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringTime

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringTime() [][]time.Time

GetRequiredDoubleArrayStringTime returns the value of RequiredDoubleArrayStringTime.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringURI

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringURI() [][]url.URL

GetRequiredDoubleArrayStringURI returns the value of RequiredDoubleArrayStringURI.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringUUID

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringUUID() [][]uuid.UUID

GetRequiredDoubleArrayStringUUID returns the value of RequiredDoubleArrayStringUUID.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringUint

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringUint() [][]uint

GetRequiredDoubleArrayStringUint returns the value of RequiredDoubleArrayStringUint.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringUint16

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringUint16() [][]uint16

GetRequiredDoubleArrayStringUint16 returns the value of RequiredDoubleArrayStringUint16.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringUint32

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringUint32() [][]uint32

GetRequiredDoubleArrayStringUint32 returns the value of RequiredDoubleArrayStringUint32.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringUint64

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringUint64() [][]uint64

GetRequiredDoubleArrayStringUint64 returns the value of RequiredDoubleArrayStringUint64.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringUint8

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringUint8() [][]uint8

GetRequiredDoubleArrayStringUint8 returns the value of RequiredDoubleArrayStringUint8.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringUnix

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringUnix() [][]time.Time

GetRequiredDoubleArrayStringUnix returns the value of RequiredDoubleArrayStringUnix.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringUnixMinusMicro

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringUnixMinusMicro() [][]time.Time

GetRequiredDoubleArrayStringUnixMinusMicro returns the value of RequiredDoubleArrayStringUnixMinusMicro.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringUnixMinusMilli

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringUnixMinusMilli() [][]time.Time

GetRequiredDoubleArrayStringUnixMinusMilli returns the value of RequiredDoubleArrayStringUnixMinusMilli.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringUnixMinusNano

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringUnixMinusNano() [][]time.Time

GetRequiredDoubleArrayStringUnixMinusNano returns the value of RequiredDoubleArrayStringUnixMinusNano.

func (*TestRequestFormatTestReq) GetRequiredDoubleArrayStringUnixMinusSeconds

func (s *TestRequestFormatTestReq) GetRequiredDoubleArrayStringUnixMinusSeconds() [][]time.Time

GetRequiredDoubleArrayStringUnixMinusSeconds returns the value of RequiredDoubleArrayStringUnixMinusSeconds.

func (*TestRequestFormatTestReq) GetRequiredInteger

func (s *TestRequestFormatTestReq) GetRequiredInteger() int

GetRequiredInteger returns the value of RequiredInteger.

func (*TestRequestFormatTestReq) GetRequiredIntegerInt16

func (s *TestRequestFormatTestReq) GetRequiredIntegerInt16() int16

GetRequiredIntegerInt16 returns the value of RequiredIntegerInt16.

func (*TestRequestFormatTestReq) GetRequiredIntegerInt32

func (s *TestRequestFormatTestReq) GetRequiredIntegerInt32() int32

GetRequiredIntegerInt32 returns the value of RequiredIntegerInt32.

func (*TestRequestFormatTestReq) GetRequiredIntegerInt64

func (s *TestRequestFormatTestReq) GetRequiredIntegerInt64() int64

GetRequiredIntegerInt64 returns the value of RequiredIntegerInt64.

func (*TestRequestFormatTestReq) GetRequiredIntegerInt8

func (s *TestRequestFormatTestReq) GetRequiredIntegerInt8() int8

GetRequiredIntegerInt8 returns the value of RequiredIntegerInt8.

func (*TestRequestFormatTestReq) GetRequiredIntegerUint

func (s *TestRequestFormatTestReq) GetRequiredIntegerUint() uint

GetRequiredIntegerUint returns the value of RequiredIntegerUint.

func (*TestRequestFormatTestReq) GetRequiredIntegerUint16

func (s *TestRequestFormatTestReq) GetRequiredIntegerUint16() uint16

GetRequiredIntegerUint16 returns the value of RequiredIntegerUint16.

func (*TestRequestFormatTestReq) GetRequiredIntegerUint32

func (s *TestRequestFormatTestReq) GetRequiredIntegerUint32() uint32

GetRequiredIntegerUint32 returns the value of RequiredIntegerUint32.

func (*TestRequestFormatTestReq) GetRequiredIntegerUint64

func (s *TestRequestFormatTestReq) GetRequiredIntegerUint64() uint64

GetRequiredIntegerUint64 returns the value of RequiredIntegerUint64.

func (*TestRequestFormatTestReq) GetRequiredIntegerUint8

func (s *TestRequestFormatTestReq) GetRequiredIntegerUint8() uint8

GetRequiredIntegerUint8 returns the value of RequiredIntegerUint8.

func (*TestRequestFormatTestReq) GetRequiredIntegerUnix

func (s *TestRequestFormatTestReq) GetRequiredIntegerUnix() time.Time

GetRequiredIntegerUnix returns the value of RequiredIntegerUnix.

func (*TestRequestFormatTestReq) GetRequiredIntegerUnixMinusMicro

func (s *TestRequestFormatTestReq) GetRequiredIntegerUnixMinusMicro() time.Time

GetRequiredIntegerUnixMinusMicro returns the value of RequiredIntegerUnixMinusMicro.

func (*TestRequestFormatTestReq) GetRequiredIntegerUnixMinusMilli

func (s *TestRequestFormatTestReq) GetRequiredIntegerUnixMinusMilli() time.Time

GetRequiredIntegerUnixMinusMilli returns the value of RequiredIntegerUnixMinusMilli.

func (*TestRequestFormatTestReq) GetRequiredIntegerUnixMinusNano

func (s *TestRequestFormatTestReq) GetRequiredIntegerUnixMinusNano() time.Time

GetRequiredIntegerUnixMinusNano returns the value of RequiredIntegerUnixMinusNano.

func (*TestRequestFormatTestReq) GetRequiredIntegerUnixMinusSeconds

func (s *TestRequestFormatTestReq) GetRequiredIntegerUnixMinusSeconds() time.Time

GetRequiredIntegerUnixMinusSeconds returns the value of RequiredIntegerUnixMinusSeconds.

func (*TestRequestFormatTestReq) GetRequiredNull

func (s *TestRequestFormatTestReq) GetRequiredNull() struct{}

GetRequiredNull returns the value of RequiredNull.

func (*TestRequestFormatTestReq) GetRequiredNumber

func (s *TestRequestFormatTestReq) GetRequiredNumber() float64

GetRequiredNumber returns the value of RequiredNumber.

func (*TestRequestFormatTestReq) GetRequiredNumberDouble

func (s *TestRequestFormatTestReq) GetRequiredNumberDouble() float64

GetRequiredNumberDouble returns the value of RequiredNumberDouble.

func (*TestRequestFormatTestReq) GetRequiredNumberFloat

func (s *TestRequestFormatTestReq) GetRequiredNumberFloat() float32

GetRequiredNumberFloat returns the value of RequiredNumberFloat.

func (*TestRequestFormatTestReq) GetRequiredNumberInt32

func (s *TestRequestFormatTestReq) GetRequiredNumberInt32() int32

GetRequiredNumberInt32 returns the value of RequiredNumberInt32.

func (*TestRequestFormatTestReq) GetRequiredNumberInt64

func (s *TestRequestFormatTestReq) GetRequiredNumberInt64() int64

GetRequiredNumberInt64 returns the value of RequiredNumberInt64.

func (*TestRequestFormatTestReq) GetRequiredString

func (s *TestRequestFormatTestReq) GetRequiredString() string

GetRequiredString returns the value of RequiredString.

func (*TestRequestFormatTestReq) GetRequiredStringBase64

func (s *TestRequestFormatTestReq) GetRequiredStringBase64() []byte

GetRequiredStringBase64 returns the value of RequiredStringBase64.

func (*TestRequestFormatTestReq) GetRequiredStringBinary

func (s *TestRequestFormatTestReq) GetRequiredStringBinary() string

GetRequiredStringBinary returns the value of RequiredStringBinary.

func (*TestRequestFormatTestReq) GetRequiredStringByte

func (s *TestRequestFormatTestReq) GetRequiredStringByte() []byte

GetRequiredStringByte returns the value of RequiredStringByte.

func (*TestRequestFormatTestReq) GetRequiredStringDate

func (s *TestRequestFormatTestReq) GetRequiredStringDate() time.Time

GetRequiredStringDate returns the value of RequiredStringDate.

func (*TestRequestFormatTestReq) GetRequiredStringDateMinusTime

func (s *TestRequestFormatTestReq) GetRequiredStringDateMinusTime() time.Time

GetRequiredStringDateMinusTime returns the value of RequiredStringDateMinusTime.

func (*TestRequestFormatTestReq) GetRequiredStringDuration

func (s *TestRequestFormatTestReq) GetRequiredStringDuration() time.Duration

GetRequiredStringDuration returns the value of RequiredStringDuration.

func (*TestRequestFormatTestReq) GetRequiredStringEmail

func (s *TestRequestFormatTestReq) GetRequiredStringEmail() string

GetRequiredStringEmail returns the value of RequiredStringEmail.

func (*TestRequestFormatTestReq) GetRequiredStringFloat32

func (s *TestRequestFormatTestReq) GetRequiredStringFloat32() float32

GetRequiredStringFloat32 returns the value of RequiredStringFloat32.

func (*TestRequestFormatTestReq) GetRequiredStringFloat64

func (s *TestRequestFormatTestReq) GetRequiredStringFloat64() float64

GetRequiredStringFloat64 returns the value of RequiredStringFloat64.

func (*TestRequestFormatTestReq) GetRequiredStringHostname

func (s *TestRequestFormatTestReq) GetRequiredStringHostname() string

GetRequiredStringHostname returns the value of RequiredStringHostname.

func (*TestRequestFormatTestReq) GetRequiredStringIP

func (s *TestRequestFormatTestReq) GetRequiredStringIP() netip.Addr

GetRequiredStringIP returns the value of RequiredStringIP.

func (*TestRequestFormatTestReq) GetRequiredStringInt

func (s *TestRequestFormatTestReq) GetRequiredStringInt() int

GetRequiredStringInt returns the value of RequiredStringInt.

func (*TestRequestFormatTestReq) GetRequiredStringInt16

func (s *TestRequestFormatTestReq) GetRequiredStringInt16() int16

GetRequiredStringInt16 returns the value of RequiredStringInt16.

func (*TestRequestFormatTestReq) GetRequiredStringInt32

func (s *TestRequestFormatTestReq) GetRequiredStringInt32() int32

GetRequiredStringInt32 returns the value of RequiredStringInt32.

func (*TestRequestFormatTestReq) GetRequiredStringInt64

func (s *TestRequestFormatTestReq) GetRequiredStringInt64() int64

GetRequiredStringInt64 returns the value of RequiredStringInt64.

func (*TestRequestFormatTestReq) GetRequiredStringInt8

func (s *TestRequestFormatTestReq) GetRequiredStringInt8() int8

GetRequiredStringInt8 returns the value of RequiredStringInt8.

func (*TestRequestFormatTestReq) GetRequiredStringIpv4

func (s *TestRequestFormatTestReq) GetRequiredStringIpv4() netip.Addr

GetRequiredStringIpv4 returns the value of RequiredStringIpv4.

func (*TestRequestFormatTestReq) GetRequiredStringIpv6

func (s *TestRequestFormatTestReq) GetRequiredStringIpv6() netip.Addr

GetRequiredStringIpv6 returns the value of RequiredStringIpv6.

func (*TestRequestFormatTestReq) GetRequiredStringMAC

func (s *TestRequestFormatTestReq) GetRequiredStringMAC() net.HardwareAddr

GetRequiredStringMAC returns the value of RequiredStringMAC.

func (*TestRequestFormatTestReq) GetRequiredStringPassword

func (s *TestRequestFormatTestReq) GetRequiredStringPassword() string

GetRequiredStringPassword returns the value of RequiredStringPassword.

func (*TestRequestFormatTestReq) GetRequiredStringTime

func (s *TestRequestFormatTestReq) GetRequiredStringTime() time.Time

GetRequiredStringTime returns the value of RequiredStringTime.

func (*TestRequestFormatTestReq) GetRequiredStringURI

func (s *TestRequestFormatTestReq) GetRequiredStringURI() url.URL

GetRequiredStringURI returns the value of RequiredStringURI.

func (*TestRequestFormatTestReq) GetRequiredStringUUID

func (s *TestRequestFormatTestReq) GetRequiredStringUUID() uuid.UUID

GetRequiredStringUUID returns the value of RequiredStringUUID.

func (*TestRequestFormatTestReq) GetRequiredStringUint

func (s *TestRequestFormatTestReq) GetRequiredStringUint() uint

GetRequiredStringUint returns the value of RequiredStringUint.

func (*TestRequestFormatTestReq) GetRequiredStringUint16

func (s *TestRequestFormatTestReq) GetRequiredStringUint16() uint16

GetRequiredStringUint16 returns the value of RequiredStringUint16.

func (*TestRequestFormatTestReq) GetRequiredStringUint32

func (s *TestRequestFormatTestReq) GetRequiredStringUint32() uint32

GetRequiredStringUint32 returns the value of RequiredStringUint32.

func (*TestRequestFormatTestReq) GetRequiredStringUint64

func (s *TestRequestFormatTestReq) GetRequiredStringUint64() uint64

GetRequiredStringUint64 returns the value of RequiredStringUint64.

func (*TestRequestFormatTestReq) GetRequiredStringUint8

func (s *TestRequestFormatTestReq) GetRequiredStringUint8() uint8

GetRequiredStringUint8 returns the value of RequiredStringUint8.

func (*TestRequestFormatTestReq) GetRequiredStringUnix

func (s *TestRequestFormatTestReq) GetRequiredStringUnix() time.Time

GetRequiredStringUnix returns the value of RequiredStringUnix.

func (*TestRequestFormatTestReq) GetRequiredStringUnixMinusMicro

func (s *TestRequestFormatTestReq) GetRequiredStringUnixMinusMicro() time.Time

GetRequiredStringUnixMinusMicro returns the value of RequiredStringUnixMinusMicro.

func (*TestRequestFormatTestReq) GetRequiredStringUnixMinusMilli

func (s *TestRequestFormatTestReq) GetRequiredStringUnixMinusMilli() time.Time

GetRequiredStringUnixMinusMilli returns the value of RequiredStringUnixMinusMilli.

func (*TestRequestFormatTestReq) GetRequiredStringUnixMinusNano

func (s *TestRequestFormatTestReq) GetRequiredStringUnixMinusNano() time.Time

GetRequiredStringUnixMinusNano returns the value of RequiredStringUnixMinusNano.

func (*TestRequestFormatTestReq) GetRequiredStringUnixMinusSeconds

func (s *TestRequestFormatTestReq) GetRequiredStringUnixMinusSeconds() time.Time

GetRequiredStringUnixMinusSeconds returns the value of RequiredStringUnixMinusSeconds.

func (*TestRequestFormatTestReq) MarshalJSON

func (s *TestRequestFormatTestReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*TestRequestFormatTestReq) SetFake

func (s *TestRequestFormatTestReq) SetFake()

SetFake set fake values.

func (*TestRequestFormatTestReq) SetOptionalAny

func (s *TestRequestFormatTestReq) SetOptionalAny(val jx.Raw)

SetOptionalAny sets the value of OptionalAny.

func (*TestRequestFormatTestReq) SetOptionalArrayAny

func (s *TestRequestFormatTestReq) SetOptionalArrayAny(val []jx.Raw)

SetOptionalArrayAny sets the value of OptionalArrayAny.

func (*TestRequestFormatTestReq) SetOptionalArrayBoolean

func (s *TestRequestFormatTestReq) SetOptionalArrayBoolean(val []bool)

SetOptionalArrayBoolean sets the value of OptionalArrayBoolean.

func (*TestRequestFormatTestReq) SetOptionalArrayInteger

func (s *TestRequestFormatTestReq) SetOptionalArrayInteger(val []int)

SetOptionalArrayInteger sets the value of OptionalArrayInteger.

func (*TestRequestFormatTestReq) SetOptionalArrayIntegerInt16

func (s *TestRequestFormatTestReq) SetOptionalArrayIntegerInt16(val []int16)

SetOptionalArrayIntegerInt16 sets the value of OptionalArrayIntegerInt16.

func (*TestRequestFormatTestReq) SetOptionalArrayIntegerInt32

func (s *TestRequestFormatTestReq) SetOptionalArrayIntegerInt32(val []int32)

SetOptionalArrayIntegerInt32 sets the value of OptionalArrayIntegerInt32.

func (*TestRequestFormatTestReq) SetOptionalArrayIntegerInt64

func (s *TestRequestFormatTestReq) SetOptionalArrayIntegerInt64(val []int64)

SetOptionalArrayIntegerInt64 sets the value of OptionalArrayIntegerInt64.

func (*TestRequestFormatTestReq) SetOptionalArrayIntegerInt8

func (s *TestRequestFormatTestReq) SetOptionalArrayIntegerInt8(val []int8)

SetOptionalArrayIntegerInt8 sets the value of OptionalArrayIntegerInt8.

func (*TestRequestFormatTestReq) SetOptionalArrayIntegerUint

func (s *TestRequestFormatTestReq) SetOptionalArrayIntegerUint(val []uint)

SetOptionalArrayIntegerUint sets the value of OptionalArrayIntegerUint.

func (*TestRequestFormatTestReq) SetOptionalArrayIntegerUint16

func (s *TestRequestFormatTestReq) SetOptionalArrayIntegerUint16(val []uint16)

SetOptionalArrayIntegerUint16 sets the value of OptionalArrayIntegerUint16.

func (*TestRequestFormatTestReq) SetOptionalArrayIntegerUint32

func (s *TestRequestFormatTestReq) SetOptionalArrayIntegerUint32(val []uint32)

SetOptionalArrayIntegerUint32 sets the value of OptionalArrayIntegerUint32.

func (*TestRequestFormatTestReq) SetOptionalArrayIntegerUint64

func (s *TestRequestFormatTestReq) SetOptionalArrayIntegerUint64(val []uint64)

SetOptionalArrayIntegerUint64 sets the value of OptionalArrayIntegerUint64.

func (*TestRequestFormatTestReq) SetOptionalArrayIntegerUint8

func (s *TestRequestFormatTestReq) SetOptionalArrayIntegerUint8(val []uint8)

SetOptionalArrayIntegerUint8 sets the value of OptionalArrayIntegerUint8.

func (*TestRequestFormatTestReq) SetOptionalArrayIntegerUnix

func (s *TestRequestFormatTestReq) SetOptionalArrayIntegerUnix(val []time.Time)

SetOptionalArrayIntegerUnix sets the value of OptionalArrayIntegerUnix.

func (*TestRequestFormatTestReq) SetOptionalArrayIntegerUnixMinusMicro

func (s *TestRequestFormatTestReq) SetOptionalArrayIntegerUnixMinusMicro(val []time.Time)

SetOptionalArrayIntegerUnixMinusMicro sets the value of OptionalArrayIntegerUnixMinusMicro.

func (*TestRequestFormatTestReq) SetOptionalArrayIntegerUnixMinusMilli

func (s *TestRequestFormatTestReq) SetOptionalArrayIntegerUnixMinusMilli(val []time.Time)

SetOptionalArrayIntegerUnixMinusMilli sets the value of OptionalArrayIntegerUnixMinusMilli.

func (*TestRequestFormatTestReq) SetOptionalArrayIntegerUnixMinusNano

func (s *TestRequestFormatTestReq) SetOptionalArrayIntegerUnixMinusNano(val []time.Time)

SetOptionalArrayIntegerUnixMinusNano sets the value of OptionalArrayIntegerUnixMinusNano.

func (*TestRequestFormatTestReq) SetOptionalArrayIntegerUnixMinusSeconds

func (s *TestRequestFormatTestReq) SetOptionalArrayIntegerUnixMinusSeconds(val []time.Time)

SetOptionalArrayIntegerUnixMinusSeconds sets the value of OptionalArrayIntegerUnixMinusSeconds.

func (*TestRequestFormatTestReq) SetOptionalArrayNull

func (s *TestRequestFormatTestReq) SetOptionalArrayNull(val []struct{})

SetOptionalArrayNull sets the value of OptionalArrayNull.

func (*TestRequestFormatTestReq) SetOptionalArrayNumber

func (s *TestRequestFormatTestReq) SetOptionalArrayNumber(val []float64)

SetOptionalArrayNumber sets the value of OptionalArrayNumber.

func (*TestRequestFormatTestReq) SetOptionalArrayNumberDouble

func (s *TestRequestFormatTestReq) SetOptionalArrayNumberDouble(val []float64)

SetOptionalArrayNumberDouble sets the value of OptionalArrayNumberDouble.

func (*TestRequestFormatTestReq) SetOptionalArrayNumberFloat

func (s *TestRequestFormatTestReq) SetOptionalArrayNumberFloat(val []float32)

SetOptionalArrayNumberFloat sets the value of OptionalArrayNumberFloat.

func (*TestRequestFormatTestReq) SetOptionalArrayNumberInt32

func (s *TestRequestFormatTestReq) SetOptionalArrayNumberInt32(val []int32)

SetOptionalArrayNumberInt32 sets the value of OptionalArrayNumberInt32.

func (*TestRequestFormatTestReq) SetOptionalArrayNumberInt64

func (s *TestRequestFormatTestReq) SetOptionalArrayNumberInt64(val []int64)

SetOptionalArrayNumberInt64 sets the value of OptionalArrayNumberInt64.

func (*TestRequestFormatTestReq) SetOptionalArrayString

func (s *TestRequestFormatTestReq) SetOptionalArrayString(val []string)

SetOptionalArrayString sets the value of OptionalArrayString.

func (*TestRequestFormatTestReq) SetOptionalArrayStringBase64

func (s *TestRequestFormatTestReq) SetOptionalArrayStringBase64(val [][]byte)

SetOptionalArrayStringBase64 sets the value of OptionalArrayStringBase64.

func (*TestRequestFormatTestReq) SetOptionalArrayStringBinary

func (s *TestRequestFormatTestReq) SetOptionalArrayStringBinary(val []string)

SetOptionalArrayStringBinary sets the value of OptionalArrayStringBinary.

func (*TestRequestFormatTestReq) SetOptionalArrayStringByte

func (s *TestRequestFormatTestReq) SetOptionalArrayStringByte(val [][]byte)

SetOptionalArrayStringByte sets the value of OptionalArrayStringByte.

func (*TestRequestFormatTestReq) SetOptionalArrayStringDate

func (s *TestRequestFormatTestReq) SetOptionalArrayStringDate(val []time.Time)

SetOptionalArrayStringDate sets the value of OptionalArrayStringDate.

func (*TestRequestFormatTestReq) SetOptionalArrayStringDateMinusTime

func (s *TestRequestFormatTestReq) SetOptionalArrayStringDateMinusTime(val []time.Time)

SetOptionalArrayStringDateMinusTime sets the value of OptionalArrayStringDateMinusTime.

func (*TestRequestFormatTestReq) SetOptionalArrayStringDuration

func (s *TestRequestFormatTestReq) SetOptionalArrayStringDuration(val []time.Duration)

SetOptionalArrayStringDuration sets the value of OptionalArrayStringDuration.

func (*TestRequestFormatTestReq) SetOptionalArrayStringEmail

func (s *TestRequestFormatTestReq) SetOptionalArrayStringEmail(val []string)

SetOptionalArrayStringEmail sets the value of OptionalArrayStringEmail.

func (*TestRequestFormatTestReq) SetOptionalArrayStringFloat32

func (s *TestRequestFormatTestReq) SetOptionalArrayStringFloat32(val []float32)

SetOptionalArrayStringFloat32 sets the value of OptionalArrayStringFloat32.

func (*TestRequestFormatTestReq) SetOptionalArrayStringFloat64

func (s *TestRequestFormatTestReq) SetOptionalArrayStringFloat64(val []float64)

SetOptionalArrayStringFloat64 sets the value of OptionalArrayStringFloat64.

func (*TestRequestFormatTestReq) SetOptionalArrayStringHostname

func (s *TestRequestFormatTestReq) SetOptionalArrayStringHostname(val []string)

SetOptionalArrayStringHostname sets the value of OptionalArrayStringHostname.

func (*TestRequestFormatTestReq) SetOptionalArrayStringIP

func (s *TestRequestFormatTestReq) SetOptionalArrayStringIP(val []netip.Addr)

SetOptionalArrayStringIP sets the value of OptionalArrayStringIP.

func (*TestRequestFormatTestReq) SetOptionalArrayStringInt

func (s *TestRequestFormatTestReq) SetOptionalArrayStringInt(val []int)

SetOptionalArrayStringInt sets the value of OptionalArrayStringInt.

func (*TestRequestFormatTestReq) SetOptionalArrayStringInt16

func (s *TestRequestFormatTestReq) SetOptionalArrayStringInt16(val []int16)

SetOptionalArrayStringInt16 sets the value of OptionalArrayStringInt16.

func (*TestRequestFormatTestReq) SetOptionalArrayStringInt32

func (s *TestRequestFormatTestReq) SetOptionalArrayStringInt32(val []int32)

SetOptionalArrayStringInt32 sets the value of OptionalArrayStringInt32.

func (*TestRequestFormatTestReq) SetOptionalArrayStringInt64

func (s *TestRequestFormatTestReq) SetOptionalArrayStringInt64(val []int64)

SetOptionalArrayStringInt64 sets the value of OptionalArrayStringInt64.

func (*TestRequestFormatTestReq) SetOptionalArrayStringInt8

func (s *TestRequestFormatTestReq) SetOptionalArrayStringInt8(val []int8)

SetOptionalArrayStringInt8 sets the value of OptionalArrayStringInt8.

func (*TestRequestFormatTestReq) SetOptionalArrayStringIpv4

func (s *TestRequestFormatTestReq) SetOptionalArrayStringIpv4(val []netip.Addr)

SetOptionalArrayStringIpv4 sets the value of OptionalArrayStringIpv4.

func (*TestRequestFormatTestReq) SetOptionalArrayStringIpv6

func (s *TestRequestFormatTestReq) SetOptionalArrayStringIpv6(val []netip.Addr)

SetOptionalArrayStringIpv6 sets the value of OptionalArrayStringIpv6.

func (*TestRequestFormatTestReq) SetOptionalArrayStringMAC

func (s *TestRequestFormatTestReq) SetOptionalArrayStringMAC(val []net.HardwareAddr)

SetOptionalArrayStringMAC sets the value of OptionalArrayStringMAC.

func (*TestRequestFormatTestReq) SetOptionalArrayStringPassword

func (s *TestRequestFormatTestReq) SetOptionalArrayStringPassword(val []string)

SetOptionalArrayStringPassword sets the value of OptionalArrayStringPassword.

func (*TestRequestFormatTestReq) SetOptionalArrayStringTime

func (s *TestRequestFormatTestReq) SetOptionalArrayStringTime(val []time.Time)

SetOptionalArrayStringTime sets the value of OptionalArrayStringTime.

func (*TestRequestFormatTestReq) SetOptionalArrayStringURI

func (s *TestRequestFormatTestReq) SetOptionalArrayStringURI(val []url.URL)

SetOptionalArrayStringURI sets the value of OptionalArrayStringURI.

func (*TestRequestFormatTestReq) SetOptionalArrayStringUUID

func (s *TestRequestFormatTestReq) SetOptionalArrayStringUUID(val []uuid.UUID)

SetOptionalArrayStringUUID sets the value of OptionalArrayStringUUID.

func (*TestRequestFormatTestReq) SetOptionalArrayStringUint

func (s *TestRequestFormatTestReq) SetOptionalArrayStringUint(val []uint)

SetOptionalArrayStringUint sets the value of OptionalArrayStringUint.

func (*TestRequestFormatTestReq) SetOptionalArrayStringUint16

func (s *TestRequestFormatTestReq) SetOptionalArrayStringUint16(val []uint16)

SetOptionalArrayStringUint16 sets the value of OptionalArrayStringUint16.

func (*TestRequestFormatTestReq) SetOptionalArrayStringUint32

func (s *TestRequestFormatTestReq) SetOptionalArrayStringUint32(val []uint32)

SetOptionalArrayStringUint32 sets the value of OptionalArrayStringUint32.

func (*TestRequestFormatTestReq) SetOptionalArrayStringUint64

func (s *TestRequestFormatTestReq) SetOptionalArrayStringUint64(val []uint64)

SetOptionalArrayStringUint64 sets the value of OptionalArrayStringUint64.

func (*TestRequestFormatTestReq) SetOptionalArrayStringUint8

func (s *TestRequestFormatTestReq) SetOptionalArrayStringUint8(val []uint8)

SetOptionalArrayStringUint8 sets the value of OptionalArrayStringUint8.

func (*TestRequestFormatTestReq) SetOptionalArrayStringUnix

func (s *TestRequestFormatTestReq) SetOptionalArrayStringUnix(val []time.Time)

SetOptionalArrayStringUnix sets the value of OptionalArrayStringUnix.

func (*TestRequestFormatTestReq) SetOptionalArrayStringUnixMinusMicro

func (s *TestRequestFormatTestReq) SetOptionalArrayStringUnixMinusMicro(val []time.Time)

SetOptionalArrayStringUnixMinusMicro sets the value of OptionalArrayStringUnixMinusMicro.

func (*TestRequestFormatTestReq) SetOptionalArrayStringUnixMinusMilli

func (s *TestRequestFormatTestReq) SetOptionalArrayStringUnixMinusMilli(val []time.Time)

SetOptionalArrayStringUnixMinusMilli sets the value of OptionalArrayStringUnixMinusMilli.

func (*TestRequestFormatTestReq) SetOptionalArrayStringUnixMinusNano

func (s *TestRequestFormatTestReq) SetOptionalArrayStringUnixMinusNano(val []time.Time)

SetOptionalArrayStringUnixMinusNano sets the value of OptionalArrayStringUnixMinusNano.

func (*TestRequestFormatTestReq) SetOptionalArrayStringUnixMinusSeconds

func (s *TestRequestFormatTestReq) SetOptionalArrayStringUnixMinusSeconds(val []time.Time)

SetOptionalArrayStringUnixMinusSeconds sets the value of OptionalArrayStringUnixMinusSeconds.

func (*TestRequestFormatTestReq) SetOptionalBoolean

func (s *TestRequestFormatTestReq) SetOptionalBoolean(val OptBool)

SetOptionalBoolean sets the value of OptionalBoolean.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayAny

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayAny(val [][]jx.Raw)

SetOptionalDoubleArrayAny sets the value of OptionalDoubleArrayAny.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayBoolean

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayBoolean(val [][]bool)

SetOptionalDoubleArrayBoolean sets the value of OptionalDoubleArrayBoolean.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayInteger

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayInteger(val [][]int)

SetOptionalDoubleArrayInteger sets the value of OptionalDoubleArrayInteger.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayIntegerInt16

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayIntegerInt16(val [][]int16)

SetOptionalDoubleArrayIntegerInt16 sets the value of OptionalDoubleArrayIntegerInt16.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayIntegerInt32

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayIntegerInt32(val [][]int32)

SetOptionalDoubleArrayIntegerInt32 sets the value of OptionalDoubleArrayIntegerInt32.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayIntegerInt64

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayIntegerInt64(val [][]int64)

SetOptionalDoubleArrayIntegerInt64 sets the value of OptionalDoubleArrayIntegerInt64.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayIntegerInt8

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayIntegerInt8(val [][]int8)

SetOptionalDoubleArrayIntegerInt8 sets the value of OptionalDoubleArrayIntegerInt8.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayIntegerUint

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayIntegerUint(val [][]uint)

SetOptionalDoubleArrayIntegerUint sets the value of OptionalDoubleArrayIntegerUint.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayIntegerUint16

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayIntegerUint16(val [][]uint16)

SetOptionalDoubleArrayIntegerUint16 sets the value of OptionalDoubleArrayIntegerUint16.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayIntegerUint32

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayIntegerUint32(val [][]uint32)

SetOptionalDoubleArrayIntegerUint32 sets the value of OptionalDoubleArrayIntegerUint32.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayIntegerUint64

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayIntegerUint64(val [][]uint64)

SetOptionalDoubleArrayIntegerUint64 sets the value of OptionalDoubleArrayIntegerUint64.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayIntegerUint8

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayIntegerUint8(val [][]uint8)

SetOptionalDoubleArrayIntegerUint8 sets the value of OptionalDoubleArrayIntegerUint8.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayIntegerUnix

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayIntegerUnix(val [][]time.Time)

SetOptionalDoubleArrayIntegerUnix sets the value of OptionalDoubleArrayIntegerUnix.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayIntegerUnixMinusMicro

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayIntegerUnixMinusMicro(val [][]time.Time)

SetOptionalDoubleArrayIntegerUnixMinusMicro sets the value of OptionalDoubleArrayIntegerUnixMinusMicro.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayIntegerUnixMinusMilli

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayIntegerUnixMinusMilli(val [][]time.Time)

SetOptionalDoubleArrayIntegerUnixMinusMilli sets the value of OptionalDoubleArrayIntegerUnixMinusMilli.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayIntegerUnixMinusNano

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayIntegerUnixMinusNano(val [][]time.Time)

SetOptionalDoubleArrayIntegerUnixMinusNano sets the value of OptionalDoubleArrayIntegerUnixMinusNano.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayIntegerUnixMinusSeconds

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayIntegerUnixMinusSeconds(val [][]time.Time)

SetOptionalDoubleArrayIntegerUnixMinusSeconds sets the value of OptionalDoubleArrayIntegerUnixMinusSeconds.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayNull

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayNull(val [][]struct{})

SetOptionalDoubleArrayNull sets the value of OptionalDoubleArrayNull.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayNumber

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayNumber(val [][]float64)

SetOptionalDoubleArrayNumber sets the value of OptionalDoubleArrayNumber.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayNumberDouble

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayNumberDouble(val [][]float64)

SetOptionalDoubleArrayNumberDouble sets the value of OptionalDoubleArrayNumberDouble.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayNumberFloat

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayNumberFloat(val [][]float32)

SetOptionalDoubleArrayNumberFloat sets the value of OptionalDoubleArrayNumberFloat.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayNumberInt32

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayNumberInt32(val [][]int32)

SetOptionalDoubleArrayNumberInt32 sets the value of OptionalDoubleArrayNumberInt32.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayNumberInt64

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayNumberInt64(val [][]int64)

SetOptionalDoubleArrayNumberInt64 sets the value of OptionalDoubleArrayNumberInt64.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayString

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayString(val [][]string)

SetOptionalDoubleArrayString sets the value of OptionalDoubleArrayString.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringBase64

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringBase64(val [][][]byte)

SetOptionalDoubleArrayStringBase64 sets the value of OptionalDoubleArrayStringBase64.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringBinary

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringBinary(val [][]string)

SetOptionalDoubleArrayStringBinary sets the value of OptionalDoubleArrayStringBinary.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringByte

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringByte(val [][][]byte)

SetOptionalDoubleArrayStringByte sets the value of OptionalDoubleArrayStringByte.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringDate

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringDate(val [][]time.Time)

SetOptionalDoubleArrayStringDate sets the value of OptionalDoubleArrayStringDate.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringDateMinusTime

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringDateMinusTime(val [][]time.Time)

SetOptionalDoubleArrayStringDateMinusTime sets the value of OptionalDoubleArrayStringDateMinusTime.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringDuration

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringDuration(val [][]time.Duration)

SetOptionalDoubleArrayStringDuration sets the value of OptionalDoubleArrayStringDuration.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringEmail

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringEmail(val [][]string)

SetOptionalDoubleArrayStringEmail sets the value of OptionalDoubleArrayStringEmail.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringFloat32

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringFloat32(val [][]float32)

SetOptionalDoubleArrayStringFloat32 sets the value of OptionalDoubleArrayStringFloat32.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringFloat64

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringFloat64(val [][]float64)

SetOptionalDoubleArrayStringFloat64 sets the value of OptionalDoubleArrayStringFloat64.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringHostname

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringHostname(val [][]string)

SetOptionalDoubleArrayStringHostname sets the value of OptionalDoubleArrayStringHostname.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringIP

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringIP(val [][]netip.Addr)

SetOptionalDoubleArrayStringIP sets the value of OptionalDoubleArrayStringIP.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringInt

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringInt(val [][]int)

SetOptionalDoubleArrayStringInt sets the value of OptionalDoubleArrayStringInt.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringInt16

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringInt16(val [][]int16)

SetOptionalDoubleArrayStringInt16 sets the value of OptionalDoubleArrayStringInt16.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringInt32

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringInt32(val [][]int32)

SetOptionalDoubleArrayStringInt32 sets the value of OptionalDoubleArrayStringInt32.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringInt64

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringInt64(val [][]int64)

SetOptionalDoubleArrayStringInt64 sets the value of OptionalDoubleArrayStringInt64.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringInt8

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringInt8(val [][]int8)

SetOptionalDoubleArrayStringInt8 sets the value of OptionalDoubleArrayStringInt8.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringIpv4

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringIpv4(val [][]netip.Addr)

SetOptionalDoubleArrayStringIpv4 sets the value of OptionalDoubleArrayStringIpv4.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringIpv6

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringIpv6(val [][]netip.Addr)

SetOptionalDoubleArrayStringIpv6 sets the value of OptionalDoubleArrayStringIpv6.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringMAC

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringMAC(val [][]net.HardwareAddr)

SetOptionalDoubleArrayStringMAC sets the value of OptionalDoubleArrayStringMAC.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringPassword

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringPassword(val [][]string)

SetOptionalDoubleArrayStringPassword sets the value of OptionalDoubleArrayStringPassword.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringTime

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringTime(val [][]time.Time)

SetOptionalDoubleArrayStringTime sets the value of OptionalDoubleArrayStringTime.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringURI

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringURI(val [][]url.URL)

SetOptionalDoubleArrayStringURI sets the value of OptionalDoubleArrayStringURI.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringUUID

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringUUID(val [][]uuid.UUID)

SetOptionalDoubleArrayStringUUID sets the value of OptionalDoubleArrayStringUUID.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringUint

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringUint(val [][]uint)

SetOptionalDoubleArrayStringUint sets the value of OptionalDoubleArrayStringUint.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringUint16

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringUint16(val [][]uint16)

SetOptionalDoubleArrayStringUint16 sets the value of OptionalDoubleArrayStringUint16.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringUint32

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringUint32(val [][]uint32)

SetOptionalDoubleArrayStringUint32 sets the value of OptionalDoubleArrayStringUint32.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringUint64

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringUint64(val [][]uint64)

SetOptionalDoubleArrayStringUint64 sets the value of OptionalDoubleArrayStringUint64.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringUint8

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringUint8(val [][]uint8)

SetOptionalDoubleArrayStringUint8 sets the value of OptionalDoubleArrayStringUint8.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringUnix

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringUnix(val [][]time.Time)

SetOptionalDoubleArrayStringUnix sets the value of OptionalDoubleArrayStringUnix.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringUnixMinusMicro

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringUnixMinusMicro(val [][]time.Time)

SetOptionalDoubleArrayStringUnixMinusMicro sets the value of OptionalDoubleArrayStringUnixMinusMicro.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringUnixMinusMilli

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringUnixMinusMilli(val [][]time.Time)

SetOptionalDoubleArrayStringUnixMinusMilli sets the value of OptionalDoubleArrayStringUnixMinusMilli.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringUnixMinusNano

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringUnixMinusNano(val [][]time.Time)

SetOptionalDoubleArrayStringUnixMinusNano sets the value of OptionalDoubleArrayStringUnixMinusNano.

func (*TestRequestFormatTestReq) SetOptionalDoubleArrayStringUnixMinusSeconds

func (s *TestRequestFormatTestReq) SetOptionalDoubleArrayStringUnixMinusSeconds(val [][]time.Time)

SetOptionalDoubleArrayStringUnixMinusSeconds sets the value of OptionalDoubleArrayStringUnixMinusSeconds.

func (*TestRequestFormatTestReq) SetOptionalInteger

func (s *TestRequestFormatTestReq) SetOptionalInteger(val OptInt)

SetOptionalInteger sets the value of OptionalInteger.

func (*TestRequestFormatTestReq) SetOptionalIntegerInt16

func (s *TestRequestFormatTestReq) SetOptionalIntegerInt16(val OptInt16)

SetOptionalIntegerInt16 sets the value of OptionalIntegerInt16.

func (*TestRequestFormatTestReq) SetOptionalIntegerInt32

func (s *TestRequestFormatTestReq) SetOptionalIntegerInt32(val OptInt32)

SetOptionalIntegerInt32 sets the value of OptionalIntegerInt32.

func (*TestRequestFormatTestReq) SetOptionalIntegerInt64

func (s *TestRequestFormatTestReq) SetOptionalIntegerInt64(val OptInt64)

SetOptionalIntegerInt64 sets the value of OptionalIntegerInt64.

func (*TestRequestFormatTestReq) SetOptionalIntegerInt8

func (s *TestRequestFormatTestReq) SetOptionalIntegerInt8(val OptInt8)

SetOptionalIntegerInt8 sets the value of OptionalIntegerInt8.

func (*TestRequestFormatTestReq) SetOptionalIntegerUint

func (s *TestRequestFormatTestReq) SetOptionalIntegerUint(val OptUint)

SetOptionalIntegerUint sets the value of OptionalIntegerUint.

func (*TestRequestFormatTestReq) SetOptionalIntegerUint16

func (s *TestRequestFormatTestReq) SetOptionalIntegerUint16(val OptUint16)

SetOptionalIntegerUint16 sets the value of OptionalIntegerUint16.

func (*TestRequestFormatTestReq) SetOptionalIntegerUint32

func (s *TestRequestFormatTestReq) SetOptionalIntegerUint32(val OptUint32)

SetOptionalIntegerUint32 sets the value of OptionalIntegerUint32.

func (*TestRequestFormatTestReq) SetOptionalIntegerUint64

func (s *TestRequestFormatTestReq) SetOptionalIntegerUint64(val OptUint64)

SetOptionalIntegerUint64 sets the value of OptionalIntegerUint64.

func (*TestRequestFormatTestReq) SetOptionalIntegerUint8

func (s *TestRequestFormatTestReq) SetOptionalIntegerUint8(val OptUint8)

SetOptionalIntegerUint8 sets the value of OptionalIntegerUint8.

func (*TestRequestFormatTestReq) SetOptionalIntegerUnix

func (s *TestRequestFormatTestReq) SetOptionalIntegerUnix(val OptUnixSeconds)

SetOptionalIntegerUnix sets the value of OptionalIntegerUnix.

func (*TestRequestFormatTestReq) SetOptionalIntegerUnixMinusMicro

func (s *TestRequestFormatTestReq) SetOptionalIntegerUnixMinusMicro(val OptUnixMicro)

SetOptionalIntegerUnixMinusMicro sets the value of OptionalIntegerUnixMinusMicro.

func (*TestRequestFormatTestReq) SetOptionalIntegerUnixMinusMilli

func (s *TestRequestFormatTestReq) SetOptionalIntegerUnixMinusMilli(val OptUnixMilli)

SetOptionalIntegerUnixMinusMilli sets the value of OptionalIntegerUnixMinusMilli.

func (*TestRequestFormatTestReq) SetOptionalIntegerUnixMinusNano

func (s *TestRequestFormatTestReq) SetOptionalIntegerUnixMinusNano(val OptUnixNano)

SetOptionalIntegerUnixMinusNano sets the value of OptionalIntegerUnixMinusNano.

func (*TestRequestFormatTestReq) SetOptionalIntegerUnixMinusSeconds

func (s *TestRequestFormatTestReq) SetOptionalIntegerUnixMinusSeconds(val OptUnixSeconds)

SetOptionalIntegerUnixMinusSeconds sets the value of OptionalIntegerUnixMinusSeconds.

func (*TestRequestFormatTestReq) SetOptionalNull

func (s *TestRequestFormatTestReq) SetOptionalNull(val OptNull)

SetOptionalNull sets the value of OptionalNull.

func (*TestRequestFormatTestReq) SetOptionalNumber

func (s *TestRequestFormatTestReq) SetOptionalNumber(val OptFloat64)

SetOptionalNumber sets the value of OptionalNumber.

func (*TestRequestFormatTestReq) SetOptionalNumberDouble

func (s *TestRequestFormatTestReq) SetOptionalNumberDouble(val OptFloat64)

SetOptionalNumberDouble sets the value of OptionalNumberDouble.

func (*TestRequestFormatTestReq) SetOptionalNumberFloat

func (s *TestRequestFormatTestReq) SetOptionalNumberFloat(val OptFloat32)

SetOptionalNumberFloat sets the value of OptionalNumberFloat.

func (*TestRequestFormatTestReq) SetOptionalNumberInt32

func (s *TestRequestFormatTestReq) SetOptionalNumberInt32(val OptInt32)

SetOptionalNumberInt32 sets the value of OptionalNumberInt32.

func (*TestRequestFormatTestReq) SetOptionalNumberInt64

func (s *TestRequestFormatTestReq) SetOptionalNumberInt64(val OptInt64)

SetOptionalNumberInt64 sets the value of OptionalNumberInt64.

func (*TestRequestFormatTestReq) SetOptionalString

func (s *TestRequestFormatTestReq) SetOptionalString(val OptString)

SetOptionalString sets the value of OptionalString.

func (*TestRequestFormatTestReq) SetOptionalStringBase64

func (s *TestRequestFormatTestReq) SetOptionalStringBase64(val []byte)

SetOptionalStringBase64 sets the value of OptionalStringBase64.

func (*TestRequestFormatTestReq) SetOptionalStringBinary

func (s *TestRequestFormatTestReq) SetOptionalStringBinary(val OptString)

SetOptionalStringBinary sets the value of OptionalStringBinary.

func (*TestRequestFormatTestReq) SetOptionalStringByte

func (s *TestRequestFormatTestReq) SetOptionalStringByte(val []byte)

SetOptionalStringByte sets the value of OptionalStringByte.

func (*TestRequestFormatTestReq) SetOptionalStringDate

func (s *TestRequestFormatTestReq) SetOptionalStringDate(val OptDate)

SetOptionalStringDate sets the value of OptionalStringDate.

func (*TestRequestFormatTestReq) SetOptionalStringDateMinusTime

func (s *TestRequestFormatTestReq) SetOptionalStringDateMinusTime(val OptDateTime)

SetOptionalStringDateMinusTime sets the value of OptionalStringDateMinusTime.

func (*TestRequestFormatTestReq) SetOptionalStringDuration

func (s *TestRequestFormatTestReq) SetOptionalStringDuration(val OptDuration)

SetOptionalStringDuration sets the value of OptionalStringDuration.

func (*TestRequestFormatTestReq) SetOptionalStringEmail

func (s *TestRequestFormatTestReq) SetOptionalStringEmail(val OptString)

SetOptionalStringEmail sets the value of OptionalStringEmail.

func (*TestRequestFormatTestReq) SetOptionalStringFloat32

func (s *TestRequestFormatTestReq) SetOptionalStringFloat32(val OptStringFloat32)

SetOptionalStringFloat32 sets the value of OptionalStringFloat32.

func (*TestRequestFormatTestReq) SetOptionalStringFloat64

func (s *TestRequestFormatTestReq) SetOptionalStringFloat64(val OptStringFloat64)

SetOptionalStringFloat64 sets the value of OptionalStringFloat64.

func (*TestRequestFormatTestReq) SetOptionalStringHostname

func (s *TestRequestFormatTestReq) SetOptionalStringHostname(val OptString)

SetOptionalStringHostname sets the value of OptionalStringHostname.

func (*TestRequestFormatTestReq) SetOptionalStringIP

func (s *TestRequestFormatTestReq) SetOptionalStringIP(val OptIP)

SetOptionalStringIP sets the value of OptionalStringIP.

func (*TestRequestFormatTestReq) SetOptionalStringInt

func (s *TestRequestFormatTestReq) SetOptionalStringInt(val OptStringInt)

SetOptionalStringInt sets the value of OptionalStringInt.

func (*TestRequestFormatTestReq) SetOptionalStringInt16

func (s *TestRequestFormatTestReq) SetOptionalStringInt16(val OptStringInt16)

SetOptionalStringInt16 sets the value of OptionalStringInt16.

func (*TestRequestFormatTestReq) SetOptionalStringInt32

func (s *TestRequestFormatTestReq) SetOptionalStringInt32(val OptStringInt32)

SetOptionalStringInt32 sets the value of OptionalStringInt32.

func (*TestRequestFormatTestReq) SetOptionalStringInt64

func (s *TestRequestFormatTestReq) SetOptionalStringInt64(val OptStringInt64)

SetOptionalStringInt64 sets the value of OptionalStringInt64.

func (*TestRequestFormatTestReq) SetOptionalStringInt8

func (s *TestRequestFormatTestReq) SetOptionalStringInt8(val OptStringInt8)

SetOptionalStringInt8 sets the value of OptionalStringInt8.

func (*TestRequestFormatTestReq) SetOptionalStringIpv4

func (s *TestRequestFormatTestReq) SetOptionalStringIpv4(val OptIPv4)

SetOptionalStringIpv4 sets the value of OptionalStringIpv4.

func (*TestRequestFormatTestReq) SetOptionalStringIpv6

func (s *TestRequestFormatTestReq) SetOptionalStringIpv6(val OptIPv6)

SetOptionalStringIpv6 sets the value of OptionalStringIpv6.

func (*TestRequestFormatTestReq) SetOptionalStringMAC

func (s *TestRequestFormatTestReq) SetOptionalStringMAC(val OptHardwareAddr)

SetOptionalStringMAC sets the value of OptionalStringMAC.

func (*TestRequestFormatTestReq) SetOptionalStringPassword

func (s *TestRequestFormatTestReq) SetOptionalStringPassword(val OptString)

SetOptionalStringPassword sets the value of OptionalStringPassword.

func (*TestRequestFormatTestReq) SetOptionalStringTime

func (s *TestRequestFormatTestReq) SetOptionalStringTime(val OptTime)

SetOptionalStringTime sets the value of OptionalStringTime.

func (*TestRequestFormatTestReq) SetOptionalStringURI

func (s *TestRequestFormatTestReq) SetOptionalStringURI(val OptURI)

SetOptionalStringURI sets the value of OptionalStringURI.

func (*TestRequestFormatTestReq) SetOptionalStringUUID

func (s *TestRequestFormatTestReq) SetOptionalStringUUID(val OptUUID)

SetOptionalStringUUID sets the value of OptionalStringUUID.

func (*TestRequestFormatTestReq) SetOptionalStringUint

func (s *TestRequestFormatTestReq) SetOptionalStringUint(val OptStringUint)

SetOptionalStringUint sets the value of OptionalStringUint.

func (*TestRequestFormatTestReq) SetOptionalStringUint16

func (s *TestRequestFormatTestReq) SetOptionalStringUint16(val OptStringUint16)

SetOptionalStringUint16 sets the value of OptionalStringUint16.

func (*TestRequestFormatTestReq) SetOptionalStringUint32

func (s *TestRequestFormatTestReq) SetOptionalStringUint32(val OptStringUint32)

SetOptionalStringUint32 sets the value of OptionalStringUint32.

func (*TestRequestFormatTestReq) SetOptionalStringUint64

func (s *TestRequestFormatTestReq) SetOptionalStringUint64(val OptStringUint64)

SetOptionalStringUint64 sets the value of OptionalStringUint64.

func (*TestRequestFormatTestReq) SetOptionalStringUint8

func (s *TestRequestFormatTestReq) SetOptionalStringUint8(val OptStringUint8)

SetOptionalStringUint8 sets the value of OptionalStringUint8.

func (*TestRequestFormatTestReq) SetOptionalStringUnix

func (s *TestRequestFormatTestReq) SetOptionalStringUnix(val OptStringUnixSeconds)

SetOptionalStringUnix sets the value of OptionalStringUnix.

func (*TestRequestFormatTestReq) SetOptionalStringUnixMinusMicro

func (s *TestRequestFormatTestReq) SetOptionalStringUnixMinusMicro(val OptStringUnixMicro)

SetOptionalStringUnixMinusMicro sets the value of OptionalStringUnixMinusMicro.

func (*TestRequestFormatTestReq) SetOptionalStringUnixMinusMilli

func (s *TestRequestFormatTestReq) SetOptionalStringUnixMinusMilli(val OptStringUnixMilli)

SetOptionalStringUnixMinusMilli sets the value of OptionalStringUnixMinusMilli.

func (*TestRequestFormatTestReq) SetOptionalStringUnixMinusNano

func (s *TestRequestFormatTestReq) SetOptionalStringUnixMinusNano(val OptStringUnixNano)

SetOptionalStringUnixMinusNano sets the value of OptionalStringUnixMinusNano.

func (*TestRequestFormatTestReq) SetOptionalStringUnixMinusSeconds

func (s *TestRequestFormatTestReq) SetOptionalStringUnixMinusSeconds(val OptStringUnixSeconds)

SetOptionalStringUnixMinusSeconds sets the value of OptionalStringUnixMinusSeconds.

func (*TestRequestFormatTestReq) SetRequiredAny

func (s *TestRequestFormatTestReq) SetRequiredAny(val jx.Raw)

SetRequiredAny sets the value of RequiredAny.

func (*TestRequestFormatTestReq) SetRequiredArrayAny

func (s *TestRequestFormatTestReq) SetRequiredArrayAny(val []jx.Raw)

SetRequiredArrayAny sets the value of RequiredArrayAny.

func (*TestRequestFormatTestReq) SetRequiredArrayBoolean

func (s *TestRequestFormatTestReq) SetRequiredArrayBoolean(val []bool)

SetRequiredArrayBoolean sets the value of RequiredArrayBoolean.

func (*TestRequestFormatTestReq) SetRequiredArrayInteger

func (s *TestRequestFormatTestReq) SetRequiredArrayInteger(val []int)

SetRequiredArrayInteger sets the value of RequiredArrayInteger.

func (*TestRequestFormatTestReq) SetRequiredArrayIntegerInt16

func (s *TestRequestFormatTestReq) SetRequiredArrayIntegerInt16(val []int16)

SetRequiredArrayIntegerInt16 sets the value of RequiredArrayIntegerInt16.

func (*TestRequestFormatTestReq) SetRequiredArrayIntegerInt32

func (s *TestRequestFormatTestReq) SetRequiredArrayIntegerInt32(val []int32)

SetRequiredArrayIntegerInt32 sets the value of RequiredArrayIntegerInt32.

func (*TestRequestFormatTestReq) SetRequiredArrayIntegerInt64

func (s *TestRequestFormatTestReq) SetRequiredArrayIntegerInt64(val []int64)

SetRequiredArrayIntegerInt64 sets the value of RequiredArrayIntegerInt64.

func (*TestRequestFormatTestReq) SetRequiredArrayIntegerInt8

func (s *TestRequestFormatTestReq) SetRequiredArrayIntegerInt8(val []int8)

SetRequiredArrayIntegerInt8 sets the value of RequiredArrayIntegerInt8.

func (*TestRequestFormatTestReq) SetRequiredArrayIntegerUint

func (s *TestRequestFormatTestReq) SetRequiredArrayIntegerUint(val []uint)

SetRequiredArrayIntegerUint sets the value of RequiredArrayIntegerUint.

func (*TestRequestFormatTestReq) SetRequiredArrayIntegerUint16

func (s *TestRequestFormatTestReq) SetRequiredArrayIntegerUint16(val []uint16)

SetRequiredArrayIntegerUint16 sets the value of RequiredArrayIntegerUint16.

func (*TestRequestFormatTestReq) SetRequiredArrayIntegerUint32

func (s *TestRequestFormatTestReq) SetRequiredArrayIntegerUint32(val []uint32)

SetRequiredArrayIntegerUint32 sets the value of RequiredArrayIntegerUint32.

func (*TestRequestFormatTestReq) SetRequiredArrayIntegerUint64

func (s *TestRequestFormatTestReq) SetRequiredArrayIntegerUint64(val []uint64)

SetRequiredArrayIntegerUint64 sets the value of RequiredArrayIntegerUint64.

func (*TestRequestFormatTestReq) SetRequiredArrayIntegerUint8

func (s *TestRequestFormatTestReq) SetRequiredArrayIntegerUint8(val []uint8)

SetRequiredArrayIntegerUint8 sets the value of RequiredArrayIntegerUint8.

func (*TestRequestFormatTestReq) SetRequiredArrayIntegerUnix

func (s *TestRequestFormatTestReq) SetRequiredArrayIntegerUnix(val []time.Time)

SetRequiredArrayIntegerUnix sets the value of RequiredArrayIntegerUnix.

func (*TestRequestFormatTestReq) SetRequiredArrayIntegerUnixMinusMicro

func (s *TestRequestFormatTestReq) SetRequiredArrayIntegerUnixMinusMicro(val []time.Time)

SetRequiredArrayIntegerUnixMinusMicro sets the value of RequiredArrayIntegerUnixMinusMicro.

func (*TestRequestFormatTestReq) SetRequiredArrayIntegerUnixMinusMilli

func (s *TestRequestFormatTestReq) SetRequiredArrayIntegerUnixMinusMilli(val []time.Time)

SetRequiredArrayIntegerUnixMinusMilli sets the value of RequiredArrayIntegerUnixMinusMilli.

func (*TestRequestFormatTestReq) SetRequiredArrayIntegerUnixMinusNano

func (s *TestRequestFormatTestReq) SetRequiredArrayIntegerUnixMinusNano(val []time.Time)

SetRequiredArrayIntegerUnixMinusNano sets the value of RequiredArrayIntegerUnixMinusNano.

func (*TestRequestFormatTestReq) SetRequiredArrayIntegerUnixMinusSeconds

func (s *TestRequestFormatTestReq) SetRequiredArrayIntegerUnixMinusSeconds(val []time.Time)

SetRequiredArrayIntegerUnixMinusSeconds sets the value of RequiredArrayIntegerUnixMinusSeconds.

func (*TestRequestFormatTestReq) SetRequiredArrayNull

func (s *TestRequestFormatTestReq) SetRequiredArrayNull(val []struct{})

SetRequiredArrayNull sets the value of RequiredArrayNull.

func (*TestRequestFormatTestReq) SetRequiredArrayNumber

func (s *TestRequestFormatTestReq) SetRequiredArrayNumber(val []float64)

SetRequiredArrayNumber sets the value of RequiredArrayNumber.

func (*TestRequestFormatTestReq) SetRequiredArrayNumberDouble

func (s *TestRequestFormatTestReq) SetRequiredArrayNumberDouble(val []float64)

SetRequiredArrayNumberDouble sets the value of RequiredArrayNumberDouble.

func (*TestRequestFormatTestReq) SetRequiredArrayNumberFloat

func (s *TestRequestFormatTestReq) SetRequiredArrayNumberFloat(val []float32)

SetRequiredArrayNumberFloat sets the value of RequiredArrayNumberFloat.

func (*TestRequestFormatTestReq) SetRequiredArrayNumberInt32

func (s *TestRequestFormatTestReq) SetRequiredArrayNumberInt32(val []int32)

SetRequiredArrayNumberInt32 sets the value of RequiredArrayNumberInt32.

func (*TestRequestFormatTestReq) SetRequiredArrayNumberInt64

func (s *TestRequestFormatTestReq) SetRequiredArrayNumberInt64(val []int64)

SetRequiredArrayNumberInt64 sets the value of RequiredArrayNumberInt64.

func (*TestRequestFormatTestReq) SetRequiredArrayString

func (s *TestRequestFormatTestReq) SetRequiredArrayString(val []string)

SetRequiredArrayString sets the value of RequiredArrayString.

func (*TestRequestFormatTestReq) SetRequiredArrayStringBase64

func (s *TestRequestFormatTestReq) SetRequiredArrayStringBase64(val [][]byte)

SetRequiredArrayStringBase64 sets the value of RequiredArrayStringBase64.

func (*TestRequestFormatTestReq) SetRequiredArrayStringBinary

func (s *TestRequestFormatTestReq) SetRequiredArrayStringBinary(val []string)

SetRequiredArrayStringBinary sets the value of RequiredArrayStringBinary.

func (*TestRequestFormatTestReq) SetRequiredArrayStringByte

func (s *TestRequestFormatTestReq) SetRequiredArrayStringByte(val [][]byte)

SetRequiredArrayStringByte sets the value of RequiredArrayStringByte.

func (*TestRequestFormatTestReq) SetRequiredArrayStringDate

func (s *TestRequestFormatTestReq) SetRequiredArrayStringDate(val []time.Time)

SetRequiredArrayStringDate sets the value of RequiredArrayStringDate.

func (*TestRequestFormatTestReq) SetRequiredArrayStringDateMinusTime

func (s *TestRequestFormatTestReq) SetRequiredArrayStringDateMinusTime(val []time.Time)

SetRequiredArrayStringDateMinusTime sets the value of RequiredArrayStringDateMinusTime.

func (*TestRequestFormatTestReq) SetRequiredArrayStringDuration

func (s *TestRequestFormatTestReq) SetRequiredArrayStringDuration(val []time.Duration)

SetRequiredArrayStringDuration sets the value of RequiredArrayStringDuration.

func (*TestRequestFormatTestReq) SetRequiredArrayStringEmail

func (s *TestRequestFormatTestReq) SetRequiredArrayStringEmail(val []string)

SetRequiredArrayStringEmail sets the value of RequiredArrayStringEmail.

func (*TestRequestFormatTestReq) SetRequiredArrayStringFloat32

func (s *TestRequestFormatTestReq) SetRequiredArrayStringFloat32(val []float32)

SetRequiredArrayStringFloat32 sets the value of RequiredArrayStringFloat32.

func (*TestRequestFormatTestReq) SetRequiredArrayStringFloat64

func (s *TestRequestFormatTestReq) SetRequiredArrayStringFloat64(val []float64)

SetRequiredArrayStringFloat64 sets the value of RequiredArrayStringFloat64.

func (*TestRequestFormatTestReq) SetRequiredArrayStringHostname

func (s *TestRequestFormatTestReq) SetRequiredArrayStringHostname(val []string)

SetRequiredArrayStringHostname sets the value of RequiredArrayStringHostname.

func (*TestRequestFormatTestReq) SetRequiredArrayStringIP

func (s *TestRequestFormatTestReq) SetRequiredArrayStringIP(val []netip.Addr)

SetRequiredArrayStringIP sets the value of RequiredArrayStringIP.

func (*TestRequestFormatTestReq) SetRequiredArrayStringInt

func (s *TestRequestFormatTestReq) SetRequiredArrayStringInt(val []int)

SetRequiredArrayStringInt sets the value of RequiredArrayStringInt.

func (*TestRequestFormatTestReq) SetRequiredArrayStringInt16

func (s *TestRequestFormatTestReq) SetRequiredArrayStringInt16(val []int16)

SetRequiredArrayStringInt16 sets the value of RequiredArrayStringInt16.

func (*TestRequestFormatTestReq) SetRequiredArrayStringInt32

func (s *TestRequestFormatTestReq) SetRequiredArrayStringInt32(val []int32)

SetRequiredArrayStringInt32 sets the value of RequiredArrayStringInt32.

func (*TestRequestFormatTestReq) SetRequiredArrayStringInt64

func (s *TestRequestFormatTestReq) SetRequiredArrayStringInt64(val []int64)

SetRequiredArrayStringInt64 sets the value of RequiredArrayStringInt64.

func (*TestRequestFormatTestReq) SetRequiredArrayStringInt8

func (s *TestRequestFormatTestReq) SetRequiredArrayStringInt8(val []int8)

SetRequiredArrayStringInt8 sets the value of RequiredArrayStringInt8.

func (*TestRequestFormatTestReq) SetRequiredArrayStringIpv4

func (s *TestRequestFormatTestReq) SetRequiredArrayStringIpv4(val []netip.Addr)

SetRequiredArrayStringIpv4 sets the value of RequiredArrayStringIpv4.

func (*TestRequestFormatTestReq) SetRequiredArrayStringIpv6

func (s *TestRequestFormatTestReq) SetRequiredArrayStringIpv6(val []netip.Addr)

SetRequiredArrayStringIpv6 sets the value of RequiredArrayStringIpv6.

func (*TestRequestFormatTestReq) SetRequiredArrayStringMAC

func (s *TestRequestFormatTestReq) SetRequiredArrayStringMAC(val []net.HardwareAddr)

SetRequiredArrayStringMAC sets the value of RequiredArrayStringMAC.

func (*TestRequestFormatTestReq) SetRequiredArrayStringPassword

func (s *TestRequestFormatTestReq) SetRequiredArrayStringPassword(val []string)

SetRequiredArrayStringPassword sets the value of RequiredArrayStringPassword.

func (*TestRequestFormatTestReq) SetRequiredArrayStringTime

func (s *TestRequestFormatTestReq) SetRequiredArrayStringTime(val []time.Time)

SetRequiredArrayStringTime sets the value of RequiredArrayStringTime.

func (*TestRequestFormatTestReq) SetRequiredArrayStringURI

func (s *TestRequestFormatTestReq) SetRequiredArrayStringURI(val []url.URL)

SetRequiredArrayStringURI sets the value of RequiredArrayStringURI.

func (*TestRequestFormatTestReq) SetRequiredArrayStringUUID

func (s *TestRequestFormatTestReq) SetRequiredArrayStringUUID(val []uuid.UUID)

SetRequiredArrayStringUUID sets the value of RequiredArrayStringUUID.

func (*TestRequestFormatTestReq) SetRequiredArrayStringUint

func (s *TestRequestFormatTestReq) SetRequiredArrayStringUint(val []uint)

SetRequiredArrayStringUint sets the value of RequiredArrayStringUint.

func (*TestRequestFormatTestReq) SetRequiredArrayStringUint16

func (s *TestRequestFormatTestReq) SetRequiredArrayStringUint16(val []uint16)

SetRequiredArrayStringUint16 sets the value of RequiredArrayStringUint16.

func (*TestRequestFormatTestReq) SetRequiredArrayStringUint32

func (s *TestRequestFormatTestReq) SetRequiredArrayStringUint32(val []uint32)

SetRequiredArrayStringUint32 sets the value of RequiredArrayStringUint32.

func (*TestRequestFormatTestReq) SetRequiredArrayStringUint64

func (s *TestRequestFormatTestReq) SetRequiredArrayStringUint64(val []uint64)

SetRequiredArrayStringUint64 sets the value of RequiredArrayStringUint64.

func (*TestRequestFormatTestReq) SetRequiredArrayStringUint8

func (s *TestRequestFormatTestReq) SetRequiredArrayStringUint8(val []uint8)

SetRequiredArrayStringUint8 sets the value of RequiredArrayStringUint8.

func (*TestRequestFormatTestReq) SetRequiredArrayStringUnix

func (s *TestRequestFormatTestReq) SetRequiredArrayStringUnix(val []time.Time)

SetRequiredArrayStringUnix sets the value of RequiredArrayStringUnix.

func (*TestRequestFormatTestReq) SetRequiredArrayStringUnixMinusMicro

func (s *TestRequestFormatTestReq) SetRequiredArrayStringUnixMinusMicro(val []time.Time)

SetRequiredArrayStringUnixMinusMicro sets the value of RequiredArrayStringUnixMinusMicro.

func (*TestRequestFormatTestReq) SetRequiredArrayStringUnixMinusMilli

func (s *TestRequestFormatTestReq) SetRequiredArrayStringUnixMinusMilli(val []time.Time)

SetRequiredArrayStringUnixMinusMilli sets the value of RequiredArrayStringUnixMinusMilli.

func (*TestRequestFormatTestReq) SetRequiredArrayStringUnixMinusNano

func (s *TestRequestFormatTestReq) SetRequiredArrayStringUnixMinusNano(val []time.Time)

SetRequiredArrayStringUnixMinusNano sets the value of RequiredArrayStringUnixMinusNano.

func (*TestRequestFormatTestReq) SetRequiredArrayStringUnixMinusSeconds

func (s *TestRequestFormatTestReq) SetRequiredArrayStringUnixMinusSeconds(val []time.Time)

SetRequiredArrayStringUnixMinusSeconds sets the value of RequiredArrayStringUnixMinusSeconds.

func (*TestRequestFormatTestReq) SetRequiredBoolean

func (s *TestRequestFormatTestReq) SetRequiredBoolean(val bool)

SetRequiredBoolean sets the value of RequiredBoolean.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayAny

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayAny(val [][]jx.Raw)

SetRequiredDoubleArrayAny sets the value of RequiredDoubleArrayAny.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayBoolean

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayBoolean(val [][]bool)

SetRequiredDoubleArrayBoolean sets the value of RequiredDoubleArrayBoolean.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayInteger

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayInteger(val [][]int)

SetRequiredDoubleArrayInteger sets the value of RequiredDoubleArrayInteger.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayIntegerInt16

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayIntegerInt16(val [][]int16)

SetRequiredDoubleArrayIntegerInt16 sets the value of RequiredDoubleArrayIntegerInt16.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayIntegerInt32

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayIntegerInt32(val [][]int32)

SetRequiredDoubleArrayIntegerInt32 sets the value of RequiredDoubleArrayIntegerInt32.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayIntegerInt64

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayIntegerInt64(val [][]int64)

SetRequiredDoubleArrayIntegerInt64 sets the value of RequiredDoubleArrayIntegerInt64.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayIntegerInt8

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayIntegerInt8(val [][]int8)

SetRequiredDoubleArrayIntegerInt8 sets the value of RequiredDoubleArrayIntegerInt8.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayIntegerUint

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayIntegerUint(val [][]uint)

SetRequiredDoubleArrayIntegerUint sets the value of RequiredDoubleArrayIntegerUint.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayIntegerUint16

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayIntegerUint16(val [][]uint16)

SetRequiredDoubleArrayIntegerUint16 sets the value of RequiredDoubleArrayIntegerUint16.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayIntegerUint32

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayIntegerUint32(val [][]uint32)

SetRequiredDoubleArrayIntegerUint32 sets the value of RequiredDoubleArrayIntegerUint32.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayIntegerUint64

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayIntegerUint64(val [][]uint64)

SetRequiredDoubleArrayIntegerUint64 sets the value of RequiredDoubleArrayIntegerUint64.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayIntegerUint8

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayIntegerUint8(val [][]uint8)

SetRequiredDoubleArrayIntegerUint8 sets the value of RequiredDoubleArrayIntegerUint8.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayIntegerUnix

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayIntegerUnix(val [][]time.Time)

SetRequiredDoubleArrayIntegerUnix sets the value of RequiredDoubleArrayIntegerUnix.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayIntegerUnixMinusMicro

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayIntegerUnixMinusMicro(val [][]time.Time)

SetRequiredDoubleArrayIntegerUnixMinusMicro sets the value of RequiredDoubleArrayIntegerUnixMinusMicro.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayIntegerUnixMinusMilli

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayIntegerUnixMinusMilli(val [][]time.Time)

SetRequiredDoubleArrayIntegerUnixMinusMilli sets the value of RequiredDoubleArrayIntegerUnixMinusMilli.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayIntegerUnixMinusNano

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayIntegerUnixMinusNano(val [][]time.Time)

SetRequiredDoubleArrayIntegerUnixMinusNano sets the value of RequiredDoubleArrayIntegerUnixMinusNano.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayIntegerUnixMinusSeconds

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayIntegerUnixMinusSeconds(val [][]time.Time)

SetRequiredDoubleArrayIntegerUnixMinusSeconds sets the value of RequiredDoubleArrayIntegerUnixMinusSeconds.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayNull

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayNull(val [][]struct{})

SetRequiredDoubleArrayNull sets the value of RequiredDoubleArrayNull.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayNumber

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayNumber(val [][]float64)

SetRequiredDoubleArrayNumber sets the value of RequiredDoubleArrayNumber.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayNumberDouble

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayNumberDouble(val [][]float64)

SetRequiredDoubleArrayNumberDouble sets the value of RequiredDoubleArrayNumberDouble.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayNumberFloat

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayNumberFloat(val [][]float32)

SetRequiredDoubleArrayNumberFloat sets the value of RequiredDoubleArrayNumberFloat.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayNumberInt32

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayNumberInt32(val [][]int32)

SetRequiredDoubleArrayNumberInt32 sets the value of RequiredDoubleArrayNumberInt32.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayNumberInt64

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayNumberInt64(val [][]int64)

SetRequiredDoubleArrayNumberInt64 sets the value of RequiredDoubleArrayNumberInt64.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayString

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayString(val [][]string)

SetRequiredDoubleArrayString sets the value of RequiredDoubleArrayString.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringBase64

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringBase64(val [][][]byte)

SetRequiredDoubleArrayStringBase64 sets the value of RequiredDoubleArrayStringBase64.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringBinary

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringBinary(val [][]string)

SetRequiredDoubleArrayStringBinary sets the value of RequiredDoubleArrayStringBinary.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringByte

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringByte(val [][][]byte)

SetRequiredDoubleArrayStringByte sets the value of RequiredDoubleArrayStringByte.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringDate

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringDate(val [][]time.Time)

SetRequiredDoubleArrayStringDate sets the value of RequiredDoubleArrayStringDate.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringDateMinusTime

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringDateMinusTime(val [][]time.Time)

SetRequiredDoubleArrayStringDateMinusTime sets the value of RequiredDoubleArrayStringDateMinusTime.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringDuration

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringDuration(val [][]time.Duration)

SetRequiredDoubleArrayStringDuration sets the value of RequiredDoubleArrayStringDuration.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringEmail

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringEmail(val [][]string)

SetRequiredDoubleArrayStringEmail sets the value of RequiredDoubleArrayStringEmail.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringFloat32

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringFloat32(val [][]float32)

SetRequiredDoubleArrayStringFloat32 sets the value of RequiredDoubleArrayStringFloat32.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringFloat64

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringFloat64(val [][]float64)

SetRequiredDoubleArrayStringFloat64 sets the value of RequiredDoubleArrayStringFloat64.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringHostname

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringHostname(val [][]string)

SetRequiredDoubleArrayStringHostname sets the value of RequiredDoubleArrayStringHostname.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringIP

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringIP(val [][]netip.Addr)

SetRequiredDoubleArrayStringIP sets the value of RequiredDoubleArrayStringIP.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringInt

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringInt(val [][]int)

SetRequiredDoubleArrayStringInt sets the value of RequiredDoubleArrayStringInt.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringInt16

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringInt16(val [][]int16)

SetRequiredDoubleArrayStringInt16 sets the value of RequiredDoubleArrayStringInt16.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringInt32

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringInt32(val [][]int32)

SetRequiredDoubleArrayStringInt32 sets the value of RequiredDoubleArrayStringInt32.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringInt64

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringInt64(val [][]int64)

SetRequiredDoubleArrayStringInt64 sets the value of RequiredDoubleArrayStringInt64.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringInt8

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringInt8(val [][]int8)

SetRequiredDoubleArrayStringInt8 sets the value of RequiredDoubleArrayStringInt8.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringIpv4

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringIpv4(val [][]netip.Addr)

SetRequiredDoubleArrayStringIpv4 sets the value of RequiredDoubleArrayStringIpv4.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringIpv6

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringIpv6(val [][]netip.Addr)

SetRequiredDoubleArrayStringIpv6 sets the value of RequiredDoubleArrayStringIpv6.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringMAC

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringMAC(val [][]net.HardwareAddr)

SetRequiredDoubleArrayStringMAC sets the value of RequiredDoubleArrayStringMAC.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringPassword

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringPassword(val [][]string)

SetRequiredDoubleArrayStringPassword sets the value of RequiredDoubleArrayStringPassword.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringTime

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringTime(val [][]time.Time)

SetRequiredDoubleArrayStringTime sets the value of RequiredDoubleArrayStringTime.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringURI

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringURI(val [][]url.URL)

SetRequiredDoubleArrayStringURI sets the value of RequiredDoubleArrayStringURI.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringUUID

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringUUID(val [][]uuid.UUID)

SetRequiredDoubleArrayStringUUID sets the value of RequiredDoubleArrayStringUUID.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringUint

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringUint(val [][]uint)

SetRequiredDoubleArrayStringUint sets the value of RequiredDoubleArrayStringUint.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringUint16

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringUint16(val [][]uint16)

SetRequiredDoubleArrayStringUint16 sets the value of RequiredDoubleArrayStringUint16.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringUint32

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringUint32(val [][]uint32)

SetRequiredDoubleArrayStringUint32 sets the value of RequiredDoubleArrayStringUint32.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringUint64

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringUint64(val [][]uint64)

SetRequiredDoubleArrayStringUint64 sets the value of RequiredDoubleArrayStringUint64.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringUint8

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringUint8(val [][]uint8)

SetRequiredDoubleArrayStringUint8 sets the value of RequiredDoubleArrayStringUint8.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringUnix

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringUnix(val [][]time.Time)

SetRequiredDoubleArrayStringUnix sets the value of RequiredDoubleArrayStringUnix.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringUnixMinusMicro

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringUnixMinusMicro(val [][]time.Time)

SetRequiredDoubleArrayStringUnixMinusMicro sets the value of RequiredDoubleArrayStringUnixMinusMicro.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringUnixMinusMilli

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringUnixMinusMilli(val [][]time.Time)

SetRequiredDoubleArrayStringUnixMinusMilli sets the value of RequiredDoubleArrayStringUnixMinusMilli.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringUnixMinusNano

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringUnixMinusNano(val [][]time.Time)

SetRequiredDoubleArrayStringUnixMinusNano sets the value of RequiredDoubleArrayStringUnixMinusNano.

func (*TestRequestFormatTestReq) SetRequiredDoubleArrayStringUnixMinusSeconds

func (s *TestRequestFormatTestReq) SetRequiredDoubleArrayStringUnixMinusSeconds(val [][]time.Time)

SetRequiredDoubleArrayStringUnixMinusSeconds sets the value of RequiredDoubleArrayStringUnixMinusSeconds.

func (*TestRequestFormatTestReq) SetRequiredInteger

func (s *TestRequestFormatTestReq) SetRequiredInteger(val int)

SetRequiredInteger sets the value of RequiredInteger.

func (*TestRequestFormatTestReq) SetRequiredIntegerInt16

func (s *TestRequestFormatTestReq) SetRequiredIntegerInt16(val int16)

SetRequiredIntegerInt16 sets the value of RequiredIntegerInt16.

func (*TestRequestFormatTestReq) SetRequiredIntegerInt32

func (s *TestRequestFormatTestReq) SetRequiredIntegerInt32(val int32)

SetRequiredIntegerInt32 sets the value of RequiredIntegerInt32.

func (*TestRequestFormatTestReq) SetRequiredIntegerInt64

func (s *TestRequestFormatTestReq) SetRequiredIntegerInt64(val int64)

SetRequiredIntegerInt64 sets the value of RequiredIntegerInt64.

func (*TestRequestFormatTestReq) SetRequiredIntegerInt8

func (s *TestRequestFormatTestReq) SetRequiredIntegerInt8(val int8)

SetRequiredIntegerInt8 sets the value of RequiredIntegerInt8.

func (*TestRequestFormatTestReq) SetRequiredIntegerUint

func (s *TestRequestFormatTestReq) SetRequiredIntegerUint(val uint)

SetRequiredIntegerUint sets the value of RequiredIntegerUint.

func (*TestRequestFormatTestReq) SetRequiredIntegerUint16

func (s *TestRequestFormatTestReq) SetRequiredIntegerUint16(val uint16)

SetRequiredIntegerUint16 sets the value of RequiredIntegerUint16.

func (*TestRequestFormatTestReq) SetRequiredIntegerUint32

func (s *TestRequestFormatTestReq) SetRequiredIntegerUint32(val uint32)

SetRequiredIntegerUint32 sets the value of RequiredIntegerUint32.

func (*TestRequestFormatTestReq) SetRequiredIntegerUint64

func (s *TestRequestFormatTestReq) SetRequiredIntegerUint64(val uint64)

SetRequiredIntegerUint64 sets the value of RequiredIntegerUint64.

func (*TestRequestFormatTestReq) SetRequiredIntegerUint8

func (s *TestRequestFormatTestReq) SetRequiredIntegerUint8(val uint8)

SetRequiredIntegerUint8 sets the value of RequiredIntegerUint8.

func (*TestRequestFormatTestReq) SetRequiredIntegerUnix

func (s *TestRequestFormatTestReq) SetRequiredIntegerUnix(val time.Time)

SetRequiredIntegerUnix sets the value of RequiredIntegerUnix.

func (*TestRequestFormatTestReq) SetRequiredIntegerUnixMinusMicro

func (s *TestRequestFormatTestReq) SetRequiredIntegerUnixMinusMicro(val time.Time)

SetRequiredIntegerUnixMinusMicro sets the value of RequiredIntegerUnixMinusMicro.

func (*TestRequestFormatTestReq) SetRequiredIntegerUnixMinusMilli

func (s *TestRequestFormatTestReq) SetRequiredIntegerUnixMinusMilli(val time.Time)

SetRequiredIntegerUnixMinusMilli sets the value of RequiredIntegerUnixMinusMilli.

func (*TestRequestFormatTestReq) SetRequiredIntegerUnixMinusNano

func (s *TestRequestFormatTestReq) SetRequiredIntegerUnixMinusNano(val time.Time)

SetRequiredIntegerUnixMinusNano sets the value of RequiredIntegerUnixMinusNano.

func (*TestRequestFormatTestReq) SetRequiredIntegerUnixMinusSeconds

func (s *TestRequestFormatTestReq) SetRequiredIntegerUnixMinusSeconds(val time.Time)

SetRequiredIntegerUnixMinusSeconds sets the value of RequiredIntegerUnixMinusSeconds.

func (*TestRequestFormatTestReq) SetRequiredNull

func (s *TestRequestFormatTestReq) SetRequiredNull(val struct{})

SetRequiredNull sets the value of RequiredNull.

func (*TestRequestFormatTestReq) SetRequiredNumber

func (s *TestRequestFormatTestReq) SetRequiredNumber(val float64)

SetRequiredNumber sets the value of RequiredNumber.

func (*TestRequestFormatTestReq) SetRequiredNumberDouble

func (s *TestRequestFormatTestReq) SetRequiredNumberDouble(val float64)

SetRequiredNumberDouble sets the value of RequiredNumberDouble.

func (*TestRequestFormatTestReq) SetRequiredNumberFloat

func (s *TestRequestFormatTestReq) SetRequiredNumberFloat(val float32)

SetRequiredNumberFloat sets the value of RequiredNumberFloat.

func (*TestRequestFormatTestReq) SetRequiredNumberInt32

func (s *TestRequestFormatTestReq) SetRequiredNumberInt32(val int32)

SetRequiredNumberInt32 sets the value of RequiredNumberInt32.

func (*TestRequestFormatTestReq) SetRequiredNumberInt64

func (s *TestRequestFormatTestReq) SetRequiredNumberInt64(val int64)

SetRequiredNumberInt64 sets the value of RequiredNumberInt64.

func (*TestRequestFormatTestReq) SetRequiredString

func (s *TestRequestFormatTestReq) SetRequiredString(val string)

SetRequiredString sets the value of RequiredString.

func (*TestRequestFormatTestReq) SetRequiredStringBase64

func (s *TestRequestFormatTestReq) SetRequiredStringBase64(val []byte)

SetRequiredStringBase64 sets the value of RequiredStringBase64.

func (*TestRequestFormatTestReq) SetRequiredStringBinary

func (s *TestRequestFormatTestReq) SetRequiredStringBinary(val string)

SetRequiredStringBinary sets the value of RequiredStringBinary.

func (*TestRequestFormatTestReq) SetRequiredStringByte

func (s *TestRequestFormatTestReq) SetRequiredStringByte(val []byte)

SetRequiredStringByte sets the value of RequiredStringByte.

func (*TestRequestFormatTestReq) SetRequiredStringDate

func (s *TestRequestFormatTestReq) SetRequiredStringDate(val time.Time)

SetRequiredStringDate sets the value of RequiredStringDate.

func (*TestRequestFormatTestReq) SetRequiredStringDateMinusTime

func (s *TestRequestFormatTestReq) SetRequiredStringDateMinusTime(val time.Time)

SetRequiredStringDateMinusTime sets the value of RequiredStringDateMinusTime.

func (*TestRequestFormatTestReq) SetRequiredStringDuration

func (s *TestRequestFormatTestReq) SetRequiredStringDuration(val time.Duration)

SetRequiredStringDuration sets the value of RequiredStringDuration.

func (*TestRequestFormatTestReq) SetRequiredStringEmail

func (s *TestRequestFormatTestReq) SetRequiredStringEmail(val string)

SetRequiredStringEmail sets the value of RequiredStringEmail.

func (*TestRequestFormatTestReq) SetRequiredStringFloat32

func (s *TestRequestFormatTestReq) SetRequiredStringFloat32(val float32)

SetRequiredStringFloat32 sets the value of RequiredStringFloat32.

func (*TestRequestFormatTestReq) SetRequiredStringFloat64

func (s *TestRequestFormatTestReq) SetRequiredStringFloat64(val float64)

SetRequiredStringFloat64 sets the value of RequiredStringFloat64.

func (*TestRequestFormatTestReq) SetRequiredStringHostname

func (s *TestRequestFormatTestReq) SetRequiredStringHostname(val string)

SetRequiredStringHostname sets the value of RequiredStringHostname.

func (*TestRequestFormatTestReq) SetRequiredStringIP

func (s *TestRequestFormatTestReq) SetRequiredStringIP(val netip.Addr)

SetRequiredStringIP sets the value of RequiredStringIP.

func (*TestRequestFormatTestReq) SetRequiredStringInt

func (s *TestRequestFormatTestReq) SetRequiredStringInt(val int)

SetRequiredStringInt sets the value of RequiredStringInt.

func (*TestRequestFormatTestReq) SetRequiredStringInt16

func (s *TestRequestFormatTestReq) SetRequiredStringInt16(val int16)

SetRequiredStringInt16 sets the value of RequiredStringInt16.

func (*TestRequestFormatTestReq) SetRequiredStringInt32

func (s *TestRequestFormatTestReq) SetRequiredStringInt32(val int32)

SetRequiredStringInt32 sets the value of RequiredStringInt32.

func (*TestRequestFormatTestReq) SetRequiredStringInt64

func (s *TestRequestFormatTestReq) SetRequiredStringInt64(val int64)

SetRequiredStringInt64 sets the value of RequiredStringInt64.

func (*TestRequestFormatTestReq) SetRequiredStringInt8

func (s *TestRequestFormatTestReq) SetRequiredStringInt8(val int8)

SetRequiredStringInt8 sets the value of RequiredStringInt8.

func (*TestRequestFormatTestReq) SetRequiredStringIpv4

func (s *TestRequestFormatTestReq) SetRequiredStringIpv4(val netip.Addr)

SetRequiredStringIpv4 sets the value of RequiredStringIpv4.

func (*TestRequestFormatTestReq) SetRequiredStringIpv6

func (s *TestRequestFormatTestReq) SetRequiredStringIpv6(val netip.Addr)

SetRequiredStringIpv6 sets the value of RequiredStringIpv6.

func (*TestRequestFormatTestReq) SetRequiredStringMAC

func (s *TestRequestFormatTestReq) SetRequiredStringMAC(val net.HardwareAddr)

SetRequiredStringMAC sets the value of RequiredStringMAC.

func (*TestRequestFormatTestReq) SetRequiredStringPassword

func (s *TestRequestFormatTestReq) SetRequiredStringPassword(val string)

SetRequiredStringPassword sets the value of RequiredStringPassword.

func (*TestRequestFormatTestReq) SetRequiredStringTime

func (s *TestRequestFormatTestReq) SetRequiredStringTime(val time.Time)

SetRequiredStringTime sets the value of RequiredStringTime.

func (*TestRequestFormatTestReq) SetRequiredStringURI

func (s *TestRequestFormatTestReq) SetRequiredStringURI(val url.URL)

SetRequiredStringURI sets the value of RequiredStringURI.

func (*TestRequestFormatTestReq) SetRequiredStringUUID

func (s *TestRequestFormatTestReq) SetRequiredStringUUID(val uuid.UUID)

SetRequiredStringUUID sets the value of RequiredStringUUID.

func (*TestRequestFormatTestReq) SetRequiredStringUint

func (s *TestRequestFormatTestReq) SetRequiredStringUint(val uint)

SetRequiredStringUint sets the value of RequiredStringUint.

func (*TestRequestFormatTestReq) SetRequiredStringUint16

func (s *TestRequestFormatTestReq) SetRequiredStringUint16(val uint16)

SetRequiredStringUint16 sets the value of RequiredStringUint16.

func (*TestRequestFormatTestReq) SetRequiredStringUint32

func (s *TestRequestFormatTestReq) SetRequiredStringUint32(val uint32)

SetRequiredStringUint32 sets the value of RequiredStringUint32.

func (*TestRequestFormatTestReq) SetRequiredStringUint64

func (s *TestRequestFormatTestReq) SetRequiredStringUint64(val uint64)

SetRequiredStringUint64 sets the value of RequiredStringUint64.

func (*TestRequestFormatTestReq) SetRequiredStringUint8

func (s *TestRequestFormatTestReq) SetRequiredStringUint8(val uint8)

SetRequiredStringUint8 sets the value of RequiredStringUint8.

func (*TestRequestFormatTestReq) SetRequiredStringUnix

func (s *TestRequestFormatTestReq) SetRequiredStringUnix(val time.Time)

SetRequiredStringUnix sets the value of RequiredStringUnix.

func (*TestRequestFormatTestReq) SetRequiredStringUnixMinusMicro

func (s *TestRequestFormatTestReq) SetRequiredStringUnixMinusMicro(val time.Time)

SetRequiredStringUnixMinusMicro sets the value of RequiredStringUnixMinusMicro.

func (*TestRequestFormatTestReq) SetRequiredStringUnixMinusMilli

func (s *TestRequestFormatTestReq) SetRequiredStringUnixMinusMilli(val time.Time)

SetRequiredStringUnixMinusMilli sets the value of RequiredStringUnixMinusMilli.

func (*TestRequestFormatTestReq) SetRequiredStringUnixMinusNano

func (s *TestRequestFormatTestReq) SetRequiredStringUnixMinusNano(val time.Time)

SetRequiredStringUnixMinusNano sets the value of RequiredStringUnixMinusNano.

func (*TestRequestFormatTestReq) SetRequiredStringUnixMinusSeconds

func (s *TestRequestFormatTestReq) SetRequiredStringUnixMinusSeconds(val time.Time)

SetRequiredStringUnixMinusSeconds sets the value of RequiredStringUnixMinusSeconds.

func (*TestRequestFormatTestReq) UnmarshalJSON

func (s *TestRequestFormatTestReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*TestRequestFormatTestReq) Validate

func (s *TestRequestFormatTestReq) Validate() error

type TestRequestRequiredEmptyStructReq

type TestRequestRequiredEmptyStructReq struct{}

func (*TestRequestRequiredEmptyStructReq) Decode

Decode decodes TestRequestRequiredEmptyStructReq from json.

func (*TestRequestRequiredEmptyStructReq) Encode

Encode implements json.Marshaler.

func (*TestRequestRequiredEmptyStructReq) MarshalJSON

func (s *TestRequestRequiredEmptyStructReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*TestRequestRequiredEmptyStructReq) SetFake

func (s *TestRequestRequiredEmptyStructReq) SetFake()

SetFake set fake values.

func (*TestRequestRequiredEmptyStructReq) UnmarshalJSON

func (s *TestRequestRequiredEmptyStructReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type TestRequestRequiredFormatTestReq

type TestRequestRequiredFormatTestReq struct {
	RequiredAny                                jx.Raw               `json:"required_any"`
	RequiredArrayAny                           []jx.Raw             `json:"required_array_any"`
	RequiredArrayBoolean                       []bool               `json:"required_array_boolean"`
	RequiredArrayInteger                       []int                `json:"required_array_integer"`
	RequiredArrayIntegerInt16                  []int16              `json:"required_array_integer_int16"`
	RequiredArrayIntegerInt32                  []int32              `json:"required_array_integer_int32"`
	RequiredArrayIntegerInt64                  []int64              `json:"required_array_integer_int64"`
	RequiredArrayIntegerInt8                   []int8               `json:"required_array_integer_int8"`
	RequiredArrayIntegerUint                   []uint               `json:"required_array_integer_uint"`
	RequiredArrayIntegerUint16                 []uint16             `json:"required_array_integer_uint16"`
	RequiredArrayIntegerUint32                 []uint32             `json:"required_array_integer_uint32"`
	RequiredArrayIntegerUint64                 []uint64             `json:"required_array_integer_uint64"`
	RequiredArrayIntegerUint8                  []uint8              `json:"required_array_integer_uint8"`
	RequiredArrayIntegerUnix                   []time.Time          `json:"required_array_integer_unix"`
	RequiredArrayIntegerUnixMinusMicro         []time.Time          `json:"required_array_integer_unix-micro"`
	RequiredArrayIntegerUnixMinusMilli         []time.Time          `json:"required_array_integer_unix-milli"`
	RequiredArrayIntegerUnixMinusNano          []time.Time          `json:"required_array_integer_unix-nano"`
	RequiredArrayIntegerUnixMinusSeconds       []time.Time          `json:"required_array_integer_unix-seconds"`
	RequiredArrayNull                          []struct{}           `json:"required_array_null"`
	RequiredArrayNumber                        []float64            `json:"required_array_number"`
	RequiredArrayNumberDouble                  []float64            `json:"required_array_number_double"`
	RequiredArrayNumberFloat                   []float32            `json:"required_array_number_float"`
	RequiredArrayNumberInt32                   []int32              `json:"required_array_number_int32"`
	RequiredArrayNumberInt64                   []int64              `json:"required_array_number_int64"`
	RequiredArrayString                        []string             `json:"required_array_string"`
	RequiredArrayStringBase64                  [][]byte             `json:"required_array_string_base64"`
	RequiredArrayStringBinary                  []string             `json:"required_array_string_binary"`
	RequiredArrayStringByte                    [][]byte             `json:"required_array_string_byte"`
	RequiredArrayStringDate                    []time.Time          `json:"required_array_string_date"`
	RequiredArrayStringDateMinusTime           []time.Time          `json:"required_array_string_date-time"`
	RequiredArrayStringDuration                []time.Duration      `json:"required_array_string_duration"`
	RequiredArrayStringEmail                   []string             `json:"required_array_string_email"`
	RequiredArrayStringFloat32                 []float32            `json:"required_array_string_float32"`
	RequiredArrayStringFloat64                 []float64            `json:"required_array_string_float64"`
	RequiredArrayStringHostname                []string             `json:"required_array_string_hostname"`
	RequiredArrayStringInt                     []int                `json:"required_array_string_int"`
	RequiredArrayStringInt16                   []int16              `json:"required_array_string_int16"`
	RequiredArrayStringInt32                   []int32              `json:"required_array_string_int32"`
	RequiredArrayStringInt64                   []int64              `json:"required_array_string_int64"`
	RequiredArrayStringInt8                    []int8               `json:"required_array_string_int8"`
	RequiredArrayStringIP                      []netip.Addr         `json:"required_array_string_ip"`
	RequiredArrayStringIpv4                    []netip.Addr         `json:"required_array_string_ipv4"`
	RequiredArrayStringIpv6                    []netip.Addr         `json:"required_array_string_ipv6"`
	RequiredArrayStringMAC                     []net.HardwareAddr   `json:"required_array_string_mac"`
	RequiredArrayStringPassword                []string             `json:"required_array_string_password"`
	RequiredArrayStringTime                    []time.Time          `json:"required_array_string_time"`
	RequiredArrayStringUint                    []uint               `json:"required_array_string_uint"`
	RequiredArrayStringUint16                  []uint16             `json:"required_array_string_uint16"`
	RequiredArrayStringUint32                  []uint32             `json:"required_array_string_uint32"`
	RequiredArrayStringUint64                  []uint64             `json:"required_array_string_uint64"`
	RequiredArrayStringUint8                   []uint8              `json:"required_array_string_uint8"`
	RequiredArrayStringUnix                    []time.Time          `json:"required_array_string_unix"`
	RequiredArrayStringUnixMinusMicro          []time.Time          `json:"required_array_string_unix-micro"`
	RequiredArrayStringUnixMinusMilli          []time.Time          `json:"required_array_string_unix-milli"`
	RequiredArrayStringUnixMinusNano           []time.Time          `json:"required_array_string_unix-nano"`
	RequiredArrayStringUnixMinusSeconds        []time.Time          `json:"required_array_string_unix-seconds"`
	RequiredArrayStringURI                     []url.URL            `json:"required_array_string_uri"`
	RequiredArrayStringUUID                    []uuid.UUID          `json:"required_array_string_uuid"`
	RequiredBoolean                            bool                 `json:"required_boolean"`
	RequiredDoubleArrayAny                     [][]jx.Raw           `json:"required_double_array_any"`
	RequiredDoubleArrayBoolean                 [][]bool             `json:"required_double_array_boolean"`
	RequiredDoubleArrayInteger                 [][]int              `json:"required_double_array_integer"`
	RequiredDoubleArrayIntegerInt16            [][]int16            `json:"required_double_array_integer_int16"`
	RequiredDoubleArrayIntegerInt32            [][]int32            `json:"required_double_array_integer_int32"`
	RequiredDoubleArrayIntegerInt64            [][]int64            `json:"required_double_array_integer_int64"`
	RequiredDoubleArrayIntegerInt8             [][]int8             `json:"required_double_array_integer_int8"`
	RequiredDoubleArrayIntegerUint             [][]uint             `json:"required_double_array_integer_uint"`
	RequiredDoubleArrayIntegerUint16           [][]uint16           `json:"required_double_array_integer_uint16"`
	RequiredDoubleArrayIntegerUint32           [][]uint32           `json:"required_double_array_integer_uint32"`
	RequiredDoubleArrayIntegerUint64           [][]uint64           `json:"required_double_array_integer_uint64"`
	RequiredDoubleArrayIntegerUint8            [][]uint8            `json:"required_double_array_integer_uint8"`
	RequiredDoubleArrayIntegerUnix             [][]time.Time        `json:"required_double_array_integer_unix"`
	RequiredDoubleArrayIntegerUnixMinusMicro   [][]time.Time        `json:"required_double_array_integer_unix-micro"`
	RequiredDoubleArrayIntegerUnixMinusMilli   [][]time.Time        `json:"required_double_array_integer_unix-milli"`
	RequiredDoubleArrayIntegerUnixMinusNano    [][]time.Time        `json:"required_double_array_integer_unix-nano"`
	RequiredDoubleArrayIntegerUnixMinusSeconds [][]time.Time        `json:"required_double_array_integer_unix-seconds"`
	RequiredDoubleArrayNull                    [][]struct{}         `json:"required_double_array_null"`
	RequiredDoubleArrayNumber                  [][]float64          `json:"required_double_array_number"`
	RequiredDoubleArrayNumberDouble            [][]float64          `json:"required_double_array_number_double"`
	RequiredDoubleArrayNumberFloat             [][]float32          `json:"required_double_array_number_float"`
	RequiredDoubleArrayNumberInt32             [][]int32            `json:"required_double_array_number_int32"`
	RequiredDoubleArrayNumberInt64             [][]int64            `json:"required_double_array_number_int64"`
	RequiredDoubleArrayString                  [][]string           `json:"required_double_array_string"`
	RequiredDoubleArrayStringBase64            [][][]byte           `json:"required_double_array_string_base64"`
	RequiredDoubleArrayStringBinary            [][]string           `json:"required_double_array_string_binary"`
	RequiredDoubleArrayStringByte              [][][]byte           `json:"required_double_array_string_byte"`
	RequiredDoubleArrayStringDate              [][]time.Time        `json:"required_double_array_string_date"`
	RequiredDoubleArrayStringDateMinusTime     [][]time.Time        `json:"required_double_array_string_date-time"`
	RequiredDoubleArrayStringDuration          [][]time.Duration    `json:"required_double_array_string_duration"`
	RequiredDoubleArrayStringEmail             [][]string           `json:"required_double_array_string_email"`
	RequiredDoubleArrayStringFloat32           [][]float32          `json:"required_double_array_string_float32"`
	RequiredDoubleArrayStringFloat64           [][]float64          `json:"required_double_array_string_float64"`
	RequiredDoubleArrayStringHostname          [][]string           `json:"required_double_array_string_hostname"`
	RequiredDoubleArrayStringInt               [][]int              `json:"required_double_array_string_int"`
	RequiredDoubleArrayStringInt16             [][]int16            `json:"required_double_array_string_int16"`
	RequiredDoubleArrayStringInt32             [][]int32            `json:"required_double_array_string_int32"`
	RequiredDoubleArrayStringInt64             [][]int64            `json:"required_double_array_string_int64"`
	RequiredDoubleArrayStringInt8              [][]int8             `json:"required_double_array_string_int8"`
	RequiredDoubleArrayStringIP                [][]netip.Addr       `json:"required_double_array_string_ip"`
	RequiredDoubleArrayStringIpv4              [][]netip.Addr       `json:"required_double_array_string_ipv4"`
	RequiredDoubleArrayStringIpv6              [][]netip.Addr       `json:"required_double_array_string_ipv6"`
	RequiredDoubleArrayStringMAC               [][]net.HardwareAddr `json:"required_double_array_string_mac"`
	RequiredDoubleArrayStringPassword          [][]string           `json:"required_double_array_string_password"`
	RequiredDoubleArrayStringTime              [][]time.Time        `json:"required_double_array_string_time"`
	RequiredDoubleArrayStringUint              [][]uint             `json:"required_double_array_string_uint"`
	RequiredDoubleArrayStringUint16            [][]uint16           `json:"required_double_array_string_uint16"`
	RequiredDoubleArrayStringUint32            [][]uint32           `json:"required_double_array_string_uint32"`
	RequiredDoubleArrayStringUint64            [][]uint64           `json:"required_double_array_string_uint64"`
	RequiredDoubleArrayStringUint8             [][]uint8            `json:"required_double_array_string_uint8"`
	RequiredDoubleArrayStringUnix              [][]time.Time        `json:"required_double_array_string_unix"`
	RequiredDoubleArrayStringUnixMinusMicro    [][]time.Time        `json:"required_double_array_string_unix-micro"`
	RequiredDoubleArrayStringUnixMinusMilli    [][]time.Time        `json:"required_double_array_string_unix-milli"`
	RequiredDoubleArrayStringUnixMinusNano     [][]time.Time        `json:"required_double_array_string_unix-nano"`
	RequiredDoubleArrayStringUnixMinusSeconds  [][]time.Time        `json:"required_double_array_string_unix-seconds"`
	RequiredDoubleArrayStringURI               [][]url.URL          `json:"required_double_array_string_uri"`
	RequiredDoubleArrayStringUUID              [][]uuid.UUID        `json:"required_double_array_string_uuid"`
	RequiredInteger                            int                  `json:"required_integer"`
	RequiredIntegerInt16                       int16                `json:"required_integer_int16"`
	RequiredIntegerInt32                       int32                `json:"required_integer_int32"`
	RequiredIntegerInt64                       int64                `json:"required_integer_int64"`
	RequiredIntegerInt8                        int8                 `json:"required_integer_int8"`
	RequiredIntegerUint                        uint                 `json:"required_integer_uint"`
	RequiredIntegerUint16                      uint16               `json:"required_integer_uint16"`
	RequiredIntegerUint32                      uint32               `json:"required_integer_uint32"`
	RequiredIntegerUint64                      uint64               `json:"required_integer_uint64"`
	RequiredIntegerUint8                       uint8                `json:"required_integer_uint8"`
	RequiredIntegerUnix                        time.Time            `json:"required_integer_unix"`
	RequiredIntegerUnixMinusMicro              time.Time            `json:"required_integer_unix-micro"`
	RequiredIntegerUnixMinusMilli              time.Time            `json:"required_integer_unix-milli"`
	RequiredIntegerUnixMinusNano               time.Time            `json:"required_integer_unix-nano"`
	RequiredIntegerUnixMinusSeconds            time.Time            `json:"required_integer_unix-seconds"`
	RequiredNull                               struct{}             `json:"required_null"`
	RequiredNumber                             float64              `json:"required_number"`
	RequiredNumberDouble                       float64              `json:"required_number_double"`
	RequiredNumberFloat                        float32              `json:"required_number_float"`
	RequiredNumberInt32                        int32                `json:"required_number_int32"`
	RequiredNumberInt64                        int64                `json:"required_number_int64"`
	RequiredString                             string               `json:"required_string"`
	RequiredStringBase64                       []byte               `json:"required_string_base64"`
	RequiredStringBinary                       string               `json:"required_string_binary"`
	RequiredStringByte                         []byte               `json:"required_string_byte"`
	RequiredStringDate                         time.Time            `json:"required_string_date"`
	RequiredStringDateMinusTime                time.Time            `json:"required_string_date-time"`
	RequiredStringDuration                     time.Duration        `json:"required_string_duration"`
	RequiredStringEmail                        string               `json:"required_string_email"`
	RequiredStringFloat32                      float32              `json:"required_string_float32"`
	RequiredStringFloat64                      float64              `json:"required_string_float64"`
	RequiredStringHostname                     string               `json:"required_string_hostname"`
	RequiredStringInt                          int                  `json:"required_string_int"`
	RequiredStringInt16                        int16                `json:"required_string_int16"`
	RequiredStringInt32                        int32                `json:"required_string_int32"`
	RequiredStringInt64                        int64                `json:"required_string_int64"`
	RequiredStringInt8                         int8                 `json:"required_string_int8"`
	RequiredStringIP                           netip.Addr           `json:"required_string_ip"`
	RequiredStringIpv4                         netip.Addr           `json:"required_string_ipv4"`
	RequiredStringIpv6                         netip.Addr           `json:"required_string_ipv6"`
	RequiredStringMAC                          net.HardwareAddr     `json:"required_string_mac"`
	RequiredStringPassword                     string               `json:"required_string_password"`
	RequiredStringTime                         time.Time            `json:"required_string_time"`
	RequiredStringUint                         uint                 `json:"required_string_uint"`
	RequiredStringUint16                       uint16               `json:"required_string_uint16"`
	RequiredStringUint32                       uint32               `json:"required_string_uint32"`
	RequiredStringUint64                       uint64               `json:"required_string_uint64"`
	RequiredStringUint8                        uint8                `json:"required_string_uint8"`
	RequiredStringUnix                         time.Time            `json:"required_string_unix"`
	RequiredStringUnixMinusMicro               time.Time            `json:"required_string_unix-micro"`
	RequiredStringUnixMinusMilli               time.Time            `json:"required_string_unix-milli"`
	RequiredStringUnixMinusNano                time.Time            `json:"required_string_unix-nano"`
	RequiredStringUnixMinusSeconds             time.Time            `json:"required_string_unix-seconds"`
	RequiredStringURI                          url.URL              `json:"required_string_uri"`
	RequiredStringUUID                         uuid.UUID            `json:"required_string_uuid"`
	OptionalAny                                jx.Raw               `json:"optional_any"`
	OptionalArrayAny                           []jx.Raw             `json:"optional_array_any"`
	OptionalArrayBoolean                       []bool               `json:"optional_array_boolean"`
	OptionalArrayInteger                       []int                `json:"optional_array_integer"`
	OptionalArrayIntegerInt16                  []int16              `json:"optional_array_integer_int16"`
	OptionalArrayIntegerInt32                  []int32              `json:"optional_array_integer_int32"`
	OptionalArrayIntegerInt64                  []int64              `json:"optional_array_integer_int64"`
	OptionalArrayIntegerInt8                   []int8               `json:"optional_array_integer_int8"`
	OptionalArrayIntegerUint                   []uint               `json:"optional_array_integer_uint"`
	OptionalArrayIntegerUint16                 []uint16             `json:"optional_array_integer_uint16"`
	OptionalArrayIntegerUint32                 []uint32             `json:"optional_array_integer_uint32"`
	OptionalArrayIntegerUint64                 []uint64             `json:"optional_array_integer_uint64"`
	OptionalArrayIntegerUint8                  []uint8              `json:"optional_array_integer_uint8"`
	OptionalArrayIntegerUnix                   []time.Time          `json:"optional_array_integer_unix"`
	OptionalArrayIntegerUnixMinusMicro         []time.Time          `json:"optional_array_integer_unix-micro"`
	OptionalArrayIntegerUnixMinusMilli         []time.Time          `json:"optional_array_integer_unix-milli"`
	OptionalArrayIntegerUnixMinusNano          []time.Time          `json:"optional_array_integer_unix-nano"`
	OptionalArrayIntegerUnixMinusSeconds       []time.Time          `json:"optional_array_integer_unix-seconds"`
	OptionalArrayNull                          []struct{}           `json:"optional_array_null"`
	OptionalArrayNumber                        []float64            `json:"optional_array_number"`
	OptionalArrayNumberDouble                  []float64            `json:"optional_array_number_double"`
	OptionalArrayNumberFloat                   []float32            `json:"optional_array_number_float"`
	OptionalArrayNumberInt32                   []int32              `json:"optional_array_number_int32"`
	OptionalArrayNumberInt64                   []int64              `json:"optional_array_number_int64"`
	OptionalArrayString                        []string             `json:"optional_array_string"`
	OptionalArrayStringBase64                  [][]byte             `json:"optional_array_string_base64"`
	OptionalArrayStringBinary                  []string             `json:"optional_array_string_binary"`
	OptionalArrayStringByte                    [][]byte             `json:"optional_array_string_byte"`
	OptionalArrayStringDate                    []time.Time          `json:"optional_array_string_date"`
	OptionalArrayStringDateMinusTime           []time.Time          `json:"optional_array_string_date-time"`
	OptionalArrayStringDuration                []time.Duration      `json:"optional_array_string_duration"`
	OptionalArrayStringEmail                   []string             `json:"optional_array_string_email"`
	OptionalArrayStringFloat32                 []float32            `json:"optional_array_string_float32"`
	OptionalArrayStringFloat64                 []float64            `json:"optional_array_string_float64"`
	OptionalArrayStringHostname                []string             `json:"optional_array_string_hostname"`
	OptionalArrayStringInt                     []int                `json:"optional_array_string_int"`
	OptionalArrayStringInt16                   []int16              `json:"optional_array_string_int16"`
	OptionalArrayStringInt32                   []int32              `json:"optional_array_string_int32"`
	OptionalArrayStringInt64                   []int64              `json:"optional_array_string_int64"`
	OptionalArrayStringInt8                    []int8               `json:"optional_array_string_int8"`
	OptionalArrayStringIP                      []netip.Addr         `json:"optional_array_string_ip"`
	OptionalArrayStringIpv4                    []netip.Addr         `json:"optional_array_string_ipv4"`
	OptionalArrayStringIpv6                    []netip.Addr         `json:"optional_array_string_ipv6"`
	OptionalArrayStringMAC                     []net.HardwareAddr   `json:"optional_array_string_mac"`
	OptionalArrayStringPassword                []string             `json:"optional_array_string_password"`
	OptionalArrayStringTime                    []time.Time          `json:"optional_array_string_time"`
	OptionalArrayStringUint                    []uint               `json:"optional_array_string_uint"`
	OptionalArrayStringUint16                  []uint16             `json:"optional_array_string_uint16"`
	OptionalArrayStringUint32                  []uint32             `json:"optional_array_string_uint32"`
	OptionalArrayStringUint64                  []uint64             `json:"optional_array_string_uint64"`
	OptionalArrayStringUint8                   []uint8              `json:"optional_array_string_uint8"`
	OptionalArrayStringUnix                    []time.Time          `json:"optional_array_string_unix"`
	OptionalArrayStringUnixMinusMicro          []time.Time          `json:"optional_array_string_unix-micro"`
	OptionalArrayStringUnixMinusMilli          []time.Time          `json:"optional_array_string_unix-milli"`
	OptionalArrayStringUnixMinusNano           []time.Time          `json:"optional_array_string_unix-nano"`
	OptionalArrayStringUnixMinusSeconds        []time.Time          `json:"optional_array_string_unix-seconds"`
	OptionalArrayStringURI                     []url.URL            `json:"optional_array_string_uri"`
	OptionalArrayStringUUID                    []uuid.UUID          `json:"optional_array_string_uuid"`
	OptionalBoolean                            OptBool              `json:"optional_boolean"`
	OptionalDoubleArrayAny                     [][]jx.Raw           `json:"optional_double_array_any"`
	OptionalDoubleArrayBoolean                 [][]bool             `json:"optional_double_array_boolean"`
	OptionalDoubleArrayInteger                 [][]int              `json:"optional_double_array_integer"`
	OptionalDoubleArrayIntegerInt16            [][]int16            `json:"optional_double_array_integer_int16"`
	OptionalDoubleArrayIntegerInt32            [][]int32            `json:"optional_double_array_integer_int32"`
	OptionalDoubleArrayIntegerInt64            [][]int64            `json:"optional_double_array_integer_int64"`
	OptionalDoubleArrayIntegerInt8             [][]int8             `json:"optional_double_array_integer_int8"`
	OptionalDoubleArrayIntegerUint             [][]uint             `json:"optional_double_array_integer_uint"`
	OptionalDoubleArrayIntegerUint16           [][]uint16           `json:"optional_double_array_integer_uint16"`
	OptionalDoubleArrayIntegerUint32           [][]uint32           `json:"optional_double_array_integer_uint32"`
	OptionalDoubleArrayIntegerUint64           [][]uint64           `json:"optional_double_array_integer_uint64"`
	OptionalDoubleArrayIntegerUint8            [][]uint8            `json:"optional_double_array_integer_uint8"`
	OptionalDoubleArrayIntegerUnix             [][]time.Time        `json:"optional_double_array_integer_unix"`
	OptionalDoubleArrayIntegerUnixMinusMicro   [][]time.Time        `json:"optional_double_array_integer_unix-micro"`
	OptionalDoubleArrayIntegerUnixMinusMilli   [][]time.Time        `json:"optional_double_array_integer_unix-milli"`
	OptionalDoubleArrayIntegerUnixMinusNano    [][]time.Time        `json:"optional_double_array_integer_unix-nano"`
	OptionalDoubleArrayIntegerUnixMinusSeconds [][]time.Time        `json:"optional_double_array_integer_unix-seconds"`
	OptionalDoubleArrayNull                    [][]struct{}         `json:"optional_double_array_null"`
	OptionalDoubleArrayNumber                  [][]float64          `json:"optional_double_array_number"`
	OptionalDoubleArrayNumberDouble            [][]float64          `json:"optional_double_array_number_double"`
	OptionalDoubleArrayNumberFloat             [][]float32          `json:"optional_double_array_number_float"`
	OptionalDoubleArrayNumberInt32             [][]int32            `json:"optional_double_array_number_int32"`
	OptionalDoubleArrayNumberInt64             [][]int64            `json:"optional_double_array_number_int64"`
	OptionalDoubleArrayString                  [][]string           `json:"optional_double_array_string"`
	OptionalDoubleArrayStringBase64            [][][]byte           `json:"optional_double_array_string_base64"`
	OptionalDoubleArrayStringBinary            [][]string           `json:"optional_double_array_string_binary"`
	OptionalDoubleArrayStringByte              [][][]byte           `json:"optional_double_array_string_byte"`
	OptionalDoubleArrayStringDate              [][]time.Time        `json:"optional_double_array_string_date"`
	OptionalDoubleArrayStringDateMinusTime     [][]time.Time        `json:"optional_double_array_string_date-time"`
	OptionalDoubleArrayStringDuration          [][]time.Duration    `json:"optional_double_array_string_duration"`
	OptionalDoubleArrayStringEmail             [][]string           `json:"optional_double_array_string_email"`
	OptionalDoubleArrayStringFloat32           [][]float32          `json:"optional_double_array_string_float32"`
	OptionalDoubleArrayStringFloat64           [][]float64          `json:"optional_double_array_string_float64"`
	OptionalDoubleArrayStringHostname          [][]string           `json:"optional_double_array_string_hostname"`
	OptionalDoubleArrayStringInt               [][]int              `json:"optional_double_array_string_int"`
	OptionalDoubleArrayStringInt16             [][]int16            `json:"optional_double_array_string_int16"`
	OptionalDoubleArrayStringInt32             [][]int32            `json:"optional_double_array_string_int32"`
	OptionalDoubleArrayStringInt64             [][]int64            `json:"optional_double_array_string_int64"`
	OptionalDoubleArrayStringInt8              [][]int8             `json:"optional_double_array_string_int8"`
	OptionalDoubleArrayStringIP                [][]netip.Addr       `json:"optional_double_array_string_ip"`
	OptionalDoubleArrayStringIpv4              [][]netip.Addr       `json:"optional_double_array_string_ipv4"`
	OptionalDoubleArrayStringIpv6              [][]netip.Addr       `json:"optional_double_array_string_ipv6"`
	OptionalDoubleArrayStringMAC               [][]net.HardwareAddr `json:"optional_double_array_string_mac"`
	OptionalDoubleArrayStringPassword          [][]string           `json:"optional_double_array_string_password"`
	OptionalDoubleArrayStringTime              [][]time.Time        `json:"optional_double_array_string_time"`
	OptionalDoubleArrayStringUint              [][]uint             `json:"optional_double_array_string_uint"`
	OptionalDoubleArrayStringUint16            [][]uint16           `json:"optional_double_array_string_uint16"`
	OptionalDoubleArrayStringUint32            [][]uint32           `json:"optional_double_array_string_uint32"`
	OptionalDoubleArrayStringUint64            [][]uint64           `json:"optional_double_array_string_uint64"`
	OptionalDoubleArrayStringUint8             [][]uint8            `json:"optional_double_array_string_uint8"`
	OptionalDoubleArrayStringUnix              [][]time.Time        `json:"optional_double_array_string_unix"`
	OptionalDoubleArrayStringUnixMinusMicro    [][]time.Time        `json:"optional_double_array_string_unix-micro"`
	OptionalDoubleArrayStringUnixMinusMilli    [][]time.Time        `json:"optional_double_array_string_unix-milli"`
	OptionalDoubleArrayStringUnixMinusNano     [][]time.Time        `json:"optional_double_array_string_unix-nano"`
	OptionalDoubleArrayStringUnixMinusSeconds  [][]time.Time        `json:"optional_double_array_string_unix-seconds"`
	OptionalDoubleArrayStringURI               [][]url.URL          `json:"optional_double_array_string_uri"`
	OptionalDoubleArrayStringUUID              [][]uuid.UUID        `json:"optional_double_array_string_uuid"`
	OptionalInteger                            OptInt               `json:"optional_integer"`
	OptionalIntegerInt16                       OptInt16             `json:"optional_integer_int16"`
	OptionalIntegerInt32                       OptInt32             `json:"optional_integer_int32"`
	OptionalIntegerInt64                       OptInt64             `json:"optional_integer_int64"`
	OptionalIntegerInt8                        OptInt8              `json:"optional_integer_int8"`
	OptionalIntegerUint                        OptUint              `json:"optional_integer_uint"`
	OptionalIntegerUint16                      OptUint16            `json:"optional_integer_uint16"`
	OptionalIntegerUint32                      OptUint32            `json:"optional_integer_uint32"`
	OptionalIntegerUint64                      OptUint64            `json:"optional_integer_uint64"`
	OptionalIntegerUint8                       OptUint8             `json:"optional_integer_uint8"`
	OptionalIntegerUnix                        OptUnixSeconds       `json:"optional_integer_unix"`
	OptionalIntegerUnixMinusMicro              OptUnixMicro         `json:"optional_integer_unix-micro"`
	OptionalIntegerUnixMinusMilli              OptUnixMilli         `json:"optional_integer_unix-milli"`
	OptionalIntegerUnixMinusNano               OptUnixNano          `json:"optional_integer_unix-nano"`
	OptionalIntegerUnixMinusSeconds            OptUnixSeconds       `json:"optional_integer_unix-seconds"`
	OptionalNull                               OptNull              `json:"optional_null"`
	OptionalNumber                             OptFloat64           `json:"optional_number"`
	OptionalNumberDouble                       OptFloat64           `json:"optional_number_double"`
	OptionalNumberFloat                        OptFloat32           `json:"optional_number_float"`
	OptionalNumberInt32                        OptInt32             `json:"optional_number_int32"`
	OptionalNumberInt64                        OptInt64             `json:"optional_number_int64"`
	OptionalString                             OptString            `json:"optional_string"`
	OptionalStringBase64                       []byte               `json:"optional_string_base64"`
	OptionalStringBinary                       OptString            `json:"optional_string_binary"`
	OptionalStringByte                         []byte               `json:"optional_string_byte"`
	OptionalStringDate                         OptDate              `json:"optional_string_date"`
	OptionalStringDateMinusTime                OptDateTime          `json:"optional_string_date-time"`
	OptionalStringDuration                     OptDuration          `json:"optional_string_duration"`
	OptionalStringEmail                        OptString            `json:"optional_string_email"`
	OptionalStringFloat32                      OptStringFloat32     `json:"optional_string_float32"`
	OptionalStringFloat64                      OptStringFloat64     `json:"optional_string_float64"`
	OptionalStringHostname                     OptString            `json:"optional_string_hostname"`
	OptionalStringInt                          OptStringInt         `json:"optional_string_int"`
	OptionalStringInt16                        OptStringInt16       `json:"optional_string_int16"`
	OptionalStringInt32                        OptStringInt32       `json:"optional_string_int32"`
	OptionalStringInt64                        OptStringInt64       `json:"optional_string_int64"`
	OptionalStringInt8                         OptStringInt8        `json:"optional_string_int8"`
	OptionalStringIP                           OptIP                `json:"optional_string_ip"`
	OptionalStringIpv4                         OptIPv4              `json:"optional_string_ipv4"`
	OptionalStringIpv6                         OptIPv6              `json:"optional_string_ipv6"`
	OptionalStringMAC                          OptHardwareAddr      `json:"optional_string_mac"`
	OptionalStringPassword                     OptString            `json:"optional_string_password"`
	OptionalStringTime                         OptTime              `json:"optional_string_time"`
	OptionalStringUint                         OptStringUint        `json:"optional_string_uint"`
	OptionalStringUint16                       OptStringUint16      `json:"optional_string_uint16"`
	OptionalStringUint32                       OptStringUint32      `json:"optional_string_uint32"`
	OptionalStringUint64                       OptStringUint64      `json:"optional_string_uint64"`
	OptionalStringUint8                        OptStringUint8       `json:"optional_string_uint8"`
	OptionalStringUnix                         OptStringUnixSeconds `json:"optional_string_unix"`
	OptionalStringUnixMinusMicro               OptStringUnixMicro   `json:"optional_string_unix-micro"`
	OptionalStringUnixMinusMilli               OptStringUnixMilli   `json:"optional_string_unix-milli"`
	OptionalStringUnixMinusNano                OptStringUnixNano    `json:"optional_string_unix-nano"`
	OptionalStringUnixMinusSeconds             OptStringUnixSeconds `json:"optional_string_unix-seconds"`
	OptionalStringURI                          OptURI               `json:"optional_string_uri"`
	OptionalStringUUID                         OptUUID              `json:"optional_string_uuid"`
}

func (*TestRequestRequiredFormatTestReq) Decode

Decode decodes TestRequestRequiredFormatTestReq from json.

func (*TestRequestRequiredFormatTestReq) Encode

Encode implements json.Marshaler.

func (*TestRequestRequiredFormatTestReq) GetOptionalAny

func (s *TestRequestRequiredFormatTestReq) GetOptionalAny() jx.Raw

GetOptionalAny returns the value of OptionalAny.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayAny

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayAny() []jx.Raw

GetOptionalArrayAny returns the value of OptionalArrayAny.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayBoolean

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayBoolean() []bool

GetOptionalArrayBoolean returns the value of OptionalArrayBoolean.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayInteger

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayInteger() []int

GetOptionalArrayInteger returns the value of OptionalArrayInteger.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayIntegerInt16

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayIntegerInt16() []int16

GetOptionalArrayIntegerInt16 returns the value of OptionalArrayIntegerInt16.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayIntegerInt32

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayIntegerInt32() []int32

GetOptionalArrayIntegerInt32 returns the value of OptionalArrayIntegerInt32.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayIntegerInt64

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayIntegerInt64() []int64

GetOptionalArrayIntegerInt64 returns the value of OptionalArrayIntegerInt64.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayIntegerInt8

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayIntegerInt8() []int8

GetOptionalArrayIntegerInt8 returns the value of OptionalArrayIntegerInt8.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayIntegerUint

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayIntegerUint() []uint

GetOptionalArrayIntegerUint returns the value of OptionalArrayIntegerUint.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayIntegerUint16

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayIntegerUint16() []uint16

GetOptionalArrayIntegerUint16 returns the value of OptionalArrayIntegerUint16.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayIntegerUint32

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayIntegerUint32() []uint32

GetOptionalArrayIntegerUint32 returns the value of OptionalArrayIntegerUint32.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayIntegerUint64

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayIntegerUint64() []uint64

GetOptionalArrayIntegerUint64 returns the value of OptionalArrayIntegerUint64.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayIntegerUint8

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayIntegerUint8() []uint8

GetOptionalArrayIntegerUint8 returns the value of OptionalArrayIntegerUint8.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayIntegerUnix

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayIntegerUnix() []time.Time

GetOptionalArrayIntegerUnix returns the value of OptionalArrayIntegerUnix.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayIntegerUnixMinusMicro

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayIntegerUnixMinusMicro() []time.Time

GetOptionalArrayIntegerUnixMinusMicro returns the value of OptionalArrayIntegerUnixMinusMicro.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayIntegerUnixMinusMilli

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayIntegerUnixMinusMilli() []time.Time

GetOptionalArrayIntegerUnixMinusMilli returns the value of OptionalArrayIntegerUnixMinusMilli.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayIntegerUnixMinusNano

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayIntegerUnixMinusNano() []time.Time

GetOptionalArrayIntegerUnixMinusNano returns the value of OptionalArrayIntegerUnixMinusNano.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayIntegerUnixMinusSeconds

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayIntegerUnixMinusSeconds() []time.Time

GetOptionalArrayIntegerUnixMinusSeconds returns the value of OptionalArrayIntegerUnixMinusSeconds.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayNull

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayNull() []struct{}

GetOptionalArrayNull returns the value of OptionalArrayNull.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayNumber

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayNumber() []float64

GetOptionalArrayNumber returns the value of OptionalArrayNumber.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayNumberDouble

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayNumberDouble() []float64

GetOptionalArrayNumberDouble returns the value of OptionalArrayNumberDouble.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayNumberFloat

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayNumberFloat() []float32

GetOptionalArrayNumberFloat returns the value of OptionalArrayNumberFloat.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayNumberInt32

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayNumberInt32() []int32

GetOptionalArrayNumberInt32 returns the value of OptionalArrayNumberInt32.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayNumberInt64

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayNumberInt64() []int64

GetOptionalArrayNumberInt64 returns the value of OptionalArrayNumberInt64.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayString

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayString() []string

GetOptionalArrayString returns the value of OptionalArrayString.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringBase64

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringBase64() [][]byte

GetOptionalArrayStringBase64 returns the value of OptionalArrayStringBase64.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringBinary

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringBinary() []string

GetOptionalArrayStringBinary returns the value of OptionalArrayStringBinary.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringByte

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringByte() [][]byte

GetOptionalArrayStringByte returns the value of OptionalArrayStringByte.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringDate

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringDate() []time.Time

GetOptionalArrayStringDate returns the value of OptionalArrayStringDate.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringDateMinusTime

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringDateMinusTime() []time.Time

GetOptionalArrayStringDateMinusTime returns the value of OptionalArrayStringDateMinusTime.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringDuration

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringDuration() []time.Duration

GetOptionalArrayStringDuration returns the value of OptionalArrayStringDuration.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringEmail

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringEmail() []string

GetOptionalArrayStringEmail returns the value of OptionalArrayStringEmail.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringFloat32

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringFloat32() []float32

GetOptionalArrayStringFloat32 returns the value of OptionalArrayStringFloat32.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringFloat64

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringFloat64() []float64

GetOptionalArrayStringFloat64 returns the value of OptionalArrayStringFloat64.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringHostname

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringHostname() []string

GetOptionalArrayStringHostname returns the value of OptionalArrayStringHostname.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringIP

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringIP() []netip.Addr

GetOptionalArrayStringIP returns the value of OptionalArrayStringIP.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringInt

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringInt() []int

GetOptionalArrayStringInt returns the value of OptionalArrayStringInt.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringInt16

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringInt16() []int16

GetOptionalArrayStringInt16 returns the value of OptionalArrayStringInt16.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringInt32

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringInt32() []int32

GetOptionalArrayStringInt32 returns the value of OptionalArrayStringInt32.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringInt64

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringInt64() []int64

GetOptionalArrayStringInt64 returns the value of OptionalArrayStringInt64.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringInt8

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringInt8() []int8

GetOptionalArrayStringInt8 returns the value of OptionalArrayStringInt8.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringIpv4

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringIpv4() []netip.Addr

GetOptionalArrayStringIpv4 returns the value of OptionalArrayStringIpv4.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringIpv6

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringIpv6() []netip.Addr

GetOptionalArrayStringIpv6 returns the value of OptionalArrayStringIpv6.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringMAC

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringMAC() []net.HardwareAddr

GetOptionalArrayStringMAC returns the value of OptionalArrayStringMAC.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringPassword

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringPassword() []string

GetOptionalArrayStringPassword returns the value of OptionalArrayStringPassword.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringTime

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringTime() []time.Time

GetOptionalArrayStringTime returns the value of OptionalArrayStringTime.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringURI

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringURI() []url.URL

GetOptionalArrayStringURI returns the value of OptionalArrayStringURI.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringUUID

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringUUID() []uuid.UUID

GetOptionalArrayStringUUID returns the value of OptionalArrayStringUUID.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringUint

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringUint() []uint

GetOptionalArrayStringUint returns the value of OptionalArrayStringUint.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringUint16

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringUint16() []uint16

GetOptionalArrayStringUint16 returns the value of OptionalArrayStringUint16.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringUint32

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringUint32() []uint32

GetOptionalArrayStringUint32 returns the value of OptionalArrayStringUint32.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringUint64

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringUint64() []uint64

GetOptionalArrayStringUint64 returns the value of OptionalArrayStringUint64.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringUint8

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringUint8() []uint8

GetOptionalArrayStringUint8 returns the value of OptionalArrayStringUint8.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringUnix

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringUnix() []time.Time

GetOptionalArrayStringUnix returns the value of OptionalArrayStringUnix.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringUnixMinusMicro

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringUnixMinusMicro() []time.Time

GetOptionalArrayStringUnixMinusMicro returns the value of OptionalArrayStringUnixMinusMicro.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringUnixMinusMilli

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringUnixMinusMilli() []time.Time

GetOptionalArrayStringUnixMinusMilli returns the value of OptionalArrayStringUnixMinusMilli.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringUnixMinusNano

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringUnixMinusNano() []time.Time

GetOptionalArrayStringUnixMinusNano returns the value of OptionalArrayStringUnixMinusNano.

func (*TestRequestRequiredFormatTestReq) GetOptionalArrayStringUnixMinusSeconds

func (s *TestRequestRequiredFormatTestReq) GetOptionalArrayStringUnixMinusSeconds() []time.Time

GetOptionalArrayStringUnixMinusSeconds returns the value of OptionalArrayStringUnixMinusSeconds.

func (*TestRequestRequiredFormatTestReq) GetOptionalBoolean

func (s *TestRequestRequiredFormatTestReq) GetOptionalBoolean() OptBool

GetOptionalBoolean returns the value of OptionalBoolean.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayAny

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayAny() [][]jx.Raw

GetOptionalDoubleArrayAny returns the value of OptionalDoubleArrayAny.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayBoolean

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayBoolean() [][]bool

GetOptionalDoubleArrayBoolean returns the value of OptionalDoubleArrayBoolean.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayInteger

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayInteger() [][]int

GetOptionalDoubleArrayInteger returns the value of OptionalDoubleArrayInteger.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayIntegerInt16

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayIntegerInt16() [][]int16

GetOptionalDoubleArrayIntegerInt16 returns the value of OptionalDoubleArrayIntegerInt16.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayIntegerInt32

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayIntegerInt32() [][]int32

GetOptionalDoubleArrayIntegerInt32 returns the value of OptionalDoubleArrayIntegerInt32.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayIntegerInt64

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayIntegerInt64() [][]int64

GetOptionalDoubleArrayIntegerInt64 returns the value of OptionalDoubleArrayIntegerInt64.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayIntegerInt8

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayIntegerInt8() [][]int8

GetOptionalDoubleArrayIntegerInt8 returns the value of OptionalDoubleArrayIntegerInt8.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayIntegerUint

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayIntegerUint() [][]uint

GetOptionalDoubleArrayIntegerUint returns the value of OptionalDoubleArrayIntegerUint.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayIntegerUint16

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayIntegerUint16() [][]uint16

GetOptionalDoubleArrayIntegerUint16 returns the value of OptionalDoubleArrayIntegerUint16.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayIntegerUint32

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayIntegerUint32() [][]uint32

GetOptionalDoubleArrayIntegerUint32 returns the value of OptionalDoubleArrayIntegerUint32.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayIntegerUint64

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayIntegerUint64() [][]uint64

GetOptionalDoubleArrayIntegerUint64 returns the value of OptionalDoubleArrayIntegerUint64.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayIntegerUint8

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayIntegerUint8() [][]uint8

GetOptionalDoubleArrayIntegerUint8 returns the value of OptionalDoubleArrayIntegerUint8.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayIntegerUnix

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayIntegerUnix() [][]time.Time

GetOptionalDoubleArrayIntegerUnix returns the value of OptionalDoubleArrayIntegerUnix.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayIntegerUnixMinusMicro

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayIntegerUnixMinusMicro() [][]time.Time

GetOptionalDoubleArrayIntegerUnixMinusMicro returns the value of OptionalDoubleArrayIntegerUnixMinusMicro.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayIntegerUnixMinusMilli

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayIntegerUnixMinusMilli() [][]time.Time

GetOptionalDoubleArrayIntegerUnixMinusMilli returns the value of OptionalDoubleArrayIntegerUnixMinusMilli.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayIntegerUnixMinusNano

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayIntegerUnixMinusNano() [][]time.Time

GetOptionalDoubleArrayIntegerUnixMinusNano returns the value of OptionalDoubleArrayIntegerUnixMinusNano.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayIntegerUnixMinusSeconds

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayIntegerUnixMinusSeconds() [][]time.Time

GetOptionalDoubleArrayIntegerUnixMinusSeconds returns the value of OptionalDoubleArrayIntegerUnixMinusSeconds.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayNull

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayNull() [][]struct{}

GetOptionalDoubleArrayNull returns the value of OptionalDoubleArrayNull.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayNumber

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayNumber() [][]float64

GetOptionalDoubleArrayNumber returns the value of OptionalDoubleArrayNumber.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayNumberDouble

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayNumberDouble() [][]float64

GetOptionalDoubleArrayNumberDouble returns the value of OptionalDoubleArrayNumberDouble.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayNumberFloat

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayNumberFloat() [][]float32

GetOptionalDoubleArrayNumberFloat returns the value of OptionalDoubleArrayNumberFloat.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayNumberInt32

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayNumberInt32() [][]int32

GetOptionalDoubleArrayNumberInt32 returns the value of OptionalDoubleArrayNumberInt32.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayNumberInt64

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayNumberInt64() [][]int64

GetOptionalDoubleArrayNumberInt64 returns the value of OptionalDoubleArrayNumberInt64.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayString

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayString() [][]string

GetOptionalDoubleArrayString returns the value of OptionalDoubleArrayString.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringBase64

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringBase64() [][][]byte

GetOptionalDoubleArrayStringBase64 returns the value of OptionalDoubleArrayStringBase64.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringBinary

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringBinary() [][]string

GetOptionalDoubleArrayStringBinary returns the value of OptionalDoubleArrayStringBinary.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringByte

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringByte() [][][]byte

GetOptionalDoubleArrayStringByte returns the value of OptionalDoubleArrayStringByte.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringDate

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringDate() [][]time.Time

GetOptionalDoubleArrayStringDate returns the value of OptionalDoubleArrayStringDate.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringDateMinusTime

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringDateMinusTime() [][]time.Time

GetOptionalDoubleArrayStringDateMinusTime returns the value of OptionalDoubleArrayStringDateMinusTime.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringDuration

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringDuration() [][]time.Duration

GetOptionalDoubleArrayStringDuration returns the value of OptionalDoubleArrayStringDuration.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringEmail

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringEmail() [][]string

GetOptionalDoubleArrayStringEmail returns the value of OptionalDoubleArrayStringEmail.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringFloat32

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringFloat32() [][]float32

GetOptionalDoubleArrayStringFloat32 returns the value of OptionalDoubleArrayStringFloat32.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringFloat64

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringFloat64() [][]float64

GetOptionalDoubleArrayStringFloat64 returns the value of OptionalDoubleArrayStringFloat64.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringHostname

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringHostname() [][]string

GetOptionalDoubleArrayStringHostname returns the value of OptionalDoubleArrayStringHostname.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringIP

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringIP() [][]netip.Addr

GetOptionalDoubleArrayStringIP returns the value of OptionalDoubleArrayStringIP.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringInt

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringInt() [][]int

GetOptionalDoubleArrayStringInt returns the value of OptionalDoubleArrayStringInt.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringInt16

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringInt16() [][]int16

GetOptionalDoubleArrayStringInt16 returns the value of OptionalDoubleArrayStringInt16.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringInt32

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringInt32() [][]int32

GetOptionalDoubleArrayStringInt32 returns the value of OptionalDoubleArrayStringInt32.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringInt64

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringInt64() [][]int64

GetOptionalDoubleArrayStringInt64 returns the value of OptionalDoubleArrayStringInt64.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringInt8

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringInt8() [][]int8

GetOptionalDoubleArrayStringInt8 returns the value of OptionalDoubleArrayStringInt8.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringIpv4

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringIpv4() [][]netip.Addr

GetOptionalDoubleArrayStringIpv4 returns the value of OptionalDoubleArrayStringIpv4.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringIpv6

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringIpv6() [][]netip.Addr

GetOptionalDoubleArrayStringIpv6 returns the value of OptionalDoubleArrayStringIpv6.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringMAC

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringMAC() [][]net.HardwareAddr

GetOptionalDoubleArrayStringMAC returns the value of OptionalDoubleArrayStringMAC.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringPassword

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringPassword() [][]string

GetOptionalDoubleArrayStringPassword returns the value of OptionalDoubleArrayStringPassword.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringTime

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringTime() [][]time.Time

GetOptionalDoubleArrayStringTime returns the value of OptionalDoubleArrayStringTime.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringURI

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringURI() [][]url.URL

GetOptionalDoubleArrayStringURI returns the value of OptionalDoubleArrayStringURI.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringUUID

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringUUID() [][]uuid.UUID

GetOptionalDoubleArrayStringUUID returns the value of OptionalDoubleArrayStringUUID.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringUint

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringUint() [][]uint

GetOptionalDoubleArrayStringUint returns the value of OptionalDoubleArrayStringUint.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringUint16

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringUint16() [][]uint16

GetOptionalDoubleArrayStringUint16 returns the value of OptionalDoubleArrayStringUint16.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringUint32

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringUint32() [][]uint32

GetOptionalDoubleArrayStringUint32 returns the value of OptionalDoubleArrayStringUint32.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringUint64

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringUint64() [][]uint64

GetOptionalDoubleArrayStringUint64 returns the value of OptionalDoubleArrayStringUint64.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringUint8

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringUint8() [][]uint8

GetOptionalDoubleArrayStringUint8 returns the value of OptionalDoubleArrayStringUint8.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringUnix

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringUnix() [][]time.Time

GetOptionalDoubleArrayStringUnix returns the value of OptionalDoubleArrayStringUnix.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringUnixMinusMicro

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringUnixMinusMicro() [][]time.Time

GetOptionalDoubleArrayStringUnixMinusMicro returns the value of OptionalDoubleArrayStringUnixMinusMicro.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringUnixMinusMilli

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringUnixMinusMilli() [][]time.Time

GetOptionalDoubleArrayStringUnixMinusMilli returns the value of OptionalDoubleArrayStringUnixMinusMilli.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringUnixMinusNano

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringUnixMinusNano() [][]time.Time

GetOptionalDoubleArrayStringUnixMinusNano returns the value of OptionalDoubleArrayStringUnixMinusNano.

func (*TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringUnixMinusSeconds

func (s *TestRequestRequiredFormatTestReq) GetOptionalDoubleArrayStringUnixMinusSeconds() [][]time.Time

GetOptionalDoubleArrayStringUnixMinusSeconds returns the value of OptionalDoubleArrayStringUnixMinusSeconds.

func (*TestRequestRequiredFormatTestReq) GetOptionalInteger

func (s *TestRequestRequiredFormatTestReq) GetOptionalInteger() OptInt

GetOptionalInteger returns the value of OptionalInteger.

func (*TestRequestRequiredFormatTestReq) GetOptionalIntegerInt16

func (s *TestRequestRequiredFormatTestReq) GetOptionalIntegerInt16() OptInt16

GetOptionalIntegerInt16 returns the value of OptionalIntegerInt16.

func (*TestRequestRequiredFormatTestReq) GetOptionalIntegerInt32

func (s *TestRequestRequiredFormatTestReq) GetOptionalIntegerInt32() OptInt32

GetOptionalIntegerInt32 returns the value of OptionalIntegerInt32.

func (*TestRequestRequiredFormatTestReq) GetOptionalIntegerInt64

func (s *TestRequestRequiredFormatTestReq) GetOptionalIntegerInt64() OptInt64

GetOptionalIntegerInt64 returns the value of OptionalIntegerInt64.

func (*TestRequestRequiredFormatTestReq) GetOptionalIntegerInt8

func (s *TestRequestRequiredFormatTestReq) GetOptionalIntegerInt8() OptInt8

GetOptionalIntegerInt8 returns the value of OptionalIntegerInt8.

func (*TestRequestRequiredFormatTestReq) GetOptionalIntegerUint

func (s *TestRequestRequiredFormatTestReq) GetOptionalIntegerUint() OptUint

GetOptionalIntegerUint returns the value of OptionalIntegerUint.

func (*TestRequestRequiredFormatTestReq) GetOptionalIntegerUint16

func (s *TestRequestRequiredFormatTestReq) GetOptionalIntegerUint16() OptUint16

GetOptionalIntegerUint16 returns the value of OptionalIntegerUint16.

func (*TestRequestRequiredFormatTestReq) GetOptionalIntegerUint32

func (s *TestRequestRequiredFormatTestReq) GetOptionalIntegerUint32() OptUint32

GetOptionalIntegerUint32 returns the value of OptionalIntegerUint32.

func (*TestRequestRequiredFormatTestReq) GetOptionalIntegerUint64

func (s *TestRequestRequiredFormatTestReq) GetOptionalIntegerUint64() OptUint64

GetOptionalIntegerUint64 returns the value of OptionalIntegerUint64.

func (*TestRequestRequiredFormatTestReq) GetOptionalIntegerUint8

func (s *TestRequestRequiredFormatTestReq) GetOptionalIntegerUint8() OptUint8

GetOptionalIntegerUint8 returns the value of OptionalIntegerUint8.

func (*TestRequestRequiredFormatTestReq) GetOptionalIntegerUnix

func (s *TestRequestRequiredFormatTestReq) GetOptionalIntegerUnix() OptUnixSeconds

GetOptionalIntegerUnix returns the value of OptionalIntegerUnix.

func (*TestRequestRequiredFormatTestReq) GetOptionalIntegerUnixMinusMicro

func (s *TestRequestRequiredFormatTestReq) GetOptionalIntegerUnixMinusMicro() OptUnixMicro

GetOptionalIntegerUnixMinusMicro returns the value of OptionalIntegerUnixMinusMicro.

func (*TestRequestRequiredFormatTestReq) GetOptionalIntegerUnixMinusMilli

func (s *TestRequestRequiredFormatTestReq) GetOptionalIntegerUnixMinusMilli() OptUnixMilli

GetOptionalIntegerUnixMinusMilli returns the value of OptionalIntegerUnixMinusMilli.

func (*TestRequestRequiredFormatTestReq) GetOptionalIntegerUnixMinusNano

func (s *TestRequestRequiredFormatTestReq) GetOptionalIntegerUnixMinusNano() OptUnixNano

GetOptionalIntegerUnixMinusNano returns the value of OptionalIntegerUnixMinusNano.

func (*TestRequestRequiredFormatTestReq) GetOptionalIntegerUnixMinusSeconds

func (s *TestRequestRequiredFormatTestReq) GetOptionalIntegerUnixMinusSeconds() OptUnixSeconds

GetOptionalIntegerUnixMinusSeconds returns the value of OptionalIntegerUnixMinusSeconds.

func (*TestRequestRequiredFormatTestReq) GetOptionalNull

func (s *TestRequestRequiredFormatTestReq) GetOptionalNull() OptNull

GetOptionalNull returns the value of OptionalNull.

func (*TestRequestRequiredFormatTestReq) GetOptionalNumber

func (s *TestRequestRequiredFormatTestReq) GetOptionalNumber() OptFloat64

GetOptionalNumber returns the value of OptionalNumber.

func (*TestRequestRequiredFormatTestReq) GetOptionalNumberDouble

func (s *TestRequestRequiredFormatTestReq) GetOptionalNumberDouble() OptFloat64

GetOptionalNumberDouble returns the value of OptionalNumberDouble.

func (*TestRequestRequiredFormatTestReq) GetOptionalNumberFloat

func (s *TestRequestRequiredFormatTestReq) GetOptionalNumberFloat() OptFloat32

GetOptionalNumberFloat returns the value of OptionalNumberFloat.

func (*TestRequestRequiredFormatTestReq) GetOptionalNumberInt32

func (s *TestRequestRequiredFormatTestReq) GetOptionalNumberInt32() OptInt32

GetOptionalNumberInt32 returns the value of OptionalNumberInt32.

func (*TestRequestRequiredFormatTestReq) GetOptionalNumberInt64

func (s *TestRequestRequiredFormatTestReq) GetOptionalNumberInt64() OptInt64

GetOptionalNumberInt64 returns the value of OptionalNumberInt64.

func (*TestRequestRequiredFormatTestReq) GetOptionalString

func (s *TestRequestRequiredFormatTestReq) GetOptionalString() OptString

GetOptionalString returns the value of OptionalString.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringBase64

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringBase64() []byte

GetOptionalStringBase64 returns the value of OptionalStringBase64.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringBinary

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringBinary() OptString

GetOptionalStringBinary returns the value of OptionalStringBinary.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringByte

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringByte() []byte

GetOptionalStringByte returns the value of OptionalStringByte.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringDate

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringDate() OptDate

GetOptionalStringDate returns the value of OptionalStringDate.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringDateMinusTime

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringDateMinusTime() OptDateTime

GetOptionalStringDateMinusTime returns the value of OptionalStringDateMinusTime.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringDuration

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringDuration() OptDuration

GetOptionalStringDuration returns the value of OptionalStringDuration.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringEmail

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringEmail() OptString

GetOptionalStringEmail returns the value of OptionalStringEmail.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringFloat32

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringFloat32() OptStringFloat32

GetOptionalStringFloat32 returns the value of OptionalStringFloat32.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringFloat64

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringFloat64() OptStringFloat64

GetOptionalStringFloat64 returns the value of OptionalStringFloat64.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringHostname

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringHostname() OptString

GetOptionalStringHostname returns the value of OptionalStringHostname.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringIP

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringIP() OptIP

GetOptionalStringIP returns the value of OptionalStringIP.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringInt

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringInt() OptStringInt

GetOptionalStringInt returns the value of OptionalStringInt.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringInt16

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringInt16() OptStringInt16

GetOptionalStringInt16 returns the value of OptionalStringInt16.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringInt32

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringInt32() OptStringInt32

GetOptionalStringInt32 returns the value of OptionalStringInt32.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringInt64

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringInt64() OptStringInt64

GetOptionalStringInt64 returns the value of OptionalStringInt64.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringInt8

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringInt8() OptStringInt8

GetOptionalStringInt8 returns the value of OptionalStringInt8.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringIpv4

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringIpv4() OptIPv4

GetOptionalStringIpv4 returns the value of OptionalStringIpv4.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringIpv6

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringIpv6() OptIPv6

GetOptionalStringIpv6 returns the value of OptionalStringIpv6.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringMAC

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringMAC() OptHardwareAddr

GetOptionalStringMAC returns the value of OptionalStringMAC.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringPassword

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringPassword() OptString

GetOptionalStringPassword returns the value of OptionalStringPassword.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringTime

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringTime() OptTime

GetOptionalStringTime returns the value of OptionalStringTime.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringURI

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringURI() OptURI

GetOptionalStringURI returns the value of OptionalStringURI.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringUUID

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringUUID() OptUUID

GetOptionalStringUUID returns the value of OptionalStringUUID.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringUint

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringUint() OptStringUint

GetOptionalStringUint returns the value of OptionalStringUint.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringUint16

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringUint16() OptStringUint16

GetOptionalStringUint16 returns the value of OptionalStringUint16.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringUint32

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringUint32() OptStringUint32

GetOptionalStringUint32 returns the value of OptionalStringUint32.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringUint64

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringUint64() OptStringUint64

GetOptionalStringUint64 returns the value of OptionalStringUint64.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringUint8

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringUint8() OptStringUint8

GetOptionalStringUint8 returns the value of OptionalStringUint8.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringUnix

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringUnix() OptStringUnixSeconds

GetOptionalStringUnix returns the value of OptionalStringUnix.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringUnixMinusMicro

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringUnixMinusMicro() OptStringUnixMicro

GetOptionalStringUnixMinusMicro returns the value of OptionalStringUnixMinusMicro.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringUnixMinusMilli

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringUnixMinusMilli() OptStringUnixMilli

GetOptionalStringUnixMinusMilli returns the value of OptionalStringUnixMinusMilli.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringUnixMinusNano

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringUnixMinusNano() OptStringUnixNano

GetOptionalStringUnixMinusNano returns the value of OptionalStringUnixMinusNano.

func (*TestRequestRequiredFormatTestReq) GetOptionalStringUnixMinusSeconds

func (s *TestRequestRequiredFormatTestReq) GetOptionalStringUnixMinusSeconds() OptStringUnixSeconds

GetOptionalStringUnixMinusSeconds returns the value of OptionalStringUnixMinusSeconds.

func (*TestRequestRequiredFormatTestReq) GetRequiredAny

func (s *TestRequestRequiredFormatTestReq) GetRequiredAny() jx.Raw

GetRequiredAny returns the value of RequiredAny.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayAny

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayAny() []jx.Raw

GetRequiredArrayAny returns the value of RequiredArrayAny.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayBoolean

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayBoolean() []bool

GetRequiredArrayBoolean returns the value of RequiredArrayBoolean.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayInteger

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayInteger() []int

GetRequiredArrayInteger returns the value of RequiredArrayInteger.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayIntegerInt16

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayIntegerInt16() []int16

GetRequiredArrayIntegerInt16 returns the value of RequiredArrayIntegerInt16.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayIntegerInt32

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayIntegerInt32() []int32

GetRequiredArrayIntegerInt32 returns the value of RequiredArrayIntegerInt32.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayIntegerInt64

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayIntegerInt64() []int64

GetRequiredArrayIntegerInt64 returns the value of RequiredArrayIntegerInt64.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayIntegerInt8

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayIntegerInt8() []int8

GetRequiredArrayIntegerInt8 returns the value of RequiredArrayIntegerInt8.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayIntegerUint

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayIntegerUint() []uint

GetRequiredArrayIntegerUint returns the value of RequiredArrayIntegerUint.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayIntegerUint16

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayIntegerUint16() []uint16

GetRequiredArrayIntegerUint16 returns the value of RequiredArrayIntegerUint16.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayIntegerUint32

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayIntegerUint32() []uint32

GetRequiredArrayIntegerUint32 returns the value of RequiredArrayIntegerUint32.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayIntegerUint64

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayIntegerUint64() []uint64

GetRequiredArrayIntegerUint64 returns the value of RequiredArrayIntegerUint64.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayIntegerUint8

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayIntegerUint8() []uint8

GetRequiredArrayIntegerUint8 returns the value of RequiredArrayIntegerUint8.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayIntegerUnix

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayIntegerUnix() []time.Time

GetRequiredArrayIntegerUnix returns the value of RequiredArrayIntegerUnix.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayIntegerUnixMinusMicro

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayIntegerUnixMinusMicro() []time.Time

GetRequiredArrayIntegerUnixMinusMicro returns the value of RequiredArrayIntegerUnixMinusMicro.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayIntegerUnixMinusMilli

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayIntegerUnixMinusMilli() []time.Time

GetRequiredArrayIntegerUnixMinusMilli returns the value of RequiredArrayIntegerUnixMinusMilli.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayIntegerUnixMinusNano

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayIntegerUnixMinusNano() []time.Time

GetRequiredArrayIntegerUnixMinusNano returns the value of RequiredArrayIntegerUnixMinusNano.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayIntegerUnixMinusSeconds

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayIntegerUnixMinusSeconds() []time.Time

GetRequiredArrayIntegerUnixMinusSeconds returns the value of RequiredArrayIntegerUnixMinusSeconds.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayNull

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayNull() []struct{}

GetRequiredArrayNull returns the value of RequiredArrayNull.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayNumber

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayNumber() []float64

GetRequiredArrayNumber returns the value of RequiredArrayNumber.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayNumberDouble

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayNumberDouble() []float64

GetRequiredArrayNumberDouble returns the value of RequiredArrayNumberDouble.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayNumberFloat

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayNumberFloat() []float32

GetRequiredArrayNumberFloat returns the value of RequiredArrayNumberFloat.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayNumberInt32

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayNumberInt32() []int32

GetRequiredArrayNumberInt32 returns the value of RequiredArrayNumberInt32.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayNumberInt64

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayNumberInt64() []int64

GetRequiredArrayNumberInt64 returns the value of RequiredArrayNumberInt64.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayString

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayString() []string

GetRequiredArrayString returns the value of RequiredArrayString.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringBase64

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringBase64() [][]byte

GetRequiredArrayStringBase64 returns the value of RequiredArrayStringBase64.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringBinary

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringBinary() []string

GetRequiredArrayStringBinary returns the value of RequiredArrayStringBinary.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringByte

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringByte() [][]byte

GetRequiredArrayStringByte returns the value of RequiredArrayStringByte.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringDate

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringDate() []time.Time

GetRequiredArrayStringDate returns the value of RequiredArrayStringDate.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringDateMinusTime

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringDateMinusTime() []time.Time

GetRequiredArrayStringDateMinusTime returns the value of RequiredArrayStringDateMinusTime.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringDuration

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringDuration() []time.Duration

GetRequiredArrayStringDuration returns the value of RequiredArrayStringDuration.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringEmail

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringEmail() []string

GetRequiredArrayStringEmail returns the value of RequiredArrayStringEmail.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringFloat32

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringFloat32() []float32

GetRequiredArrayStringFloat32 returns the value of RequiredArrayStringFloat32.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringFloat64

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringFloat64() []float64

GetRequiredArrayStringFloat64 returns the value of RequiredArrayStringFloat64.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringHostname

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringHostname() []string

GetRequiredArrayStringHostname returns the value of RequiredArrayStringHostname.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringIP

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringIP() []netip.Addr

GetRequiredArrayStringIP returns the value of RequiredArrayStringIP.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringInt

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringInt() []int

GetRequiredArrayStringInt returns the value of RequiredArrayStringInt.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringInt16

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringInt16() []int16

GetRequiredArrayStringInt16 returns the value of RequiredArrayStringInt16.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringInt32

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringInt32() []int32

GetRequiredArrayStringInt32 returns the value of RequiredArrayStringInt32.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringInt64

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringInt64() []int64

GetRequiredArrayStringInt64 returns the value of RequiredArrayStringInt64.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringInt8

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringInt8() []int8

GetRequiredArrayStringInt8 returns the value of RequiredArrayStringInt8.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringIpv4

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringIpv4() []netip.Addr

GetRequiredArrayStringIpv4 returns the value of RequiredArrayStringIpv4.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringIpv6

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringIpv6() []netip.Addr

GetRequiredArrayStringIpv6 returns the value of RequiredArrayStringIpv6.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringMAC

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringMAC() []net.HardwareAddr

GetRequiredArrayStringMAC returns the value of RequiredArrayStringMAC.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringPassword

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringPassword() []string

GetRequiredArrayStringPassword returns the value of RequiredArrayStringPassword.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringTime

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringTime() []time.Time

GetRequiredArrayStringTime returns the value of RequiredArrayStringTime.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringURI

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringURI() []url.URL

GetRequiredArrayStringURI returns the value of RequiredArrayStringURI.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringUUID

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringUUID() []uuid.UUID

GetRequiredArrayStringUUID returns the value of RequiredArrayStringUUID.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringUint

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringUint() []uint

GetRequiredArrayStringUint returns the value of RequiredArrayStringUint.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringUint16

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringUint16() []uint16

GetRequiredArrayStringUint16 returns the value of RequiredArrayStringUint16.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringUint32

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringUint32() []uint32

GetRequiredArrayStringUint32 returns the value of RequiredArrayStringUint32.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringUint64

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringUint64() []uint64

GetRequiredArrayStringUint64 returns the value of RequiredArrayStringUint64.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringUint8

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringUint8() []uint8

GetRequiredArrayStringUint8 returns the value of RequiredArrayStringUint8.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringUnix

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringUnix() []time.Time

GetRequiredArrayStringUnix returns the value of RequiredArrayStringUnix.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringUnixMinusMicro

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringUnixMinusMicro() []time.Time

GetRequiredArrayStringUnixMinusMicro returns the value of RequiredArrayStringUnixMinusMicro.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringUnixMinusMilli

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringUnixMinusMilli() []time.Time

GetRequiredArrayStringUnixMinusMilli returns the value of RequiredArrayStringUnixMinusMilli.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringUnixMinusNano

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringUnixMinusNano() []time.Time

GetRequiredArrayStringUnixMinusNano returns the value of RequiredArrayStringUnixMinusNano.

func (*TestRequestRequiredFormatTestReq) GetRequiredArrayStringUnixMinusSeconds

func (s *TestRequestRequiredFormatTestReq) GetRequiredArrayStringUnixMinusSeconds() []time.Time

GetRequiredArrayStringUnixMinusSeconds returns the value of RequiredArrayStringUnixMinusSeconds.

func (*TestRequestRequiredFormatTestReq) GetRequiredBoolean

func (s *TestRequestRequiredFormatTestReq) GetRequiredBoolean() bool

GetRequiredBoolean returns the value of RequiredBoolean.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayAny

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayAny() [][]jx.Raw

GetRequiredDoubleArrayAny returns the value of RequiredDoubleArrayAny.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayBoolean

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayBoolean() [][]bool

GetRequiredDoubleArrayBoolean returns the value of RequiredDoubleArrayBoolean.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayInteger

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayInteger() [][]int

GetRequiredDoubleArrayInteger returns the value of RequiredDoubleArrayInteger.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayIntegerInt16

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayIntegerInt16() [][]int16

GetRequiredDoubleArrayIntegerInt16 returns the value of RequiredDoubleArrayIntegerInt16.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayIntegerInt32

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayIntegerInt32() [][]int32

GetRequiredDoubleArrayIntegerInt32 returns the value of RequiredDoubleArrayIntegerInt32.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayIntegerInt64

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayIntegerInt64() [][]int64

GetRequiredDoubleArrayIntegerInt64 returns the value of RequiredDoubleArrayIntegerInt64.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayIntegerInt8

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayIntegerInt8() [][]int8

GetRequiredDoubleArrayIntegerInt8 returns the value of RequiredDoubleArrayIntegerInt8.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayIntegerUint

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayIntegerUint() [][]uint

GetRequiredDoubleArrayIntegerUint returns the value of RequiredDoubleArrayIntegerUint.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayIntegerUint16

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayIntegerUint16() [][]uint16

GetRequiredDoubleArrayIntegerUint16 returns the value of RequiredDoubleArrayIntegerUint16.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayIntegerUint32

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayIntegerUint32() [][]uint32

GetRequiredDoubleArrayIntegerUint32 returns the value of RequiredDoubleArrayIntegerUint32.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayIntegerUint64

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayIntegerUint64() [][]uint64

GetRequiredDoubleArrayIntegerUint64 returns the value of RequiredDoubleArrayIntegerUint64.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayIntegerUint8

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayIntegerUint8() [][]uint8

GetRequiredDoubleArrayIntegerUint8 returns the value of RequiredDoubleArrayIntegerUint8.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayIntegerUnix

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayIntegerUnix() [][]time.Time

GetRequiredDoubleArrayIntegerUnix returns the value of RequiredDoubleArrayIntegerUnix.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayIntegerUnixMinusMicro

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayIntegerUnixMinusMicro() [][]time.Time

GetRequiredDoubleArrayIntegerUnixMinusMicro returns the value of RequiredDoubleArrayIntegerUnixMinusMicro.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayIntegerUnixMinusMilli

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayIntegerUnixMinusMilli() [][]time.Time

GetRequiredDoubleArrayIntegerUnixMinusMilli returns the value of RequiredDoubleArrayIntegerUnixMinusMilli.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayIntegerUnixMinusNano

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayIntegerUnixMinusNano() [][]time.Time

GetRequiredDoubleArrayIntegerUnixMinusNano returns the value of RequiredDoubleArrayIntegerUnixMinusNano.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayIntegerUnixMinusSeconds

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayIntegerUnixMinusSeconds() [][]time.Time

GetRequiredDoubleArrayIntegerUnixMinusSeconds returns the value of RequiredDoubleArrayIntegerUnixMinusSeconds.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayNull

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayNull() [][]struct{}

GetRequiredDoubleArrayNull returns the value of RequiredDoubleArrayNull.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayNumber

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayNumber() [][]float64

GetRequiredDoubleArrayNumber returns the value of RequiredDoubleArrayNumber.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayNumberDouble

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayNumberDouble() [][]float64

GetRequiredDoubleArrayNumberDouble returns the value of RequiredDoubleArrayNumberDouble.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayNumberFloat

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayNumberFloat() [][]float32

GetRequiredDoubleArrayNumberFloat returns the value of RequiredDoubleArrayNumberFloat.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayNumberInt32

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayNumberInt32() [][]int32

GetRequiredDoubleArrayNumberInt32 returns the value of RequiredDoubleArrayNumberInt32.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayNumberInt64

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayNumberInt64() [][]int64

GetRequiredDoubleArrayNumberInt64 returns the value of RequiredDoubleArrayNumberInt64.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayString

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayString() [][]string

GetRequiredDoubleArrayString returns the value of RequiredDoubleArrayString.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringBase64

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringBase64() [][][]byte

GetRequiredDoubleArrayStringBase64 returns the value of RequiredDoubleArrayStringBase64.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringBinary

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringBinary() [][]string

GetRequiredDoubleArrayStringBinary returns the value of RequiredDoubleArrayStringBinary.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringByte

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringByte() [][][]byte

GetRequiredDoubleArrayStringByte returns the value of RequiredDoubleArrayStringByte.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringDate

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringDate() [][]time.Time

GetRequiredDoubleArrayStringDate returns the value of RequiredDoubleArrayStringDate.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringDateMinusTime

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringDateMinusTime() [][]time.Time

GetRequiredDoubleArrayStringDateMinusTime returns the value of RequiredDoubleArrayStringDateMinusTime.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringDuration

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringDuration() [][]time.Duration

GetRequiredDoubleArrayStringDuration returns the value of RequiredDoubleArrayStringDuration.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringEmail

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringEmail() [][]string

GetRequiredDoubleArrayStringEmail returns the value of RequiredDoubleArrayStringEmail.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringFloat32

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringFloat32() [][]float32

GetRequiredDoubleArrayStringFloat32 returns the value of RequiredDoubleArrayStringFloat32.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringFloat64

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringFloat64() [][]float64

GetRequiredDoubleArrayStringFloat64 returns the value of RequiredDoubleArrayStringFloat64.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringHostname

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringHostname() [][]string

GetRequiredDoubleArrayStringHostname returns the value of RequiredDoubleArrayStringHostname.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringIP

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringIP() [][]netip.Addr

GetRequiredDoubleArrayStringIP returns the value of RequiredDoubleArrayStringIP.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringInt

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringInt() [][]int

GetRequiredDoubleArrayStringInt returns the value of RequiredDoubleArrayStringInt.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringInt16

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringInt16() [][]int16

GetRequiredDoubleArrayStringInt16 returns the value of RequiredDoubleArrayStringInt16.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringInt32

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringInt32() [][]int32

GetRequiredDoubleArrayStringInt32 returns the value of RequiredDoubleArrayStringInt32.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringInt64

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringInt64() [][]int64

GetRequiredDoubleArrayStringInt64 returns the value of RequiredDoubleArrayStringInt64.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringInt8

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringInt8() [][]int8

GetRequiredDoubleArrayStringInt8 returns the value of RequiredDoubleArrayStringInt8.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringIpv4

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringIpv4() [][]netip.Addr

GetRequiredDoubleArrayStringIpv4 returns the value of RequiredDoubleArrayStringIpv4.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringIpv6

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringIpv6() [][]netip.Addr

GetRequiredDoubleArrayStringIpv6 returns the value of RequiredDoubleArrayStringIpv6.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringMAC

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringMAC() [][]net.HardwareAddr

GetRequiredDoubleArrayStringMAC returns the value of RequiredDoubleArrayStringMAC.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringPassword

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringPassword() [][]string

GetRequiredDoubleArrayStringPassword returns the value of RequiredDoubleArrayStringPassword.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringTime

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringTime() [][]time.Time

GetRequiredDoubleArrayStringTime returns the value of RequiredDoubleArrayStringTime.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringURI

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringURI() [][]url.URL

GetRequiredDoubleArrayStringURI returns the value of RequiredDoubleArrayStringURI.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringUUID

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringUUID() [][]uuid.UUID

GetRequiredDoubleArrayStringUUID returns the value of RequiredDoubleArrayStringUUID.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringUint

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringUint() [][]uint

GetRequiredDoubleArrayStringUint returns the value of RequiredDoubleArrayStringUint.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringUint16

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringUint16() [][]uint16

GetRequiredDoubleArrayStringUint16 returns the value of RequiredDoubleArrayStringUint16.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringUint32

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringUint32() [][]uint32

GetRequiredDoubleArrayStringUint32 returns the value of RequiredDoubleArrayStringUint32.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringUint64

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringUint64() [][]uint64

GetRequiredDoubleArrayStringUint64 returns the value of RequiredDoubleArrayStringUint64.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringUint8

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringUint8() [][]uint8

GetRequiredDoubleArrayStringUint8 returns the value of RequiredDoubleArrayStringUint8.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringUnix

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringUnix() [][]time.Time

GetRequiredDoubleArrayStringUnix returns the value of RequiredDoubleArrayStringUnix.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringUnixMinusMicro

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringUnixMinusMicro() [][]time.Time

GetRequiredDoubleArrayStringUnixMinusMicro returns the value of RequiredDoubleArrayStringUnixMinusMicro.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringUnixMinusMilli

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringUnixMinusMilli() [][]time.Time

GetRequiredDoubleArrayStringUnixMinusMilli returns the value of RequiredDoubleArrayStringUnixMinusMilli.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringUnixMinusNano

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringUnixMinusNano() [][]time.Time

GetRequiredDoubleArrayStringUnixMinusNano returns the value of RequiredDoubleArrayStringUnixMinusNano.

func (*TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringUnixMinusSeconds

func (s *TestRequestRequiredFormatTestReq) GetRequiredDoubleArrayStringUnixMinusSeconds() [][]time.Time

GetRequiredDoubleArrayStringUnixMinusSeconds returns the value of RequiredDoubleArrayStringUnixMinusSeconds.

func (*TestRequestRequiredFormatTestReq) GetRequiredInteger

func (s *TestRequestRequiredFormatTestReq) GetRequiredInteger() int

GetRequiredInteger returns the value of RequiredInteger.

func (*TestRequestRequiredFormatTestReq) GetRequiredIntegerInt16

func (s *TestRequestRequiredFormatTestReq) GetRequiredIntegerInt16() int16

GetRequiredIntegerInt16 returns the value of RequiredIntegerInt16.

func (*TestRequestRequiredFormatTestReq) GetRequiredIntegerInt32

func (s *TestRequestRequiredFormatTestReq) GetRequiredIntegerInt32() int32

GetRequiredIntegerInt32 returns the value of RequiredIntegerInt32.

func (*TestRequestRequiredFormatTestReq) GetRequiredIntegerInt64

func (s *TestRequestRequiredFormatTestReq) GetRequiredIntegerInt64() int64

GetRequiredIntegerInt64 returns the value of RequiredIntegerInt64.

func (*TestRequestRequiredFormatTestReq) GetRequiredIntegerInt8

func (s *TestRequestRequiredFormatTestReq) GetRequiredIntegerInt8() int8

GetRequiredIntegerInt8 returns the value of RequiredIntegerInt8.

func (*TestRequestRequiredFormatTestReq) GetRequiredIntegerUint

func (s *TestRequestRequiredFormatTestReq) GetRequiredIntegerUint() uint

GetRequiredIntegerUint returns the value of RequiredIntegerUint.

func (*TestRequestRequiredFormatTestReq) GetRequiredIntegerUint16

func (s *TestRequestRequiredFormatTestReq) GetRequiredIntegerUint16() uint16

GetRequiredIntegerUint16 returns the value of RequiredIntegerUint16.

func (*TestRequestRequiredFormatTestReq) GetRequiredIntegerUint32

func (s *TestRequestRequiredFormatTestReq) GetRequiredIntegerUint32() uint32

GetRequiredIntegerUint32 returns the value of RequiredIntegerUint32.

func (*TestRequestRequiredFormatTestReq) GetRequiredIntegerUint64

func (s *TestRequestRequiredFormatTestReq) GetRequiredIntegerUint64() uint64

GetRequiredIntegerUint64 returns the value of RequiredIntegerUint64.

func (*TestRequestRequiredFormatTestReq) GetRequiredIntegerUint8

func (s *TestRequestRequiredFormatTestReq) GetRequiredIntegerUint8() uint8

GetRequiredIntegerUint8 returns the value of RequiredIntegerUint8.

func (*TestRequestRequiredFormatTestReq) GetRequiredIntegerUnix

func (s *TestRequestRequiredFormatTestReq) GetRequiredIntegerUnix() time.Time

GetRequiredIntegerUnix returns the value of RequiredIntegerUnix.

func (*TestRequestRequiredFormatTestReq) GetRequiredIntegerUnixMinusMicro

func (s *TestRequestRequiredFormatTestReq) GetRequiredIntegerUnixMinusMicro() time.Time

GetRequiredIntegerUnixMinusMicro returns the value of RequiredIntegerUnixMinusMicro.

func (*TestRequestRequiredFormatTestReq) GetRequiredIntegerUnixMinusMilli

func (s *TestRequestRequiredFormatTestReq) GetRequiredIntegerUnixMinusMilli() time.Time

GetRequiredIntegerUnixMinusMilli returns the value of RequiredIntegerUnixMinusMilli.

func (*TestRequestRequiredFormatTestReq) GetRequiredIntegerUnixMinusNano

func (s *TestRequestRequiredFormatTestReq) GetRequiredIntegerUnixMinusNano() time.Time

GetRequiredIntegerUnixMinusNano returns the value of RequiredIntegerUnixMinusNano.

func (*TestRequestRequiredFormatTestReq) GetRequiredIntegerUnixMinusSeconds

func (s *TestRequestRequiredFormatTestReq) GetRequiredIntegerUnixMinusSeconds() time.Time

GetRequiredIntegerUnixMinusSeconds returns the value of RequiredIntegerUnixMinusSeconds.

func (*TestRequestRequiredFormatTestReq) GetRequiredNull

func (s *TestRequestRequiredFormatTestReq) GetRequiredNull() struct{}

GetRequiredNull returns the value of RequiredNull.

func (*TestRequestRequiredFormatTestReq) GetRequiredNumber

func (s *TestRequestRequiredFormatTestReq) GetRequiredNumber() float64

GetRequiredNumber returns the value of RequiredNumber.

func (*TestRequestRequiredFormatTestReq) GetRequiredNumberDouble

func (s *TestRequestRequiredFormatTestReq) GetRequiredNumberDouble() float64

GetRequiredNumberDouble returns the value of RequiredNumberDouble.

func (*TestRequestRequiredFormatTestReq) GetRequiredNumberFloat

func (s *TestRequestRequiredFormatTestReq) GetRequiredNumberFloat() float32

GetRequiredNumberFloat returns the value of RequiredNumberFloat.

func (*TestRequestRequiredFormatTestReq) GetRequiredNumberInt32

func (s *TestRequestRequiredFormatTestReq) GetRequiredNumberInt32() int32

GetRequiredNumberInt32 returns the value of RequiredNumberInt32.

func (*TestRequestRequiredFormatTestReq) GetRequiredNumberInt64

func (s *TestRequestRequiredFormatTestReq) GetRequiredNumberInt64() int64

GetRequiredNumberInt64 returns the value of RequiredNumberInt64.

func (*TestRequestRequiredFormatTestReq) GetRequiredString

func (s *TestRequestRequiredFormatTestReq) GetRequiredString() string

GetRequiredString returns the value of RequiredString.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringBase64

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringBase64() []byte

GetRequiredStringBase64 returns the value of RequiredStringBase64.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringBinary

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringBinary() string

GetRequiredStringBinary returns the value of RequiredStringBinary.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringByte

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringByte() []byte

GetRequiredStringByte returns the value of RequiredStringByte.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringDate

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringDate() time.Time

GetRequiredStringDate returns the value of RequiredStringDate.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringDateMinusTime

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringDateMinusTime() time.Time

GetRequiredStringDateMinusTime returns the value of RequiredStringDateMinusTime.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringDuration

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringDuration() time.Duration

GetRequiredStringDuration returns the value of RequiredStringDuration.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringEmail

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringEmail() string

GetRequiredStringEmail returns the value of RequiredStringEmail.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringFloat32

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringFloat32() float32

GetRequiredStringFloat32 returns the value of RequiredStringFloat32.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringFloat64

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringFloat64() float64

GetRequiredStringFloat64 returns the value of RequiredStringFloat64.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringHostname

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringHostname() string

GetRequiredStringHostname returns the value of RequiredStringHostname.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringIP

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringIP() netip.Addr

GetRequiredStringIP returns the value of RequiredStringIP.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringInt

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringInt() int

GetRequiredStringInt returns the value of RequiredStringInt.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringInt16

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringInt16() int16

GetRequiredStringInt16 returns the value of RequiredStringInt16.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringInt32

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringInt32() int32

GetRequiredStringInt32 returns the value of RequiredStringInt32.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringInt64

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringInt64() int64

GetRequiredStringInt64 returns the value of RequiredStringInt64.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringInt8

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringInt8() int8

GetRequiredStringInt8 returns the value of RequiredStringInt8.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringIpv4

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringIpv4() netip.Addr

GetRequiredStringIpv4 returns the value of RequiredStringIpv4.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringIpv6

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringIpv6() netip.Addr

GetRequiredStringIpv6 returns the value of RequiredStringIpv6.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringMAC

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringMAC() net.HardwareAddr

GetRequiredStringMAC returns the value of RequiredStringMAC.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringPassword

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringPassword() string

GetRequiredStringPassword returns the value of RequiredStringPassword.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringTime

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringTime() time.Time

GetRequiredStringTime returns the value of RequiredStringTime.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringURI

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringURI() url.URL

GetRequiredStringURI returns the value of RequiredStringURI.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringUUID

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringUUID() uuid.UUID

GetRequiredStringUUID returns the value of RequiredStringUUID.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringUint

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringUint() uint

GetRequiredStringUint returns the value of RequiredStringUint.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringUint16

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringUint16() uint16

GetRequiredStringUint16 returns the value of RequiredStringUint16.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringUint32

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringUint32() uint32

GetRequiredStringUint32 returns the value of RequiredStringUint32.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringUint64

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringUint64() uint64

GetRequiredStringUint64 returns the value of RequiredStringUint64.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringUint8

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringUint8() uint8

GetRequiredStringUint8 returns the value of RequiredStringUint8.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringUnix

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringUnix() time.Time

GetRequiredStringUnix returns the value of RequiredStringUnix.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringUnixMinusMicro

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringUnixMinusMicro() time.Time

GetRequiredStringUnixMinusMicro returns the value of RequiredStringUnixMinusMicro.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringUnixMinusMilli

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringUnixMinusMilli() time.Time

GetRequiredStringUnixMinusMilli returns the value of RequiredStringUnixMinusMilli.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringUnixMinusNano

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringUnixMinusNano() time.Time

GetRequiredStringUnixMinusNano returns the value of RequiredStringUnixMinusNano.

func (*TestRequestRequiredFormatTestReq) GetRequiredStringUnixMinusSeconds

func (s *TestRequestRequiredFormatTestReq) GetRequiredStringUnixMinusSeconds() time.Time

GetRequiredStringUnixMinusSeconds returns the value of RequiredStringUnixMinusSeconds.

func (*TestRequestRequiredFormatTestReq) MarshalJSON

func (s *TestRequestRequiredFormatTestReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*TestRequestRequiredFormatTestReq) SetFake

func (s *TestRequestRequiredFormatTestReq) SetFake()

SetFake set fake values.

func (*TestRequestRequiredFormatTestReq) SetOptionalAny

func (s *TestRequestRequiredFormatTestReq) SetOptionalAny(val jx.Raw)

SetOptionalAny sets the value of OptionalAny.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayAny

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayAny(val []jx.Raw)

SetOptionalArrayAny sets the value of OptionalArrayAny.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayBoolean

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayBoolean(val []bool)

SetOptionalArrayBoolean sets the value of OptionalArrayBoolean.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayInteger

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayInteger(val []int)

SetOptionalArrayInteger sets the value of OptionalArrayInteger.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayIntegerInt16

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayIntegerInt16(val []int16)

SetOptionalArrayIntegerInt16 sets the value of OptionalArrayIntegerInt16.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayIntegerInt32

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayIntegerInt32(val []int32)

SetOptionalArrayIntegerInt32 sets the value of OptionalArrayIntegerInt32.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayIntegerInt64

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayIntegerInt64(val []int64)

SetOptionalArrayIntegerInt64 sets the value of OptionalArrayIntegerInt64.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayIntegerInt8

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayIntegerInt8(val []int8)

SetOptionalArrayIntegerInt8 sets the value of OptionalArrayIntegerInt8.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayIntegerUint

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayIntegerUint(val []uint)

SetOptionalArrayIntegerUint sets the value of OptionalArrayIntegerUint.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayIntegerUint16

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayIntegerUint16(val []uint16)

SetOptionalArrayIntegerUint16 sets the value of OptionalArrayIntegerUint16.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayIntegerUint32

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayIntegerUint32(val []uint32)

SetOptionalArrayIntegerUint32 sets the value of OptionalArrayIntegerUint32.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayIntegerUint64

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayIntegerUint64(val []uint64)

SetOptionalArrayIntegerUint64 sets the value of OptionalArrayIntegerUint64.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayIntegerUint8

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayIntegerUint8(val []uint8)

SetOptionalArrayIntegerUint8 sets the value of OptionalArrayIntegerUint8.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayIntegerUnix

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayIntegerUnix(val []time.Time)

SetOptionalArrayIntegerUnix sets the value of OptionalArrayIntegerUnix.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayIntegerUnixMinusMicro

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayIntegerUnixMinusMicro(val []time.Time)

SetOptionalArrayIntegerUnixMinusMicro sets the value of OptionalArrayIntegerUnixMinusMicro.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayIntegerUnixMinusMilli

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayIntegerUnixMinusMilli(val []time.Time)

SetOptionalArrayIntegerUnixMinusMilli sets the value of OptionalArrayIntegerUnixMinusMilli.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayIntegerUnixMinusNano

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayIntegerUnixMinusNano(val []time.Time)

SetOptionalArrayIntegerUnixMinusNano sets the value of OptionalArrayIntegerUnixMinusNano.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayIntegerUnixMinusSeconds

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayIntegerUnixMinusSeconds(val []time.Time)

SetOptionalArrayIntegerUnixMinusSeconds sets the value of OptionalArrayIntegerUnixMinusSeconds.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayNull

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayNull(val []struct{})

SetOptionalArrayNull sets the value of OptionalArrayNull.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayNumber

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayNumber(val []float64)

SetOptionalArrayNumber sets the value of OptionalArrayNumber.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayNumberDouble

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayNumberDouble(val []float64)

SetOptionalArrayNumberDouble sets the value of OptionalArrayNumberDouble.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayNumberFloat

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayNumberFloat(val []float32)

SetOptionalArrayNumberFloat sets the value of OptionalArrayNumberFloat.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayNumberInt32

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayNumberInt32(val []int32)

SetOptionalArrayNumberInt32 sets the value of OptionalArrayNumberInt32.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayNumberInt64

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayNumberInt64(val []int64)

SetOptionalArrayNumberInt64 sets the value of OptionalArrayNumberInt64.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayString

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayString(val []string)

SetOptionalArrayString sets the value of OptionalArrayString.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringBase64

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringBase64(val [][]byte)

SetOptionalArrayStringBase64 sets the value of OptionalArrayStringBase64.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringBinary

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringBinary(val []string)

SetOptionalArrayStringBinary sets the value of OptionalArrayStringBinary.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringByte

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringByte(val [][]byte)

SetOptionalArrayStringByte sets the value of OptionalArrayStringByte.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringDate

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringDate(val []time.Time)

SetOptionalArrayStringDate sets the value of OptionalArrayStringDate.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringDateMinusTime

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringDateMinusTime(val []time.Time)

SetOptionalArrayStringDateMinusTime sets the value of OptionalArrayStringDateMinusTime.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringDuration

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringDuration(val []time.Duration)

SetOptionalArrayStringDuration sets the value of OptionalArrayStringDuration.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringEmail

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringEmail(val []string)

SetOptionalArrayStringEmail sets the value of OptionalArrayStringEmail.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringFloat32

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringFloat32(val []float32)

SetOptionalArrayStringFloat32 sets the value of OptionalArrayStringFloat32.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringFloat64

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringFloat64(val []float64)

SetOptionalArrayStringFloat64 sets the value of OptionalArrayStringFloat64.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringHostname

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringHostname(val []string)

SetOptionalArrayStringHostname sets the value of OptionalArrayStringHostname.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringIP

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringIP(val []netip.Addr)

SetOptionalArrayStringIP sets the value of OptionalArrayStringIP.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringInt

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringInt(val []int)

SetOptionalArrayStringInt sets the value of OptionalArrayStringInt.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringInt16

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringInt16(val []int16)

SetOptionalArrayStringInt16 sets the value of OptionalArrayStringInt16.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringInt32

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringInt32(val []int32)

SetOptionalArrayStringInt32 sets the value of OptionalArrayStringInt32.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringInt64

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringInt64(val []int64)

SetOptionalArrayStringInt64 sets the value of OptionalArrayStringInt64.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringInt8

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringInt8(val []int8)

SetOptionalArrayStringInt8 sets the value of OptionalArrayStringInt8.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringIpv4

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringIpv4(val []netip.Addr)

SetOptionalArrayStringIpv4 sets the value of OptionalArrayStringIpv4.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringIpv6

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringIpv6(val []netip.Addr)

SetOptionalArrayStringIpv6 sets the value of OptionalArrayStringIpv6.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringMAC

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringMAC(val []net.HardwareAddr)

SetOptionalArrayStringMAC sets the value of OptionalArrayStringMAC.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringPassword

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringPassword(val []string)

SetOptionalArrayStringPassword sets the value of OptionalArrayStringPassword.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringTime

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringTime(val []time.Time)

SetOptionalArrayStringTime sets the value of OptionalArrayStringTime.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringURI

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringURI(val []url.URL)

SetOptionalArrayStringURI sets the value of OptionalArrayStringURI.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringUUID

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringUUID(val []uuid.UUID)

SetOptionalArrayStringUUID sets the value of OptionalArrayStringUUID.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringUint

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringUint(val []uint)

SetOptionalArrayStringUint sets the value of OptionalArrayStringUint.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringUint16

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringUint16(val []uint16)

SetOptionalArrayStringUint16 sets the value of OptionalArrayStringUint16.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringUint32

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringUint32(val []uint32)

SetOptionalArrayStringUint32 sets the value of OptionalArrayStringUint32.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringUint64

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringUint64(val []uint64)

SetOptionalArrayStringUint64 sets the value of OptionalArrayStringUint64.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringUint8

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringUint8(val []uint8)

SetOptionalArrayStringUint8 sets the value of OptionalArrayStringUint8.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringUnix

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringUnix(val []time.Time)

SetOptionalArrayStringUnix sets the value of OptionalArrayStringUnix.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringUnixMinusMicro

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringUnixMinusMicro(val []time.Time)

SetOptionalArrayStringUnixMinusMicro sets the value of OptionalArrayStringUnixMinusMicro.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringUnixMinusMilli

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringUnixMinusMilli(val []time.Time)

SetOptionalArrayStringUnixMinusMilli sets the value of OptionalArrayStringUnixMinusMilli.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringUnixMinusNano

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringUnixMinusNano(val []time.Time)

SetOptionalArrayStringUnixMinusNano sets the value of OptionalArrayStringUnixMinusNano.

func (*TestRequestRequiredFormatTestReq) SetOptionalArrayStringUnixMinusSeconds

func (s *TestRequestRequiredFormatTestReq) SetOptionalArrayStringUnixMinusSeconds(val []time.Time)

SetOptionalArrayStringUnixMinusSeconds sets the value of OptionalArrayStringUnixMinusSeconds.

func (*TestRequestRequiredFormatTestReq) SetOptionalBoolean

func (s *TestRequestRequiredFormatTestReq) SetOptionalBoolean(val OptBool)

SetOptionalBoolean sets the value of OptionalBoolean.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayAny

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayAny(val [][]jx.Raw)

SetOptionalDoubleArrayAny sets the value of OptionalDoubleArrayAny.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayBoolean

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayBoolean(val [][]bool)

SetOptionalDoubleArrayBoolean sets the value of OptionalDoubleArrayBoolean.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayInteger

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayInteger(val [][]int)

SetOptionalDoubleArrayInteger sets the value of OptionalDoubleArrayInteger.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayIntegerInt16

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayIntegerInt16(val [][]int16)

SetOptionalDoubleArrayIntegerInt16 sets the value of OptionalDoubleArrayIntegerInt16.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayIntegerInt32

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayIntegerInt32(val [][]int32)

SetOptionalDoubleArrayIntegerInt32 sets the value of OptionalDoubleArrayIntegerInt32.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayIntegerInt64

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayIntegerInt64(val [][]int64)

SetOptionalDoubleArrayIntegerInt64 sets the value of OptionalDoubleArrayIntegerInt64.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayIntegerInt8

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayIntegerInt8(val [][]int8)

SetOptionalDoubleArrayIntegerInt8 sets the value of OptionalDoubleArrayIntegerInt8.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayIntegerUint

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayIntegerUint(val [][]uint)

SetOptionalDoubleArrayIntegerUint sets the value of OptionalDoubleArrayIntegerUint.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayIntegerUint16

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayIntegerUint16(val [][]uint16)

SetOptionalDoubleArrayIntegerUint16 sets the value of OptionalDoubleArrayIntegerUint16.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayIntegerUint32

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayIntegerUint32(val [][]uint32)

SetOptionalDoubleArrayIntegerUint32 sets the value of OptionalDoubleArrayIntegerUint32.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayIntegerUint64

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayIntegerUint64(val [][]uint64)

SetOptionalDoubleArrayIntegerUint64 sets the value of OptionalDoubleArrayIntegerUint64.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayIntegerUint8

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayIntegerUint8(val [][]uint8)

SetOptionalDoubleArrayIntegerUint8 sets the value of OptionalDoubleArrayIntegerUint8.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayIntegerUnix

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayIntegerUnix(val [][]time.Time)

SetOptionalDoubleArrayIntegerUnix sets the value of OptionalDoubleArrayIntegerUnix.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayIntegerUnixMinusMicro

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayIntegerUnixMinusMicro(val [][]time.Time)

SetOptionalDoubleArrayIntegerUnixMinusMicro sets the value of OptionalDoubleArrayIntegerUnixMinusMicro.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayIntegerUnixMinusMilli

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayIntegerUnixMinusMilli(val [][]time.Time)

SetOptionalDoubleArrayIntegerUnixMinusMilli sets the value of OptionalDoubleArrayIntegerUnixMinusMilli.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayIntegerUnixMinusNano

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayIntegerUnixMinusNano(val [][]time.Time)

SetOptionalDoubleArrayIntegerUnixMinusNano sets the value of OptionalDoubleArrayIntegerUnixMinusNano.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayIntegerUnixMinusSeconds

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayIntegerUnixMinusSeconds(val [][]time.Time)

SetOptionalDoubleArrayIntegerUnixMinusSeconds sets the value of OptionalDoubleArrayIntegerUnixMinusSeconds.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayNull

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayNull(val [][]struct{})

SetOptionalDoubleArrayNull sets the value of OptionalDoubleArrayNull.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayNumber

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayNumber(val [][]float64)

SetOptionalDoubleArrayNumber sets the value of OptionalDoubleArrayNumber.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayNumberDouble

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayNumberDouble(val [][]float64)

SetOptionalDoubleArrayNumberDouble sets the value of OptionalDoubleArrayNumberDouble.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayNumberFloat

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayNumberFloat(val [][]float32)

SetOptionalDoubleArrayNumberFloat sets the value of OptionalDoubleArrayNumberFloat.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayNumberInt32

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayNumberInt32(val [][]int32)

SetOptionalDoubleArrayNumberInt32 sets the value of OptionalDoubleArrayNumberInt32.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayNumberInt64

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayNumberInt64(val [][]int64)

SetOptionalDoubleArrayNumberInt64 sets the value of OptionalDoubleArrayNumberInt64.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayString

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayString(val [][]string)

SetOptionalDoubleArrayString sets the value of OptionalDoubleArrayString.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringBase64

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringBase64(val [][][]byte)

SetOptionalDoubleArrayStringBase64 sets the value of OptionalDoubleArrayStringBase64.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringBinary

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringBinary(val [][]string)

SetOptionalDoubleArrayStringBinary sets the value of OptionalDoubleArrayStringBinary.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringByte

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringByte(val [][][]byte)

SetOptionalDoubleArrayStringByte sets the value of OptionalDoubleArrayStringByte.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringDate

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringDate(val [][]time.Time)

SetOptionalDoubleArrayStringDate sets the value of OptionalDoubleArrayStringDate.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringDateMinusTime

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringDateMinusTime(val [][]time.Time)

SetOptionalDoubleArrayStringDateMinusTime sets the value of OptionalDoubleArrayStringDateMinusTime.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringDuration

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringDuration(val [][]time.Duration)

SetOptionalDoubleArrayStringDuration sets the value of OptionalDoubleArrayStringDuration.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringEmail

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringEmail(val [][]string)

SetOptionalDoubleArrayStringEmail sets the value of OptionalDoubleArrayStringEmail.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringFloat32

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringFloat32(val [][]float32)

SetOptionalDoubleArrayStringFloat32 sets the value of OptionalDoubleArrayStringFloat32.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringFloat64

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringFloat64(val [][]float64)

SetOptionalDoubleArrayStringFloat64 sets the value of OptionalDoubleArrayStringFloat64.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringHostname

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringHostname(val [][]string)

SetOptionalDoubleArrayStringHostname sets the value of OptionalDoubleArrayStringHostname.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringIP

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringIP(val [][]netip.Addr)

SetOptionalDoubleArrayStringIP sets the value of OptionalDoubleArrayStringIP.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringInt

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringInt(val [][]int)

SetOptionalDoubleArrayStringInt sets the value of OptionalDoubleArrayStringInt.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringInt16

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringInt16(val [][]int16)

SetOptionalDoubleArrayStringInt16 sets the value of OptionalDoubleArrayStringInt16.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringInt32

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringInt32(val [][]int32)

SetOptionalDoubleArrayStringInt32 sets the value of OptionalDoubleArrayStringInt32.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringInt64

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringInt64(val [][]int64)

SetOptionalDoubleArrayStringInt64 sets the value of OptionalDoubleArrayStringInt64.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringInt8

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringInt8(val [][]int8)

SetOptionalDoubleArrayStringInt8 sets the value of OptionalDoubleArrayStringInt8.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringIpv4

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringIpv4(val [][]netip.Addr)

SetOptionalDoubleArrayStringIpv4 sets the value of OptionalDoubleArrayStringIpv4.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringIpv6

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringIpv6(val [][]netip.Addr)

SetOptionalDoubleArrayStringIpv6 sets the value of OptionalDoubleArrayStringIpv6.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringMAC

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringMAC(val [][]net.HardwareAddr)

SetOptionalDoubleArrayStringMAC sets the value of OptionalDoubleArrayStringMAC.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringPassword

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringPassword(val [][]string)

SetOptionalDoubleArrayStringPassword sets the value of OptionalDoubleArrayStringPassword.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringTime

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringTime(val [][]time.Time)

SetOptionalDoubleArrayStringTime sets the value of OptionalDoubleArrayStringTime.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringURI

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringURI(val [][]url.URL)

SetOptionalDoubleArrayStringURI sets the value of OptionalDoubleArrayStringURI.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringUUID

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringUUID(val [][]uuid.UUID)

SetOptionalDoubleArrayStringUUID sets the value of OptionalDoubleArrayStringUUID.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringUint

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringUint(val [][]uint)

SetOptionalDoubleArrayStringUint sets the value of OptionalDoubleArrayStringUint.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringUint16

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringUint16(val [][]uint16)

SetOptionalDoubleArrayStringUint16 sets the value of OptionalDoubleArrayStringUint16.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringUint32

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringUint32(val [][]uint32)

SetOptionalDoubleArrayStringUint32 sets the value of OptionalDoubleArrayStringUint32.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringUint64

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringUint64(val [][]uint64)

SetOptionalDoubleArrayStringUint64 sets the value of OptionalDoubleArrayStringUint64.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringUint8

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringUint8(val [][]uint8)

SetOptionalDoubleArrayStringUint8 sets the value of OptionalDoubleArrayStringUint8.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringUnix

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringUnix(val [][]time.Time)

SetOptionalDoubleArrayStringUnix sets the value of OptionalDoubleArrayStringUnix.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringUnixMinusMicro

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringUnixMinusMicro(val [][]time.Time)

SetOptionalDoubleArrayStringUnixMinusMicro sets the value of OptionalDoubleArrayStringUnixMinusMicro.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringUnixMinusMilli

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringUnixMinusMilli(val [][]time.Time)

SetOptionalDoubleArrayStringUnixMinusMilli sets the value of OptionalDoubleArrayStringUnixMinusMilli.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringUnixMinusNano

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringUnixMinusNano(val [][]time.Time)

SetOptionalDoubleArrayStringUnixMinusNano sets the value of OptionalDoubleArrayStringUnixMinusNano.

func (*TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringUnixMinusSeconds

func (s *TestRequestRequiredFormatTestReq) SetOptionalDoubleArrayStringUnixMinusSeconds(val [][]time.Time)

SetOptionalDoubleArrayStringUnixMinusSeconds sets the value of OptionalDoubleArrayStringUnixMinusSeconds.

func (*TestRequestRequiredFormatTestReq) SetOptionalInteger

func (s *TestRequestRequiredFormatTestReq) SetOptionalInteger(val OptInt)

SetOptionalInteger sets the value of OptionalInteger.

func (*TestRequestRequiredFormatTestReq) SetOptionalIntegerInt16

func (s *TestRequestRequiredFormatTestReq) SetOptionalIntegerInt16(val OptInt16)

SetOptionalIntegerInt16 sets the value of OptionalIntegerInt16.

func (*TestRequestRequiredFormatTestReq) SetOptionalIntegerInt32

func (s *TestRequestRequiredFormatTestReq) SetOptionalIntegerInt32(val OptInt32)

SetOptionalIntegerInt32 sets the value of OptionalIntegerInt32.

func (*TestRequestRequiredFormatTestReq) SetOptionalIntegerInt64

func (s *TestRequestRequiredFormatTestReq) SetOptionalIntegerInt64(val OptInt64)

SetOptionalIntegerInt64 sets the value of OptionalIntegerInt64.

func (*TestRequestRequiredFormatTestReq) SetOptionalIntegerInt8

func (s *TestRequestRequiredFormatTestReq) SetOptionalIntegerInt8(val OptInt8)

SetOptionalIntegerInt8 sets the value of OptionalIntegerInt8.

func (*TestRequestRequiredFormatTestReq) SetOptionalIntegerUint

func (s *TestRequestRequiredFormatTestReq) SetOptionalIntegerUint(val OptUint)

SetOptionalIntegerUint sets the value of OptionalIntegerUint.

func (*TestRequestRequiredFormatTestReq) SetOptionalIntegerUint16

func (s *TestRequestRequiredFormatTestReq) SetOptionalIntegerUint16(val OptUint16)

SetOptionalIntegerUint16 sets the value of OptionalIntegerUint16.

func (*TestRequestRequiredFormatTestReq) SetOptionalIntegerUint32

func (s *TestRequestRequiredFormatTestReq) SetOptionalIntegerUint32(val OptUint32)

SetOptionalIntegerUint32 sets the value of OptionalIntegerUint32.

func (*TestRequestRequiredFormatTestReq) SetOptionalIntegerUint64

func (s *TestRequestRequiredFormatTestReq) SetOptionalIntegerUint64(val OptUint64)

SetOptionalIntegerUint64 sets the value of OptionalIntegerUint64.

func (*TestRequestRequiredFormatTestReq) SetOptionalIntegerUint8

func (s *TestRequestRequiredFormatTestReq) SetOptionalIntegerUint8(val OptUint8)

SetOptionalIntegerUint8 sets the value of OptionalIntegerUint8.

func (*TestRequestRequiredFormatTestReq) SetOptionalIntegerUnix

func (s *TestRequestRequiredFormatTestReq) SetOptionalIntegerUnix(val OptUnixSeconds)

SetOptionalIntegerUnix sets the value of OptionalIntegerUnix.

func (*TestRequestRequiredFormatTestReq) SetOptionalIntegerUnixMinusMicro

func (s *TestRequestRequiredFormatTestReq) SetOptionalIntegerUnixMinusMicro(val OptUnixMicro)

SetOptionalIntegerUnixMinusMicro sets the value of OptionalIntegerUnixMinusMicro.

func (*TestRequestRequiredFormatTestReq) SetOptionalIntegerUnixMinusMilli

func (s *TestRequestRequiredFormatTestReq) SetOptionalIntegerUnixMinusMilli(val OptUnixMilli)

SetOptionalIntegerUnixMinusMilli sets the value of OptionalIntegerUnixMinusMilli.

func (*TestRequestRequiredFormatTestReq) SetOptionalIntegerUnixMinusNano

func (s *TestRequestRequiredFormatTestReq) SetOptionalIntegerUnixMinusNano(val OptUnixNano)

SetOptionalIntegerUnixMinusNano sets the value of OptionalIntegerUnixMinusNano.

func (*TestRequestRequiredFormatTestReq) SetOptionalIntegerUnixMinusSeconds

func (s *TestRequestRequiredFormatTestReq) SetOptionalIntegerUnixMinusSeconds(val OptUnixSeconds)

SetOptionalIntegerUnixMinusSeconds sets the value of OptionalIntegerUnixMinusSeconds.

func (*TestRequestRequiredFormatTestReq) SetOptionalNull

func (s *TestRequestRequiredFormatTestReq) SetOptionalNull(val OptNull)

SetOptionalNull sets the value of OptionalNull.

func (*TestRequestRequiredFormatTestReq) SetOptionalNumber

func (s *TestRequestRequiredFormatTestReq) SetOptionalNumber(val OptFloat64)

SetOptionalNumber sets the value of OptionalNumber.

func (*TestRequestRequiredFormatTestReq) SetOptionalNumberDouble

func (s *TestRequestRequiredFormatTestReq) SetOptionalNumberDouble(val OptFloat64)

SetOptionalNumberDouble sets the value of OptionalNumberDouble.

func (*TestRequestRequiredFormatTestReq) SetOptionalNumberFloat

func (s *TestRequestRequiredFormatTestReq) SetOptionalNumberFloat(val OptFloat32)

SetOptionalNumberFloat sets the value of OptionalNumberFloat.

func (*TestRequestRequiredFormatTestReq) SetOptionalNumberInt32

func (s *TestRequestRequiredFormatTestReq) SetOptionalNumberInt32(val OptInt32)

SetOptionalNumberInt32 sets the value of OptionalNumberInt32.

func (*TestRequestRequiredFormatTestReq) SetOptionalNumberInt64

func (s *TestRequestRequiredFormatTestReq) SetOptionalNumberInt64(val OptInt64)

SetOptionalNumberInt64 sets the value of OptionalNumberInt64.

func (*TestRequestRequiredFormatTestReq) SetOptionalString

func (s *TestRequestRequiredFormatTestReq) SetOptionalString(val OptString)

SetOptionalString sets the value of OptionalString.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringBase64

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringBase64(val []byte)

SetOptionalStringBase64 sets the value of OptionalStringBase64.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringBinary

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringBinary(val OptString)

SetOptionalStringBinary sets the value of OptionalStringBinary.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringByte

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringByte(val []byte)

SetOptionalStringByte sets the value of OptionalStringByte.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringDate

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringDate(val OptDate)

SetOptionalStringDate sets the value of OptionalStringDate.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringDateMinusTime

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringDateMinusTime(val OptDateTime)

SetOptionalStringDateMinusTime sets the value of OptionalStringDateMinusTime.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringDuration

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringDuration(val OptDuration)

SetOptionalStringDuration sets the value of OptionalStringDuration.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringEmail

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringEmail(val OptString)

SetOptionalStringEmail sets the value of OptionalStringEmail.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringFloat32

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringFloat32(val OptStringFloat32)

SetOptionalStringFloat32 sets the value of OptionalStringFloat32.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringFloat64

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringFloat64(val OptStringFloat64)

SetOptionalStringFloat64 sets the value of OptionalStringFloat64.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringHostname

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringHostname(val OptString)

SetOptionalStringHostname sets the value of OptionalStringHostname.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringIP

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringIP(val OptIP)

SetOptionalStringIP sets the value of OptionalStringIP.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringInt

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringInt(val OptStringInt)

SetOptionalStringInt sets the value of OptionalStringInt.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringInt16

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringInt16(val OptStringInt16)

SetOptionalStringInt16 sets the value of OptionalStringInt16.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringInt32

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringInt32(val OptStringInt32)

SetOptionalStringInt32 sets the value of OptionalStringInt32.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringInt64

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringInt64(val OptStringInt64)

SetOptionalStringInt64 sets the value of OptionalStringInt64.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringInt8

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringInt8(val OptStringInt8)

SetOptionalStringInt8 sets the value of OptionalStringInt8.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringIpv4

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringIpv4(val OptIPv4)

SetOptionalStringIpv4 sets the value of OptionalStringIpv4.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringIpv6

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringIpv6(val OptIPv6)

SetOptionalStringIpv6 sets the value of OptionalStringIpv6.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringMAC

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringMAC(val OptHardwareAddr)

SetOptionalStringMAC sets the value of OptionalStringMAC.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringPassword

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringPassword(val OptString)

SetOptionalStringPassword sets the value of OptionalStringPassword.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringTime

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringTime(val OptTime)

SetOptionalStringTime sets the value of OptionalStringTime.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringURI

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringURI(val OptURI)

SetOptionalStringURI sets the value of OptionalStringURI.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringUUID

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringUUID(val OptUUID)

SetOptionalStringUUID sets the value of OptionalStringUUID.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringUint

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringUint(val OptStringUint)

SetOptionalStringUint sets the value of OptionalStringUint.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringUint16

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringUint16(val OptStringUint16)

SetOptionalStringUint16 sets the value of OptionalStringUint16.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringUint32

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringUint32(val OptStringUint32)

SetOptionalStringUint32 sets the value of OptionalStringUint32.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringUint64

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringUint64(val OptStringUint64)

SetOptionalStringUint64 sets the value of OptionalStringUint64.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringUint8

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringUint8(val OptStringUint8)

SetOptionalStringUint8 sets the value of OptionalStringUint8.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringUnix

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringUnix(val OptStringUnixSeconds)

SetOptionalStringUnix sets the value of OptionalStringUnix.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringUnixMinusMicro

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringUnixMinusMicro(val OptStringUnixMicro)

SetOptionalStringUnixMinusMicro sets the value of OptionalStringUnixMinusMicro.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringUnixMinusMilli

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringUnixMinusMilli(val OptStringUnixMilli)

SetOptionalStringUnixMinusMilli sets the value of OptionalStringUnixMinusMilli.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringUnixMinusNano

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringUnixMinusNano(val OptStringUnixNano)

SetOptionalStringUnixMinusNano sets the value of OptionalStringUnixMinusNano.

func (*TestRequestRequiredFormatTestReq) SetOptionalStringUnixMinusSeconds

func (s *TestRequestRequiredFormatTestReq) SetOptionalStringUnixMinusSeconds(val OptStringUnixSeconds)

SetOptionalStringUnixMinusSeconds sets the value of OptionalStringUnixMinusSeconds.

func (*TestRequestRequiredFormatTestReq) SetRequiredAny

func (s *TestRequestRequiredFormatTestReq) SetRequiredAny(val jx.Raw)

SetRequiredAny sets the value of RequiredAny.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayAny

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayAny(val []jx.Raw)

SetRequiredArrayAny sets the value of RequiredArrayAny.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayBoolean

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayBoolean(val []bool)

SetRequiredArrayBoolean sets the value of RequiredArrayBoolean.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayInteger

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayInteger(val []int)

SetRequiredArrayInteger sets the value of RequiredArrayInteger.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayIntegerInt16

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayIntegerInt16(val []int16)

SetRequiredArrayIntegerInt16 sets the value of RequiredArrayIntegerInt16.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayIntegerInt32

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayIntegerInt32(val []int32)

SetRequiredArrayIntegerInt32 sets the value of RequiredArrayIntegerInt32.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayIntegerInt64

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayIntegerInt64(val []int64)

SetRequiredArrayIntegerInt64 sets the value of RequiredArrayIntegerInt64.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayIntegerInt8

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayIntegerInt8(val []int8)

SetRequiredArrayIntegerInt8 sets the value of RequiredArrayIntegerInt8.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayIntegerUint

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayIntegerUint(val []uint)

SetRequiredArrayIntegerUint sets the value of RequiredArrayIntegerUint.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayIntegerUint16

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayIntegerUint16(val []uint16)

SetRequiredArrayIntegerUint16 sets the value of RequiredArrayIntegerUint16.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayIntegerUint32

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayIntegerUint32(val []uint32)

SetRequiredArrayIntegerUint32 sets the value of RequiredArrayIntegerUint32.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayIntegerUint64

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayIntegerUint64(val []uint64)

SetRequiredArrayIntegerUint64 sets the value of RequiredArrayIntegerUint64.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayIntegerUint8

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayIntegerUint8(val []uint8)

SetRequiredArrayIntegerUint8 sets the value of RequiredArrayIntegerUint8.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayIntegerUnix

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayIntegerUnix(val []time.Time)

SetRequiredArrayIntegerUnix sets the value of RequiredArrayIntegerUnix.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayIntegerUnixMinusMicro

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayIntegerUnixMinusMicro(val []time.Time)

SetRequiredArrayIntegerUnixMinusMicro sets the value of RequiredArrayIntegerUnixMinusMicro.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayIntegerUnixMinusMilli

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayIntegerUnixMinusMilli(val []time.Time)

SetRequiredArrayIntegerUnixMinusMilli sets the value of RequiredArrayIntegerUnixMinusMilli.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayIntegerUnixMinusNano

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayIntegerUnixMinusNano(val []time.Time)

SetRequiredArrayIntegerUnixMinusNano sets the value of RequiredArrayIntegerUnixMinusNano.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayIntegerUnixMinusSeconds

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayIntegerUnixMinusSeconds(val []time.Time)

SetRequiredArrayIntegerUnixMinusSeconds sets the value of RequiredArrayIntegerUnixMinusSeconds.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayNull

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayNull(val []struct{})

SetRequiredArrayNull sets the value of RequiredArrayNull.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayNumber

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayNumber(val []float64)

SetRequiredArrayNumber sets the value of RequiredArrayNumber.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayNumberDouble

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayNumberDouble(val []float64)

SetRequiredArrayNumberDouble sets the value of RequiredArrayNumberDouble.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayNumberFloat

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayNumberFloat(val []float32)

SetRequiredArrayNumberFloat sets the value of RequiredArrayNumberFloat.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayNumberInt32

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayNumberInt32(val []int32)

SetRequiredArrayNumberInt32 sets the value of RequiredArrayNumberInt32.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayNumberInt64

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayNumberInt64(val []int64)

SetRequiredArrayNumberInt64 sets the value of RequiredArrayNumberInt64.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayString

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayString(val []string)

SetRequiredArrayString sets the value of RequiredArrayString.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringBase64

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringBase64(val [][]byte)

SetRequiredArrayStringBase64 sets the value of RequiredArrayStringBase64.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringBinary

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringBinary(val []string)

SetRequiredArrayStringBinary sets the value of RequiredArrayStringBinary.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringByte

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringByte(val [][]byte)

SetRequiredArrayStringByte sets the value of RequiredArrayStringByte.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringDate

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringDate(val []time.Time)

SetRequiredArrayStringDate sets the value of RequiredArrayStringDate.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringDateMinusTime

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringDateMinusTime(val []time.Time)

SetRequiredArrayStringDateMinusTime sets the value of RequiredArrayStringDateMinusTime.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringDuration

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringDuration(val []time.Duration)

SetRequiredArrayStringDuration sets the value of RequiredArrayStringDuration.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringEmail

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringEmail(val []string)

SetRequiredArrayStringEmail sets the value of RequiredArrayStringEmail.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringFloat32

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringFloat32(val []float32)

SetRequiredArrayStringFloat32 sets the value of RequiredArrayStringFloat32.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringFloat64

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringFloat64(val []float64)

SetRequiredArrayStringFloat64 sets the value of RequiredArrayStringFloat64.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringHostname

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringHostname(val []string)

SetRequiredArrayStringHostname sets the value of RequiredArrayStringHostname.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringIP

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringIP(val []netip.Addr)

SetRequiredArrayStringIP sets the value of RequiredArrayStringIP.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringInt

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringInt(val []int)

SetRequiredArrayStringInt sets the value of RequiredArrayStringInt.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringInt16

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringInt16(val []int16)

SetRequiredArrayStringInt16 sets the value of RequiredArrayStringInt16.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringInt32

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringInt32(val []int32)

SetRequiredArrayStringInt32 sets the value of RequiredArrayStringInt32.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringInt64

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringInt64(val []int64)

SetRequiredArrayStringInt64 sets the value of RequiredArrayStringInt64.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringInt8

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringInt8(val []int8)

SetRequiredArrayStringInt8 sets the value of RequiredArrayStringInt8.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringIpv4

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringIpv4(val []netip.Addr)

SetRequiredArrayStringIpv4 sets the value of RequiredArrayStringIpv4.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringIpv6

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringIpv6(val []netip.Addr)

SetRequiredArrayStringIpv6 sets the value of RequiredArrayStringIpv6.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringMAC

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringMAC(val []net.HardwareAddr)

SetRequiredArrayStringMAC sets the value of RequiredArrayStringMAC.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringPassword

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringPassword(val []string)

SetRequiredArrayStringPassword sets the value of RequiredArrayStringPassword.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringTime

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringTime(val []time.Time)

SetRequiredArrayStringTime sets the value of RequiredArrayStringTime.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringURI

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringURI(val []url.URL)

SetRequiredArrayStringURI sets the value of RequiredArrayStringURI.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringUUID

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringUUID(val []uuid.UUID)

SetRequiredArrayStringUUID sets the value of RequiredArrayStringUUID.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringUint

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringUint(val []uint)

SetRequiredArrayStringUint sets the value of RequiredArrayStringUint.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringUint16

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringUint16(val []uint16)

SetRequiredArrayStringUint16 sets the value of RequiredArrayStringUint16.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringUint32

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringUint32(val []uint32)

SetRequiredArrayStringUint32 sets the value of RequiredArrayStringUint32.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringUint64

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringUint64(val []uint64)

SetRequiredArrayStringUint64 sets the value of RequiredArrayStringUint64.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringUint8

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringUint8(val []uint8)

SetRequiredArrayStringUint8 sets the value of RequiredArrayStringUint8.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringUnix

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringUnix(val []time.Time)

SetRequiredArrayStringUnix sets the value of RequiredArrayStringUnix.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringUnixMinusMicro

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringUnixMinusMicro(val []time.Time)

SetRequiredArrayStringUnixMinusMicro sets the value of RequiredArrayStringUnixMinusMicro.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringUnixMinusMilli

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringUnixMinusMilli(val []time.Time)

SetRequiredArrayStringUnixMinusMilli sets the value of RequiredArrayStringUnixMinusMilli.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringUnixMinusNano

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringUnixMinusNano(val []time.Time)

SetRequiredArrayStringUnixMinusNano sets the value of RequiredArrayStringUnixMinusNano.

func (*TestRequestRequiredFormatTestReq) SetRequiredArrayStringUnixMinusSeconds

func (s *TestRequestRequiredFormatTestReq) SetRequiredArrayStringUnixMinusSeconds(val []time.Time)

SetRequiredArrayStringUnixMinusSeconds sets the value of RequiredArrayStringUnixMinusSeconds.

func (*TestRequestRequiredFormatTestReq) SetRequiredBoolean

func (s *TestRequestRequiredFormatTestReq) SetRequiredBoolean(val bool)

SetRequiredBoolean sets the value of RequiredBoolean.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayAny

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayAny(val [][]jx.Raw)

SetRequiredDoubleArrayAny sets the value of RequiredDoubleArrayAny.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayBoolean

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayBoolean(val [][]bool)

SetRequiredDoubleArrayBoolean sets the value of RequiredDoubleArrayBoolean.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayInteger

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayInteger(val [][]int)

SetRequiredDoubleArrayInteger sets the value of RequiredDoubleArrayInteger.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayIntegerInt16

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayIntegerInt16(val [][]int16)

SetRequiredDoubleArrayIntegerInt16 sets the value of RequiredDoubleArrayIntegerInt16.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayIntegerInt32

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayIntegerInt32(val [][]int32)

SetRequiredDoubleArrayIntegerInt32 sets the value of RequiredDoubleArrayIntegerInt32.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayIntegerInt64

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayIntegerInt64(val [][]int64)

SetRequiredDoubleArrayIntegerInt64 sets the value of RequiredDoubleArrayIntegerInt64.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayIntegerInt8

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayIntegerInt8(val [][]int8)

SetRequiredDoubleArrayIntegerInt8 sets the value of RequiredDoubleArrayIntegerInt8.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayIntegerUint

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayIntegerUint(val [][]uint)

SetRequiredDoubleArrayIntegerUint sets the value of RequiredDoubleArrayIntegerUint.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayIntegerUint16

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayIntegerUint16(val [][]uint16)

SetRequiredDoubleArrayIntegerUint16 sets the value of RequiredDoubleArrayIntegerUint16.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayIntegerUint32

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayIntegerUint32(val [][]uint32)

SetRequiredDoubleArrayIntegerUint32 sets the value of RequiredDoubleArrayIntegerUint32.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayIntegerUint64

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayIntegerUint64(val [][]uint64)

SetRequiredDoubleArrayIntegerUint64 sets the value of RequiredDoubleArrayIntegerUint64.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayIntegerUint8

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayIntegerUint8(val [][]uint8)

SetRequiredDoubleArrayIntegerUint8 sets the value of RequiredDoubleArrayIntegerUint8.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayIntegerUnix

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayIntegerUnix(val [][]time.Time)

SetRequiredDoubleArrayIntegerUnix sets the value of RequiredDoubleArrayIntegerUnix.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayIntegerUnixMinusMicro

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayIntegerUnixMinusMicro(val [][]time.Time)

SetRequiredDoubleArrayIntegerUnixMinusMicro sets the value of RequiredDoubleArrayIntegerUnixMinusMicro.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayIntegerUnixMinusMilli

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayIntegerUnixMinusMilli(val [][]time.Time)

SetRequiredDoubleArrayIntegerUnixMinusMilli sets the value of RequiredDoubleArrayIntegerUnixMinusMilli.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayIntegerUnixMinusNano

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayIntegerUnixMinusNano(val [][]time.Time)

SetRequiredDoubleArrayIntegerUnixMinusNano sets the value of RequiredDoubleArrayIntegerUnixMinusNano.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayIntegerUnixMinusSeconds

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayIntegerUnixMinusSeconds(val [][]time.Time)

SetRequiredDoubleArrayIntegerUnixMinusSeconds sets the value of RequiredDoubleArrayIntegerUnixMinusSeconds.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayNull

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayNull(val [][]struct{})

SetRequiredDoubleArrayNull sets the value of RequiredDoubleArrayNull.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayNumber

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayNumber(val [][]float64)

SetRequiredDoubleArrayNumber sets the value of RequiredDoubleArrayNumber.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayNumberDouble

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayNumberDouble(val [][]float64)

SetRequiredDoubleArrayNumberDouble sets the value of RequiredDoubleArrayNumberDouble.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayNumberFloat

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayNumberFloat(val [][]float32)

SetRequiredDoubleArrayNumberFloat sets the value of RequiredDoubleArrayNumberFloat.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayNumberInt32

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayNumberInt32(val [][]int32)

SetRequiredDoubleArrayNumberInt32 sets the value of RequiredDoubleArrayNumberInt32.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayNumberInt64

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayNumberInt64(val [][]int64)

SetRequiredDoubleArrayNumberInt64 sets the value of RequiredDoubleArrayNumberInt64.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayString

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayString(val [][]string)

SetRequiredDoubleArrayString sets the value of RequiredDoubleArrayString.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringBase64

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringBase64(val [][][]byte)

SetRequiredDoubleArrayStringBase64 sets the value of RequiredDoubleArrayStringBase64.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringBinary

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringBinary(val [][]string)

SetRequiredDoubleArrayStringBinary sets the value of RequiredDoubleArrayStringBinary.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringByte

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringByte(val [][][]byte)

SetRequiredDoubleArrayStringByte sets the value of RequiredDoubleArrayStringByte.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringDate

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringDate(val [][]time.Time)

SetRequiredDoubleArrayStringDate sets the value of RequiredDoubleArrayStringDate.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringDateMinusTime

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringDateMinusTime(val [][]time.Time)

SetRequiredDoubleArrayStringDateMinusTime sets the value of RequiredDoubleArrayStringDateMinusTime.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringDuration

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringDuration(val [][]time.Duration)

SetRequiredDoubleArrayStringDuration sets the value of RequiredDoubleArrayStringDuration.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringEmail

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringEmail(val [][]string)

SetRequiredDoubleArrayStringEmail sets the value of RequiredDoubleArrayStringEmail.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringFloat32

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringFloat32(val [][]float32)

SetRequiredDoubleArrayStringFloat32 sets the value of RequiredDoubleArrayStringFloat32.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringFloat64

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringFloat64(val [][]float64)

SetRequiredDoubleArrayStringFloat64 sets the value of RequiredDoubleArrayStringFloat64.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringHostname

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringHostname(val [][]string)

SetRequiredDoubleArrayStringHostname sets the value of RequiredDoubleArrayStringHostname.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringIP

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringIP(val [][]netip.Addr)

SetRequiredDoubleArrayStringIP sets the value of RequiredDoubleArrayStringIP.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringInt

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringInt(val [][]int)

SetRequiredDoubleArrayStringInt sets the value of RequiredDoubleArrayStringInt.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringInt16

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringInt16(val [][]int16)

SetRequiredDoubleArrayStringInt16 sets the value of RequiredDoubleArrayStringInt16.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringInt32

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringInt32(val [][]int32)

SetRequiredDoubleArrayStringInt32 sets the value of RequiredDoubleArrayStringInt32.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringInt64

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringInt64(val [][]int64)

SetRequiredDoubleArrayStringInt64 sets the value of RequiredDoubleArrayStringInt64.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringInt8

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringInt8(val [][]int8)

SetRequiredDoubleArrayStringInt8 sets the value of RequiredDoubleArrayStringInt8.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringIpv4

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringIpv4(val [][]netip.Addr)

SetRequiredDoubleArrayStringIpv4 sets the value of RequiredDoubleArrayStringIpv4.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringIpv6

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringIpv6(val [][]netip.Addr)

SetRequiredDoubleArrayStringIpv6 sets the value of RequiredDoubleArrayStringIpv6.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringMAC

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringMAC(val [][]net.HardwareAddr)

SetRequiredDoubleArrayStringMAC sets the value of RequiredDoubleArrayStringMAC.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringPassword

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringPassword(val [][]string)

SetRequiredDoubleArrayStringPassword sets the value of RequiredDoubleArrayStringPassword.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringTime

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringTime(val [][]time.Time)

SetRequiredDoubleArrayStringTime sets the value of RequiredDoubleArrayStringTime.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringURI

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringURI(val [][]url.URL)

SetRequiredDoubleArrayStringURI sets the value of RequiredDoubleArrayStringURI.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringUUID

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringUUID(val [][]uuid.UUID)

SetRequiredDoubleArrayStringUUID sets the value of RequiredDoubleArrayStringUUID.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringUint

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringUint(val [][]uint)

SetRequiredDoubleArrayStringUint sets the value of RequiredDoubleArrayStringUint.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringUint16

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringUint16(val [][]uint16)

SetRequiredDoubleArrayStringUint16 sets the value of RequiredDoubleArrayStringUint16.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringUint32

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringUint32(val [][]uint32)

SetRequiredDoubleArrayStringUint32 sets the value of RequiredDoubleArrayStringUint32.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringUint64

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringUint64(val [][]uint64)

SetRequiredDoubleArrayStringUint64 sets the value of RequiredDoubleArrayStringUint64.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringUint8

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringUint8(val [][]uint8)

SetRequiredDoubleArrayStringUint8 sets the value of RequiredDoubleArrayStringUint8.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringUnix

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringUnix(val [][]time.Time)

SetRequiredDoubleArrayStringUnix sets the value of RequiredDoubleArrayStringUnix.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringUnixMinusMicro

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringUnixMinusMicro(val [][]time.Time)

SetRequiredDoubleArrayStringUnixMinusMicro sets the value of RequiredDoubleArrayStringUnixMinusMicro.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringUnixMinusMilli

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringUnixMinusMilli(val [][]time.Time)

SetRequiredDoubleArrayStringUnixMinusMilli sets the value of RequiredDoubleArrayStringUnixMinusMilli.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringUnixMinusNano

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringUnixMinusNano(val [][]time.Time)

SetRequiredDoubleArrayStringUnixMinusNano sets the value of RequiredDoubleArrayStringUnixMinusNano.

func (*TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringUnixMinusSeconds

func (s *TestRequestRequiredFormatTestReq) SetRequiredDoubleArrayStringUnixMinusSeconds(val [][]time.Time)

SetRequiredDoubleArrayStringUnixMinusSeconds sets the value of RequiredDoubleArrayStringUnixMinusSeconds.

func (*TestRequestRequiredFormatTestReq) SetRequiredInteger

func (s *TestRequestRequiredFormatTestReq) SetRequiredInteger(val int)

SetRequiredInteger sets the value of RequiredInteger.

func (*TestRequestRequiredFormatTestReq) SetRequiredIntegerInt16

func (s *TestRequestRequiredFormatTestReq) SetRequiredIntegerInt16(val int16)

SetRequiredIntegerInt16 sets the value of RequiredIntegerInt16.

func (*TestRequestRequiredFormatTestReq) SetRequiredIntegerInt32

func (s *TestRequestRequiredFormatTestReq) SetRequiredIntegerInt32(val int32)

SetRequiredIntegerInt32 sets the value of RequiredIntegerInt32.

func (*TestRequestRequiredFormatTestReq) SetRequiredIntegerInt64

func (s *TestRequestRequiredFormatTestReq) SetRequiredIntegerInt64(val int64)

SetRequiredIntegerInt64 sets the value of RequiredIntegerInt64.

func (*TestRequestRequiredFormatTestReq) SetRequiredIntegerInt8

func (s *TestRequestRequiredFormatTestReq) SetRequiredIntegerInt8(val int8)

SetRequiredIntegerInt8 sets the value of RequiredIntegerInt8.

func (*TestRequestRequiredFormatTestReq) SetRequiredIntegerUint

func (s *TestRequestRequiredFormatTestReq) SetRequiredIntegerUint(val uint)

SetRequiredIntegerUint sets the value of RequiredIntegerUint.

func (*TestRequestRequiredFormatTestReq) SetRequiredIntegerUint16

func (s *TestRequestRequiredFormatTestReq) SetRequiredIntegerUint16(val uint16)

SetRequiredIntegerUint16 sets the value of RequiredIntegerUint16.

func (*TestRequestRequiredFormatTestReq) SetRequiredIntegerUint32

func (s *TestRequestRequiredFormatTestReq) SetRequiredIntegerUint32(val uint32)

SetRequiredIntegerUint32 sets the value of RequiredIntegerUint32.

func (*TestRequestRequiredFormatTestReq) SetRequiredIntegerUint64

func (s *TestRequestRequiredFormatTestReq) SetRequiredIntegerUint64(val uint64)

SetRequiredIntegerUint64 sets the value of RequiredIntegerUint64.

func (*TestRequestRequiredFormatTestReq) SetRequiredIntegerUint8

func (s *TestRequestRequiredFormatTestReq) SetRequiredIntegerUint8(val uint8)

SetRequiredIntegerUint8 sets the value of RequiredIntegerUint8.

func (*TestRequestRequiredFormatTestReq) SetRequiredIntegerUnix

func (s *TestRequestRequiredFormatTestReq) SetRequiredIntegerUnix(val time.Time)

SetRequiredIntegerUnix sets the value of RequiredIntegerUnix.

func (*TestRequestRequiredFormatTestReq) SetRequiredIntegerUnixMinusMicro

func (s *TestRequestRequiredFormatTestReq) SetRequiredIntegerUnixMinusMicro(val time.Time)

SetRequiredIntegerUnixMinusMicro sets the value of RequiredIntegerUnixMinusMicro.

func (*TestRequestRequiredFormatTestReq) SetRequiredIntegerUnixMinusMilli

func (s *TestRequestRequiredFormatTestReq) SetRequiredIntegerUnixMinusMilli(val time.Time)

SetRequiredIntegerUnixMinusMilli sets the value of RequiredIntegerUnixMinusMilli.

func (*TestRequestRequiredFormatTestReq) SetRequiredIntegerUnixMinusNano

func (s *TestRequestRequiredFormatTestReq) SetRequiredIntegerUnixMinusNano(val time.Time)

SetRequiredIntegerUnixMinusNano sets the value of RequiredIntegerUnixMinusNano.

func (*TestRequestRequiredFormatTestReq) SetRequiredIntegerUnixMinusSeconds

func (s *TestRequestRequiredFormatTestReq) SetRequiredIntegerUnixMinusSeconds(val time.Time)

SetRequiredIntegerUnixMinusSeconds sets the value of RequiredIntegerUnixMinusSeconds.

func (*TestRequestRequiredFormatTestReq) SetRequiredNull

func (s *TestRequestRequiredFormatTestReq) SetRequiredNull(val struct{})

SetRequiredNull sets the value of RequiredNull.

func (*TestRequestRequiredFormatTestReq) SetRequiredNumber

func (s *TestRequestRequiredFormatTestReq) SetRequiredNumber(val float64)

SetRequiredNumber sets the value of RequiredNumber.

func (*TestRequestRequiredFormatTestReq) SetRequiredNumberDouble

func (s *TestRequestRequiredFormatTestReq) SetRequiredNumberDouble(val float64)

SetRequiredNumberDouble sets the value of RequiredNumberDouble.

func (*TestRequestRequiredFormatTestReq) SetRequiredNumberFloat

func (s *TestRequestRequiredFormatTestReq) SetRequiredNumberFloat(val float32)

SetRequiredNumberFloat sets the value of RequiredNumberFloat.

func (*TestRequestRequiredFormatTestReq) SetRequiredNumberInt32

func (s *TestRequestRequiredFormatTestReq) SetRequiredNumberInt32(val int32)

SetRequiredNumberInt32 sets the value of RequiredNumberInt32.

func (*TestRequestRequiredFormatTestReq) SetRequiredNumberInt64

func (s *TestRequestRequiredFormatTestReq) SetRequiredNumberInt64(val int64)

SetRequiredNumberInt64 sets the value of RequiredNumberInt64.

func (*TestRequestRequiredFormatTestReq) SetRequiredString

func (s *TestRequestRequiredFormatTestReq) SetRequiredString(val string)

SetRequiredString sets the value of RequiredString.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringBase64

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringBase64(val []byte)

SetRequiredStringBase64 sets the value of RequiredStringBase64.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringBinary

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringBinary(val string)

SetRequiredStringBinary sets the value of RequiredStringBinary.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringByte

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringByte(val []byte)

SetRequiredStringByte sets the value of RequiredStringByte.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringDate

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringDate(val time.Time)

SetRequiredStringDate sets the value of RequiredStringDate.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringDateMinusTime

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringDateMinusTime(val time.Time)

SetRequiredStringDateMinusTime sets the value of RequiredStringDateMinusTime.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringDuration

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringDuration(val time.Duration)

SetRequiredStringDuration sets the value of RequiredStringDuration.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringEmail

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringEmail(val string)

SetRequiredStringEmail sets the value of RequiredStringEmail.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringFloat32

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringFloat32(val float32)

SetRequiredStringFloat32 sets the value of RequiredStringFloat32.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringFloat64

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringFloat64(val float64)

SetRequiredStringFloat64 sets the value of RequiredStringFloat64.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringHostname

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringHostname(val string)

SetRequiredStringHostname sets the value of RequiredStringHostname.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringIP

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringIP(val netip.Addr)

SetRequiredStringIP sets the value of RequiredStringIP.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringInt

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringInt(val int)

SetRequiredStringInt sets the value of RequiredStringInt.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringInt16

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringInt16(val int16)

SetRequiredStringInt16 sets the value of RequiredStringInt16.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringInt32

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringInt32(val int32)

SetRequiredStringInt32 sets the value of RequiredStringInt32.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringInt64

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringInt64(val int64)

SetRequiredStringInt64 sets the value of RequiredStringInt64.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringInt8

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringInt8(val int8)

SetRequiredStringInt8 sets the value of RequiredStringInt8.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringIpv4

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringIpv4(val netip.Addr)

SetRequiredStringIpv4 sets the value of RequiredStringIpv4.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringIpv6

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringIpv6(val netip.Addr)

SetRequiredStringIpv6 sets the value of RequiredStringIpv6.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringMAC

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringMAC(val net.HardwareAddr)

SetRequiredStringMAC sets the value of RequiredStringMAC.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringPassword

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringPassword(val string)

SetRequiredStringPassword sets the value of RequiredStringPassword.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringTime

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringTime(val time.Time)

SetRequiredStringTime sets the value of RequiredStringTime.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringURI

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringURI(val url.URL)

SetRequiredStringURI sets the value of RequiredStringURI.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringUUID

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringUUID(val uuid.UUID)

SetRequiredStringUUID sets the value of RequiredStringUUID.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringUint

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringUint(val uint)

SetRequiredStringUint sets the value of RequiredStringUint.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringUint16

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringUint16(val uint16)

SetRequiredStringUint16 sets the value of RequiredStringUint16.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringUint32

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringUint32(val uint32)

SetRequiredStringUint32 sets the value of RequiredStringUint32.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringUint64

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringUint64(val uint64)

SetRequiredStringUint64 sets the value of RequiredStringUint64.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringUint8

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringUint8(val uint8)

SetRequiredStringUint8 sets the value of RequiredStringUint8.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringUnix

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringUnix(val time.Time)

SetRequiredStringUnix sets the value of RequiredStringUnix.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringUnixMinusMicro

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringUnixMinusMicro(val time.Time)

SetRequiredStringUnixMinusMicro sets the value of RequiredStringUnixMinusMicro.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringUnixMinusMilli

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringUnixMinusMilli(val time.Time)

SetRequiredStringUnixMinusMilli sets the value of RequiredStringUnixMinusMilli.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringUnixMinusNano

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringUnixMinusNano(val time.Time)

SetRequiredStringUnixMinusNano sets the value of RequiredStringUnixMinusNano.

func (*TestRequestRequiredFormatTestReq) SetRequiredStringUnixMinusSeconds

func (s *TestRequestRequiredFormatTestReq) SetRequiredStringUnixMinusSeconds(val time.Time)

SetRequiredStringUnixMinusSeconds sets the value of RequiredStringUnixMinusSeconds.

func (*TestRequestRequiredFormatTestReq) UnmarshalJSON

func (s *TestRequestRequiredFormatTestReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*TestRequestRequiredFormatTestReq) Validate

type TestResponseEmptyStructOK

type TestResponseEmptyStructOK struct{}

func (*TestResponseEmptyStructOK) Decode

func (s *TestResponseEmptyStructOK) Decode(d *jx.Decoder) error

Decode decodes TestResponseEmptyStructOK from json.

func (*TestResponseEmptyStructOK) Encode

func (s *TestResponseEmptyStructOK) Encode(e *jx.Encoder)

Encode implements json.Marshaler.

func (*TestResponseEmptyStructOK) MarshalJSON

func (s *TestResponseEmptyStructOK) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*TestResponseEmptyStructOK) SetFake

func (s *TestResponseEmptyStructOK) SetFake()

SetFake set fake values.

func (*TestResponseEmptyStructOK) UnmarshalJSON

func (s *TestResponseEmptyStructOK) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type TestResponseFormatTestOK

type TestResponseFormatTestOK struct {
	RequiredAny                                jx.Raw               `json:"required_any"`
	RequiredArrayAny                           []jx.Raw             `json:"required_array_any"`
	RequiredArrayBoolean                       []bool               `json:"required_array_boolean"`
	RequiredArrayInteger                       []int                `json:"required_array_integer"`
	RequiredArrayIntegerInt16                  []int16              `json:"required_array_integer_int16"`
	RequiredArrayIntegerInt32                  []int32              `json:"required_array_integer_int32"`
	RequiredArrayIntegerInt64                  []int64              `json:"required_array_integer_int64"`
	RequiredArrayIntegerInt8                   []int8               `json:"required_array_integer_int8"`
	RequiredArrayIntegerUint                   []uint               `json:"required_array_integer_uint"`
	RequiredArrayIntegerUint16                 []uint16             `json:"required_array_integer_uint16"`
	RequiredArrayIntegerUint32                 []uint32             `json:"required_array_integer_uint32"`
	RequiredArrayIntegerUint64                 []uint64             `json:"required_array_integer_uint64"`
	RequiredArrayIntegerUint8                  []uint8              `json:"required_array_integer_uint8"`
	RequiredArrayIntegerUnix                   []time.Time          `json:"required_array_integer_unix"`
	RequiredArrayIntegerUnixMinusMicro         []time.Time          `json:"required_array_integer_unix-micro"`
	RequiredArrayIntegerUnixMinusMilli         []time.Time          `json:"required_array_integer_unix-milli"`
	RequiredArrayIntegerUnixMinusNano          []time.Time          `json:"required_array_integer_unix-nano"`
	RequiredArrayIntegerUnixMinusSeconds       []time.Time          `json:"required_array_integer_unix-seconds"`
	RequiredArrayNull                          []struct{}           `json:"required_array_null"`
	RequiredArrayNumber                        []float64            `json:"required_array_number"`
	RequiredArrayNumberDouble                  []float64            `json:"required_array_number_double"`
	RequiredArrayNumberFloat                   []float32            `json:"required_array_number_float"`
	RequiredArrayNumberInt32                   []int32              `json:"required_array_number_int32"`
	RequiredArrayNumberInt64                   []int64              `json:"required_array_number_int64"`
	RequiredArrayString                        []string             `json:"required_array_string"`
	RequiredArrayStringBase64                  [][]byte             `json:"required_array_string_base64"`
	RequiredArrayStringBinary                  []string             `json:"required_array_string_binary"`
	RequiredArrayStringByte                    [][]byte             `json:"required_array_string_byte"`
	RequiredArrayStringDate                    []time.Time          `json:"required_array_string_date"`
	RequiredArrayStringDateMinusTime           []time.Time          `json:"required_array_string_date-time"`
	RequiredArrayStringDuration                []time.Duration      `json:"required_array_string_duration"`
	RequiredArrayStringEmail                   []string             `json:"required_array_string_email"`
	RequiredArrayStringFloat32                 []float32            `json:"required_array_string_float32"`
	RequiredArrayStringFloat64                 []float64            `json:"required_array_string_float64"`
	RequiredArrayStringHostname                []string             `json:"required_array_string_hostname"`
	RequiredArrayStringInt                     []int                `json:"required_array_string_int"`
	RequiredArrayStringInt16                   []int16              `json:"required_array_string_int16"`
	RequiredArrayStringInt32                   []int32              `json:"required_array_string_int32"`
	RequiredArrayStringInt64                   []int64              `json:"required_array_string_int64"`
	RequiredArrayStringInt8                    []int8               `json:"required_array_string_int8"`
	RequiredArrayStringIP                      []netip.Addr         `json:"required_array_string_ip"`
	RequiredArrayStringIpv4                    []netip.Addr         `json:"required_array_string_ipv4"`
	RequiredArrayStringIpv6                    []netip.Addr         `json:"required_array_string_ipv6"`
	RequiredArrayStringMAC                     []net.HardwareAddr   `json:"required_array_string_mac"`
	RequiredArrayStringPassword                []string             `json:"required_array_string_password"`
	RequiredArrayStringTime                    []time.Time          `json:"required_array_string_time"`
	RequiredArrayStringUint                    []uint               `json:"required_array_string_uint"`
	RequiredArrayStringUint16                  []uint16             `json:"required_array_string_uint16"`
	RequiredArrayStringUint32                  []uint32             `json:"required_array_string_uint32"`
	RequiredArrayStringUint64                  []uint64             `json:"required_array_string_uint64"`
	RequiredArrayStringUint8                   []uint8              `json:"required_array_string_uint8"`
	RequiredArrayStringUnix                    []time.Time          `json:"required_array_string_unix"`
	RequiredArrayStringUnixMinusMicro          []time.Time          `json:"required_array_string_unix-micro"`
	RequiredArrayStringUnixMinusMilli          []time.Time          `json:"required_array_string_unix-milli"`
	RequiredArrayStringUnixMinusNano           []time.Time          `json:"required_array_string_unix-nano"`
	RequiredArrayStringUnixMinusSeconds        []time.Time          `json:"required_array_string_unix-seconds"`
	RequiredArrayStringURI                     []url.URL            `json:"required_array_string_uri"`
	RequiredArrayStringUUID                    []uuid.UUID          `json:"required_array_string_uuid"`
	RequiredBoolean                            bool                 `json:"required_boolean"`
	RequiredDoubleArrayAny                     [][]jx.Raw           `json:"required_double_array_any"`
	RequiredDoubleArrayBoolean                 [][]bool             `json:"required_double_array_boolean"`
	RequiredDoubleArrayInteger                 [][]int              `json:"required_double_array_integer"`
	RequiredDoubleArrayIntegerInt16            [][]int16            `json:"required_double_array_integer_int16"`
	RequiredDoubleArrayIntegerInt32            [][]int32            `json:"required_double_array_integer_int32"`
	RequiredDoubleArrayIntegerInt64            [][]int64            `json:"required_double_array_integer_int64"`
	RequiredDoubleArrayIntegerInt8             [][]int8             `json:"required_double_array_integer_int8"`
	RequiredDoubleArrayIntegerUint             [][]uint             `json:"required_double_array_integer_uint"`
	RequiredDoubleArrayIntegerUint16           [][]uint16           `json:"required_double_array_integer_uint16"`
	RequiredDoubleArrayIntegerUint32           [][]uint32           `json:"required_double_array_integer_uint32"`
	RequiredDoubleArrayIntegerUint64           [][]uint64           `json:"required_double_array_integer_uint64"`
	RequiredDoubleArrayIntegerUint8            [][]uint8            `json:"required_double_array_integer_uint8"`
	RequiredDoubleArrayIntegerUnix             [][]time.Time        `json:"required_double_array_integer_unix"`
	RequiredDoubleArrayIntegerUnixMinusMicro   [][]time.Time        `json:"required_double_array_integer_unix-micro"`
	RequiredDoubleArrayIntegerUnixMinusMilli   [][]time.Time        `json:"required_double_array_integer_unix-milli"`
	RequiredDoubleArrayIntegerUnixMinusNano    [][]time.Time        `json:"required_double_array_integer_unix-nano"`
	RequiredDoubleArrayIntegerUnixMinusSeconds [][]time.Time        `json:"required_double_array_integer_unix-seconds"`
	RequiredDoubleArrayNull                    [][]struct{}         `json:"required_double_array_null"`
	RequiredDoubleArrayNumber                  [][]float64          `json:"required_double_array_number"`
	RequiredDoubleArrayNumberDouble            [][]float64          `json:"required_double_array_number_double"`
	RequiredDoubleArrayNumberFloat             [][]float32          `json:"required_double_array_number_float"`
	RequiredDoubleArrayNumberInt32             [][]int32            `json:"required_double_array_number_int32"`
	RequiredDoubleArrayNumberInt64             [][]int64            `json:"required_double_array_number_int64"`
	RequiredDoubleArrayString                  [][]string           `json:"required_double_array_string"`
	RequiredDoubleArrayStringBase64            [][][]byte           `json:"required_double_array_string_base64"`
	RequiredDoubleArrayStringBinary            [][]string           `json:"required_double_array_string_binary"`
	RequiredDoubleArrayStringByte              [][][]byte           `json:"required_double_array_string_byte"`
	RequiredDoubleArrayStringDate              [][]time.Time        `json:"required_double_array_string_date"`
	RequiredDoubleArrayStringDateMinusTime     [][]time.Time        `json:"required_double_array_string_date-time"`
	RequiredDoubleArrayStringDuration          [][]time.Duration    `json:"required_double_array_string_duration"`
	RequiredDoubleArrayStringEmail             [][]string           `json:"required_double_array_string_email"`
	RequiredDoubleArrayStringFloat32           [][]float32          `json:"required_double_array_string_float32"`
	RequiredDoubleArrayStringFloat64           [][]float64          `json:"required_double_array_string_float64"`
	RequiredDoubleArrayStringHostname          [][]string           `json:"required_double_array_string_hostname"`
	RequiredDoubleArrayStringInt               [][]int              `json:"required_double_array_string_int"`
	RequiredDoubleArrayStringInt16             [][]int16            `json:"required_double_array_string_int16"`
	RequiredDoubleArrayStringInt32             [][]int32            `json:"required_double_array_string_int32"`
	RequiredDoubleArrayStringInt64             [][]int64            `json:"required_double_array_string_int64"`
	RequiredDoubleArrayStringInt8              [][]int8             `json:"required_double_array_string_int8"`
	RequiredDoubleArrayStringIP                [][]netip.Addr       `json:"required_double_array_string_ip"`
	RequiredDoubleArrayStringIpv4              [][]netip.Addr       `json:"required_double_array_string_ipv4"`
	RequiredDoubleArrayStringIpv6              [][]netip.Addr       `json:"required_double_array_string_ipv6"`
	RequiredDoubleArrayStringMAC               [][]net.HardwareAddr `json:"required_double_array_string_mac"`
	RequiredDoubleArrayStringPassword          [][]string           `json:"required_double_array_string_password"`
	RequiredDoubleArrayStringTime              [][]time.Time        `json:"required_double_array_string_time"`
	RequiredDoubleArrayStringUint              [][]uint             `json:"required_double_array_string_uint"`
	RequiredDoubleArrayStringUint16            [][]uint16           `json:"required_double_array_string_uint16"`
	RequiredDoubleArrayStringUint32            [][]uint32           `json:"required_double_array_string_uint32"`
	RequiredDoubleArrayStringUint64            [][]uint64           `json:"required_double_array_string_uint64"`
	RequiredDoubleArrayStringUint8             [][]uint8            `json:"required_double_array_string_uint8"`
	RequiredDoubleArrayStringUnix              [][]time.Time        `json:"required_double_array_string_unix"`
	RequiredDoubleArrayStringUnixMinusMicro    [][]time.Time        `json:"required_double_array_string_unix-micro"`
	RequiredDoubleArrayStringUnixMinusMilli    [][]time.Time        `json:"required_double_array_string_unix-milli"`
	RequiredDoubleArrayStringUnixMinusNano     [][]time.Time        `json:"required_double_array_string_unix-nano"`
	RequiredDoubleArrayStringUnixMinusSeconds  [][]time.Time        `json:"required_double_array_string_unix-seconds"`
	RequiredDoubleArrayStringURI               [][]url.URL          `json:"required_double_array_string_uri"`
	RequiredDoubleArrayStringUUID              [][]uuid.UUID        `json:"required_double_array_string_uuid"`
	RequiredInteger                            int                  `json:"required_integer"`
	RequiredIntegerInt16                       int16                `json:"required_integer_int16"`
	RequiredIntegerInt32                       int32                `json:"required_integer_int32"`
	RequiredIntegerInt64                       int64                `json:"required_integer_int64"`
	RequiredIntegerInt8                        int8                 `json:"required_integer_int8"`
	RequiredIntegerUint                        uint                 `json:"required_integer_uint"`
	RequiredIntegerUint16                      uint16               `json:"required_integer_uint16"`
	RequiredIntegerUint32                      uint32               `json:"required_integer_uint32"`
	RequiredIntegerUint64                      uint64               `json:"required_integer_uint64"`
	RequiredIntegerUint8                       uint8                `json:"required_integer_uint8"`
	RequiredIntegerUnix                        time.Time            `json:"required_integer_unix"`
	RequiredIntegerUnixMinusMicro              time.Time            `json:"required_integer_unix-micro"`
	RequiredIntegerUnixMinusMilli              time.Time            `json:"required_integer_unix-milli"`
	RequiredIntegerUnixMinusNano               time.Time            `json:"required_integer_unix-nano"`
	RequiredIntegerUnixMinusSeconds            time.Time            `json:"required_integer_unix-seconds"`
	RequiredNull                               struct{}             `json:"required_null"`
	RequiredNumber                             float64              `json:"required_number"`
	RequiredNumberDouble                       float64              `json:"required_number_double"`
	RequiredNumberFloat                        float32              `json:"required_number_float"`
	RequiredNumberInt32                        int32                `json:"required_number_int32"`
	RequiredNumberInt64                        int64                `json:"required_number_int64"`
	RequiredString                             string               `json:"required_string"`
	RequiredStringBase64                       []byte               `json:"required_string_base64"`
	RequiredStringBinary                       string               `json:"required_string_binary"`
	RequiredStringByte                         []byte               `json:"required_string_byte"`
	RequiredStringDate                         time.Time            `json:"required_string_date"`
	RequiredStringDateMinusTime                time.Time            `json:"required_string_date-time"`
	RequiredStringDuration                     time.Duration        `json:"required_string_duration"`
	RequiredStringEmail                        string               `json:"required_string_email"`
	RequiredStringFloat32                      float32              `json:"required_string_float32"`
	RequiredStringFloat64                      float64              `json:"required_string_float64"`
	RequiredStringHostname                     string               `json:"required_string_hostname"`
	RequiredStringInt                          int                  `json:"required_string_int"`
	RequiredStringInt16                        int16                `json:"required_string_int16"`
	RequiredStringInt32                        int32                `json:"required_string_int32"`
	RequiredStringInt64                        int64                `json:"required_string_int64"`
	RequiredStringInt8                         int8                 `json:"required_string_int8"`
	RequiredStringIP                           netip.Addr           `json:"required_string_ip"`
	RequiredStringIpv4                         netip.Addr           `json:"required_string_ipv4"`
	RequiredStringIpv6                         netip.Addr           `json:"required_string_ipv6"`
	RequiredStringMAC                          net.HardwareAddr     `json:"required_string_mac"`
	RequiredStringPassword                     string               `json:"required_string_password"`
	RequiredStringTime                         time.Time            `json:"required_string_time"`
	RequiredStringUint                         uint                 `json:"required_string_uint"`
	RequiredStringUint16                       uint16               `json:"required_string_uint16"`
	RequiredStringUint32                       uint32               `json:"required_string_uint32"`
	RequiredStringUint64                       uint64               `json:"required_string_uint64"`
	RequiredStringUint8                        uint8                `json:"required_string_uint8"`
	RequiredStringUnix                         time.Time            `json:"required_string_unix"`
	RequiredStringUnixMinusMicro               time.Time            `json:"required_string_unix-micro"`
	RequiredStringUnixMinusMilli               time.Time            `json:"required_string_unix-milli"`
	RequiredStringUnixMinusNano                time.Time            `json:"required_string_unix-nano"`
	RequiredStringUnixMinusSeconds             time.Time            `json:"required_string_unix-seconds"`
	RequiredStringURI                          url.URL              `json:"required_string_uri"`
	RequiredStringUUID                         uuid.UUID            `json:"required_string_uuid"`
	OptionalAny                                jx.Raw               `json:"optional_any"`
	OptionalArrayAny                           []jx.Raw             `json:"optional_array_any"`
	OptionalArrayBoolean                       []bool               `json:"optional_array_boolean"`
	OptionalArrayInteger                       []int                `json:"optional_array_integer"`
	OptionalArrayIntegerInt16                  []int16              `json:"optional_array_integer_int16"`
	OptionalArrayIntegerInt32                  []int32              `json:"optional_array_integer_int32"`
	OptionalArrayIntegerInt64                  []int64              `json:"optional_array_integer_int64"`
	OptionalArrayIntegerInt8                   []int8               `json:"optional_array_integer_int8"`
	OptionalArrayIntegerUint                   []uint               `json:"optional_array_integer_uint"`
	OptionalArrayIntegerUint16                 []uint16             `json:"optional_array_integer_uint16"`
	OptionalArrayIntegerUint32                 []uint32             `json:"optional_array_integer_uint32"`
	OptionalArrayIntegerUint64                 []uint64             `json:"optional_array_integer_uint64"`
	OptionalArrayIntegerUint8                  []uint8              `json:"optional_array_integer_uint8"`
	OptionalArrayIntegerUnix                   []time.Time          `json:"optional_array_integer_unix"`
	OptionalArrayIntegerUnixMinusMicro         []time.Time          `json:"optional_array_integer_unix-micro"`
	OptionalArrayIntegerUnixMinusMilli         []time.Time          `json:"optional_array_integer_unix-milli"`
	OptionalArrayIntegerUnixMinusNano          []time.Time          `json:"optional_array_integer_unix-nano"`
	OptionalArrayIntegerUnixMinusSeconds       []time.Time          `json:"optional_array_integer_unix-seconds"`
	OptionalArrayNull                          []struct{}           `json:"optional_array_null"`
	OptionalArrayNumber                        []float64            `json:"optional_array_number"`
	OptionalArrayNumberDouble                  []float64            `json:"optional_array_number_double"`
	OptionalArrayNumberFloat                   []float32            `json:"optional_array_number_float"`
	OptionalArrayNumberInt32                   []int32              `json:"optional_array_number_int32"`
	OptionalArrayNumberInt64                   []int64              `json:"optional_array_number_int64"`
	OptionalArrayString                        []string             `json:"optional_array_string"`
	OptionalArrayStringBase64                  [][]byte             `json:"optional_array_string_base64"`
	OptionalArrayStringBinary                  []string             `json:"optional_array_string_binary"`
	OptionalArrayStringByte                    [][]byte             `json:"optional_array_string_byte"`
	OptionalArrayStringDate                    []time.Time          `json:"optional_array_string_date"`
	OptionalArrayStringDateMinusTime           []time.Time          `json:"optional_array_string_date-time"`
	OptionalArrayStringDuration                []time.Duration      `json:"optional_array_string_duration"`
	OptionalArrayStringEmail                   []string             `json:"optional_array_string_email"`
	OptionalArrayStringFloat32                 []float32            `json:"optional_array_string_float32"`
	OptionalArrayStringFloat64                 []float64            `json:"optional_array_string_float64"`
	OptionalArrayStringHostname                []string             `json:"optional_array_string_hostname"`
	OptionalArrayStringInt                     []int                `json:"optional_array_string_int"`
	OptionalArrayStringInt16                   []int16              `json:"optional_array_string_int16"`
	OptionalArrayStringInt32                   []int32              `json:"optional_array_string_int32"`
	OptionalArrayStringInt64                   []int64              `json:"optional_array_string_int64"`
	OptionalArrayStringInt8                    []int8               `json:"optional_array_string_int8"`
	OptionalArrayStringIP                      []netip.Addr         `json:"optional_array_string_ip"`
	OptionalArrayStringIpv4                    []netip.Addr         `json:"optional_array_string_ipv4"`
	OptionalArrayStringIpv6                    []netip.Addr         `json:"optional_array_string_ipv6"`
	OptionalArrayStringMAC                     []net.HardwareAddr   `json:"optional_array_string_mac"`
	OptionalArrayStringPassword                []string             `json:"optional_array_string_password"`
	OptionalArrayStringTime                    []time.Time          `json:"optional_array_string_time"`
	OptionalArrayStringUint                    []uint               `json:"optional_array_string_uint"`
	OptionalArrayStringUint16                  []uint16             `json:"optional_array_string_uint16"`
	OptionalArrayStringUint32                  []uint32             `json:"optional_array_string_uint32"`
	OptionalArrayStringUint64                  []uint64             `json:"optional_array_string_uint64"`
	OptionalArrayStringUint8                   []uint8              `json:"optional_array_string_uint8"`
	OptionalArrayStringUnix                    []time.Time          `json:"optional_array_string_unix"`
	OptionalArrayStringUnixMinusMicro          []time.Time          `json:"optional_array_string_unix-micro"`
	OptionalArrayStringUnixMinusMilli          []time.Time          `json:"optional_array_string_unix-milli"`
	OptionalArrayStringUnixMinusNano           []time.Time          `json:"optional_array_string_unix-nano"`
	OptionalArrayStringUnixMinusSeconds        []time.Time          `json:"optional_array_string_unix-seconds"`
	OptionalArrayStringURI                     []url.URL            `json:"optional_array_string_uri"`
	OptionalArrayStringUUID                    []uuid.UUID          `json:"optional_array_string_uuid"`
	OptionalBoolean                            OptBool              `json:"optional_boolean"`
	OptionalDoubleArrayAny                     [][]jx.Raw           `json:"optional_double_array_any"`
	OptionalDoubleArrayBoolean                 [][]bool             `json:"optional_double_array_boolean"`
	OptionalDoubleArrayInteger                 [][]int              `json:"optional_double_array_integer"`
	OptionalDoubleArrayIntegerInt16            [][]int16            `json:"optional_double_array_integer_int16"`
	OptionalDoubleArrayIntegerInt32            [][]int32            `json:"optional_double_array_integer_int32"`
	OptionalDoubleArrayIntegerInt64            [][]int64            `json:"optional_double_array_integer_int64"`
	OptionalDoubleArrayIntegerInt8             [][]int8             `json:"optional_double_array_integer_int8"`
	OptionalDoubleArrayIntegerUint             [][]uint             `json:"optional_double_array_integer_uint"`
	OptionalDoubleArrayIntegerUint16           [][]uint16           `json:"optional_double_array_integer_uint16"`
	OptionalDoubleArrayIntegerUint32           [][]uint32           `json:"optional_double_array_integer_uint32"`
	OptionalDoubleArrayIntegerUint64           [][]uint64           `json:"optional_double_array_integer_uint64"`
	OptionalDoubleArrayIntegerUint8            [][]uint8            `json:"optional_double_array_integer_uint8"`
	OptionalDoubleArrayIntegerUnix             [][]time.Time        `json:"optional_double_array_integer_unix"`
	OptionalDoubleArrayIntegerUnixMinusMicro   [][]time.Time        `json:"optional_double_array_integer_unix-micro"`
	OptionalDoubleArrayIntegerUnixMinusMilli   [][]time.Time        `json:"optional_double_array_integer_unix-milli"`
	OptionalDoubleArrayIntegerUnixMinusNano    [][]time.Time        `json:"optional_double_array_integer_unix-nano"`
	OptionalDoubleArrayIntegerUnixMinusSeconds [][]time.Time        `json:"optional_double_array_integer_unix-seconds"`
	OptionalDoubleArrayNull                    [][]struct{}         `json:"optional_double_array_null"`
	OptionalDoubleArrayNumber                  [][]float64          `json:"optional_double_array_number"`
	OptionalDoubleArrayNumberDouble            [][]float64          `json:"optional_double_array_number_double"`
	OptionalDoubleArrayNumberFloat             [][]float32          `json:"optional_double_array_number_float"`
	OptionalDoubleArrayNumberInt32             [][]int32            `json:"optional_double_array_number_int32"`
	OptionalDoubleArrayNumberInt64             [][]int64            `json:"optional_double_array_number_int64"`
	OptionalDoubleArrayString                  [][]string           `json:"optional_double_array_string"`
	OptionalDoubleArrayStringBase64            [][][]byte           `json:"optional_double_array_string_base64"`
	OptionalDoubleArrayStringBinary            [][]string           `json:"optional_double_array_string_binary"`
	OptionalDoubleArrayStringByte              [][][]byte           `json:"optional_double_array_string_byte"`
	OptionalDoubleArrayStringDate              [][]time.Time        `json:"optional_double_array_string_date"`
	OptionalDoubleArrayStringDateMinusTime     [][]time.Time        `json:"optional_double_array_string_date-time"`
	OptionalDoubleArrayStringDuration          [][]time.Duration    `json:"optional_double_array_string_duration"`
	OptionalDoubleArrayStringEmail             [][]string           `json:"optional_double_array_string_email"`
	OptionalDoubleArrayStringFloat32           [][]float32          `json:"optional_double_array_string_float32"`
	OptionalDoubleArrayStringFloat64           [][]float64          `json:"optional_double_array_string_float64"`
	OptionalDoubleArrayStringHostname          [][]string           `json:"optional_double_array_string_hostname"`
	OptionalDoubleArrayStringInt               [][]int              `json:"optional_double_array_string_int"`
	OptionalDoubleArrayStringInt16             [][]int16            `json:"optional_double_array_string_int16"`
	OptionalDoubleArrayStringInt32             [][]int32            `json:"optional_double_array_string_int32"`
	OptionalDoubleArrayStringInt64             [][]int64            `json:"optional_double_array_string_int64"`
	OptionalDoubleArrayStringInt8              [][]int8             `json:"optional_double_array_string_int8"`
	OptionalDoubleArrayStringIP                [][]netip.Addr       `json:"optional_double_array_string_ip"`
	OptionalDoubleArrayStringIpv4              [][]netip.Addr       `json:"optional_double_array_string_ipv4"`
	OptionalDoubleArrayStringIpv6              [][]netip.Addr       `json:"optional_double_array_string_ipv6"`
	OptionalDoubleArrayStringMAC               [][]net.HardwareAddr `json:"optional_double_array_string_mac"`
	OptionalDoubleArrayStringPassword          [][]string           `json:"optional_double_array_string_password"`
	OptionalDoubleArrayStringTime              [][]time.Time        `json:"optional_double_array_string_time"`
	OptionalDoubleArrayStringUint              [][]uint             `json:"optional_double_array_string_uint"`
	OptionalDoubleArrayStringUint16            [][]uint16           `json:"optional_double_array_string_uint16"`
	OptionalDoubleArrayStringUint32            [][]uint32           `json:"optional_double_array_string_uint32"`
	OptionalDoubleArrayStringUint64            [][]uint64           `json:"optional_double_array_string_uint64"`
	OptionalDoubleArrayStringUint8             [][]uint8            `json:"optional_double_array_string_uint8"`
	OptionalDoubleArrayStringUnix              [][]time.Time        `json:"optional_double_array_string_unix"`
	OptionalDoubleArrayStringUnixMinusMicro    [][]time.Time        `json:"optional_double_array_string_unix-micro"`
	OptionalDoubleArrayStringUnixMinusMilli    [][]time.Time        `json:"optional_double_array_string_unix-milli"`
	OptionalDoubleArrayStringUnixMinusNano     [][]time.Time        `json:"optional_double_array_string_unix-nano"`
	OptionalDoubleArrayStringUnixMinusSeconds  [][]time.Time        `json:"optional_double_array_string_unix-seconds"`
	OptionalDoubleArrayStringURI               [][]url.URL          `json:"optional_double_array_string_uri"`
	OptionalDoubleArrayStringUUID              [][]uuid.UUID        `json:"optional_double_array_string_uuid"`
	OptionalInteger                            OptInt               `json:"optional_integer"`
	OptionalIntegerInt16                       OptInt16             `json:"optional_integer_int16"`
	OptionalIntegerInt32                       OptInt32             `json:"optional_integer_int32"`
	OptionalIntegerInt64                       OptInt64             `json:"optional_integer_int64"`
	OptionalIntegerInt8                        OptInt8              `json:"optional_integer_int8"`
	OptionalIntegerUint                        OptUint              `json:"optional_integer_uint"`
	OptionalIntegerUint16                      OptUint16            `json:"optional_integer_uint16"`
	OptionalIntegerUint32                      OptUint32            `json:"optional_integer_uint32"`
	OptionalIntegerUint64                      OptUint64            `json:"optional_integer_uint64"`
	OptionalIntegerUint8                       OptUint8             `json:"optional_integer_uint8"`
	OptionalIntegerUnix                        OptUnixSeconds       `json:"optional_integer_unix"`
	OptionalIntegerUnixMinusMicro              OptUnixMicro         `json:"optional_integer_unix-micro"`
	OptionalIntegerUnixMinusMilli              OptUnixMilli         `json:"optional_integer_unix-milli"`
	OptionalIntegerUnixMinusNano               OptUnixNano          `json:"optional_integer_unix-nano"`
	OptionalIntegerUnixMinusSeconds            OptUnixSeconds       `json:"optional_integer_unix-seconds"`
	OptionalNull                               OptNull              `json:"optional_null"`
	OptionalNumber                             OptFloat64           `json:"optional_number"`
	OptionalNumberDouble                       OptFloat64           `json:"optional_number_double"`
	OptionalNumberFloat                        OptFloat32           `json:"optional_number_float"`
	OptionalNumberInt32                        OptInt32             `json:"optional_number_int32"`
	OptionalNumberInt64                        OptInt64             `json:"optional_number_int64"`
	OptionalString                             OptString            `json:"optional_string"`
	OptionalStringBase64                       []byte               `json:"optional_string_base64"`
	OptionalStringBinary                       OptString            `json:"optional_string_binary"`
	OptionalStringByte                         []byte               `json:"optional_string_byte"`
	OptionalStringDate                         OptDate              `json:"optional_string_date"`
	OptionalStringDateMinusTime                OptDateTime          `json:"optional_string_date-time"`
	OptionalStringDuration                     OptDuration          `json:"optional_string_duration"`
	OptionalStringEmail                        OptString            `json:"optional_string_email"`
	OptionalStringFloat32                      OptStringFloat32     `json:"optional_string_float32"`
	OptionalStringFloat64                      OptStringFloat64     `json:"optional_string_float64"`
	OptionalStringHostname                     OptString            `json:"optional_string_hostname"`
	OptionalStringInt                          OptStringInt         `json:"optional_string_int"`
	OptionalStringInt16                        OptStringInt16       `json:"optional_string_int16"`
	OptionalStringInt32                        OptStringInt32       `json:"optional_string_int32"`
	OptionalStringInt64                        OptStringInt64       `json:"optional_string_int64"`
	OptionalStringInt8                         OptStringInt8        `json:"optional_string_int8"`
	OptionalStringIP                           OptIP                `json:"optional_string_ip"`
	OptionalStringIpv4                         OptIPv4              `json:"optional_string_ipv4"`
	OptionalStringIpv6                         OptIPv6              `json:"optional_string_ipv6"`
	OptionalStringMAC                          OptHardwareAddr      `json:"optional_string_mac"`
	OptionalStringPassword                     OptString            `json:"optional_string_password"`
	OptionalStringTime                         OptTime              `json:"optional_string_time"`
	OptionalStringUint                         OptStringUint        `json:"optional_string_uint"`
	OptionalStringUint16                       OptStringUint16      `json:"optional_string_uint16"`
	OptionalStringUint32                       OptStringUint32      `json:"optional_string_uint32"`
	OptionalStringUint64                       OptStringUint64      `json:"optional_string_uint64"`
	OptionalStringUint8                        OptStringUint8       `json:"optional_string_uint8"`
	OptionalStringUnix                         OptStringUnixSeconds `json:"optional_string_unix"`
	OptionalStringUnixMinusMicro               OptStringUnixMicro   `json:"optional_string_unix-micro"`
	OptionalStringUnixMinusMilli               OptStringUnixMilli   `json:"optional_string_unix-milli"`
	OptionalStringUnixMinusNano                OptStringUnixNano    `json:"optional_string_unix-nano"`
	OptionalStringUnixMinusSeconds             OptStringUnixSeconds `json:"optional_string_unix-seconds"`
	OptionalStringURI                          OptURI               `json:"optional_string_uri"`
	OptionalStringUUID                         OptUUID              `json:"optional_string_uuid"`
}

func (*TestResponseFormatTestOK) Decode

func (s *TestResponseFormatTestOK) Decode(d *jx.Decoder) error

Decode decodes TestResponseFormatTestOK from json.

func (*TestResponseFormatTestOK) Encode

func (s *TestResponseFormatTestOK) Encode(e *jx.Encoder)

Encode implements json.Marshaler.

func (*TestResponseFormatTestOK) GetOptionalAny

func (s *TestResponseFormatTestOK) GetOptionalAny() jx.Raw

GetOptionalAny returns the value of OptionalAny.

func (*TestResponseFormatTestOK) GetOptionalArrayAny

func (s *TestResponseFormatTestOK) GetOptionalArrayAny() []jx.Raw

GetOptionalArrayAny returns the value of OptionalArrayAny.

func (*TestResponseFormatTestOK) GetOptionalArrayBoolean

func (s *TestResponseFormatTestOK) GetOptionalArrayBoolean() []bool

GetOptionalArrayBoolean returns the value of OptionalArrayBoolean.

func (*TestResponseFormatTestOK) GetOptionalArrayInteger

func (s *TestResponseFormatTestOK) GetOptionalArrayInteger() []int

GetOptionalArrayInteger returns the value of OptionalArrayInteger.

func (*TestResponseFormatTestOK) GetOptionalArrayIntegerInt16

func (s *TestResponseFormatTestOK) GetOptionalArrayIntegerInt16() []int16

GetOptionalArrayIntegerInt16 returns the value of OptionalArrayIntegerInt16.

func (*TestResponseFormatTestOK) GetOptionalArrayIntegerInt32

func (s *TestResponseFormatTestOK) GetOptionalArrayIntegerInt32() []int32

GetOptionalArrayIntegerInt32 returns the value of OptionalArrayIntegerInt32.

func (*TestResponseFormatTestOK) GetOptionalArrayIntegerInt64

func (s *TestResponseFormatTestOK) GetOptionalArrayIntegerInt64() []int64

GetOptionalArrayIntegerInt64 returns the value of OptionalArrayIntegerInt64.

func (*TestResponseFormatTestOK) GetOptionalArrayIntegerInt8

func (s *TestResponseFormatTestOK) GetOptionalArrayIntegerInt8() []int8

GetOptionalArrayIntegerInt8 returns the value of OptionalArrayIntegerInt8.

func (*TestResponseFormatTestOK) GetOptionalArrayIntegerUint

func (s *TestResponseFormatTestOK) GetOptionalArrayIntegerUint() []uint

GetOptionalArrayIntegerUint returns the value of OptionalArrayIntegerUint.

func (*TestResponseFormatTestOK) GetOptionalArrayIntegerUint16

func (s *TestResponseFormatTestOK) GetOptionalArrayIntegerUint16() []uint16

GetOptionalArrayIntegerUint16 returns the value of OptionalArrayIntegerUint16.

func (*TestResponseFormatTestOK) GetOptionalArrayIntegerUint32

func (s *TestResponseFormatTestOK) GetOptionalArrayIntegerUint32() []uint32

GetOptionalArrayIntegerUint32 returns the value of OptionalArrayIntegerUint32.

func (*TestResponseFormatTestOK) GetOptionalArrayIntegerUint64

func (s *TestResponseFormatTestOK) GetOptionalArrayIntegerUint64() []uint64

GetOptionalArrayIntegerUint64 returns the value of OptionalArrayIntegerUint64.

func (*TestResponseFormatTestOK) GetOptionalArrayIntegerUint8

func (s *TestResponseFormatTestOK) GetOptionalArrayIntegerUint8() []uint8

GetOptionalArrayIntegerUint8 returns the value of OptionalArrayIntegerUint8.

func (*TestResponseFormatTestOK) GetOptionalArrayIntegerUnix

func (s *TestResponseFormatTestOK) GetOptionalArrayIntegerUnix() []time.Time

GetOptionalArrayIntegerUnix returns the value of OptionalArrayIntegerUnix.

func (*TestResponseFormatTestOK) GetOptionalArrayIntegerUnixMinusMicro

func (s *TestResponseFormatTestOK) GetOptionalArrayIntegerUnixMinusMicro() []time.Time

GetOptionalArrayIntegerUnixMinusMicro returns the value of OptionalArrayIntegerUnixMinusMicro.

func (*TestResponseFormatTestOK) GetOptionalArrayIntegerUnixMinusMilli

func (s *TestResponseFormatTestOK) GetOptionalArrayIntegerUnixMinusMilli() []time.Time

GetOptionalArrayIntegerUnixMinusMilli returns the value of OptionalArrayIntegerUnixMinusMilli.

func (*TestResponseFormatTestOK) GetOptionalArrayIntegerUnixMinusNano

func (s *TestResponseFormatTestOK) GetOptionalArrayIntegerUnixMinusNano() []time.Time

GetOptionalArrayIntegerUnixMinusNano returns the value of OptionalArrayIntegerUnixMinusNano.

func (*TestResponseFormatTestOK) GetOptionalArrayIntegerUnixMinusSeconds

func (s *TestResponseFormatTestOK) GetOptionalArrayIntegerUnixMinusSeconds() []time.Time

GetOptionalArrayIntegerUnixMinusSeconds returns the value of OptionalArrayIntegerUnixMinusSeconds.

func (*TestResponseFormatTestOK) GetOptionalArrayNull

func (s *TestResponseFormatTestOK) GetOptionalArrayNull() []struct{}

GetOptionalArrayNull returns the value of OptionalArrayNull.

func (*TestResponseFormatTestOK) GetOptionalArrayNumber

func (s *TestResponseFormatTestOK) GetOptionalArrayNumber() []float64

GetOptionalArrayNumber returns the value of OptionalArrayNumber.

func (*TestResponseFormatTestOK) GetOptionalArrayNumberDouble

func (s *TestResponseFormatTestOK) GetOptionalArrayNumberDouble() []float64

GetOptionalArrayNumberDouble returns the value of OptionalArrayNumberDouble.

func (*TestResponseFormatTestOK) GetOptionalArrayNumberFloat

func (s *TestResponseFormatTestOK) GetOptionalArrayNumberFloat() []float32

GetOptionalArrayNumberFloat returns the value of OptionalArrayNumberFloat.

func (*TestResponseFormatTestOK) GetOptionalArrayNumberInt32

func (s *TestResponseFormatTestOK) GetOptionalArrayNumberInt32() []int32

GetOptionalArrayNumberInt32 returns the value of OptionalArrayNumberInt32.

func (*TestResponseFormatTestOK) GetOptionalArrayNumberInt64

func (s *TestResponseFormatTestOK) GetOptionalArrayNumberInt64() []int64

GetOptionalArrayNumberInt64 returns the value of OptionalArrayNumberInt64.

func (*TestResponseFormatTestOK) GetOptionalArrayString

func (s *TestResponseFormatTestOK) GetOptionalArrayString() []string

GetOptionalArrayString returns the value of OptionalArrayString.

func (*TestResponseFormatTestOK) GetOptionalArrayStringBase64

func (s *TestResponseFormatTestOK) GetOptionalArrayStringBase64() [][]byte

GetOptionalArrayStringBase64 returns the value of OptionalArrayStringBase64.

func (*TestResponseFormatTestOK) GetOptionalArrayStringBinary

func (s *TestResponseFormatTestOK) GetOptionalArrayStringBinary() []string

GetOptionalArrayStringBinary returns the value of OptionalArrayStringBinary.

func (*TestResponseFormatTestOK) GetOptionalArrayStringByte

func (s *TestResponseFormatTestOK) GetOptionalArrayStringByte() [][]byte

GetOptionalArrayStringByte returns the value of OptionalArrayStringByte.

func (*TestResponseFormatTestOK) GetOptionalArrayStringDate

func (s *TestResponseFormatTestOK) GetOptionalArrayStringDate() []time.Time

GetOptionalArrayStringDate returns the value of OptionalArrayStringDate.

func (*TestResponseFormatTestOK) GetOptionalArrayStringDateMinusTime

func (s *TestResponseFormatTestOK) GetOptionalArrayStringDateMinusTime() []time.Time

GetOptionalArrayStringDateMinusTime returns the value of OptionalArrayStringDateMinusTime.

func (*TestResponseFormatTestOK) GetOptionalArrayStringDuration

func (s *TestResponseFormatTestOK) GetOptionalArrayStringDuration() []time.Duration

GetOptionalArrayStringDuration returns the value of OptionalArrayStringDuration.

func (*TestResponseFormatTestOK) GetOptionalArrayStringEmail

func (s *TestResponseFormatTestOK) GetOptionalArrayStringEmail() []string

GetOptionalArrayStringEmail returns the value of OptionalArrayStringEmail.

func (*TestResponseFormatTestOK) GetOptionalArrayStringFloat32

func (s *TestResponseFormatTestOK) GetOptionalArrayStringFloat32() []float32

GetOptionalArrayStringFloat32 returns the value of OptionalArrayStringFloat32.

func (*TestResponseFormatTestOK) GetOptionalArrayStringFloat64

func (s *TestResponseFormatTestOK) GetOptionalArrayStringFloat64() []float64

GetOptionalArrayStringFloat64 returns the value of OptionalArrayStringFloat64.

func (*TestResponseFormatTestOK) GetOptionalArrayStringHostname

func (s *TestResponseFormatTestOK) GetOptionalArrayStringHostname() []string

GetOptionalArrayStringHostname returns the value of OptionalArrayStringHostname.

func (*TestResponseFormatTestOK) GetOptionalArrayStringIP

func (s *TestResponseFormatTestOK) GetOptionalArrayStringIP() []netip.Addr

GetOptionalArrayStringIP returns the value of OptionalArrayStringIP.

func (*TestResponseFormatTestOK) GetOptionalArrayStringInt

func (s *TestResponseFormatTestOK) GetOptionalArrayStringInt() []int

GetOptionalArrayStringInt returns the value of OptionalArrayStringInt.

func (*TestResponseFormatTestOK) GetOptionalArrayStringInt16

func (s *TestResponseFormatTestOK) GetOptionalArrayStringInt16() []int16

GetOptionalArrayStringInt16 returns the value of OptionalArrayStringInt16.

func (*TestResponseFormatTestOK) GetOptionalArrayStringInt32

func (s *TestResponseFormatTestOK) GetOptionalArrayStringInt32() []int32

GetOptionalArrayStringInt32 returns the value of OptionalArrayStringInt32.

func (*TestResponseFormatTestOK) GetOptionalArrayStringInt64

func (s *TestResponseFormatTestOK) GetOptionalArrayStringInt64() []int64

GetOptionalArrayStringInt64 returns the value of OptionalArrayStringInt64.

func (*TestResponseFormatTestOK) GetOptionalArrayStringInt8

func (s *TestResponseFormatTestOK) GetOptionalArrayStringInt8() []int8

GetOptionalArrayStringInt8 returns the value of OptionalArrayStringInt8.

func (*TestResponseFormatTestOK) GetOptionalArrayStringIpv4

func (s *TestResponseFormatTestOK) GetOptionalArrayStringIpv4() []netip.Addr

GetOptionalArrayStringIpv4 returns the value of OptionalArrayStringIpv4.

func (*TestResponseFormatTestOK) GetOptionalArrayStringIpv6

func (s *TestResponseFormatTestOK) GetOptionalArrayStringIpv6() []netip.Addr

GetOptionalArrayStringIpv6 returns the value of OptionalArrayStringIpv6.

func (*TestResponseFormatTestOK) GetOptionalArrayStringMAC

func (s *TestResponseFormatTestOK) GetOptionalArrayStringMAC() []net.HardwareAddr

GetOptionalArrayStringMAC returns the value of OptionalArrayStringMAC.

func (*TestResponseFormatTestOK) GetOptionalArrayStringPassword

func (s *TestResponseFormatTestOK) GetOptionalArrayStringPassword() []string

GetOptionalArrayStringPassword returns the value of OptionalArrayStringPassword.

func (*TestResponseFormatTestOK) GetOptionalArrayStringTime

func (s *TestResponseFormatTestOK) GetOptionalArrayStringTime() []time.Time

GetOptionalArrayStringTime returns the value of OptionalArrayStringTime.

func (*TestResponseFormatTestOK) GetOptionalArrayStringURI

func (s *TestResponseFormatTestOK) GetOptionalArrayStringURI() []url.URL

GetOptionalArrayStringURI returns the value of OptionalArrayStringURI.

func (*TestResponseFormatTestOK) GetOptionalArrayStringUUID

func (s *TestResponseFormatTestOK) GetOptionalArrayStringUUID() []uuid.UUID

GetOptionalArrayStringUUID returns the value of OptionalArrayStringUUID.

func (*TestResponseFormatTestOK) GetOptionalArrayStringUint

func (s *TestResponseFormatTestOK) GetOptionalArrayStringUint() []uint

GetOptionalArrayStringUint returns the value of OptionalArrayStringUint.

func (*TestResponseFormatTestOK) GetOptionalArrayStringUint16

func (s *TestResponseFormatTestOK) GetOptionalArrayStringUint16() []uint16

GetOptionalArrayStringUint16 returns the value of OptionalArrayStringUint16.

func (*TestResponseFormatTestOK) GetOptionalArrayStringUint32

func (s *TestResponseFormatTestOK) GetOptionalArrayStringUint32() []uint32

GetOptionalArrayStringUint32 returns the value of OptionalArrayStringUint32.

func (*TestResponseFormatTestOK) GetOptionalArrayStringUint64

func (s *TestResponseFormatTestOK) GetOptionalArrayStringUint64() []uint64

GetOptionalArrayStringUint64 returns the value of OptionalArrayStringUint64.

func (*TestResponseFormatTestOK) GetOptionalArrayStringUint8

func (s *TestResponseFormatTestOK) GetOptionalArrayStringUint8() []uint8

GetOptionalArrayStringUint8 returns the value of OptionalArrayStringUint8.

func (*TestResponseFormatTestOK) GetOptionalArrayStringUnix

func (s *TestResponseFormatTestOK) GetOptionalArrayStringUnix() []time.Time

GetOptionalArrayStringUnix returns the value of OptionalArrayStringUnix.

func (*TestResponseFormatTestOK) GetOptionalArrayStringUnixMinusMicro

func (s *TestResponseFormatTestOK) GetOptionalArrayStringUnixMinusMicro() []time.Time

GetOptionalArrayStringUnixMinusMicro returns the value of OptionalArrayStringUnixMinusMicro.

func (*TestResponseFormatTestOK) GetOptionalArrayStringUnixMinusMilli

func (s *TestResponseFormatTestOK) GetOptionalArrayStringUnixMinusMilli() []time.Time

GetOptionalArrayStringUnixMinusMilli returns the value of OptionalArrayStringUnixMinusMilli.

func (*TestResponseFormatTestOK) GetOptionalArrayStringUnixMinusNano

func (s *TestResponseFormatTestOK) GetOptionalArrayStringUnixMinusNano() []time.Time

GetOptionalArrayStringUnixMinusNano returns the value of OptionalArrayStringUnixMinusNano.

func (*TestResponseFormatTestOK) GetOptionalArrayStringUnixMinusSeconds

func (s *TestResponseFormatTestOK) GetOptionalArrayStringUnixMinusSeconds() []time.Time

GetOptionalArrayStringUnixMinusSeconds returns the value of OptionalArrayStringUnixMinusSeconds.

func (*TestResponseFormatTestOK) GetOptionalBoolean

func (s *TestResponseFormatTestOK) GetOptionalBoolean() OptBool

GetOptionalBoolean returns the value of OptionalBoolean.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayAny

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayAny() [][]jx.Raw

GetOptionalDoubleArrayAny returns the value of OptionalDoubleArrayAny.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayBoolean

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayBoolean() [][]bool

GetOptionalDoubleArrayBoolean returns the value of OptionalDoubleArrayBoolean.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayInteger

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayInteger() [][]int

GetOptionalDoubleArrayInteger returns the value of OptionalDoubleArrayInteger.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayIntegerInt16

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayIntegerInt16() [][]int16

GetOptionalDoubleArrayIntegerInt16 returns the value of OptionalDoubleArrayIntegerInt16.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayIntegerInt32

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayIntegerInt32() [][]int32

GetOptionalDoubleArrayIntegerInt32 returns the value of OptionalDoubleArrayIntegerInt32.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayIntegerInt64

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayIntegerInt64() [][]int64

GetOptionalDoubleArrayIntegerInt64 returns the value of OptionalDoubleArrayIntegerInt64.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayIntegerInt8

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayIntegerInt8() [][]int8

GetOptionalDoubleArrayIntegerInt8 returns the value of OptionalDoubleArrayIntegerInt8.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayIntegerUint

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayIntegerUint() [][]uint

GetOptionalDoubleArrayIntegerUint returns the value of OptionalDoubleArrayIntegerUint.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayIntegerUint16

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayIntegerUint16() [][]uint16

GetOptionalDoubleArrayIntegerUint16 returns the value of OptionalDoubleArrayIntegerUint16.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayIntegerUint32

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayIntegerUint32() [][]uint32

GetOptionalDoubleArrayIntegerUint32 returns the value of OptionalDoubleArrayIntegerUint32.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayIntegerUint64

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayIntegerUint64() [][]uint64

GetOptionalDoubleArrayIntegerUint64 returns the value of OptionalDoubleArrayIntegerUint64.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayIntegerUint8

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayIntegerUint8() [][]uint8

GetOptionalDoubleArrayIntegerUint8 returns the value of OptionalDoubleArrayIntegerUint8.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayIntegerUnix

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayIntegerUnix() [][]time.Time

GetOptionalDoubleArrayIntegerUnix returns the value of OptionalDoubleArrayIntegerUnix.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayIntegerUnixMinusMicro

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayIntegerUnixMinusMicro() [][]time.Time

GetOptionalDoubleArrayIntegerUnixMinusMicro returns the value of OptionalDoubleArrayIntegerUnixMinusMicro.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayIntegerUnixMinusMilli

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayIntegerUnixMinusMilli() [][]time.Time

GetOptionalDoubleArrayIntegerUnixMinusMilli returns the value of OptionalDoubleArrayIntegerUnixMinusMilli.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayIntegerUnixMinusNano

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayIntegerUnixMinusNano() [][]time.Time

GetOptionalDoubleArrayIntegerUnixMinusNano returns the value of OptionalDoubleArrayIntegerUnixMinusNano.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayIntegerUnixMinusSeconds

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayIntegerUnixMinusSeconds() [][]time.Time

GetOptionalDoubleArrayIntegerUnixMinusSeconds returns the value of OptionalDoubleArrayIntegerUnixMinusSeconds.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayNull

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayNull() [][]struct{}

GetOptionalDoubleArrayNull returns the value of OptionalDoubleArrayNull.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayNumber

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayNumber() [][]float64

GetOptionalDoubleArrayNumber returns the value of OptionalDoubleArrayNumber.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayNumberDouble

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayNumberDouble() [][]float64

GetOptionalDoubleArrayNumberDouble returns the value of OptionalDoubleArrayNumberDouble.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayNumberFloat

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayNumberFloat() [][]float32

GetOptionalDoubleArrayNumberFloat returns the value of OptionalDoubleArrayNumberFloat.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayNumberInt32

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayNumberInt32() [][]int32

GetOptionalDoubleArrayNumberInt32 returns the value of OptionalDoubleArrayNumberInt32.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayNumberInt64

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayNumberInt64() [][]int64

GetOptionalDoubleArrayNumberInt64 returns the value of OptionalDoubleArrayNumberInt64.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayString

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayString() [][]string

GetOptionalDoubleArrayString returns the value of OptionalDoubleArrayString.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringBase64

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringBase64() [][][]byte

GetOptionalDoubleArrayStringBase64 returns the value of OptionalDoubleArrayStringBase64.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringBinary

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringBinary() [][]string

GetOptionalDoubleArrayStringBinary returns the value of OptionalDoubleArrayStringBinary.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringByte

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringByte() [][][]byte

GetOptionalDoubleArrayStringByte returns the value of OptionalDoubleArrayStringByte.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringDate

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringDate() [][]time.Time

GetOptionalDoubleArrayStringDate returns the value of OptionalDoubleArrayStringDate.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringDateMinusTime

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringDateMinusTime() [][]time.Time

GetOptionalDoubleArrayStringDateMinusTime returns the value of OptionalDoubleArrayStringDateMinusTime.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringDuration

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringDuration() [][]time.Duration

GetOptionalDoubleArrayStringDuration returns the value of OptionalDoubleArrayStringDuration.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringEmail

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringEmail() [][]string

GetOptionalDoubleArrayStringEmail returns the value of OptionalDoubleArrayStringEmail.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringFloat32

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringFloat32() [][]float32

GetOptionalDoubleArrayStringFloat32 returns the value of OptionalDoubleArrayStringFloat32.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringFloat64

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringFloat64() [][]float64

GetOptionalDoubleArrayStringFloat64 returns the value of OptionalDoubleArrayStringFloat64.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringHostname

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringHostname() [][]string

GetOptionalDoubleArrayStringHostname returns the value of OptionalDoubleArrayStringHostname.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringIP

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringIP() [][]netip.Addr

GetOptionalDoubleArrayStringIP returns the value of OptionalDoubleArrayStringIP.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringInt

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringInt() [][]int

GetOptionalDoubleArrayStringInt returns the value of OptionalDoubleArrayStringInt.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringInt16

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringInt16() [][]int16

GetOptionalDoubleArrayStringInt16 returns the value of OptionalDoubleArrayStringInt16.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringInt32

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringInt32() [][]int32

GetOptionalDoubleArrayStringInt32 returns the value of OptionalDoubleArrayStringInt32.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringInt64

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringInt64() [][]int64

GetOptionalDoubleArrayStringInt64 returns the value of OptionalDoubleArrayStringInt64.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringInt8

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringInt8() [][]int8

GetOptionalDoubleArrayStringInt8 returns the value of OptionalDoubleArrayStringInt8.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringIpv4

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringIpv4() [][]netip.Addr

GetOptionalDoubleArrayStringIpv4 returns the value of OptionalDoubleArrayStringIpv4.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringIpv6

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringIpv6() [][]netip.Addr

GetOptionalDoubleArrayStringIpv6 returns the value of OptionalDoubleArrayStringIpv6.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringMAC

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringMAC() [][]net.HardwareAddr

GetOptionalDoubleArrayStringMAC returns the value of OptionalDoubleArrayStringMAC.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringPassword

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringPassword() [][]string

GetOptionalDoubleArrayStringPassword returns the value of OptionalDoubleArrayStringPassword.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringTime

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringTime() [][]time.Time

GetOptionalDoubleArrayStringTime returns the value of OptionalDoubleArrayStringTime.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringURI

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringURI() [][]url.URL

GetOptionalDoubleArrayStringURI returns the value of OptionalDoubleArrayStringURI.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringUUID

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringUUID() [][]uuid.UUID

GetOptionalDoubleArrayStringUUID returns the value of OptionalDoubleArrayStringUUID.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringUint

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringUint() [][]uint

GetOptionalDoubleArrayStringUint returns the value of OptionalDoubleArrayStringUint.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringUint16

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringUint16() [][]uint16

GetOptionalDoubleArrayStringUint16 returns the value of OptionalDoubleArrayStringUint16.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringUint32

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringUint32() [][]uint32

GetOptionalDoubleArrayStringUint32 returns the value of OptionalDoubleArrayStringUint32.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringUint64

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringUint64() [][]uint64

GetOptionalDoubleArrayStringUint64 returns the value of OptionalDoubleArrayStringUint64.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringUint8

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringUint8() [][]uint8

GetOptionalDoubleArrayStringUint8 returns the value of OptionalDoubleArrayStringUint8.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringUnix

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringUnix() [][]time.Time

GetOptionalDoubleArrayStringUnix returns the value of OptionalDoubleArrayStringUnix.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringUnixMinusMicro

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringUnixMinusMicro() [][]time.Time

GetOptionalDoubleArrayStringUnixMinusMicro returns the value of OptionalDoubleArrayStringUnixMinusMicro.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringUnixMinusMilli

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringUnixMinusMilli() [][]time.Time

GetOptionalDoubleArrayStringUnixMinusMilli returns the value of OptionalDoubleArrayStringUnixMinusMilli.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringUnixMinusNano

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringUnixMinusNano() [][]time.Time

GetOptionalDoubleArrayStringUnixMinusNano returns the value of OptionalDoubleArrayStringUnixMinusNano.

func (*TestResponseFormatTestOK) GetOptionalDoubleArrayStringUnixMinusSeconds

func (s *TestResponseFormatTestOK) GetOptionalDoubleArrayStringUnixMinusSeconds() [][]time.Time

GetOptionalDoubleArrayStringUnixMinusSeconds returns the value of OptionalDoubleArrayStringUnixMinusSeconds.

func (*TestResponseFormatTestOK) GetOptionalInteger

func (s *TestResponseFormatTestOK) GetOptionalInteger() OptInt

GetOptionalInteger returns the value of OptionalInteger.

func (*TestResponseFormatTestOK) GetOptionalIntegerInt16

func (s *TestResponseFormatTestOK) GetOptionalIntegerInt16() OptInt16

GetOptionalIntegerInt16 returns the value of OptionalIntegerInt16.

func (*TestResponseFormatTestOK) GetOptionalIntegerInt32

func (s *TestResponseFormatTestOK) GetOptionalIntegerInt32() OptInt32

GetOptionalIntegerInt32 returns the value of OptionalIntegerInt32.

func (*TestResponseFormatTestOK) GetOptionalIntegerInt64

func (s *TestResponseFormatTestOK) GetOptionalIntegerInt64() OptInt64

GetOptionalIntegerInt64 returns the value of OptionalIntegerInt64.

func (*TestResponseFormatTestOK) GetOptionalIntegerInt8

func (s *TestResponseFormatTestOK) GetOptionalIntegerInt8() OptInt8

GetOptionalIntegerInt8 returns the value of OptionalIntegerInt8.

func (*TestResponseFormatTestOK) GetOptionalIntegerUint

func (s *TestResponseFormatTestOK) GetOptionalIntegerUint() OptUint

GetOptionalIntegerUint returns the value of OptionalIntegerUint.

func (*TestResponseFormatTestOK) GetOptionalIntegerUint16

func (s *TestResponseFormatTestOK) GetOptionalIntegerUint16() OptUint16

GetOptionalIntegerUint16 returns the value of OptionalIntegerUint16.

func (*TestResponseFormatTestOK) GetOptionalIntegerUint32

func (s *TestResponseFormatTestOK) GetOptionalIntegerUint32() OptUint32

GetOptionalIntegerUint32 returns the value of OptionalIntegerUint32.

func (*TestResponseFormatTestOK) GetOptionalIntegerUint64

func (s *TestResponseFormatTestOK) GetOptionalIntegerUint64() OptUint64

GetOptionalIntegerUint64 returns the value of OptionalIntegerUint64.

func (*TestResponseFormatTestOK) GetOptionalIntegerUint8

func (s *TestResponseFormatTestOK) GetOptionalIntegerUint8() OptUint8

GetOptionalIntegerUint8 returns the value of OptionalIntegerUint8.

func (*TestResponseFormatTestOK) GetOptionalIntegerUnix

func (s *TestResponseFormatTestOK) GetOptionalIntegerUnix() OptUnixSeconds

GetOptionalIntegerUnix returns the value of OptionalIntegerUnix.

func (*TestResponseFormatTestOK) GetOptionalIntegerUnixMinusMicro

func (s *TestResponseFormatTestOK) GetOptionalIntegerUnixMinusMicro() OptUnixMicro

GetOptionalIntegerUnixMinusMicro returns the value of OptionalIntegerUnixMinusMicro.

func (*TestResponseFormatTestOK) GetOptionalIntegerUnixMinusMilli

func (s *TestResponseFormatTestOK) GetOptionalIntegerUnixMinusMilli() OptUnixMilli

GetOptionalIntegerUnixMinusMilli returns the value of OptionalIntegerUnixMinusMilli.

func (*TestResponseFormatTestOK) GetOptionalIntegerUnixMinusNano

func (s *TestResponseFormatTestOK) GetOptionalIntegerUnixMinusNano() OptUnixNano

GetOptionalIntegerUnixMinusNano returns the value of OptionalIntegerUnixMinusNano.

func (*TestResponseFormatTestOK) GetOptionalIntegerUnixMinusSeconds

func (s *TestResponseFormatTestOK) GetOptionalIntegerUnixMinusSeconds() OptUnixSeconds

GetOptionalIntegerUnixMinusSeconds returns the value of OptionalIntegerUnixMinusSeconds.

func (*TestResponseFormatTestOK) GetOptionalNull

func (s *TestResponseFormatTestOK) GetOptionalNull() OptNull

GetOptionalNull returns the value of OptionalNull.

func (*TestResponseFormatTestOK) GetOptionalNumber

func (s *TestResponseFormatTestOK) GetOptionalNumber() OptFloat64

GetOptionalNumber returns the value of OptionalNumber.

func (*TestResponseFormatTestOK) GetOptionalNumberDouble

func (s *TestResponseFormatTestOK) GetOptionalNumberDouble() OptFloat64

GetOptionalNumberDouble returns the value of OptionalNumberDouble.

func (*TestResponseFormatTestOK) GetOptionalNumberFloat

func (s *TestResponseFormatTestOK) GetOptionalNumberFloat() OptFloat32

GetOptionalNumberFloat returns the value of OptionalNumberFloat.

func (*TestResponseFormatTestOK) GetOptionalNumberInt32

func (s *TestResponseFormatTestOK) GetOptionalNumberInt32() OptInt32

GetOptionalNumberInt32 returns the value of OptionalNumberInt32.

func (*TestResponseFormatTestOK) GetOptionalNumberInt64

func (s *TestResponseFormatTestOK) GetOptionalNumberInt64() OptInt64

GetOptionalNumberInt64 returns the value of OptionalNumberInt64.

func (*TestResponseFormatTestOK) GetOptionalString

func (s *TestResponseFormatTestOK) GetOptionalString() OptString

GetOptionalString returns the value of OptionalString.

func (*TestResponseFormatTestOK) GetOptionalStringBase64

func (s *TestResponseFormatTestOK) GetOptionalStringBase64() []byte

GetOptionalStringBase64 returns the value of OptionalStringBase64.

func (*TestResponseFormatTestOK) GetOptionalStringBinary

func (s *TestResponseFormatTestOK) GetOptionalStringBinary() OptString

GetOptionalStringBinary returns the value of OptionalStringBinary.

func (*TestResponseFormatTestOK) GetOptionalStringByte

func (s *TestResponseFormatTestOK) GetOptionalStringByte() []byte

GetOptionalStringByte returns the value of OptionalStringByte.

func (*TestResponseFormatTestOK) GetOptionalStringDate

func (s *TestResponseFormatTestOK) GetOptionalStringDate() OptDate

GetOptionalStringDate returns the value of OptionalStringDate.

func (*TestResponseFormatTestOK) GetOptionalStringDateMinusTime

func (s *TestResponseFormatTestOK) GetOptionalStringDateMinusTime() OptDateTime

GetOptionalStringDateMinusTime returns the value of OptionalStringDateMinusTime.

func (*TestResponseFormatTestOK) GetOptionalStringDuration

func (s *TestResponseFormatTestOK) GetOptionalStringDuration() OptDuration

GetOptionalStringDuration returns the value of OptionalStringDuration.

func (*TestResponseFormatTestOK) GetOptionalStringEmail

func (s *TestResponseFormatTestOK) GetOptionalStringEmail() OptString

GetOptionalStringEmail returns the value of OptionalStringEmail.

func (*TestResponseFormatTestOK) GetOptionalStringFloat32

func (s *TestResponseFormatTestOK) GetOptionalStringFloat32() OptStringFloat32

GetOptionalStringFloat32 returns the value of OptionalStringFloat32.

func (*TestResponseFormatTestOK) GetOptionalStringFloat64

func (s *TestResponseFormatTestOK) GetOptionalStringFloat64() OptStringFloat64

GetOptionalStringFloat64 returns the value of OptionalStringFloat64.

func (*TestResponseFormatTestOK) GetOptionalStringHostname

func (s *TestResponseFormatTestOK) GetOptionalStringHostname() OptString

GetOptionalStringHostname returns the value of OptionalStringHostname.

func (*TestResponseFormatTestOK) GetOptionalStringIP

func (s *TestResponseFormatTestOK) GetOptionalStringIP() OptIP

GetOptionalStringIP returns the value of OptionalStringIP.

func (*TestResponseFormatTestOK) GetOptionalStringInt

func (s *TestResponseFormatTestOK) GetOptionalStringInt() OptStringInt

GetOptionalStringInt returns the value of OptionalStringInt.

func (*TestResponseFormatTestOK) GetOptionalStringInt16

func (s *TestResponseFormatTestOK) GetOptionalStringInt16() OptStringInt16

GetOptionalStringInt16 returns the value of OptionalStringInt16.

func (*TestResponseFormatTestOK) GetOptionalStringInt32

func (s *TestResponseFormatTestOK) GetOptionalStringInt32() OptStringInt32

GetOptionalStringInt32 returns the value of OptionalStringInt32.

func (*TestResponseFormatTestOK) GetOptionalStringInt64

func (s *TestResponseFormatTestOK) GetOptionalStringInt64() OptStringInt64

GetOptionalStringInt64 returns the value of OptionalStringInt64.

func (*TestResponseFormatTestOK) GetOptionalStringInt8

func (s *TestResponseFormatTestOK) GetOptionalStringInt8() OptStringInt8

GetOptionalStringInt8 returns the value of OptionalStringInt8.

func (*TestResponseFormatTestOK) GetOptionalStringIpv4

func (s *TestResponseFormatTestOK) GetOptionalStringIpv4() OptIPv4

GetOptionalStringIpv4 returns the value of OptionalStringIpv4.

func (*TestResponseFormatTestOK) GetOptionalStringIpv6

func (s *TestResponseFormatTestOK) GetOptionalStringIpv6() OptIPv6

GetOptionalStringIpv6 returns the value of OptionalStringIpv6.

func (*TestResponseFormatTestOK) GetOptionalStringMAC

func (s *TestResponseFormatTestOK) GetOptionalStringMAC() OptHardwareAddr

GetOptionalStringMAC returns the value of OptionalStringMAC.

func (*TestResponseFormatTestOK) GetOptionalStringPassword

func (s *TestResponseFormatTestOK) GetOptionalStringPassword() OptString

GetOptionalStringPassword returns the value of OptionalStringPassword.

func (*TestResponseFormatTestOK) GetOptionalStringTime

func (s *TestResponseFormatTestOK) GetOptionalStringTime() OptTime

GetOptionalStringTime returns the value of OptionalStringTime.

func (*TestResponseFormatTestOK) GetOptionalStringURI

func (s *TestResponseFormatTestOK) GetOptionalStringURI() OptURI

GetOptionalStringURI returns the value of OptionalStringURI.

func (*TestResponseFormatTestOK) GetOptionalStringUUID

func (s *TestResponseFormatTestOK) GetOptionalStringUUID() OptUUID

GetOptionalStringUUID returns the value of OptionalStringUUID.

func (*TestResponseFormatTestOK) GetOptionalStringUint

func (s *TestResponseFormatTestOK) GetOptionalStringUint() OptStringUint

GetOptionalStringUint returns the value of OptionalStringUint.

func (*TestResponseFormatTestOK) GetOptionalStringUint16

func (s *TestResponseFormatTestOK) GetOptionalStringUint16() OptStringUint16

GetOptionalStringUint16 returns the value of OptionalStringUint16.

func (*TestResponseFormatTestOK) GetOptionalStringUint32

func (s *TestResponseFormatTestOK) GetOptionalStringUint32() OptStringUint32

GetOptionalStringUint32 returns the value of OptionalStringUint32.

func (*TestResponseFormatTestOK) GetOptionalStringUint64

func (s *TestResponseFormatTestOK) GetOptionalStringUint64() OptStringUint64

GetOptionalStringUint64 returns the value of OptionalStringUint64.

func (*TestResponseFormatTestOK) GetOptionalStringUint8

func (s *TestResponseFormatTestOK) GetOptionalStringUint8() OptStringUint8

GetOptionalStringUint8 returns the value of OptionalStringUint8.

func (*TestResponseFormatTestOK) GetOptionalStringUnix

func (s *TestResponseFormatTestOK) GetOptionalStringUnix() OptStringUnixSeconds

GetOptionalStringUnix returns the value of OptionalStringUnix.

func (*TestResponseFormatTestOK) GetOptionalStringUnixMinusMicro

func (s *TestResponseFormatTestOK) GetOptionalStringUnixMinusMicro() OptStringUnixMicro

GetOptionalStringUnixMinusMicro returns the value of OptionalStringUnixMinusMicro.

func (*TestResponseFormatTestOK) GetOptionalStringUnixMinusMilli

func (s *TestResponseFormatTestOK) GetOptionalStringUnixMinusMilli() OptStringUnixMilli

GetOptionalStringUnixMinusMilli returns the value of OptionalStringUnixMinusMilli.

func (*TestResponseFormatTestOK) GetOptionalStringUnixMinusNano

func (s *TestResponseFormatTestOK) GetOptionalStringUnixMinusNano() OptStringUnixNano

GetOptionalStringUnixMinusNano returns the value of OptionalStringUnixMinusNano.

func (*TestResponseFormatTestOK) GetOptionalStringUnixMinusSeconds

func (s *TestResponseFormatTestOK) GetOptionalStringUnixMinusSeconds() OptStringUnixSeconds

GetOptionalStringUnixMinusSeconds returns the value of OptionalStringUnixMinusSeconds.

func (*TestResponseFormatTestOK) GetRequiredAny

func (s *TestResponseFormatTestOK) GetRequiredAny() jx.Raw

GetRequiredAny returns the value of RequiredAny.

func (*TestResponseFormatTestOK) GetRequiredArrayAny

func (s *TestResponseFormatTestOK) GetRequiredArrayAny() []jx.Raw

GetRequiredArrayAny returns the value of RequiredArrayAny.

func (*TestResponseFormatTestOK) GetRequiredArrayBoolean

func (s *TestResponseFormatTestOK) GetRequiredArrayBoolean() []bool

GetRequiredArrayBoolean returns the value of RequiredArrayBoolean.

func (*TestResponseFormatTestOK) GetRequiredArrayInteger

func (s *TestResponseFormatTestOK) GetRequiredArrayInteger() []int

GetRequiredArrayInteger returns the value of RequiredArrayInteger.

func (*TestResponseFormatTestOK) GetRequiredArrayIntegerInt16

func (s *TestResponseFormatTestOK) GetRequiredArrayIntegerInt16() []int16

GetRequiredArrayIntegerInt16 returns the value of RequiredArrayIntegerInt16.

func (*TestResponseFormatTestOK) GetRequiredArrayIntegerInt32

func (s *TestResponseFormatTestOK) GetRequiredArrayIntegerInt32() []int32

GetRequiredArrayIntegerInt32 returns the value of RequiredArrayIntegerInt32.

func (*TestResponseFormatTestOK) GetRequiredArrayIntegerInt64

func (s *TestResponseFormatTestOK) GetRequiredArrayIntegerInt64() []int64

GetRequiredArrayIntegerInt64 returns the value of RequiredArrayIntegerInt64.

func (*TestResponseFormatTestOK) GetRequiredArrayIntegerInt8

func (s *TestResponseFormatTestOK) GetRequiredArrayIntegerInt8() []int8

GetRequiredArrayIntegerInt8 returns the value of RequiredArrayIntegerInt8.

func (*TestResponseFormatTestOK) GetRequiredArrayIntegerUint

func (s *TestResponseFormatTestOK) GetRequiredArrayIntegerUint() []uint

GetRequiredArrayIntegerUint returns the value of RequiredArrayIntegerUint.

func (*TestResponseFormatTestOK) GetRequiredArrayIntegerUint16

func (s *TestResponseFormatTestOK) GetRequiredArrayIntegerUint16() []uint16

GetRequiredArrayIntegerUint16 returns the value of RequiredArrayIntegerUint16.

func (*TestResponseFormatTestOK) GetRequiredArrayIntegerUint32

func (s *TestResponseFormatTestOK) GetRequiredArrayIntegerUint32() []uint32

GetRequiredArrayIntegerUint32 returns the value of RequiredArrayIntegerUint32.

func (*TestResponseFormatTestOK) GetRequiredArrayIntegerUint64

func (s *TestResponseFormatTestOK) GetRequiredArrayIntegerUint64() []uint64

GetRequiredArrayIntegerUint64 returns the value of RequiredArrayIntegerUint64.

func (*TestResponseFormatTestOK) GetRequiredArrayIntegerUint8

func (s *TestResponseFormatTestOK) GetRequiredArrayIntegerUint8() []uint8

GetRequiredArrayIntegerUint8 returns the value of RequiredArrayIntegerUint8.

func (*TestResponseFormatTestOK) GetRequiredArrayIntegerUnix

func (s *TestResponseFormatTestOK) GetRequiredArrayIntegerUnix() []time.Time

GetRequiredArrayIntegerUnix returns the value of RequiredArrayIntegerUnix.

func (*TestResponseFormatTestOK) GetRequiredArrayIntegerUnixMinusMicro

func (s *TestResponseFormatTestOK) GetRequiredArrayIntegerUnixMinusMicro() []time.Time

GetRequiredArrayIntegerUnixMinusMicro returns the value of RequiredArrayIntegerUnixMinusMicro.

func (*TestResponseFormatTestOK) GetRequiredArrayIntegerUnixMinusMilli

func (s *TestResponseFormatTestOK) GetRequiredArrayIntegerUnixMinusMilli() []time.Time

GetRequiredArrayIntegerUnixMinusMilli returns the value of RequiredArrayIntegerUnixMinusMilli.

func (*TestResponseFormatTestOK) GetRequiredArrayIntegerUnixMinusNano

func (s *TestResponseFormatTestOK) GetRequiredArrayIntegerUnixMinusNano() []time.Time

GetRequiredArrayIntegerUnixMinusNano returns the value of RequiredArrayIntegerUnixMinusNano.

func (*TestResponseFormatTestOK) GetRequiredArrayIntegerUnixMinusSeconds

func (s *TestResponseFormatTestOK) GetRequiredArrayIntegerUnixMinusSeconds() []time.Time

GetRequiredArrayIntegerUnixMinusSeconds returns the value of RequiredArrayIntegerUnixMinusSeconds.

func (*TestResponseFormatTestOK) GetRequiredArrayNull

func (s *TestResponseFormatTestOK) GetRequiredArrayNull() []struct{}

GetRequiredArrayNull returns the value of RequiredArrayNull.

func (*TestResponseFormatTestOK) GetRequiredArrayNumber

func (s *TestResponseFormatTestOK) GetRequiredArrayNumber() []float64

GetRequiredArrayNumber returns the value of RequiredArrayNumber.

func (*TestResponseFormatTestOK) GetRequiredArrayNumberDouble

func (s *TestResponseFormatTestOK) GetRequiredArrayNumberDouble() []float64

GetRequiredArrayNumberDouble returns the value of RequiredArrayNumberDouble.

func (*TestResponseFormatTestOK) GetRequiredArrayNumberFloat

func (s *TestResponseFormatTestOK) GetRequiredArrayNumberFloat() []float32

GetRequiredArrayNumberFloat returns the value of RequiredArrayNumberFloat.

func (*TestResponseFormatTestOK) GetRequiredArrayNumberInt32

func (s *TestResponseFormatTestOK) GetRequiredArrayNumberInt32() []int32

GetRequiredArrayNumberInt32 returns the value of RequiredArrayNumberInt32.

func (*TestResponseFormatTestOK) GetRequiredArrayNumberInt64

func (s *TestResponseFormatTestOK) GetRequiredArrayNumberInt64() []int64

GetRequiredArrayNumberInt64 returns the value of RequiredArrayNumberInt64.

func (*TestResponseFormatTestOK) GetRequiredArrayString

func (s *TestResponseFormatTestOK) GetRequiredArrayString() []string

GetRequiredArrayString returns the value of RequiredArrayString.

func (*TestResponseFormatTestOK) GetRequiredArrayStringBase64

func (s *TestResponseFormatTestOK) GetRequiredArrayStringBase64() [][]byte

GetRequiredArrayStringBase64 returns the value of RequiredArrayStringBase64.

func (*TestResponseFormatTestOK) GetRequiredArrayStringBinary

func (s *TestResponseFormatTestOK) GetRequiredArrayStringBinary() []string

GetRequiredArrayStringBinary returns the value of RequiredArrayStringBinary.

func (*TestResponseFormatTestOK) GetRequiredArrayStringByte

func (s *TestResponseFormatTestOK) GetRequiredArrayStringByte() [][]byte

GetRequiredArrayStringByte returns the value of RequiredArrayStringByte.

func (*TestResponseFormatTestOK) GetRequiredArrayStringDate

func (s *TestResponseFormatTestOK) GetRequiredArrayStringDate() []time.Time

GetRequiredArrayStringDate returns the value of RequiredArrayStringDate.

func (*TestResponseFormatTestOK) GetRequiredArrayStringDateMinusTime

func (s *TestResponseFormatTestOK) GetRequiredArrayStringDateMinusTime() []time.Time

GetRequiredArrayStringDateMinusTime returns the value of RequiredArrayStringDateMinusTime.

func (*TestResponseFormatTestOK) GetRequiredArrayStringDuration

func (s *TestResponseFormatTestOK) GetRequiredArrayStringDuration() []time.Duration

GetRequiredArrayStringDuration returns the value of RequiredArrayStringDuration.

func (*TestResponseFormatTestOK) GetRequiredArrayStringEmail

func (s *TestResponseFormatTestOK) GetRequiredArrayStringEmail() []string

GetRequiredArrayStringEmail returns the value of RequiredArrayStringEmail.

func (*TestResponseFormatTestOK) GetRequiredArrayStringFloat32

func (s *TestResponseFormatTestOK) GetRequiredArrayStringFloat32() []float32

GetRequiredArrayStringFloat32 returns the value of RequiredArrayStringFloat32.

func (*TestResponseFormatTestOK) GetRequiredArrayStringFloat64

func (s *TestResponseFormatTestOK) GetRequiredArrayStringFloat64() []float64

GetRequiredArrayStringFloat64 returns the value of RequiredArrayStringFloat64.

func (*TestResponseFormatTestOK) GetRequiredArrayStringHostname

func (s *TestResponseFormatTestOK) GetRequiredArrayStringHostname() []string

GetRequiredArrayStringHostname returns the value of RequiredArrayStringHostname.

func (*TestResponseFormatTestOK) GetRequiredArrayStringIP

func (s *TestResponseFormatTestOK) GetRequiredArrayStringIP() []netip.Addr

GetRequiredArrayStringIP returns the value of RequiredArrayStringIP.

func (*TestResponseFormatTestOK) GetRequiredArrayStringInt

func (s *TestResponseFormatTestOK) GetRequiredArrayStringInt() []int

GetRequiredArrayStringInt returns the value of RequiredArrayStringInt.

func (*TestResponseFormatTestOK) GetRequiredArrayStringInt16

func (s *TestResponseFormatTestOK) GetRequiredArrayStringInt16() []int16

GetRequiredArrayStringInt16 returns the value of RequiredArrayStringInt16.

func (*TestResponseFormatTestOK) GetRequiredArrayStringInt32

func (s *TestResponseFormatTestOK) GetRequiredArrayStringInt32() []int32

GetRequiredArrayStringInt32 returns the value of RequiredArrayStringInt32.

func (*TestResponseFormatTestOK) GetRequiredArrayStringInt64

func (s *TestResponseFormatTestOK) GetRequiredArrayStringInt64() []int64

GetRequiredArrayStringInt64 returns the value of RequiredArrayStringInt64.

func (*TestResponseFormatTestOK) GetRequiredArrayStringInt8

func (s *TestResponseFormatTestOK) GetRequiredArrayStringInt8() []int8

GetRequiredArrayStringInt8 returns the value of RequiredArrayStringInt8.

func (*TestResponseFormatTestOK) GetRequiredArrayStringIpv4

func (s *TestResponseFormatTestOK) GetRequiredArrayStringIpv4() []netip.Addr

GetRequiredArrayStringIpv4 returns the value of RequiredArrayStringIpv4.

func (*TestResponseFormatTestOK) GetRequiredArrayStringIpv6

func (s *TestResponseFormatTestOK) GetRequiredArrayStringIpv6() []netip.Addr

GetRequiredArrayStringIpv6 returns the value of RequiredArrayStringIpv6.

func (*TestResponseFormatTestOK) GetRequiredArrayStringMAC

func (s *TestResponseFormatTestOK) GetRequiredArrayStringMAC() []net.HardwareAddr

GetRequiredArrayStringMAC returns the value of RequiredArrayStringMAC.

func (*TestResponseFormatTestOK) GetRequiredArrayStringPassword

func (s *TestResponseFormatTestOK) GetRequiredArrayStringPassword() []string

GetRequiredArrayStringPassword returns the value of RequiredArrayStringPassword.

func (*TestResponseFormatTestOK) GetRequiredArrayStringTime

func (s *TestResponseFormatTestOK) GetRequiredArrayStringTime() []time.Time

GetRequiredArrayStringTime returns the value of RequiredArrayStringTime.

func (*TestResponseFormatTestOK) GetRequiredArrayStringURI

func (s *TestResponseFormatTestOK) GetRequiredArrayStringURI() []url.URL

GetRequiredArrayStringURI returns the value of RequiredArrayStringURI.

func (*TestResponseFormatTestOK) GetRequiredArrayStringUUID

func (s *TestResponseFormatTestOK) GetRequiredArrayStringUUID() []uuid.UUID

GetRequiredArrayStringUUID returns the value of RequiredArrayStringUUID.

func (*TestResponseFormatTestOK) GetRequiredArrayStringUint

func (s *TestResponseFormatTestOK) GetRequiredArrayStringUint() []uint

GetRequiredArrayStringUint returns the value of RequiredArrayStringUint.

func (*TestResponseFormatTestOK) GetRequiredArrayStringUint16

func (s *TestResponseFormatTestOK) GetRequiredArrayStringUint16() []uint16

GetRequiredArrayStringUint16 returns the value of RequiredArrayStringUint16.

func (*TestResponseFormatTestOK) GetRequiredArrayStringUint32

func (s *TestResponseFormatTestOK) GetRequiredArrayStringUint32() []uint32

GetRequiredArrayStringUint32 returns the value of RequiredArrayStringUint32.

func (*TestResponseFormatTestOK) GetRequiredArrayStringUint64

func (s *TestResponseFormatTestOK) GetRequiredArrayStringUint64() []uint64

GetRequiredArrayStringUint64 returns the value of RequiredArrayStringUint64.

func (*TestResponseFormatTestOK) GetRequiredArrayStringUint8

func (s *TestResponseFormatTestOK) GetRequiredArrayStringUint8() []uint8

GetRequiredArrayStringUint8 returns the value of RequiredArrayStringUint8.

func (*TestResponseFormatTestOK) GetRequiredArrayStringUnix

func (s *TestResponseFormatTestOK) GetRequiredArrayStringUnix() []time.Time

GetRequiredArrayStringUnix returns the value of RequiredArrayStringUnix.

func (*TestResponseFormatTestOK) GetRequiredArrayStringUnixMinusMicro

func (s *TestResponseFormatTestOK) GetRequiredArrayStringUnixMinusMicro() []time.Time

GetRequiredArrayStringUnixMinusMicro returns the value of RequiredArrayStringUnixMinusMicro.

func (*TestResponseFormatTestOK) GetRequiredArrayStringUnixMinusMilli

func (s *TestResponseFormatTestOK) GetRequiredArrayStringUnixMinusMilli() []time.Time

GetRequiredArrayStringUnixMinusMilli returns the value of RequiredArrayStringUnixMinusMilli.

func (*TestResponseFormatTestOK) GetRequiredArrayStringUnixMinusNano

func (s *TestResponseFormatTestOK) GetRequiredArrayStringUnixMinusNano() []time.Time

GetRequiredArrayStringUnixMinusNano returns the value of RequiredArrayStringUnixMinusNano.

func (*TestResponseFormatTestOK) GetRequiredArrayStringUnixMinusSeconds

func (s *TestResponseFormatTestOK) GetRequiredArrayStringUnixMinusSeconds() []time.Time

GetRequiredArrayStringUnixMinusSeconds returns the value of RequiredArrayStringUnixMinusSeconds.

func (*TestResponseFormatTestOK) GetRequiredBoolean

func (s *TestResponseFormatTestOK) GetRequiredBoolean() bool

GetRequiredBoolean returns the value of RequiredBoolean.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayAny

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayAny() [][]jx.Raw

GetRequiredDoubleArrayAny returns the value of RequiredDoubleArrayAny.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayBoolean

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayBoolean() [][]bool

GetRequiredDoubleArrayBoolean returns the value of RequiredDoubleArrayBoolean.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayInteger

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayInteger() [][]int

GetRequiredDoubleArrayInteger returns the value of RequiredDoubleArrayInteger.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayIntegerInt16

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayIntegerInt16() [][]int16

GetRequiredDoubleArrayIntegerInt16 returns the value of RequiredDoubleArrayIntegerInt16.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayIntegerInt32

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayIntegerInt32() [][]int32

GetRequiredDoubleArrayIntegerInt32 returns the value of RequiredDoubleArrayIntegerInt32.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayIntegerInt64

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayIntegerInt64() [][]int64

GetRequiredDoubleArrayIntegerInt64 returns the value of RequiredDoubleArrayIntegerInt64.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayIntegerInt8

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayIntegerInt8() [][]int8

GetRequiredDoubleArrayIntegerInt8 returns the value of RequiredDoubleArrayIntegerInt8.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayIntegerUint

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayIntegerUint() [][]uint

GetRequiredDoubleArrayIntegerUint returns the value of RequiredDoubleArrayIntegerUint.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayIntegerUint16

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayIntegerUint16() [][]uint16

GetRequiredDoubleArrayIntegerUint16 returns the value of RequiredDoubleArrayIntegerUint16.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayIntegerUint32

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayIntegerUint32() [][]uint32

GetRequiredDoubleArrayIntegerUint32 returns the value of RequiredDoubleArrayIntegerUint32.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayIntegerUint64

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayIntegerUint64() [][]uint64

GetRequiredDoubleArrayIntegerUint64 returns the value of RequiredDoubleArrayIntegerUint64.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayIntegerUint8

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayIntegerUint8() [][]uint8

GetRequiredDoubleArrayIntegerUint8 returns the value of RequiredDoubleArrayIntegerUint8.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayIntegerUnix

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayIntegerUnix() [][]time.Time

GetRequiredDoubleArrayIntegerUnix returns the value of RequiredDoubleArrayIntegerUnix.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayIntegerUnixMinusMicro

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayIntegerUnixMinusMicro() [][]time.Time

GetRequiredDoubleArrayIntegerUnixMinusMicro returns the value of RequiredDoubleArrayIntegerUnixMinusMicro.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayIntegerUnixMinusMilli

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayIntegerUnixMinusMilli() [][]time.Time

GetRequiredDoubleArrayIntegerUnixMinusMilli returns the value of RequiredDoubleArrayIntegerUnixMinusMilli.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayIntegerUnixMinusNano

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayIntegerUnixMinusNano() [][]time.Time

GetRequiredDoubleArrayIntegerUnixMinusNano returns the value of RequiredDoubleArrayIntegerUnixMinusNano.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayIntegerUnixMinusSeconds

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayIntegerUnixMinusSeconds() [][]time.Time

GetRequiredDoubleArrayIntegerUnixMinusSeconds returns the value of RequiredDoubleArrayIntegerUnixMinusSeconds.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayNull

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayNull() [][]struct{}

GetRequiredDoubleArrayNull returns the value of RequiredDoubleArrayNull.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayNumber

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayNumber() [][]float64

GetRequiredDoubleArrayNumber returns the value of RequiredDoubleArrayNumber.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayNumberDouble

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayNumberDouble() [][]float64

GetRequiredDoubleArrayNumberDouble returns the value of RequiredDoubleArrayNumberDouble.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayNumberFloat

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayNumberFloat() [][]float32

GetRequiredDoubleArrayNumberFloat returns the value of RequiredDoubleArrayNumberFloat.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayNumberInt32

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayNumberInt32() [][]int32

GetRequiredDoubleArrayNumberInt32 returns the value of RequiredDoubleArrayNumberInt32.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayNumberInt64

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayNumberInt64() [][]int64

GetRequiredDoubleArrayNumberInt64 returns the value of RequiredDoubleArrayNumberInt64.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayString

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayString() [][]string

GetRequiredDoubleArrayString returns the value of RequiredDoubleArrayString.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringBase64

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringBase64() [][][]byte

GetRequiredDoubleArrayStringBase64 returns the value of RequiredDoubleArrayStringBase64.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringBinary

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringBinary() [][]string

GetRequiredDoubleArrayStringBinary returns the value of RequiredDoubleArrayStringBinary.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringByte

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringByte() [][][]byte

GetRequiredDoubleArrayStringByte returns the value of RequiredDoubleArrayStringByte.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringDate

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringDate() [][]time.Time

GetRequiredDoubleArrayStringDate returns the value of RequiredDoubleArrayStringDate.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringDateMinusTime

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringDateMinusTime() [][]time.Time

GetRequiredDoubleArrayStringDateMinusTime returns the value of RequiredDoubleArrayStringDateMinusTime.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringDuration

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringDuration() [][]time.Duration

GetRequiredDoubleArrayStringDuration returns the value of RequiredDoubleArrayStringDuration.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringEmail

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringEmail() [][]string

GetRequiredDoubleArrayStringEmail returns the value of RequiredDoubleArrayStringEmail.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringFloat32

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringFloat32() [][]float32

GetRequiredDoubleArrayStringFloat32 returns the value of RequiredDoubleArrayStringFloat32.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringFloat64

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringFloat64() [][]float64

GetRequiredDoubleArrayStringFloat64 returns the value of RequiredDoubleArrayStringFloat64.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringHostname

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringHostname() [][]string

GetRequiredDoubleArrayStringHostname returns the value of RequiredDoubleArrayStringHostname.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringIP

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringIP() [][]netip.Addr

GetRequiredDoubleArrayStringIP returns the value of RequiredDoubleArrayStringIP.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringInt

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringInt() [][]int

GetRequiredDoubleArrayStringInt returns the value of RequiredDoubleArrayStringInt.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringInt16

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringInt16() [][]int16

GetRequiredDoubleArrayStringInt16 returns the value of RequiredDoubleArrayStringInt16.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringInt32

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringInt32() [][]int32

GetRequiredDoubleArrayStringInt32 returns the value of RequiredDoubleArrayStringInt32.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringInt64

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringInt64() [][]int64

GetRequiredDoubleArrayStringInt64 returns the value of RequiredDoubleArrayStringInt64.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringInt8

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringInt8() [][]int8

GetRequiredDoubleArrayStringInt8 returns the value of RequiredDoubleArrayStringInt8.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringIpv4

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringIpv4() [][]netip.Addr

GetRequiredDoubleArrayStringIpv4 returns the value of RequiredDoubleArrayStringIpv4.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringIpv6

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringIpv6() [][]netip.Addr

GetRequiredDoubleArrayStringIpv6 returns the value of RequiredDoubleArrayStringIpv6.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringMAC

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringMAC() [][]net.HardwareAddr

GetRequiredDoubleArrayStringMAC returns the value of RequiredDoubleArrayStringMAC.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringPassword

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringPassword() [][]string

GetRequiredDoubleArrayStringPassword returns the value of RequiredDoubleArrayStringPassword.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringTime

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringTime() [][]time.Time

GetRequiredDoubleArrayStringTime returns the value of RequiredDoubleArrayStringTime.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringURI

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringURI() [][]url.URL

GetRequiredDoubleArrayStringURI returns the value of RequiredDoubleArrayStringURI.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringUUID

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringUUID() [][]uuid.UUID

GetRequiredDoubleArrayStringUUID returns the value of RequiredDoubleArrayStringUUID.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringUint

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringUint() [][]uint

GetRequiredDoubleArrayStringUint returns the value of RequiredDoubleArrayStringUint.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringUint16

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringUint16() [][]uint16

GetRequiredDoubleArrayStringUint16 returns the value of RequiredDoubleArrayStringUint16.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringUint32

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringUint32() [][]uint32

GetRequiredDoubleArrayStringUint32 returns the value of RequiredDoubleArrayStringUint32.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringUint64

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringUint64() [][]uint64

GetRequiredDoubleArrayStringUint64 returns the value of RequiredDoubleArrayStringUint64.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringUint8

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringUint8() [][]uint8

GetRequiredDoubleArrayStringUint8 returns the value of RequiredDoubleArrayStringUint8.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringUnix

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringUnix() [][]time.Time

GetRequiredDoubleArrayStringUnix returns the value of RequiredDoubleArrayStringUnix.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringUnixMinusMicro

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringUnixMinusMicro() [][]time.Time

GetRequiredDoubleArrayStringUnixMinusMicro returns the value of RequiredDoubleArrayStringUnixMinusMicro.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringUnixMinusMilli

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringUnixMinusMilli() [][]time.Time

GetRequiredDoubleArrayStringUnixMinusMilli returns the value of RequiredDoubleArrayStringUnixMinusMilli.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringUnixMinusNano

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringUnixMinusNano() [][]time.Time

GetRequiredDoubleArrayStringUnixMinusNano returns the value of RequiredDoubleArrayStringUnixMinusNano.

func (*TestResponseFormatTestOK) GetRequiredDoubleArrayStringUnixMinusSeconds

func (s *TestResponseFormatTestOK) GetRequiredDoubleArrayStringUnixMinusSeconds() [][]time.Time

GetRequiredDoubleArrayStringUnixMinusSeconds returns the value of RequiredDoubleArrayStringUnixMinusSeconds.

func (*TestResponseFormatTestOK) GetRequiredInteger

func (s *TestResponseFormatTestOK) GetRequiredInteger() int

GetRequiredInteger returns the value of RequiredInteger.

func (*TestResponseFormatTestOK) GetRequiredIntegerInt16

func (s *TestResponseFormatTestOK) GetRequiredIntegerInt16() int16

GetRequiredIntegerInt16 returns the value of RequiredIntegerInt16.

func (*TestResponseFormatTestOK) GetRequiredIntegerInt32

func (s *TestResponseFormatTestOK) GetRequiredIntegerInt32() int32

GetRequiredIntegerInt32 returns the value of RequiredIntegerInt32.

func (*TestResponseFormatTestOK) GetRequiredIntegerInt64

func (s *TestResponseFormatTestOK) GetRequiredIntegerInt64() int64

GetRequiredIntegerInt64 returns the value of RequiredIntegerInt64.

func (*TestResponseFormatTestOK) GetRequiredIntegerInt8

func (s *TestResponseFormatTestOK) GetRequiredIntegerInt8() int8

GetRequiredIntegerInt8 returns the value of RequiredIntegerInt8.

func (*TestResponseFormatTestOK) GetRequiredIntegerUint

func (s *TestResponseFormatTestOK) GetRequiredIntegerUint() uint

GetRequiredIntegerUint returns the value of RequiredIntegerUint.

func (*TestResponseFormatTestOK) GetRequiredIntegerUint16

func (s *TestResponseFormatTestOK) GetRequiredIntegerUint16() uint16

GetRequiredIntegerUint16 returns the value of RequiredIntegerUint16.

func (*TestResponseFormatTestOK) GetRequiredIntegerUint32

func (s *TestResponseFormatTestOK) GetRequiredIntegerUint32() uint32

GetRequiredIntegerUint32 returns the value of RequiredIntegerUint32.

func (*TestResponseFormatTestOK) GetRequiredIntegerUint64

func (s *TestResponseFormatTestOK) GetRequiredIntegerUint64() uint64

GetRequiredIntegerUint64 returns the value of RequiredIntegerUint64.

func (*TestResponseFormatTestOK) GetRequiredIntegerUint8

func (s *TestResponseFormatTestOK) GetRequiredIntegerUint8() uint8

GetRequiredIntegerUint8 returns the value of RequiredIntegerUint8.

func (*TestResponseFormatTestOK) GetRequiredIntegerUnix

func (s *TestResponseFormatTestOK) GetRequiredIntegerUnix() time.Time

GetRequiredIntegerUnix returns the value of RequiredIntegerUnix.

func (*TestResponseFormatTestOK) GetRequiredIntegerUnixMinusMicro

func (s *TestResponseFormatTestOK) GetRequiredIntegerUnixMinusMicro() time.Time

GetRequiredIntegerUnixMinusMicro returns the value of RequiredIntegerUnixMinusMicro.

func (*TestResponseFormatTestOK) GetRequiredIntegerUnixMinusMilli

func (s *TestResponseFormatTestOK) GetRequiredIntegerUnixMinusMilli() time.Time

GetRequiredIntegerUnixMinusMilli returns the value of RequiredIntegerUnixMinusMilli.

func (*TestResponseFormatTestOK) GetRequiredIntegerUnixMinusNano

func (s *TestResponseFormatTestOK) GetRequiredIntegerUnixMinusNano() time.Time

GetRequiredIntegerUnixMinusNano returns the value of RequiredIntegerUnixMinusNano.

func (*TestResponseFormatTestOK) GetRequiredIntegerUnixMinusSeconds

func (s *TestResponseFormatTestOK) GetRequiredIntegerUnixMinusSeconds() time.Time

GetRequiredIntegerUnixMinusSeconds returns the value of RequiredIntegerUnixMinusSeconds.

func (*TestResponseFormatTestOK) GetRequiredNull

func (s *TestResponseFormatTestOK) GetRequiredNull() struct{}

GetRequiredNull returns the value of RequiredNull.

func (*TestResponseFormatTestOK) GetRequiredNumber

func (s *TestResponseFormatTestOK) GetRequiredNumber() float64

GetRequiredNumber returns the value of RequiredNumber.

func (*TestResponseFormatTestOK) GetRequiredNumberDouble

func (s *TestResponseFormatTestOK) GetRequiredNumberDouble() float64

GetRequiredNumberDouble returns the value of RequiredNumberDouble.

func (*TestResponseFormatTestOK) GetRequiredNumberFloat

func (s *TestResponseFormatTestOK) GetRequiredNumberFloat() float32

GetRequiredNumberFloat returns the value of RequiredNumberFloat.

func (*TestResponseFormatTestOK) GetRequiredNumberInt32

func (s *TestResponseFormatTestOK) GetRequiredNumberInt32() int32

GetRequiredNumberInt32 returns the value of RequiredNumberInt32.

func (*TestResponseFormatTestOK) GetRequiredNumberInt64

func (s *TestResponseFormatTestOK) GetRequiredNumberInt64() int64

GetRequiredNumberInt64 returns the value of RequiredNumberInt64.

func (*TestResponseFormatTestOK) GetRequiredString

func (s *TestResponseFormatTestOK) GetRequiredString() string

GetRequiredString returns the value of RequiredString.

func (*TestResponseFormatTestOK) GetRequiredStringBase64

func (s *TestResponseFormatTestOK) GetRequiredStringBase64() []byte

GetRequiredStringBase64 returns the value of RequiredStringBase64.

func (*TestResponseFormatTestOK) GetRequiredStringBinary

func (s *TestResponseFormatTestOK) GetRequiredStringBinary() string

GetRequiredStringBinary returns the value of RequiredStringBinary.

func (*TestResponseFormatTestOK) GetRequiredStringByte

func (s *TestResponseFormatTestOK) GetRequiredStringByte() []byte

GetRequiredStringByte returns the value of RequiredStringByte.

func (*TestResponseFormatTestOK) GetRequiredStringDate

func (s *TestResponseFormatTestOK) GetRequiredStringDate() time.Time

GetRequiredStringDate returns the value of RequiredStringDate.

func (*TestResponseFormatTestOK) GetRequiredStringDateMinusTime

func (s *TestResponseFormatTestOK) GetRequiredStringDateMinusTime() time.Time

GetRequiredStringDateMinusTime returns the value of RequiredStringDateMinusTime.

func (*TestResponseFormatTestOK) GetRequiredStringDuration

func (s *TestResponseFormatTestOK) GetRequiredStringDuration() time.Duration

GetRequiredStringDuration returns the value of RequiredStringDuration.

func (*TestResponseFormatTestOK) GetRequiredStringEmail

func (s *TestResponseFormatTestOK) GetRequiredStringEmail() string

GetRequiredStringEmail returns the value of RequiredStringEmail.

func (*TestResponseFormatTestOK) GetRequiredStringFloat32

func (s *TestResponseFormatTestOK) GetRequiredStringFloat32() float32

GetRequiredStringFloat32 returns the value of RequiredStringFloat32.

func (*TestResponseFormatTestOK) GetRequiredStringFloat64

func (s *TestResponseFormatTestOK) GetRequiredStringFloat64() float64

GetRequiredStringFloat64 returns the value of RequiredStringFloat64.

func (*TestResponseFormatTestOK) GetRequiredStringHostname

func (s *TestResponseFormatTestOK) GetRequiredStringHostname() string

GetRequiredStringHostname returns the value of RequiredStringHostname.

func (*TestResponseFormatTestOK) GetRequiredStringIP

func (s *TestResponseFormatTestOK) GetRequiredStringIP() netip.Addr

GetRequiredStringIP returns the value of RequiredStringIP.

func (*TestResponseFormatTestOK) GetRequiredStringInt

func (s *TestResponseFormatTestOK) GetRequiredStringInt() int

GetRequiredStringInt returns the value of RequiredStringInt.

func (*TestResponseFormatTestOK) GetRequiredStringInt16

func (s *TestResponseFormatTestOK) GetRequiredStringInt16() int16

GetRequiredStringInt16 returns the value of RequiredStringInt16.

func (*TestResponseFormatTestOK) GetRequiredStringInt32

func (s *TestResponseFormatTestOK) GetRequiredStringInt32() int32

GetRequiredStringInt32 returns the value of RequiredStringInt32.

func (*TestResponseFormatTestOK) GetRequiredStringInt64

func (s *TestResponseFormatTestOK) GetRequiredStringInt64() int64

GetRequiredStringInt64 returns the value of RequiredStringInt64.

func (*TestResponseFormatTestOK) GetRequiredStringInt8

func (s *TestResponseFormatTestOK) GetRequiredStringInt8() int8

GetRequiredStringInt8 returns the value of RequiredStringInt8.

func (*TestResponseFormatTestOK) GetRequiredStringIpv4

func (s *TestResponseFormatTestOK) GetRequiredStringIpv4() netip.Addr

GetRequiredStringIpv4 returns the value of RequiredStringIpv4.

func (*TestResponseFormatTestOK) GetRequiredStringIpv6

func (s *TestResponseFormatTestOK) GetRequiredStringIpv6() netip.Addr

GetRequiredStringIpv6 returns the value of RequiredStringIpv6.

func (*TestResponseFormatTestOK) GetRequiredStringMAC

func (s *TestResponseFormatTestOK) GetRequiredStringMAC() net.HardwareAddr

GetRequiredStringMAC returns the value of RequiredStringMAC.

func (*TestResponseFormatTestOK) GetRequiredStringPassword

func (s *TestResponseFormatTestOK) GetRequiredStringPassword() string

GetRequiredStringPassword returns the value of RequiredStringPassword.

func (*TestResponseFormatTestOK) GetRequiredStringTime

func (s *TestResponseFormatTestOK) GetRequiredStringTime() time.Time

GetRequiredStringTime returns the value of RequiredStringTime.

func (*TestResponseFormatTestOK) GetRequiredStringURI

func (s *TestResponseFormatTestOK) GetRequiredStringURI() url.URL

GetRequiredStringURI returns the value of RequiredStringURI.

func (*TestResponseFormatTestOK) GetRequiredStringUUID

func (s *TestResponseFormatTestOK) GetRequiredStringUUID() uuid.UUID

GetRequiredStringUUID returns the value of RequiredStringUUID.

func (*TestResponseFormatTestOK) GetRequiredStringUint

func (s *TestResponseFormatTestOK) GetRequiredStringUint() uint

GetRequiredStringUint returns the value of RequiredStringUint.

func (*TestResponseFormatTestOK) GetRequiredStringUint16

func (s *TestResponseFormatTestOK) GetRequiredStringUint16() uint16

GetRequiredStringUint16 returns the value of RequiredStringUint16.

func (*TestResponseFormatTestOK) GetRequiredStringUint32

func (s *TestResponseFormatTestOK) GetRequiredStringUint32() uint32

GetRequiredStringUint32 returns the value of RequiredStringUint32.

func (*TestResponseFormatTestOK) GetRequiredStringUint64

func (s *TestResponseFormatTestOK) GetRequiredStringUint64() uint64

GetRequiredStringUint64 returns the value of RequiredStringUint64.

func (*TestResponseFormatTestOK) GetRequiredStringUint8

func (s *TestResponseFormatTestOK) GetRequiredStringUint8() uint8

GetRequiredStringUint8 returns the value of RequiredStringUint8.

func (*TestResponseFormatTestOK) GetRequiredStringUnix

func (s *TestResponseFormatTestOK) GetRequiredStringUnix() time.Time

GetRequiredStringUnix returns the value of RequiredStringUnix.

func (*TestResponseFormatTestOK) GetRequiredStringUnixMinusMicro

func (s *TestResponseFormatTestOK) GetRequiredStringUnixMinusMicro() time.Time

GetRequiredStringUnixMinusMicro returns the value of RequiredStringUnixMinusMicro.

func (*TestResponseFormatTestOK) GetRequiredStringUnixMinusMilli

func (s *TestResponseFormatTestOK) GetRequiredStringUnixMinusMilli() time.Time

GetRequiredStringUnixMinusMilli returns the value of RequiredStringUnixMinusMilli.

func (*TestResponseFormatTestOK) GetRequiredStringUnixMinusNano

func (s *TestResponseFormatTestOK) GetRequiredStringUnixMinusNano() time.Time

GetRequiredStringUnixMinusNano returns the value of RequiredStringUnixMinusNano.

func (*TestResponseFormatTestOK) GetRequiredStringUnixMinusSeconds

func (s *TestResponseFormatTestOK) GetRequiredStringUnixMinusSeconds() time.Time

GetRequiredStringUnixMinusSeconds returns the value of RequiredStringUnixMinusSeconds.

func (*TestResponseFormatTestOK) MarshalJSON

func (s *TestResponseFormatTestOK) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*TestResponseFormatTestOK) SetFake

func (s *TestResponseFormatTestOK) SetFake()

SetFake set fake values.

func (*TestResponseFormatTestOK) SetOptionalAny

func (s *TestResponseFormatTestOK) SetOptionalAny(val jx.Raw)

SetOptionalAny sets the value of OptionalAny.

func (*TestResponseFormatTestOK) SetOptionalArrayAny

func (s *TestResponseFormatTestOK) SetOptionalArrayAny(val []jx.Raw)

SetOptionalArrayAny sets the value of OptionalArrayAny.

func (*TestResponseFormatTestOK) SetOptionalArrayBoolean

func (s *TestResponseFormatTestOK) SetOptionalArrayBoolean(val []bool)

SetOptionalArrayBoolean sets the value of OptionalArrayBoolean.

func (*TestResponseFormatTestOK) SetOptionalArrayInteger

func (s *TestResponseFormatTestOK) SetOptionalArrayInteger(val []int)

SetOptionalArrayInteger sets the value of OptionalArrayInteger.

func (*TestResponseFormatTestOK) SetOptionalArrayIntegerInt16

func (s *TestResponseFormatTestOK) SetOptionalArrayIntegerInt16(val []int16)

SetOptionalArrayIntegerInt16 sets the value of OptionalArrayIntegerInt16.

func (*TestResponseFormatTestOK) SetOptionalArrayIntegerInt32

func (s *TestResponseFormatTestOK) SetOptionalArrayIntegerInt32(val []int32)

SetOptionalArrayIntegerInt32 sets the value of OptionalArrayIntegerInt32.

func (*TestResponseFormatTestOK) SetOptionalArrayIntegerInt64

func (s *TestResponseFormatTestOK) SetOptionalArrayIntegerInt64(val []int64)

SetOptionalArrayIntegerInt64 sets the value of OptionalArrayIntegerInt64.

func (*TestResponseFormatTestOK) SetOptionalArrayIntegerInt8

func (s *TestResponseFormatTestOK) SetOptionalArrayIntegerInt8(val []int8)

SetOptionalArrayIntegerInt8 sets the value of OptionalArrayIntegerInt8.

func (*TestResponseFormatTestOK) SetOptionalArrayIntegerUint

func (s *TestResponseFormatTestOK) SetOptionalArrayIntegerUint(val []uint)

SetOptionalArrayIntegerUint sets the value of OptionalArrayIntegerUint.

func (*TestResponseFormatTestOK) SetOptionalArrayIntegerUint16

func (s *TestResponseFormatTestOK) SetOptionalArrayIntegerUint16(val []uint16)

SetOptionalArrayIntegerUint16 sets the value of OptionalArrayIntegerUint16.

func (*TestResponseFormatTestOK) SetOptionalArrayIntegerUint32

func (s *TestResponseFormatTestOK) SetOptionalArrayIntegerUint32(val []uint32)

SetOptionalArrayIntegerUint32 sets the value of OptionalArrayIntegerUint32.

func (*TestResponseFormatTestOK) SetOptionalArrayIntegerUint64

func (s *TestResponseFormatTestOK) SetOptionalArrayIntegerUint64(val []uint64)

SetOptionalArrayIntegerUint64 sets the value of OptionalArrayIntegerUint64.

func (*TestResponseFormatTestOK) SetOptionalArrayIntegerUint8

func (s *TestResponseFormatTestOK) SetOptionalArrayIntegerUint8(val []uint8)

SetOptionalArrayIntegerUint8 sets the value of OptionalArrayIntegerUint8.

func (*TestResponseFormatTestOK) SetOptionalArrayIntegerUnix

func (s *TestResponseFormatTestOK) SetOptionalArrayIntegerUnix(val []time.Time)

SetOptionalArrayIntegerUnix sets the value of OptionalArrayIntegerUnix.

func (*TestResponseFormatTestOK) SetOptionalArrayIntegerUnixMinusMicro

func (s *TestResponseFormatTestOK) SetOptionalArrayIntegerUnixMinusMicro(val []time.Time)

SetOptionalArrayIntegerUnixMinusMicro sets the value of OptionalArrayIntegerUnixMinusMicro.

func (*TestResponseFormatTestOK) SetOptionalArrayIntegerUnixMinusMilli

func (s *TestResponseFormatTestOK) SetOptionalArrayIntegerUnixMinusMilli(val []time.Time)

SetOptionalArrayIntegerUnixMinusMilli sets the value of OptionalArrayIntegerUnixMinusMilli.

func (*TestResponseFormatTestOK) SetOptionalArrayIntegerUnixMinusNano

func (s *TestResponseFormatTestOK) SetOptionalArrayIntegerUnixMinusNano(val []time.Time)

SetOptionalArrayIntegerUnixMinusNano sets the value of OptionalArrayIntegerUnixMinusNano.

func (*TestResponseFormatTestOK) SetOptionalArrayIntegerUnixMinusSeconds

func (s *TestResponseFormatTestOK) SetOptionalArrayIntegerUnixMinusSeconds(val []time.Time)

SetOptionalArrayIntegerUnixMinusSeconds sets the value of OptionalArrayIntegerUnixMinusSeconds.

func (*TestResponseFormatTestOK) SetOptionalArrayNull

func (s *TestResponseFormatTestOK) SetOptionalArrayNull(val []struct{})

SetOptionalArrayNull sets the value of OptionalArrayNull.

func (*TestResponseFormatTestOK) SetOptionalArrayNumber

func (s *TestResponseFormatTestOK) SetOptionalArrayNumber(val []float64)

SetOptionalArrayNumber sets the value of OptionalArrayNumber.

func (*TestResponseFormatTestOK) SetOptionalArrayNumberDouble

func (s *TestResponseFormatTestOK) SetOptionalArrayNumberDouble(val []float64)

SetOptionalArrayNumberDouble sets the value of OptionalArrayNumberDouble.

func (*TestResponseFormatTestOK) SetOptionalArrayNumberFloat

func (s *TestResponseFormatTestOK) SetOptionalArrayNumberFloat(val []float32)

SetOptionalArrayNumberFloat sets the value of OptionalArrayNumberFloat.

func (*TestResponseFormatTestOK) SetOptionalArrayNumberInt32

func (s *TestResponseFormatTestOK) SetOptionalArrayNumberInt32(val []int32)

SetOptionalArrayNumberInt32 sets the value of OptionalArrayNumberInt32.

func (*TestResponseFormatTestOK) SetOptionalArrayNumberInt64

func (s *TestResponseFormatTestOK) SetOptionalArrayNumberInt64(val []int64)

SetOptionalArrayNumberInt64 sets the value of OptionalArrayNumberInt64.

func (*TestResponseFormatTestOK) SetOptionalArrayString

func (s *TestResponseFormatTestOK) SetOptionalArrayString(val []string)

SetOptionalArrayString sets the value of OptionalArrayString.

func (*TestResponseFormatTestOK) SetOptionalArrayStringBase64

func (s *TestResponseFormatTestOK) SetOptionalArrayStringBase64(val [][]byte)

SetOptionalArrayStringBase64 sets the value of OptionalArrayStringBase64.

func (*TestResponseFormatTestOK) SetOptionalArrayStringBinary

func (s *TestResponseFormatTestOK) SetOptionalArrayStringBinary(val []string)

SetOptionalArrayStringBinary sets the value of OptionalArrayStringBinary.

func (*TestResponseFormatTestOK) SetOptionalArrayStringByte

func (s *TestResponseFormatTestOK) SetOptionalArrayStringByte(val [][]byte)

SetOptionalArrayStringByte sets the value of OptionalArrayStringByte.

func (*TestResponseFormatTestOK) SetOptionalArrayStringDate

func (s *TestResponseFormatTestOK) SetOptionalArrayStringDate(val []time.Time)

SetOptionalArrayStringDate sets the value of OptionalArrayStringDate.

func (*TestResponseFormatTestOK) SetOptionalArrayStringDateMinusTime

func (s *TestResponseFormatTestOK) SetOptionalArrayStringDateMinusTime(val []time.Time)

SetOptionalArrayStringDateMinusTime sets the value of OptionalArrayStringDateMinusTime.

func (*TestResponseFormatTestOK) SetOptionalArrayStringDuration

func (s *TestResponseFormatTestOK) SetOptionalArrayStringDuration(val []time.Duration)

SetOptionalArrayStringDuration sets the value of OptionalArrayStringDuration.

func (*TestResponseFormatTestOK) SetOptionalArrayStringEmail

func (s *TestResponseFormatTestOK) SetOptionalArrayStringEmail(val []string)

SetOptionalArrayStringEmail sets the value of OptionalArrayStringEmail.

func (*TestResponseFormatTestOK) SetOptionalArrayStringFloat32

func (s *TestResponseFormatTestOK) SetOptionalArrayStringFloat32(val []float32)

SetOptionalArrayStringFloat32 sets the value of OptionalArrayStringFloat32.

func (*TestResponseFormatTestOK) SetOptionalArrayStringFloat64

func (s *TestResponseFormatTestOK) SetOptionalArrayStringFloat64(val []float64)

SetOptionalArrayStringFloat64 sets the value of OptionalArrayStringFloat64.

func (*TestResponseFormatTestOK) SetOptionalArrayStringHostname

func (s *TestResponseFormatTestOK) SetOptionalArrayStringHostname(val []string)

SetOptionalArrayStringHostname sets the value of OptionalArrayStringHostname.

func (*TestResponseFormatTestOK) SetOptionalArrayStringIP

func (s *TestResponseFormatTestOK) SetOptionalArrayStringIP(val []netip.Addr)

SetOptionalArrayStringIP sets the value of OptionalArrayStringIP.

func (*TestResponseFormatTestOK) SetOptionalArrayStringInt

func (s *TestResponseFormatTestOK) SetOptionalArrayStringInt(val []int)

SetOptionalArrayStringInt sets the value of OptionalArrayStringInt.

func (*TestResponseFormatTestOK) SetOptionalArrayStringInt16

func (s *TestResponseFormatTestOK) SetOptionalArrayStringInt16(val []int16)

SetOptionalArrayStringInt16 sets the value of OptionalArrayStringInt16.

func (*TestResponseFormatTestOK) SetOptionalArrayStringInt32

func (s *TestResponseFormatTestOK) SetOptionalArrayStringInt32(val []int32)

SetOptionalArrayStringInt32 sets the value of OptionalArrayStringInt32.

func (*TestResponseFormatTestOK) SetOptionalArrayStringInt64

func (s *TestResponseFormatTestOK) SetOptionalArrayStringInt64(val []int64)

SetOptionalArrayStringInt64 sets the value of OptionalArrayStringInt64.

func (*TestResponseFormatTestOK) SetOptionalArrayStringInt8

func (s *TestResponseFormatTestOK) SetOptionalArrayStringInt8(val []int8)

SetOptionalArrayStringInt8 sets the value of OptionalArrayStringInt8.

func (*TestResponseFormatTestOK) SetOptionalArrayStringIpv4

func (s *TestResponseFormatTestOK) SetOptionalArrayStringIpv4(val []netip.Addr)

SetOptionalArrayStringIpv4 sets the value of OptionalArrayStringIpv4.

func (*TestResponseFormatTestOK) SetOptionalArrayStringIpv6

func (s *TestResponseFormatTestOK) SetOptionalArrayStringIpv6(val []netip.Addr)

SetOptionalArrayStringIpv6 sets the value of OptionalArrayStringIpv6.

func (*TestResponseFormatTestOK) SetOptionalArrayStringMAC

func (s *TestResponseFormatTestOK) SetOptionalArrayStringMAC(val []net.HardwareAddr)

SetOptionalArrayStringMAC sets the value of OptionalArrayStringMAC.

func (*TestResponseFormatTestOK) SetOptionalArrayStringPassword

func (s *TestResponseFormatTestOK) SetOptionalArrayStringPassword(val []string)

SetOptionalArrayStringPassword sets the value of OptionalArrayStringPassword.

func (*TestResponseFormatTestOK) SetOptionalArrayStringTime

func (s *TestResponseFormatTestOK) SetOptionalArrayStringTime(val []time.Time)

SetOptionalArrayStringTime sets the value of OptionalArrayStringTime.

func (*TestResponseFormatTestOK) SetOptionalArrayStringURI

func (s *TestResponseFormatTestOK) SetOptionalArrayStringURI(val []url.URL)

SetOptionalArrayStringURI sets the value of OptionalArrayStringURI.

func (*TestResponseFormatTestOK) SetOptionalArrayStringUUID

func (s *TestResponseFormatTestOK) SetOptionalArrayStringUUID(val []uuid.UUID)

SetOptionalArrayStringUUID sets the value of OptionalArrayStringUUID.

func (*TestResponseFormatTestOK) SetOptionalArrayStringUint

func (s *TestResponseFormatTestOK) SetOptionalArrayStringUint(val []uint)

SetOptionalArrayStringUint sets the value of OptionalArrayStringUint.

func (*TestResponseFormatTestOK) SetOptionalArrayStringUint16

func (s *TestResponseFormatTestOK) SetOptionalArrayStringUint16(val []uint16)

SetOptionalArrayStringUint16 sets the value of OptionalArrayStringUint16.

func (*TestResponseFormatTestOK) SetOptionalArrayStringUint32

func (s *TestResponseFormatTestOK) SetOptionalArrayStringUint32(val []uint32)

SetOptionalArrayStringUint32 sets the value of OptionalArrayStringUint32.

func (*TestResponseFormatTestOK) SetOptionalArrayStringUint64

func (s *TestResponseFormatTestOK) SetOptionalArrayStringUint64(val []uint64)

SetOptionalArrayStringUint64 sets the value of OptionalArrayStringUint64.

func (*TestResponseFormatTestOK) SetOptionalArrayStringUint8

func (s *TestResponseFormatTestOK) SetOptionalArrayStringUint8(val []uint8)

SetOptionalArrayStringUint8 sets the value of OptionalArrayStringUint8.

func (*TestResponseFormatTestOK) SetOptionalArrayStringUnix

func (s *TestResponseFormatTestOK) SetOptionalArrayStringUnix(val []time.Time)

SetOptionalArrayStringUnix sets the value of OptionalArrayStringUnix.

func (*TestResponseFormatTestOK) SetOptionalArrayStringUnixMinusMicro

func (s *TestResponseFormatTestOK) SetOptionalArrayStringUnixMinusMicro(val []time.Time)

SetOptionalArrayStringUnixMinusMicro sets the value of OptionalArrayStringUnixMinusMicro.

func (*TestResponseFormatTestOK) SetOptionalArrayStringUnixMinusMilli

func (s *TestResponseFormatTestOK) SetOptionalArrayStringUnixMinusMilli(val []time.Time)

SetOptionalArrayStringUnixMinusMilli sets the value of OptionalArrayStringUnixMinusMilli.

func (*TestResponseFormatTestOK) SetOptionalArrayStringUnixMinusNano

func (s *TestResponseFormatTestOK) SetOptionalArrayStringUnixMinusNano(val []time.Time)

SetOptionalArrayStringUnixMinusNano sets the value of OptionalArrayStringUnixMinusNano.

func (*TestResponseFormatTestOK) SetOptionalArrayStringUnixMinusSeconds

func (s *TestResponseFormatTestOK) SetOptionalArrayStringUnixMinusSeconds(val []time.Time)

SetOptionalArrayStringUnixMinusSeconds sets the value of OptionalArrayStringUnixMinusSeconds.

func (*TestResponseFormatTestOK) SetOptionalBoolean

func (s *TestResponseFormatTestOK) SetOptionalBoolean(val OptBool)

SetOptionalBoolean sets the value of OptionalBoolean.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayAny

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayAny(val [][]jx.Raw)

SetOptionalDoubleArrayAny sets the value of OptionalDoubleArrayAny.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayBoolean

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayBoolean(val [][]bool)

SetOptionalDoubleArrayBoolean sets the value of OptionalDoubleArrayBoolean.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayInteger

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayInteger(val [][]int)

SetOptionalDoubleArrayInteger sets the value of OptionalDoubleArrayInteger.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayIntegerInt16

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayIntegerInt16(val [][]int16)

SetOptionalDoubleArrayIntegerInt16 sets the value of OptionalDoubleArrayIntegerInt16.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayIntegerInt32

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayIntegerInt32(val [][]int32)

SetOptionalDoubleArrayIntegerInt32 sets the value of OptionalDoubleArrayIntegerInt32.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayIntegerInt64

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayIntegerInt64(val [][]int64)

SetOptionalDoubleArrayIntegerInt64 sets the value of OptionalDoubleArrayIntegerInt64.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayIntegerInt8

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayIntegerInt8(val [][]int8)

SetOptionalDoubleArrayIntegerInt8 sets the value of OptionalDoubleArrayIntegerInt8.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayIntegerUint

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayIntegerUint(val [][]uint)

SetOptionalDoubleArrayIntegerUint sets the value of OptionalDoubleArrayIntegerUint.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayIntegerUint16

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayIntegerUint16(val [][]uint16)

SetOptionalDoubleArrayIntegerUint16 sets the value of OptionalDoubleArrayIntegerUint16.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayIntegerUint32

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayIntegerUint32(val [][]uint32)

SetOptionalDoubleArrayIntegerUint32 sets the value of OptionalDoubleArrayIntegerUint32.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayIntegerUint64

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayIntegerUint64(val [][]uint64)

SetOptionalDoubleArrayIntegerUint64 sets the value of OptionalDoubleArrayIntegerUint64.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayIntegerUint8

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayIntegerUint8(val [][]uint8)

SetOptionalDoubleArrayIntegerUint8 sets the value of OptionalDoubleArrayIntegerUint8.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayIntegerUnix

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayIntegerUnix(val [][]time.Time)

SetOptionalDoubleArrayIntegerUnix sets the value of OptionalDoubleArrayIntegerUnix.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayIntegerUnixMinusMicro

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayIntegerUnixMinusMicro(val [][]time.Time)

SetOptionalDoubleArrayIntegerUnixMinusMicro sets the value of OptionalDoubleArrayIntegerUnixMinusMicro.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayIntegerUnixMinusMilli

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayIntegerUnixMinusMilli(val [][]time.Time)

SetOptionalDoubleArrayIntegerUnixMinusMilli sets the value of OptionalDoubleArrayIntegerUnixMinusMilli.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayIntegerUnixMinusNano

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayIntegerUnixMinusNano(val [][]time.Time)

SetOptionalDoubleArrayIntegerUnixMinusNano sets the value of OptionalDoubleArrayIntegerUnixMinusNano.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayIntegerUnixMinusSeconds

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayIntegerUnixMinusSeconds(val [][]time.Time)

SetOptionalDoubleArrayIntegerUnixMinusSeconds sets the value of OptionalDoubleArrayIntegerUnixMinusSeconds.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayNull

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayNull(val [][]struct{})

SetOptionalDoubleArrayNull sets the value of OptionalDoubleArrayNull.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayNumber

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayNumber(val [][]float64)

SetOptionalDoubleArrayNumber sets the value of OptionalDoubleArrayNumber.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayNumberDouble

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayNumberDouble(val [][]float64)

SetOptionalDoubleArrayNumberDouble sets the value of OptionalDoubleArrayNumberDouble.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayNumberFloat

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayNumberFloat(val [][]float32)

SetOptionalDoubleArrayNumberFloat sets the value of OptionalDoubleArrayNumberFloat.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayNumberInt32

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayNumberInt32(val [][]int32)

SetOptionalDoubleArrayNumberInt32 sets the value of OptionalDoubleArrayNumberInt32.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayNumberInt64

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayNumberInt64(val [][]int64)

SetOptionalDoubleArrayNumberInt64 sets the value of OptionalDoubleArrayNumberInt64.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayString

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayString(val [][]string)

SetOptionalDoubleArrayString sets the value of OptionalDoubleArrayString.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringBase64

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringBase64(val [][][]byte)

SetOptionalDoubleArrayStringBase64 sets the value of OptionalDoubleArrayStringBase64.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringBinary

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringBinary(val [][]string)

SetOptionalDoubleArrayStringBinary sets the value of OptionalDoubleArrayStringBinary.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringByte

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringByte(val [][][]byte)

SetOptionalDoubleArrayStringByte sets the value of OptionalDoubleArrayStringByte.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringDate

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringDate(val [][]time.Time)

SetOptionalDoubleArrayStringDate sets the value of OptionalDoubleArrayStringDate.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringDateMinusTime

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringDateMinusTime(val [][]time.Time)

SetOptionalDoubleArrayStringDateMinusTime sets the value of OptionalDoubleArrayStringDateMinusTime.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringDuration

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringDuration(val [][]time.Duration)

SetOptionalDoubleArrayStringDuration sets the value of OptionalDoubleArrayStringDuration.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringEmail

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringEmail(val [][]string)

SetOptionalDoubleArrayStringEmail sets the value of OptionalDoubleArrayStringEmail.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringFloat32

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringFloat32(val [][]float32)

SetOptionalDoubleArrayStringFloat32 sets the value of OptionalDoubleArrayStringFloat32.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringFloat64

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringFloat64(val [][]float64)

SetOptionalDoubleArrayStringFloat64 sets the value of OptionalDoubleArrayStringFloat64.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringHostname

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringHostname(val [][]string)

SetOptionalDoubleArrayStringHostname sets the value of OptionalDoubleArrayStringHostname.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringIP

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringIP(val [][]netip.Addr)

SetOptionalDoubleArrayStringIP sets the value of OptionalDoubleArrayStringIP.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringInt

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringInt(val [][]int)

SetOptionalDoubleArrayStringInt sets the value of OptionalDoubleArrayStringInt.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringInt16

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringInt16(val [][]int16)

SetOptionalDoubleArrayStringInt16 sets the value of OptionalDoubleArrayStringInt16.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringInt32

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringInt32(val [][]int32)

SetOptionalDoubleArrayStringInt32 sets the value of OptionalDoubleArrayStringInt32.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringInt64

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringInt64(val [][]int64)

SetOptionalDoubleArrayStringInt64 sets the value of OptionalDoubleArrayStringInt64.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringInt8

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringInt8(val [][]int8)

SetOptionalDoubleArrayStringInt8 sets the value of OptionalDoubleArrayStringInt8.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringIpv4

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringIpv4(val [][]netip.Addr)

SetOptionalDoubleArrayStringIpv4 sets the value of OptionalDoubleArrayStringIpv4.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringIpv6

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringIpv6(val [][]netip.Addr)

SetOptionalDoubleArrayStringIpv6 sets the value of OptionalDoubleArrayStringIpv6.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringMAC

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringMAC(val [][]net.HardwareAddr)

SetOptionalDoubleArrayStringMAC sets the value of OptionalDoubleArrayStringMAC.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringPassword

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringPassword(val [][]string)

SetOptionalDoubleArrayStringPassword sets the value of OptionalDoubleArrayStringPassword.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringTime

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringTime(val [][]time.Time)

SetOptionalDoubleArrayStringTime sets the value of OptionalDoubleArrayStringTime.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringURI

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringURI(val [][]url.URL)

SetOptionalDoubleArrayStringURI sets the value of OptionalDoubleArrayStringURI.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringUUID

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringUUID(val [][]uuid.UUID)

SetOptionalDoubleArrayStringUUID sets the value of OptionalDoubleArrayStringUUID.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringUint

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringUint(val [][]uint)

SetOptionalDoubleArrayStringUint sets the value of OptionalDoubleArrayStringUint.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringUint16

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringUint16(val [][]uint16)

SetOptionalDoubleArrayStringUint16 sets the value of OptionalDoubleArrayStringUint16.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringUint32

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringUint32(val [][]uint32)

SetOptionalDoubleArrayStringUint32 sets the value of OptionalDoubleArrayStringUint32.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringUint64

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringUint64(val [][]uint64)

SetOptionalDoubleArrayStringUint64 sets the value of OptionalDoubleArrayStringUint64.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringUint8

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringUint8(val [][]uint8)

SetOptionalDoubleArrayStringUint8 sets the value of OptionalDoubleArrayStringUint8.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringUnix

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringUnix(val [][]time.Time)

SetOptionalDoubleArrayStringUnix sets the value of OptionalDoubleArrayStringUnix.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringUnixMinusMicro

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringUnixMinusMicro(val [][]time.Time)

SetOptionalDoubleArrayStringUnixMinusMicro sets the value of OptionalDoubleArrayStringUnixMinusMicro.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringUnixMinusMilli

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringUnixMinusMilli(val [][]time.Time)

SetOptionalDoubleArrayStringUnixMinusMilli sets the value of OptionalDoubleArrayStringUnixMinusMilli.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringUnixMinusNano

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringUnixMinusNano(val [][]time.Time)

SetOptionalDoubleArrayStringUnixMinusNano sets the value of OptionalDoubleArrayStringUnixMinusNano.

func (*TestResponseFormatTestOK) SetOptionalDoubleArrayStringUnixMinusSeconds

func (s *TestResponseFormatTestOK) SetOptionalDoubleArrayStringUnixMinusSeconds(val [][]time.Time)

SetOptionalDoubleArrayStringUnixMinusSeconds sets the value of OptionalDoubleArrayStringUnixMinusSeconds.

func (*TestResponseFormatTestOK) SetOptionalInteger

func (s *TestResponseFormatTestOK) SetOptionalInteger(val OptInt)

SetOptionalInteger sets the value of OptionalInteger.

func (*TestResponseFormatTestOK) SetOptionalIntegerInt16

func (s *TestResponseFormatTestOK) SetOptionalIntegerInt16(val OptInt16)

SetOptionalIntegerInt16 sets the value of OptionalIntegerInt16.

func (*TestResponseFormatTestOK) SetOptionalIntegerInt32

func (s *TestResponseFormatTestOK) SetOptionalIntegerInt32(val OptInt32)

SetOptionalIntegerInt32 sets the value of OptionalIntegerInt32.

func (*TestResponseFormatTestOK) SetOptionalIntegerInt64

func (s *TestResponseFormatTestOK) SetOptionalIntegerInt64(val OptInt64)

SetOptionalIntegerInt64 sets the value of OptionalIntegerInt64.

func (*TestResponseFormatTestOK) SetOptionalIntegerInt8

func (s *TestResponseFormatTestOK) SetOptionalIntegerInt8(val OptInt8)

SetOptionalIntegerInt8 sets the value of OptionalIntegerInt8.

func (*TestResponseFormatTestOK) SetOptionalIntegerUint

func (s *TestResponseFormatTestOK) SetOptionalIntegerUint(val OptUint)

SetOptionalIntegerUint sets the value of OptionalIntegerUint.

func (*TestResponseFormatTestOK) SetOptionalIntegerUint16

func (s *TestResponseFormatTestOK) SetOptionalIntegerUint16(val OptUint16)

SetOptionalIntegerUint16 sets the value of OptionalIntegerUint16.

func (*TestResponseFormatTestOK) SetOptionalIntegerUint32

func (s *TestResponseFormatTestOK) SetOptionalIntegerUint32(val OptUint32)

SetOptionalIntegerUint32 sets the value of OptionalIntegerUint32.

func (*TestResponseFormatTestOK) SetOptionalIntegerUint64

func (s *TestResponseFormatTestOK) SetOptionalIntegerUint64(val OptUint64)

SetOptionalIntegerUint64 sets the value of OptionalIntegerUint64.

func (*TestResponseFormatTestOK) SetOptionalIntegerUint8

func (s *TestResponseFormatTestOK) SetOptionalIntegerUint8(val OptUint8)

SetOptionalIntegerUint8 sets the value of OptionalIntegerUint8.

func (*TestResponseFormatTestOK) SetOptionalIntegerUnix

func (s *TestResponseFormatTestOK) SetOptionalIntegerUnix(val OptUnixSeconds)

SetOptionalIntegerUnix sets the value of OptionalIntegerUnix.

func (*TestResponseFormatTestOK) SetOptionalIntegerUnixMinusMicro

func (s *TestResponseFormatTestOK) SetOptionalIntegerUnixMinusMicro(val OptUnixMicro)

SetOptionalIntegerUnixMinusMicro sets the value of OptionalIntegerUnixMinusMicro.

func (*TestResponseFormatTestOK) SetOptionalIntegerUnixMinusMilli

func (s *TestResponseFormatTestOK) SetOptionalIntegerUnixMinusMilli(val OptUnixMilli)

SetOptionalIntegerUnixMinusMilli sets the value of OptionalIntegerUnixMinusMilli.

func (*TestResponseFormatTestOK) SetOptionalIntegerUnixMinusNano

func (s *TestResponseFormatTestOK) SetOptionalIntegerUnixMinusNano(val OptUnixNano)

SetOptionalIntegerUnixMinusNano sets the value of OptionalIntegerUnixMinusNano.

func (*TestResponseFormatTestOK) SetOptionalIntegerUnixMinusSeconds

func (s *TestResponseFormatTestOK) SetOptionalIntegerUnixMinusSeconds(val OptUnixSeconds)

SetOptionalIntegerUnixMinusSeconds sets the value of OptionalIntegerUnixMinusSeconds.

func (*TestResponseFormatTestOK) SetOptionalNull

func (s *TestResponseFormatTestOK) SetOptionalNull(val OptNull)

SetOptionalNull sets the value of OptionalNull.

func (*TestResponseFormatTestOK) SetOptionalNumber

func (s *TestResponseFormatTestOK) SetOptionalNumber(val OptFloat64)

SetOptionalNumber sets the value of OptionalNumber.

func (*TestResponseFormatTestOK) SetOptionalNumberDouble

func (s *TestResponseFormatTestOK) SetOptionalNumberDouble(val OptFloat64)

SetOptionalNumberDouble sets the value of OptionalNumberDouble.

func (*TestResponseFormatTestOK) SetOptionalNumberFloat

func (s *TestResponseFormatTestOK) SetOptionalNumberFloat(val OptFloat32)

SetOptionalNumberFloat sets the value of OptionalNumberFloat.

func (*TestResponseFormatTestOK) SetOptionalNumberInt32

func (s *TestResponseFormatTestOK) SetOptionalNumberInt32(val OptInt32)

SetOptionalNumberInt32 sets the value of OptionalNumberInt32.

func (*TestResponseFormatTestOK) SetOptionalNumberInt64

func (s *TestResponseFormatTestOK) SetOptionalNumberInt64(val OptInt64)

SetOptionalNumberInt64 sets the value of OptionalNumberInt64.

func (*TestResponseFormatTestOK) SetOptionalString

func (s *TestResponseFormatTestOK) SetOptionalString(val OptString)

SetOptionalString sets the value of OptionalString.

func (*TestResponseFormatTestOK) SetOptionalStringBase64

func (s *TestResponseFormatTestOK) SetOptionalStringBase64(val []byte)

SetOptionalStringBase64 sets the value of OptionalStringBase64.

func (*TestResponseFormatTestOK) SetOptionalStringBinary

func (s *TestResponseFormatTestOK) SetOptionalStringBinary(val OptString)

SetOptionalStringBinary sets the value of OptionalStringBinary.

func (*TestResponseFormatTestOK) SetOptionalStringByte

func (s *TestResponseFormatTestOK) SetOptionalStringByte(val []byte)

SetOptionalStringByte sets the value of OptionalStringByte.

func (*TestResponseFormatTestOK) SetOptionalStringDate

func (s *TestResponseFormatTestOK) SetOptionalStringDate(val OptDate)

SetOptionalStringDate sets the value of OptionalStringDate.

func (*TestResponseFormatTestOK) SetOptionalStringDateMinusTime

func (s *TestResponseFormatTestOK) SetOptionalStringDateMinusTime(val OptDateTime)

SetOptionalStringDateMinusTime sets the value of OptionalStringDateMinusTime.

func (*TestResponseFormatTestOK) SetOptionalStringDuration

func (s *TestResponseFormatTestOK) SetOptionalStringDuration(val OptDuration)

SetOptionalStringDuration sets the value of OptionalStringDuration.

func (*TestResponseFormatTestOK) SetOptionalStringEmail

func (s *TestResponseFormatTestOK) SetOptionalStringEmail(val OptString)

SetOptionalStringEmail sets the value of OptionalStringEmail.

func (*TestResponseFormatTestOK) SetOptionalStringFloat32

func (s *TestResponseFormatTestOK) SetOptionalStringFloat32(val OptStringFloat32)

SetOptionalStringFloat32 sets the value of OptionalStringFloat32.

func (*TestResponseFormatTestOK) SetOptionalStringFloat64

func (s *TestResponseFormatTestOK) SetOptionalStringFloat64(val OptStringFloat64)

SetOptionalStringFloat64 sets the value of OptionalStringFloat64.

func (*TestResponseFormatTestOK) SetOptionalStringHostname

func (s *TestResponseFormatTestOK) SetOptionalStringHostname(val OptString)

SetOptionalStringHostname sets the value of OptionalStringHostname.

func (*TestResponseFormatTestOK) SetOptionalStringIP

func (s *TestResponseFormatTestOK) SetOptionalStringIP(val OptIP)

SetOptionalStringIP sets the value of OptionalStringIP.

func (*TestResponseFormatTestOK) SetOptionalStringInt

func (s *TestResponseFormatTestOK) SetOptionalStringInt(val OptStringInt)

SetOptionalStringInt sets the value of OptionalStringInt.

func (*TestResponseFormatTestOK) SetOptionalStringInt16

func (s *TestResponseFormatTestOK) SetOptionalStringInt16(val OptStringInt16)

SetOptionalStringInt16 sets the value of OptionalStringInt16.

func (*TestResponseFormatTestOK) SetOptionalStringInt32

func (s *TestResponseFormatTestOK) SetOptionalStringInt32(val OptStringInt32)

SetOptionalStringInt32 sets the value of OptionalStringInt32.

func (*TestResponseFormatTestOK) SetOptionalStringInt64

func (s *TestResponseFormatTestOK) SetOptionalStringInt64(val OptStringInt64)

SetOptionalStringInt64 sets the value of OptionalStringInt64.

func (*TestResponseFormatTestOK) SetOptionalStringInt8

func (s *TestResponseFormatTestOK) SetOptionalStringInt8(val OptStringInt8)

SetOptionalStringInt8 sets the value of OptionalStringInt8.

func (*TestResponseFormatTestOK) SetOptionalStringIpv4

func (s *TestResponseFormatTestOK) SetOptionalStringIpv4(val OptIPv4)

SetOptionalStringIpv4 sets the value of OptionalStringIpv4.

func (*TestResponseFormatTestOK) SetOptionalStringIpv6

func (s *TestResponseFormatTestOK) SetOptionalStringIpv6(val OptIPv6)

SetOptionalStringIpv6 sets the value of OptionalStringIpv6.

func (*TestResponseFormatTestOK) SetOptionalStringMAC

func (s *TestResponseFormatTestOK) SetOptionalStringMAC(val OptHardwareAddr)

SetOptionalStringMAC sets the value of OptionalStringMAC.

func (*TestResponseFormatTestOK) SetOptionalStringPassword

func (s *TestResponseFormatTestOK) SetOptionalStringPassword(val OptString)

SetOptionalStringPassword sets the value of OptionalStringPassword.

func (*TestResponseFormatTestOK) SetOptionalStringTime

func (s *TestResponseFormatTestOK) SetOptionalStringTime(val OptTime)

SetOptionalStringTime sets the value of OptionalStringTime.

func (*TestResponseFormatTestOK) SetOptionalStringURI

func (s *TestResponseFormatTestOK) SetOptionalStringURI(val OptURI)

SetOptionalStringURI sets the value of OptionalStringURI.

func (*TestResponseFormatTestOK) SetOptionalStringUUID

func (s *TestResponseFormatTestOK) SetOptionalStringUUID(val OptUUID)

SetOptionalStringUUID sets the value of OptionalStringUUID.

func (*TestResponseFormatTestOK) SetOptionalStringUint

func (s *TestResponseFormatTestOK) SetOptionalStringUint(val OptStringUint)

SetOptionalStringUint sets the value of OptionalStringUint.

func (*TestResponseFormatTestOK) SetOptionalStringUint16

func (s *TestResponseFormatTestOK) SetOptionalStringUint16(val OptStringUint16)

SetOptionalStringUint16 sets the value of OptionalStringUint16.

func (*TestResponseFormatTestOK) SetOptionalStringUint32

func (s *TestResponseFormatTestOK) SetOptionalStringUint32(val OptStringUint32)

SetOptionalStringUint32 sets the value of OptionalStringUint32.

func (*TestResponseFormatTestOK) SetOptionalStringUint64

func (s *TestResponseFormatTestOK) SetOptionalStringUint64(val OptStringUint64)

SetOptionalStringUint64 sets the value of OptionalStringUint64.

func (*TestResponseFormatTestOK) SetOptionalStringUint8

func (s *TestResponseFormatTestOK) SetOptionalStringUint8(val OptStringUint8)

SetOptionalStringUint8 sets the value of OptionalStringUint8.

func (*TestResponseFormatTestOK) SetOptionalStringUnix

func (s *TestResponseFormatTestOK) SetOptionalStringUnix(val OptStringUnixSeconds)

SetOptionalStringUnix sets the value of OptionalStringUnix.

func (*TestResponseFormatTestOK) SetOptionalStringUnixMinusMicro

func (s *TestResponseFormatTestOK) SetOptionalStringUnixMinusMicro(val OptStringUnixMicro)

SetOptionalStringUnixMinusMicro sets the value of OptionalStringUnixMinusMicro.

func (*TestResponseFormatTestOK) SetOptionalStringUnixMinusMilli

func (s *TestResponseFormatTestOK) SetOptionalStringUnixMinusMilli(val OptStringUnixMilli)

SetOptionalStringUnixMinusMilli sets the value of OptionalStringUnixMinusMilli.

func (*TestResponseFormatTestOK) SetOptionalStringUnixMinusNano

func (s *TestResponseFormatTestOK) SetOptionalStringUnixMinusNano(val OptStringUnixNano)

SetOptionalStringUnixMinusNano sets the value of OptionalStringUnixMinusNano.

func (*TestResponseFormatTestOK) SetOptionalStringUnixMinusSeconds

func (s *TestResponseFormatTestOK) SetOptionalStringUnixMinusSeconds(val OptStringUnixSeconds)

SetOptionalStringUnixMinusSeconds sets the value of OptionalStringUnixMinusSeconds.

func (*TestResponseFormatTestOK) SetRequiredAny

func (s *TestResponseFormatTestOK) SetRequiredAny(val jx.Raw)

SetRequiredAny sets the value of RequiredAny.

func (*TestResponseFormatTestOK) SetRequiredArrayAny

func (s *TestResponseFormatTestOK) SetRequiredArrayAny(val []jx.Raw)

SetRequiredArrayAny sets the value of RequiredArrayAny.

func (*TestResponseFormatTestOK) SetRequiredArrayBoolean

func (s *TestResponseFormatTestOK) SetRequiredArrayBoolean(val []bool)

SetRequiredArrayBoolean sets the value of RequiredArrayBoolean.

func (*TestResponseFormatTestOK) SetRequiredArrayInteger

func (s *TestResponseFormatTestOK) SetRequiredArrayInteger(val []int)

SetRequiredArrayInteger sets the value of RequiredArrayInteger.

func (*TestResponseFormatTestOK) SetRequiredArrayIntegerInt16

func (s *TestResponseFormatTestOK) SetRequiredArrayIntegerInt16(val []int16)

SetRequiredArrayIntegerInt16 sets the value of RequiredArrayIntegerInt16.

func (*TestResponseFormatTestOK) SetRequiredArrayIntegerInt32

func (s *TestResponseFormatTestOK) SetRequiredArrayIntegerInt32(val []int32)

SetRequiredArrayIntegerInt32 sets the value of RequiredArrayIntegerInt32.

func (*TestResponseFormatTestOK) SetRequiredArrayIntegerInt64

func (s *TestResponseFormatTestOK) SetRequiredArrayIntegerInt64(val []int64)

SetRequiredArrayIntegerInt64 sets the value of RequiredArrayIntegerInt64.

func (*TestResponseFormatTestOK) SetRequiredArrayIntegerInt8

func (s *TestResponseFormatTestOK) SetRequiredArrayIntegerInt8(val []int8)

SetRequiredArrayIntegerInt8 sets the value of RequiredArrayIntegerInt8.

func (*TestResponseFormatTestOK) SetRequiredArrayIntegerUint

func (s *TestResponseFormatTestOK) SetRequiredArrayIntegerUint(val []uint)

SetRequiredArrayIntegerUint sets the value of RequiredArrayIntegerUint.

func (*TestResponseFormatTestOK) SetRequiredArrayIntegerUint16

func (s *TestResponseFormatTestOK) SetRequiredArrayIntegerUint16(val []uint16)

SetRequiredArrayIntegerUint16 sets the value of RequiredArrayIntegerUint16.

func (*TestResponseFormatTestOK) SetRequiredArrayIntegerUint32

func (s *TestResponseFormatTestOK) SetRequiredArrayIntegerUint32(val []uint32)

SetRequiredArrayIntegerUint32 sets the value of RequiredArrayIntegerUint32.

func (*TestResponseFormatTestOK) SetRequiredArrayIntegerUint64

func (s *TestResponseFormatTestOK) SetRequiredArrayIntegerUint64(val []uint64)

SetRequiredArrayIntegerUint64 sets the value of RequiredArrayIntegerUint64.

func (*TestResponseFormatTestOK) SetRequiredArrayIntegerUint8

func (s *TestResponseFormatTestOK) SetRequiredArrayIntegerUint8(val []uint8)

SetRequiredArrayIntegerUint8 sets the value of RequiredArrayIntegerUint8.

func (*TestResponseFormatTestOK) SetRequiredArrayIntegerUnix

func (s *TestResponseFormatTestOK) SetRequiredArrayIntegerUnix(val []time.Time)

SetRequiredArrayIntegerUnix sets the value of RequiredArrayIntegerUnix.

func (*TestResponseFormatTestOK) SetRequiredArrayIntegerUnixMinusMicro

func (s *TestResponseFormatTestOK) SetRequiredArrayIntegerUnixMinusMicro(val []time.Time)

SetRequiredArrayIntegerUnixMinusMicro sets the value of RequiredArrayIntegerUnixMinusMicro.

func (*TestResponseFormatTestOK) SetRequiredArrayIntegerUnixMinusMilli

func (s *TestResponseFormatTestOK) SetRequiredArrayIntegerUnixMinusMilli(val []time.Time)

SetRequiredArrayIntegerUnixMinusMilli sets the value of RequiredArrayIntegerUnixMinusMilli.

func (*TestResponseFormatTestOK) SetRequiredArrayIntegerUnixMinusNano

func (s *TestResponseFormatTestOK) SetRequiredArrayIntegerUnixMinusNano(val []time.Time)

SetRequiredArrayIntegerUnixMinusNano sets the value of RequiredArrayIntegerUnixMinusNano.

func (*TestResponseFormatTestOK) SetRequiredArrayIntegerUnixMinusSeconds

func (s *TestResponseFormatTestOK) SetRequiredArrayIntegerUnixMinusSeconds(val []time.Time)

SetRequiredArrayIntegerUnixMinusSeconds sets the value of RequiredArrayIntegerUnixMinusSeconds.

func (*TestResponseFormatTestOK) SetRequiredArrayNull

func (s *TestResponseFormatTestOK) SetRequiredArrayNull(val []struct{})

SetRequiredArrayNull sets the value of RequiredArrayNull.

func (*TestResponseFormatTestOK) SetRequiredArrayNumber

func (s *TestResponseFormatTestOK) SetRequiredArrayNumber(val []float64)

SetRequiredArrayNumber sets the value of RequiredArrayNumber.

func (*TestResponseFormatTestOK) SetRequiredArrayNumberDouble

func (s *TestResponseFormatTestOK) SetRequiredArrayNumberDouble(val []float64)

SetRequiredArrayNumberDouble sets the value of RequiredArrayNumberDouble.

func (*TestResponseFormatTestOK) SetRequiredArrayNumberFloat

func (s *TestResponseFormatTestOK) SetRequiredArrayNumberFloat(val []float32)

SetRequiredArrayNumberFloat sets the value of RequiredArrayNumberFloat.

func (*TestResponseFormatTestOK) SetRequiredArrayNumberInt32

func (s *TestResponseFormatTestOK) SetRequiredArrayNumberInt32(val []int32)

SetRequiredArrayNumberInt32 sets the value of RequiredArrayNumberInt32.

func (*TestResponseFormatTestOK) SetRequiredArrayNumberInt64

func (s *TestResponseFormatTestOK) SetRequiredArrayNumberInt64(val []int64)

SetRequiredArrayNumberInt64 sets the value of RequiredArrayNumberInt64.

func (*TestResponseFormatTestOK) SetRequiredArrayString

func (s *TestResponseFormatTestOK) SetRequiredArrayString(val []string)

SetRequiredArrayString sets the value of RequiredArrayString.

func (*TestResponseFormatTestOK) SetRequiredArrayStringBase64

func (s *TestResponseFormatTestOK) SetRequiredArrayStringBase64(val [][]byte)

SetRequiredArrayStringBase64 sets the value of RequiredArrayStringBase64.

func (*TestResponseFormatTestOK) SetRequiredArrayStringBinary

func (s *TestResponseFormatTestOK) SetRequiredArrayStringBinary(val []string)

SetRequiredArrayStringBinary sets the value of RequiredArrayStringBinary.

func (*TestResponseFormatTestOK) SetRequiredArrayStringByte

func (s *TestResponseFormatTestOK) SetRequiredArrayStringByte(val [][]byte)

SetRequiredArrayStringByte sets the value of RequiredArrayStringByte.

func (*TestResponseFormatTestOK) SetRequiredArrayStringDate

func (s *TestResponseFormatTestOK) SetRequiredArrayStringDate(val []time.Time)

SetRequiredArrayStringDate sets the value of RequiredArrayStringDate.

func (*TestResponseFormatTestOK) SetRequiredArrayStringDateMinusTime

func (s *TestResponseFormatTestOK) SetRequiredArrayStringDateMinusTime(val []time.Time)

SetRequiredArrayStringDateMinusTime sets the value of RequiredArrayStringDateMinusTime.

func (*TestResponseFormatTestOK) SetRequiredArrayStringDuration

func (s *TestResponseFormatTestOK) SetRequiredArrayStringDuration(val []time.Duration)

SetRequiredArrayStringDuration sets the value of RequiredArrayStringDuration.

func (*TestResponseFormatTestOK) SetRequiredArrayStringEmail

func (s *TestResponseFormatTestOK) SetRequiredArrayStringEmail(val []string)

SetRequiredArrayStringEmail sets the value of RequiredArrayStringEmail.

func (*TestResponseFormatTestOK) SetRequiredArrayStringFloat32

func (s *TestResponseFormatTestOK) SetRequiredArrayStringFloat32(val []float32)

SetRequiredArrayStringFloat32 sets the value of RequiredArrayStringFloat32.

func (*TestResponseFormatTestOK) SetRequiredArrayStringFloat64

func (s *TestResponseFormatTestOK) SetRequiredArrayStringFloat64(val []float64)

SetRequiredArrayStringFloat64 sets the value of RequiredArrayStringFloat64.

func (*TestResponseFormatTestOK) SetRequiredArrayStringHostname

func (s *TestResponseFormatTestOK) SetRequiredArrayStringHostname(val []string)

SetRequiredArrayStringHostname sets the value of RequiredArrayStringHostname.

func (*TestResponseFormatTestOK) SetRequiredArrayStringIP

func (s *TestResponseFormatTestOK) SetRequiredArrayStringIP(val []netip.Addr)

SetRequiredArrayStringIP sets the value of RequiredArrayStringIP.

func (*TestResponseFormatTestOK) SetRequiredArrayStringInt

func (s *TestResponseFormatTestOK) SetRequiredArrayStringInt(val []int)

SetRequiredArrayStringInt sets the value of RequiredArrayStringInt.

func (*TestResponseFormatTestOK) SetRequiredArrayStringInt16

func (s *TestResponseFormatTestOK) SetRequiredArrayStringInt16(val []int16)

SetRequiredArrayStringInt16 sets the value of RequiredArrayStringInt16.

func (*TestResponseFormatTestOK) SetRequiredArrayStringInt32

func (s *TestResponseFormatTestOK) SetRequiredArrayStringInt32(val []int32)

SetRequiredArrayStringInt32 sets the value of RequiredArrayStringInt32.

func (*TestResponseFormatTestOK) SetRequiredArrayStringInt64

func (s *TestResponseFormatTestOK) SetRequiredArrayStringInt64(val []int64)

SetRequiredArrayStringInt64 sets the value of RequiredArrayStringInt64.

func (*TestResponseFormatTestOK) SetRequiredArrayStringInt8

func (s *TestResponseFormatTestOK) SetRequiredArrayStringInt8(val []int8)

SetRequiredArrayStringInt8 sets the value of RequiredArrayStringInt8.

func (*TestResponseFormatTestOK) SetRequiredArrayStringIpv4

func (s *TestResponseFormatTestOK) SetRequiredArrayStringIpv4(val []netip.Addr)

SetRequiredArrayStringIpv4 sets the value of RequiredArrayStringIpv4.

func (*TestResponseFormatTestOK) SetRequiredArrayStringIpv6

func (s *TestResponseFormatTestOK) SetRequiredArrayStringIpv6(val []netip.Addr)

SetRequiredArrayStringIpv6 sets the value of RequiredArrayStringIpv6.

func (*TestResponseFormatTestOK) SetRequiredArrayStringMAC

func (s *TestResponseFormatTestOK) SetRequiredArrayStringMAC(val []net.HardwareAddr)

SetRequiredArrayStringMAC sets the value of RequiredArrayStringMAC.

func (*TestResponseFormatTestOK) SetRequiredArrayStringPassword

func (s *TestResponseFormatTestOK) SetRequiredArrayStringPassword(val []string)

SetRequiredArrayStringPassword sets the value of RequiredArrayStringPassword.

func (*TestResponseFormatTestOK) SetRequiredArrayStringTime

func (s *TestResponseFormatTestOK) SetRequiredArrayStringTime(val []time.Time)

SetRequiredArrayStringTime sets the value of RequiredArrayStringTime.

func (*TestResponseFormatTestOK) SetRequiredArrayStringURI

func (s *TestResponseFormatTestOK) SetRequiredArrayStringURI(val []url.URL)

SetRequiredArrayStringURI sets the value of RequiredArrayStringURI.

func (*TestResponseFormatTestOK) SetRequiredArrayStringUUID

func (s *TestResponseFormatTestOK) SetRequiredArrayStringUUID(val []uuid.UUID)

SetRequiredArrayStringUUID sets the value of RequiredArrayStringUUID.

func (*TestResponseFormatTestOK) SetRequiredArrayStringUint

func (s *TestResponseFormatTestOK) SetRequiredArrayStringUint(val []uint)

SetRequiredArrayStringUint sets the value of RequiredArrayStringUint.

func (*TestResponseFormatTestOK) SetRequiredArrayStringUint16

func (s *TestResponseFormatTestOK) SetRequiredArrayStringUint16(val []uint16)

SetRequiredArrayStringUint16 sets the value of RequiredArrayStringUint16.

func (*TestResponseFormatTestOK) SetRequiredArrayStringUint32

func (s *TestResponseFormatTestOK) SetRequiredArrayStringUint32(val []uint32)

SetRequiredArrayStringUint32 sets the value of RequiredArrayStringUint32.

func (*TestResponseFormatTestOK) SetRequiredArrayStringUint64

func (s *TestResponseFormatTestOK) SetRequiredArrayStringUint64(val []uint64)

SetRequiredArrayStringUint64 sets the value of RequiredArrayStringUint64.

func (*TestResponseFormatTestOK) SetRequiredArrayStringUint8

func (s *TestResponseFormatTestOK) SetRequiredArrayStringUint8(val []uint8)

SetRequiredArrayStringUint8 sets the value of RequiredArrayStringUint8.

func (*TestResponseFormatTestOK) SetRequiredArrayStringUnix

func (s *TestResponseFormatTestOK) SetRequiredArrayStringUnix(val []time.Time)

SetRequiredArrayStringUnix sets the value of RequiredArrayStringUnix.

func (*TestResponseFormatTestOK) SetRequiredArrayStringUnixMinusMicro

func (s *TestResponseFormatTestOK) SetRequiredArrayStringUnixMinusMicro(val []time.Time)

SetRequiredArrayStringUnixMinusMicro sets the value of RequiredArrayStringUnixMinusMicro.

func (*TestResponseFormatTestOK) SetRequiredArrayStringUnixMinusMilli

func (s *TestResponseFormatTestOK) SetRequiredArrayStringUnixMinusMilli(val []time.Time)

SetRequiredArrayStringUnixMinusMilli sets the value of RequiredArrayStringUnixMinusMilli.

func (*TestResponseFormatTestOK) SetRequiredArrayStringUnixMinusNano

func (s *TestResponseFormatTestOK) SetRequiredArrayStringUnixMinusNano(val []time.Time)

SetRequiredArrayStringUnixMinusNano sets the value of RequiredArrayStringUnixMinusNano.

func (*TestResponseFormatTestOK) SetRequiredArrayStringUnixMinusSeconds

func (s *TestResponseFormatTestOK) SetRequiredArrayStringUnixMinusSeconds(val []time.Time)

SetRequiredArrayStringUnixMinusSeconds sets the value of RequiredArrayStringUnixMinusSeconds.

func (*TestResponseFormatTestOK) SetRequiredBoolean

func (s *TestResponseFormatTestOK) SetRequiredBoolean(val bool)

SetRequiredBoolean sets the value of RequiredBoolean.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayAny

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayAny(val [][]jx.Raw)

SetRequiredDoubleArrayAny sets the value of RequiredDoubleArrayAny.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayBoolean

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayBoolean(val [][]bool)

SetRequiredDoubleArrayBoolean sets the value of RequiredDoubleArrayBoolean.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayInteger

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayInteger(val [][]int)

SetRequiredDoubleArrayInteger sets the value of RequiredDoubleArrayInteger.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayIntegerInt16

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayIntegerInt16(val [][]int16)

SetRequiredDoubleArrayIntegerInt16 sets the value of RequiredDoubleArrayIntegerInt16.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayIntegerInt32

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayIntegerInt32(val [][]int32)

SetRequiredDoubleArrayIntegerInt32 sets the value of RequiredDoubleArrayIntegerInt32.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayIntegerInt64

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayIntegerInt64(val [][]int64)

SetRequiredDoubleArrayIntegerInt64 sets the value of RequiredDoubleArrayIntegerInt64.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayIntegerInt8

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayIntegerInt8(val [][]int8)

SetRequiredDoubleArrayIntegerInt8 sets the value of RequiredDoubleArrayIntegerInt8.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayIntegerUint

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayIntegerUint(val [][]uint)

SetRequiredDoubleArrayIntegerUint sets the value of RequiredDoubleArrayIntegerUint.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayIntegerUint16

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayIntegerUint16(val [][]uint16)

SetRequiredDoubleArrayIntegerUint16 sets the value of RequiredDoubleArrayIntegerUint16.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayIntegerUint32

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayIntegerUint32(val [][]uint32)

SetRequiredDoubleArrayIntegerUint32 sets the value of RequiredDoubleArrayIntegerUint32.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayIntegerUint64

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayIntegerUint64(val [][]uint64)

SetRequiredDoubleArrayIntegerUint64 sets the value of RequiredDoubleArrayIntegerUint64.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayIntegerUint8

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayIntegerUint8(val [][]uint8)

SetRequiredDoubleArrayIntegerUint8 sets the value of RequiredDoubleArrayIntegerUint8.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayIntegerUnix

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayIntegerUnix(val [][]time.Time)

SetRequiredDoubleArrayIntegerUnix sets the value of RequiredDoubleArrayIntegerUnix.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayIntegerUnixMinusMicro

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayIntegerUnixMinusMicro(val [][]time.Time)

SetRequiredDoubleArrayIntegerUnixMinusMicro sets the value of RequiredDoubleArrayIntegerUnixMinusMicro.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayIntegerUnixMinusMilli

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayIntegerUnixMinusMilli(val [][]time.Time)

SetRequiredDoubleArrayIntegerUnixMinusMilli sets the value of RequiredDoubleArrayIntegerUnixMinusMilli.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayIntegerUnixMinusNano

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayIntegerUnixMinusNano(val [][]time.Time)

SetRequiredDoubleArrayIntegerUnixMinusNano sets the value of RequiredDoubleArrayIntegerUnixMinusNano.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayIntegerUnixMinusSeconds

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayIntegerUnixMinusSeconds(val [][]time.Time)

SetRequiredDoubleArrayIntegerUnixMinusSeconds sets the value of RequiredDoubleArrayIntegerUnixMinusSeconds.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayNull

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayNull(val [][]struct{})

SetRequiredDoubleArrayNull sets the value of RequiredDoubleArrayNull.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayNumber

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayNumber(val [][]float64)

SetRequiredDoubleArrayNumber sets the value of RequiredDoubleArrayNumber.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayNumberDouble

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayNumberDouble(val [][]float64)

SetRequiredDoubleArrayNumberDouble sets the value of RequiredDoubleArrayNumberDouble.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayNumberFloat

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayNumberFloat(val [][]float32)

SetRequiredDoubleArrayNumberFloat sets the value of RequiredDoubleArrayNumberFloat.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayNumberInt32

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayNumberInt32(val [][]int32)

SetRequiredDoubleArrayNumberInt32 sets the value of RequiredDoubleArrayNumberInt32.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayNumberInt64

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayNumberInt64(val [][]int64)

SetRequiredDoubleArrayNumberInt64 sets the value of RequiredDoubleArrayNumberInt64.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayString

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayString(val [][]string)

SetRequiredDoubleArrayString sets the value of RequiredDoubleArrayString.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringBase64

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringBase64(val [][][]byte)

SetRequiredDoubleArrayStringBase64 sets the value of RequiredDoubleArrayStringBase64.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringBinary

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringBinary(val [][]string)

SetRequiredDoubleArrayStringBinary sets the value of RequiredDoubleArrayStringBinary.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringByte

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringByte(val [][][]byte)

SetRequiredDoubleArrayStringByte sets the value of RequiredDoubleArrayStringByte.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringDate

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringDate(val [][]time.Time)

SetRequiredDoubleArrayStringDate sets the value of RequiredDoubleArrayStringDate.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringDateMinusTime

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringDateMinusTime(val [][]time.Time)

SetRequiredDoubleArrayStringDateMinusTime sets the value of RequiredDoubleArrayStringDateMinusTime.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringDuration

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringDuration(val [][]time.Duration)

SetRequiredDoubleArrayStringDuration sets the value of RequiredDoubleArrayStringDuration.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringEmail

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringEmail(val [][]string)

SetRequiredDoubleArrayStringEmail sets the value of RequiredDoubleArrayStringEmail.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringFloat32

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringFloat32(val [][]float32)

SetRequiredDoubleArrayStringFloat32 sets the value of RequiredDoubleArrayStringFloat32.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringFloat64

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringFloat64(val [][]float64)

SetRequiredDoubleArrayStringFloat64 sets the value of RequiredDoubleArrayStringFloat64.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringHostname

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringHostname(val [][]string)

SetRequiredDoubleArrayStringHostname sets the value of RequiredDoubleArrayStringHostname.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringIP

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringIP(val [][]netip.Addr)

SetRequiredDoubleArrayStringIP sets the value of RequiredDoubleArrayStringIP.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringInt

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringInt(val [][]int)

SetRequiredDoubleArrayStringInt sets the value of RequiredDoubleArrayStringInt.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringInt16

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringInt16(val [][]int16)

SetRequiredDoubleArrayStringInt16 sets the value of RequiredDoubleArrayStringInt16.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringInt32

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringInt32(val [][]int32)

SetRequiredDoubleArrayStringInt32 sets the value of RequiredDoubleArrayStringInt32.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringInt64

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringInt64(val [][]int64)

SetRequiredDoubleArrayStringInt64 sets the value of RequiredDoubleArrayStringInt64.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringInt8

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringInt8(val [][]int8)

SetRequiredDoubleArrayStringInt8 sets the value of RequiredDoubleArrayStringInt8.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringIpv4

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringIpv4(val [][]netip.Addr)

SetRequiredDoubleArrayStringIpv4 sets the value of RequiredDoubleArrayStringIpv4.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringIpv6

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringIpv6(val [][]netip.Addr)

SetRequiredDoubleArrayStringIpv6 sets the value of RequiredDoubleArrayStringIpv6.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringMAC

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringMAC(val [][]net.HardwareAddr)

SetRequiredDoubleArrayStringMAC sets the value of RequiredDoubleArrayStringMAC.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringPassword

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringPassword(val [][]string)

SetRequiredDoubleArrayStringPassword sets the value of RequiredDoubleArrayStringPassword.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringTime

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringTime(val [][]time.Time)

SetRequiredDoubleArrayStringTime sets the value of RequiredDoubleArrayStringTime.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringURI

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringURI(val [][]url.URL)

SetRequiredDoubleArrayStringURI sets the value of RequiredDoubleArrayStringURI.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringUUID

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringUUID(val [][]uuid.UUID)

SetRequiredDoubleArrayStringUUID sets the value of RequiredDoubleArrayStringUUID.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringUint

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringUint(val [][]uint)

SetRequiredDoubleArrayStringUint sets the value of RequiredDoubleArrayStringUint.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringUint16

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringUint16(val [][]uint16)

SetRequiredDoubleArrayStringUint16 sets the value of RequiredDoubleArrayStringUint16.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringUint32

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringUint32(val [][]uint32)

SetRequiredDoubleArrayStringUint32 sets the value of RequiredDoubleArrayStringUint32.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringUint64

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringUint64(val [][]uint64)

SetRequiredDoubleArrayStringUint64 sets the value of RequiredDoubleArrayStringUint64.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringUint8

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringUint8(val [][]uint8)

SetRequiredDoubleArrayStringUint8 sets the value of RequiredDoubleArrayStringUint8.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringUnix

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringUnix(val [][]time.Time)

SetRequiredDoubleArrayStringUnix sets the value of RequiredDoubleArrayStringUnix.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringUnixMinusMicro

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringUnixMinusMicro(val [][]time.Time)

SetRequiredDoubleArrayStringUnixMinusMicro sets the value of RequiredDoubleArrayStringUnixMinusMicro.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringUnixMinusMilli

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringUnixMinusMilli(val [][]time.Time)

SetRequiredDoubleArrayStringUnixMinusMilli sets the value of RequiredDoubleArrayStringUnixMinusMilli.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringUnixMinusNano

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringUnixMinusNano(val [][]time.Time)

SetRequiredDoubleArrayStringUnixMinusNano sets the value of RequiredDoubleArrayStringUnixMinusNano.

func (*TestResponseFormatTestOK) SetRequiredDoubleArrayStringUnixMinusSeconds

func (s *TestResponseFormatTestOK) SetRequiredDoubleArrayStringUnixMinusSeconds(val [][]time.Time)

SetRequiredDoubleArrayStringUnixMinusSeconds sets the value of RequiredDoubleArrayStringUnixMinusSeconds.

func (*TestResponseFormatTestOK) SetRequiredInteger

func (s *TestResponseFormatTestOK) SetRequiredInteger(val int)

SetRequiredInteger sets the value of RequiredInteger.

func (*TestResponseFormatTestOK) SetRequiredIntegerInt16

func (s *TestResponseFormatTestOK) SetRequiredIntegerInt16(val int16)

SetRequiredIntegerInt16 sets the value of RequiredIntegerInt16.

func (*TestResponseFormatTestOK) SetRequiredIntegerInt32

func (s *TestResponseFormatTestOK) SetRequiredIntegerInt32(val int32)

SetRequiredIntegerInt32 sets the value of RequiredIntegerInt32.

func (*TestResponseFormatTestOK) SetRequiredIntegerInt64

func (s *TestResponseFormatTestOK) SetRequiredIntegerInt64(val int64)

SetRequiredIntegerInt64 sets the value of RequiredIntegerInt64.

func (*TestResponseFormatTestOK) SetRequiredIntegerInt8

func (s *TestResponseFormatTestOK) SetRequiredIntegerInt8(val int8)

SetRequiredIntegerInt8 sets the value of RequiredIntegerInt8.

func (*TestResponseFormatTestOK) SetRequiredIntegerUint

func (s *TestResponseFormatTestOK) SetRequiredIntegerUint(val uint)

SetRequiredIntegerUint sets the value of RequiredIntegerUint.

func (*TestResponseFormatTestOK) SetRequiredIntegerUint16

func (s *TestResponseFormatTestOK) SetRequiredIntegerUint16(val uint16)

SetRequiredIntegerUint16 sets the value of RequiredIntegerUint16.

func (*TestResponseFormatTestOK) SetRequiredIntegerUint32

func (s *TestResponseFormatTestOK) SetRequiredIntegerUint32(val uint32)

SetRequiredIntegerUint32 sets the value of RequiredIntegerUint32.

func (*TestResponseFormatTestOK) SetRequiredIntegerUint64

func (s *TestResponseFormatTestOK) SetRequiredIntegerUint64(val uint64)

SetRequiredIntegerUint64 sets the value of RequiredIntegerUint64.

func (*TestResponseFormatTestOK) SetRequiredIntegerUint8

func (s *TestResponseFormatTestOK) SetRequiredIntegerUint8(val uint8)

SetRequiredIntegerUint8 sets the value of RequiredIntegerUint8.

func (*TestResponseFormatTestOK) SetRequiredIntegerUnix

func (s *TestResponseFormatTestOK) SetRequiredIntegerUnix(val time.Time)

SetRequiredIntegerUnix sets the value of RequiredIntegerUnix.

func (*TestResponseFormatTestOK) SetRequiredIntegerUnixMinusMicro

func (s *TestResponseFormatTestOK) SetRequiredIntegerUnixMinusMicro(val time.Time)

SetRequiredIntegerUnixMinusMicro sets the value of RequiredIntegerUnixMinusMicro.

func (*TestResponseFormatTestOK) SetRequiredIntegerUnixMinusMilli

func (s *TestResponseFormatTestOK) SetRequiredIntegerUnixMinusMilli(val time.Time)

SetRequiredIntegerUnixMinusMilli sets the value of RequiredIntegerUnixMinusMilli.

func (*TestResponseFormatTestOK) SetRequiredIntegerUnixMinusNano

func (s *TestResponseFormatTestOK) SetRequiredIntegerUnixMinusNano(val time.Time)

SetRequiredIntegerUnixMinusNano sets the value of RequiredIntegerUnixMinusNano.

func (*TestResponseFormatTestOK) SetRequiredIntegerUnixMinusSeconds

func (s *TestResponseFormatTestOK) SetRequiredIntegerUnixMinusSeconds(val time.Time)

SetRequiredIntegerUnixMinusSeconds sets the value of RequiredIntegerUnixMinusSeconds.

func (*TestResponseFormatTestOK) SetRequiredNull

func (s *TestResponseFormatTestOK) SetRequiredNull(val struct{})

SetRequiredNull sets the value of RequiredNull.

func (*TestResponseFormatTestOK) SetRequiredNumber

func (s *TestResponseFormatTestOK) SetRequiredNumber(val float64)

SetRequiredNumber sets the value of RequiredNumber.

func (*TestResponseFormatTestOK) SetRequiredNumberDouble

func (s *TestResponseFormatTestOK) SetRequiredNumberDouble(val float64)

SetRequiredNumberDouble sets the value of RequiredNumberDouble.

func (*TestResponseFormatTestOK) SetRequiredNumberFloat

func (s *TestResponseFormatTestOK) SetRequiredNumberFloat(val float32)

SetRequiredNumberFloat sets the value of RequiredNumberFloat.

func (*TestResponseFormatTestOK) SetRequiredNumberInt32

func (s *TestResponseFormatTestOK) SetRequiredNumberInt32(val int32)

SetRequiredNumberInt32 sets the value of RequiredNumberInt32.

func (*TestResponseFormatTestOK) SetRequiredNumberInt64

func (s *TestResponseFormatTestOK) SetRequiredNumberInt64(val int64)

SetRequiredNumberInt64 sets the value of RequiredNumberInt64.

func (*TestResponseFormatTestOK) SetRequiredString

func (s *TestResponseFormatTestOK) SetRequiredString(val string)

SetRequiredString sets the value of RequiredString.

func (*TestResponseFormatTestOK) SetRequiredStringBase64

func (s *TestResponseFormatTestOK) SetRequiredStringBase64(val []byte)

SetRequiredStringBase64 sets the value of RequiredStringBase64.

func (*TestResponseFormatTestOK) SetRequiredStringBinary

func (s *TestResponseFormatTestOK) SetRequiredStringBinary(val string)

SetRequiredStringBinary sets the value of RequiredStringBinary.

func (*TestResponseFormatTestOK) SetRequiredStringByte

func (s *TestResponseFormatTestOK) SetRequiredStringByte(val []byte)

SetRequiredStringByte sets the value of RequiredStringByte.

func (*TestResponseFormatTestOK) SetRequiredStringDate

func (s *TestResponseFormatTestOK) SetRequiredStringDate(val time.Time)

SetRequiredStringDate sets the value of RequiredStringDate.

func (*TestResponseFormatTestOK) SetRequiredStringDateMinusTime

func (s *TestResponseFormatTestOK) SetRequiredStringDateMinusTime(val time.Time)

SetRequiredStringDateMinusTime sets the value of RequiredStringDateMinusTime.

func (*TestResponseFormatTestOK) SetRequiredStringDuration

func (s *TestResponseFormatTestOK) SetRequiredStringDuration(val time.Duration)

SetRequiredStringDuration sets the value of RequiredStringDuration.

func (*TestResponseFormatTestOK) SetRequiredStringEmail

func (s *TestResponseFormatTestOK) SetRequiredStringEmail(val string)

SetRequiredStringEmail sets the value of RequiredStringEmail.

func (*TestResponseFormatTestOK) SetRequiredStringFloat32

func (s *TestResponseFormatTestOK) SetRequiredStringFloat32(val float32)

SetRequiredStringFloat32 sets the value of RequiredStringFloat32.

func (*TestResponseFormatTestOK) SetRequiredStringFloat64

func (s *TestResponseFormatTestOK) SetRequiredStringFloat64(val float64)

SetRequiredStringFloat64 sets the value of RequiredStringFloat64.

func (*TestResponseFormatTestOK) SetRequiredStringHostname

func (s *TestResponseFormatTestOK) SetRequiredStringHostname(val string)

SetRequiredStringHostname sets the value of RequiredStringHostname.

func (*TestResponseFormatTestOK) SetRequiredStringIP

func (s *TestResponseFormatTestOK) SetRequiredStringIP(val netip.Addr)

SetRequiredStringIP sets the value of RequiredStringIP.

func (*TestResponseFormatTestOK) SetRequiredStringInt

func (s *TestResponseFormatTestOK) SetRequiredStringInt(val int)

SetRequiredStringInt sets the value of RequiredStringInt.

func (*TestResponseFormatTestOK) SetRequiredStringInt16

func (s *TestResponseFormatTestOK) SetRequiredStringInt16(val int16)

SetRequiredStringInt16 sets the value of RequiredStringInt16.

func (*TestResponseFormatTestOK) SetRequiredStringInt32

func (s *TestResponseFormatTestOK) SetRequiredStringInt32(val int32)

SetRequiredStringInt32 sets the value of RequiredStringInt32.

func (*TestResponseFormatTestOK) SetRequiredStringInt64

func (s *TestResponseFormatTestOK) SetRequiredStringInt64(val int64)

SetRequiredStringInt64 sets the value of RequiredStringInt64.

func (*TestResponseFormatTestOK) SetRequiredStringInt8

func (s *TestResponseFormatTestOK) SetRequiredStringInt8(val int8)

SetRequiredStringInt8 sets the value of RequiredStringInt8.

func (*TestResponseFormatTestOK) SetRequiredStringIpv4

func (s *TestResponseFormatTestOK) SetRequiredStringIpv4(val netip.Addr)

SetRequiredStringIpv4 sets the value of RequiredStringIpv4.

func (*TestResponseFormatTestOK) SetRequiredStringIpv6

func (s *TestResponseFormatTestOK) SetRequiredStringIpv6(val netip.Addr)

SetRequiredStringIpv6 sets the value of RequiredStringIpv6.

func (*TestResponseFormatTestOK) SetRequiredStringMAC

func (s *TestResponseFormatTestOK) SetRequiredStringMAC(val net.HardwareAddr)

SetRequiredStringMAC sets the value of RequiredStringMAC.

func (*TestResponseFormatTestOK) SetRequiredStringPassword

func (s *TestResponseFormatTestOK) SetRequiredStringPassword(val string)

SetRequiredStringPassword sets the value of RequiredStringPassword.

func (*TestResponseFormatTestOK) SetRequiredStringTime

func (s *TestResponseFormatTestOK) SetRequiredStringTime(val time.Time)

SetRequiredStringTime sets the value of RequiredStringTime.

func (*TestResponseFormatTestOK) SetRequiredStringURI

func (s *TestResponseFormatTestOK) SetRequiredStringURI(val url.URL)

SetRequiredStringURI sets the value of RequiredStringURI.

func (*TestResponseFormatTestOK) SetRequiredStringUUID

func (s *TestResponseFormatTestOK) SetRequiredStringUUID(val uuid.UUID)

SetRequiredStringUUID sets the value of RequiredStringUUID.

func (*TestResponseFormatTestOK) SetRequiredStringUint

func (s *TestResponseFormatTestOK) SetRequiredStringUint(val uint)

SetRequiredStringUint sets the value of RequiredStringUint.

func (*TestResponseFormatTestOK) SetRequiredStringUint16

func (s *TestResponseFormatTestOK) SetRequiredStringUint16(val uint16)

SetRequiredStringUint16 sets the value of RequiredStringUint16.

func (*TestResponseFormatTestOK) SetRequiredStringUint32

func (s *TestResponseFormatTestOK) SetRequiredStringUint32(val uint32)

SetRequiredStringUint32 sets the value of RequiredStringUint32.

func (*TestResponseFormatTestOK) SetRequiredStringUint64

func (s *TestResponseFormatTestOK) SetRequiredStringUint64(val uint64)

SetRequiredStringUint64 sets the value of RequiredStringUint64.

func (*TestResponseFormatTestOK) SetRequiredStringUint8

func (s *TestResponseFormatTestOK) SetRequiredStringUint8(val uint8)

SetRequiredStringUint8 sets the value of RequiredStringUint8.

func (*TestResponseFormatTestOK) SetRequiredStringUnix

func (s *TestResponseFormatTestOK) SetRequiredStringUnix(val time.Time)

SetRequiredStringUnix sets the value of RequiredStringUnix.

func (*TestResponseFormatTestOK) SetRequiredStringUnixMinusMicro

func (s *TestResponseFormatTestOK) SetRequiredStringUnixMinusMicro(val time.Time)

SetRequiredStringUnixMinusMicro sets the value of RequiredStringUnixMinusMicro.

func (*TestResponseFormatTestOK) SetRequiredStringUnixMinusMilli

func (s *TestResponseFormatTestOK) SetRequiredStringUnixMinusMilli(val time.Time)

SetRequiredStringUnixMinusMilli sets the value of RequiredStringUnixMinusMilli.

func (*TestResponseFormatTestOK) SetRequiredStringUnixMinusNano

func (s *TestResponseFormatTestOK) SetRequiredStringUnixMinusNano(val time.Time)

SetRequiredStringUnixMinusNano sets the value of RequiredStringUnixMinusNano.

func (*TestResponseFormatTestOK) SetRequiredStringUnixMinusSeconds

func (s *TestResponseFormatTestOK) SetRequiredStringUnixMinusSeconds(val time.Time)

SetRequiredStringUnixMinusSeconds sets the value of RequiredStringUnixMinusSeconds.

func (*TestResponseFormatTestOK) UnmarshalJSON

func (s *TestResponseFormatTestOK) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*TestResponseFormatTestOK) Validate

func (s *TestResponseFormatTestOK) Validate() error

type UnimplementedHandler

type UnimplementedHandler struct{}

UnimplementedHandler is no-op Handler which returns http.ErrNotImplemented.

func (UnimplementedHandler) TestQueryParameter

func (UnimplementedHandler) TestQueryParameter(ctx context.Context, req string, params TestQueryParameterParams) (r *Error, _ error)

TestQueryParameter implements test_query_parameter operation.

POST /test_query_parameter

func (UnimplementedHandler) TestRequestAny

func (UnimplementedHandler) TestRequestAny(ctx context.Context, req jx.Raw) (r *Error, _ error)

TestRequestAny implements test_request_Any operation.

POST /test_request_Any

func (UnimplementedHandler) TestRequestBoolean

func (UnimplementedHandler) TestRequestBoolean(ctx context.Context, req OptBool) (r *Error, _ error)

TestRequestBoolean implements test_request_boolean operation.

POST /test_request_boolean

func (UnimplementedHandler) TestRequestBooleanArray

func (UnimplementedHandler) TestRequestBooleanArray(ctx context.Context, req []bool) (r *Error, _ error)

TestRequestBooleanArray implements test_request_boolean_array operation.

POST /test_request_boolean_array

func (UnimplementedHandler) TestRequestBooleanArrayArray

func (UnimplementedHandler) TestRequestBooleanArrayArray(ctx context.Context, req [][]bool) (r *Error, _ error)

TestRequestBooleanArrayArray implements test_request_boolean_array_array operation.

POST /test_request_boolean_array_array

func (UnimplementedHandler) TestRequestBooleanNullable

func (UnimplementedHandler) TestRequestBooleanNullable(ctx context.Context, req OptNilBool) (r *Error, _ error)

TestRequestBooleanNullable implements test_request_boolean_nullable operation.

POST /test_request_boolean_nullable

func (UnimplementedHandler) TestRequestBooleanNullableArray

func (UnimplementedHandler) TestRequestBooleanNullableArray(ctx context.Context, req []NilBool) (r *Error, _ error)

TestRequestBooleanNullableArray implements test_request_boolean_nullable_array operation.

POST /test_request_boolean_nullable_array

func (UnimplementedHandler) TestRequestBooleanNullableArrayArray

func (UnimplementedHandler) TestRequestBooleanNullableArrayArray(ctx context.Context, req [][]NilBool) (r *Error, _ error)

TestRequestBooleanNullableArrayArray implements test_request_boolean_nullable_array_array operation.

POST /test_request_boolean_nullable_array_array

func (UnimplementedHandler) TestRequestEmptyStruct

func (UnimplementedHandler) TestRequestEmptyStruct(ctx context.Context, req *TestRequestEmptyStructReq) (r *Error, _ error)

TestRequestEmptyStruct implements test_request_EmptyStruct operation.

POST /test_request_EmptyStruct

func (UnimplementedHandler) TestRequestFormatTest

func (UnimplementedHandler) TestRequestFormatTest(ctx context.Context, req OptTestRequestFormatTestReq) (r *Error, _ error)

TestRequestFormatTest implements test_request_FormatTest operation.

POST /test_request_FormatTest

func (UnimplementedHandler) TestRequestInteger

func (UnimplementedHandler) TestRequestInteger(ctx context.Context, req OptInt) (r *Error, _ error)

TestRequestInteger implements test_request_integer operation.

POST /test_request_integer

func (UnimplementedHandler) TestRequestIntegerArray

func (UnimplementedHandler) TestRequestIntegerArray(ctx context.Context, req []int) (r *Error, _ error)

TestRequestIntegerArray implements test_request_integer_array operation.

POST /test_request_integer_array

func (UnimplementedHandler) TestRequestIntegerArrayArray

func (UnimplementedHandler) TestRequestIntegerArrayArray(ctx context.Context, req [][]int) (r *Error, _ error)

TestRequestIntegerArrayArray implements test_request_integer_array_array operation.

POST /test_request_integer_array_array

func (UnimplementedHandler) TestRequestIntegerInt16

func (UnimplementedHandler) TestRequestIntegerInt16(ctx context.Context, req OptInt16) (r *Error, _ error)

TestRequestIntegerInt16 implements test_request_integer_int16 operation.

POST /test_request_integer_int16

func (UnimplementedHandler) TestRequestIntegerInt16Array

func (UnimplementedHandler) TestRequestIntegerInt16Array(ctx context.Context, req []int16) (r *Error, _ error)

TestRequestIntegerInt16Array implements test_request_integer_int16_array operation.

POST /test_request_integer_int16_array

func (UnimplementedHandler) TestRequestIntegerInt16ArrayArray

func (UnimplementedHandler) TestRequestIntegerInt16ArrayArray(ctx context.Context, req [][]int16) (r *Error, _ error)

TestRequestIntegerInt16ArrayArray implements test_request_integer_int16_array_array operation.

POST /test_request_integer_int16_array_array

func (UnimplementedHandler) TestRequestIntegerInt16Nullable

func (UnimplementedHandler) TestRequestIntegerInt16Nullable(ctx context.Context, req OptNilInt16) (r *Error, _ error)

TestRequestIntegerInt16Nullable implements test_request_integer_int16_nullable operation.

POST /test_request_integer_int16_nullable

func (UnimplementedHandler) TestRequestIntegerInt16NullableArray

func (UnimplementedHandler) TestRequestIntegerInt16NullableArray(ctx context.Context, req []NilInt16) (r *Error, _ error)

TestRequestIntegerInt16NullableArray implements test_request_integer_int16_nullable_array operation.

POST /test_request_integer_int16_nullable_array

func (UnimplementedHandler) TestRequestIntegerInt16NullableArrayArray

func (UnimplementedHandler) TestRequestIntegerInt16NullableArrayArray(ctx context.Context, req [][]NilInt16) (r *Error, _ error)

TestRequestIntegerInt16NullableArrayArray implements test_request_integer_int16_nullable_array_array operation.

POST /test_request_integer_int16_nullable_array_array

func (UnimplementedHandler) TestRequestIntegerInt32

func (UnimplementedHandler) TestRequestIntegerInt32(ctx context.Context, req OptInt32) (r *Error, _ error)

TestRequestIntegerInt32 implements test_request_integer_int32 operation.

POST /test_request_integer_int32

func (UnimplementedHandler) TestRequestIntegerInt32Array

func (UnimplementedHandler) TestRequestIntegerInt32Array(ctx context.Context, req []int32) (r *Error, _ error)

TestRequestIntegerInt32Array implements test_request_integer_int32_array operation.

POST /test_request_integer_int32_array

func (UnimplementedHandler) TestRequestIntegerInt32ArrayArray

func (UnimplementedHandler) TestRequestIntegerInt32ArrayArray(ctx context.Context, req [][]int32) (r *Error, _ error)

TestRequestIntegerInt32ArrayArray implements test_request_integer_int32_array_array operation.

POST /test_request_integer_int32_array_array

func (UnimplementedHandler) TestRequestIntegerInt32Nullable

func (UnimplementedHandler) TestRequestIntegerInt32Nullable(ctx context.Context, req OptNilInt32) (r *Error, _ error)

TestRequestIntegerInt32Nullable implements test_request_integer_int32_nullable operation.

POST /test_request_integer_int32_nullable

func (UnimplementedHandler) TestRequestIntegerInt32NullableArray

func (UnimplementedHandler) TestRequestIntegerInt32NullableArray(ctx context.Context, req []NilInt32) (r *Error, _ error)

TestRequestIntegerInt32NullableArray implements test_request_integer_int32_nullable_array operation.

POST /test_request_integer_int32_nullable_array

func (UnimplementedHandler) TestRequestIntegerInt32NullableArrayArray

func (UnimplementedHandler) TestRequestIntegerInt32NullableArrayArray(ctx context.Context, req [][]NilInt32) (r *Error, _ error)

TestRequestIntegerInt32NullableArrayArray implements test_request_integer_int32_nullable_array_array operation.

POST /test_request_integer_int32_nullable_array_array

func (UnimplementedHandler) TestRequestIntegerInt64

func (UnimplementedHandler) TestRequestIntegerInt64(ctx context.Context, req OptInt64) (r *Error, _ error)

TestRequestIntegerInt64 implements test_request_integer_int64 operation.

POST /test_request_integer_int64

func (UnimplementedHandler) TestRequestIntegerInt64Array

func (UnimplementedHandler) TestRequestIntegerInt64Array(ctx context.Context, req []int64) (r *Error, _ error)

TestRequestIntegerInt64Array implements test_request_integer_int64_array operation.

POST /test_request_integer_int64_array

func (UnimplementedHandler) TestRequestIntegerInt64ArrayArray

func (UnimplementedHandler) TestRequestIntegerInt64ArrayArray(ctx context.Context, req [][]int64) (r *Error, _ error)

TestRequestIntegerInt64ArrayArray implements test_request_integer_int64_array_array operation.

POST /test_request_integer_int64_array_array

func (UnimplementedHandler) TestRequestIntegerInt64Nullable

func (UnimplementedHandler) TestRequestIntegerInt64Nullable(ctx context.Context, req OptNilInt64) (r *Error, _ error)

TestRequestIntegerInt64Nullable implements test_request_integer_int64_nullable operation.

POST /test_request_integer_int64_nullable

func (UnimplementedHandler) TestRequestIntegerInt64NullableArray

func (UnimplementedHandler) TestRequestIntegerInt64NullableArray(ctx context.Context, req []NilInt64) (r *Error, _ error)

TestRequestIntegerInt64NullableArray implements test_request_integer_int64_nullable_array operation.

POST /test_request_integer_int64_nullable_array

func (UnimplementedHandler) TestRequestIntegerInt64NullableArrayArray

func (UnimplementedHandler) TestRequestIntegerInt64NullableArrayArray(ctx context.Context, req [][]NilInt64) (r *Error, _ error)

TestRequestIntegerInt64NullableArrayArray implements test_request_integer_int64_nullable_array_array operation.

POST /test_request_integer_int64_nullable_array_array

func (UnimplementedHandler) TestRequestIntegerInt8

func (UnimplementedHandler) TestRequestIntegerInt8(ctx context.Context, req OptInt8) (r *Error, _ error)

TestRequestIntegerInt8 implements test_request_integer_int8 operation.

POST /test_request_integer_int8

func (UnimplementedHandler) TestRequestIntegerInt8Array

func (UnimplementedHandler) TestRequestIntegerInt8Array(ctx context.Context, req []int8) (r *Error, _ error)

TestRequestIntegerInt8Array implements test_request_integer_int8_array operation.

POST /test_request_integer_int8_array

func (UnimplementedHandler) TestRequestIntegerInt8ArrayArray

func (UnimplementedHandler) TestRequestIntegerInt8ArrayArray(ctx context.Context, req [][]int8) (r *Error, _ error)

TestRequestIntegerInt8ArrayArray implements test_request_integer_int8_array_array operation.

POST /test_request_integer_int8_array_array

func (UnimplementedHandler) TestRequestIntegerInt8Nullable

func (UnimplementedHandler) TestRequestIntegerInt8Nullable(ctx context.Context, req OptNilInt8) (r *Error, _ error)

TestRequestIntegerInt8Nullable implements test_request_integer_int8_nullable operation.

POST /test_request_integer_int8_nullable

func (UnimplementedHandler) TestRequestIntegerInt8NullableArray

func (UnimplementedHandler) TestRequestIntegerInt8NullableArray(ctx context.Context, req []NilInt8) (r *Error, _ error)

TestRequestIntegerInt8NullableArray implements test_request_integer_int8_nullable_array operation.

POST /test_request_integer_int8_nullable_array

func (UnimplementedHandler) TestRequestIntegerInt8NullableArrayArray

func (UnimplementedHandler) TestRequestIntegerInt8NullableArrayArray(ctx context.Context, req [][]NilInt8) (r *Error, _ error)

TestRequestIntegerInt8NullableArrayArray implements test_request_integer_int8_nullable_array_array operation.

POST /test_request_integer_int8_nullable_array_array

func (UnimplementedHandler) TestRequestIntegerNullable

func (UnimplementedHandler) TestRequestIntegerNullable(ctx context.Context, req OptNilInt) (r *Error, _ error)

TestRequestIntegerNullable implements test_request_integer_nullable operation.

POST /test_request_integer_nullable

func (UnimplementedHandler) TestRequestIntegerNullableArray

func (UnimplementedHandler) TestRequestIntegerNullableArray(ctx context.Context, req []NilInt) (r *Error, _ error)

TestRequestIntegerNullableArray implements test_request_integer_nullable_array operation.

POST /test_request_integer_nullable_array

func (UnimplementedHandler) TestRequestIntegerNullableArrayArray

func (UnimplementedHandler) TestRequestIntegerNullableArrayArray(ctx context.Context, req [][]NilInt) (r *Error, _ error)

TestRequestIntegerNullableArrayArray implements test_request_integer_nullable_array_array operation.

POST /test_request_integer_nullable_array_array

func (UnimplementedHandler) TestRequestIntegerUint

func (UnimplementedHandler) TestRequestIntegerUint(ctx context.Context, req OptUint) (r *Error, _ error)

TestRequestIntegerUint implements test_request_integer_uint operation.

POST /test_request_integer_uint

func (UnimplementedHandler) TestRequestIntegerUint16

func (UnimplementedHandler) TestRequestIntegerUint16(ctx context.Context, req OptUint16) (r *Error, _ error)

TestRequestIntegerUint16 implements test_request_integer_uint16 operation.

POST /test_request_integer_uint16

func (UnimplementedHandler) TestRequestIntegerUint16Array

func (UnimplementedHandler) TestRequestIntegerUint16Array(ctx context.Context, req []uint16) (r *Error, _ error)

TestRequestIntegerUint16Array implements test_request_integer_uint16_array operation.

POST /test_request_integer_uint16_array

func (UnimplementedHandler) TestRequestIntegerUint16ArrayArray

func (UnimplementedHandler) TestRequestIntegerUint16ArrayArray(ctx context.Context, req [][]uint16) (r *Error, _ error)

TestRequestIntegerUint16ArrayArray implements test_request_integer_uint16_array_array operation.

POST /test_request_integer_uint16_array_array

func (UnimplementedHandler) TestRequestIntegerUint16Nullable

func (UnimplementedHandler) TestRequestIntegerUint16Nullable(ctx context.Context, req OptNilUint16) (r *Error, _ error)

TestRequestIntegerUint16Nullable implements test_request_integer_uint16_nullable operation.

POST /test_request_integer_uint16_nullable

func (UnimplementedHandler) TestRequestIntegerUint16NullableArray

func (UnimplementedHandler) TestRequestIntegerUint16NullableArray(ctx context.Context, req []NilUint16) (r *Error, _ error)

TestRequestIntegerUint16NullableArray implements test_request_integer_uint16_nullable_array operation.

POST /test_request_integer_uint16_nullable_array

func (UnimplementedHandler) TestRequestIntegerUint16NullableArrayArray

func (UnimplementedHandler) TestRequestIntegerUint16NullableArrayArray(ctx context.Context, req [][]NilUint16) (r *Error, _ error)

TestRequestIntegerUint16NullableArrayArray implements test_request_integer_uint16_nullable_array_array operation.

POST /test_request_integer_uint16_nullable_array_array

func (UnimplementedHandler) TestRequestIntegerUint32

func (UnimplementedHandler) TestRequestIntegerUint32(ctx context.Context, req OptUint32) (r *Error, _ error)

TestRequestIntegerUint32 implements test_request_integer_uint32 operation.

POST /test_request_integer_uint32

func (UnimplementedHandler) TestRequestIntegerUint32Array

func (UnimplementedHandler) TestRequestIntegerUint32Array(ctx context.Context, req []uint32) (r *Error, _ error)

TestRequestIntegerUint32Array implements test_request_integer_uint32_array operation.

POST /test_request_integer_uint32_array

func (UnimplementedHandler) TestRequestIntegerUint32ArrayArray

func (UnimplementedHandler) TestRequestIntegerUint32ArrayArray(ctx context.Context, req [][]uint32) (r *Error, _ error)

TestRequestIntegerUint32ArrayArray implements test_request_integer_uint32_array_array operation.

POST /test_request_integer_uint32_array_array

func (UnimplementedHandler) TestRequestIntegerUint32Nullable

func (UnimplementedHandler) TestRequestIntegerUint32Nullable(ctx context.Context, req OptNilUint32) (r *Error, _ error)

TestRequestIntegerUint32Nullable implements test_request_integer_uint32_nullable operation.

POST /test_request_integer_uint32_nullable

func (UnimplementedHandler) TestRequestIntegerUint32NullableArray

func (UnimplementedHandler) TestRequestIntegerUint32NullableArray(ctx context.Context, req []NilUint32) (r *Error, _ error)

TestRequestIntegerUint32NullableArray implements test_request_integer_uint32_nullable_array operation.

POST /test_request_integer_uint32_nullable_array

func (UnimplementedHandler) TestRequestIntegerUint32NullableArrayArray

func (UnimplementedHandler) TestRequestIntegerUint32NullableArrayArray(ctx context.Context, req [][]NilUint32) (r *Error, _ error)

TestRequestIntegerUint32NullableArrayArray implements test_request_integer_uint32_nullable_array_array operation.

POST /test_request_integer_uint32_nullable_array_array

func (UnimplementedHandler) TestRequestIntegerUint64

func (UnimplementedHandler) TestRequestIntegerUint64(ctx context.Context, req OptUint64) (r *Error, _ error)

TestRequestIntegerUint64 implements test_request_integer_uint64 operation.

POST /test_request_integer_uint64

func (UnimplementedHandler) TestRequestIntegerUint64Array

func (UnimplementedHandler) TestRequestIntegerUint64Array(ctx context.Context, req []uint64) (r *Error, _ error)

TestRequestIntegerUint64Array implements test_request_integer_uint64_array operation.

POST /test_request_integer_uint64_array

func (UnimplementedHandler) TestRequestIntegerUint64ArrayArray

func (UnimplementedHandler) TestRequestIntegerUint64ArrayArray(ctx context.Context, req [][]uint64) (r *Error, _ error)

TestRequestIntegerUint64ArrayArray implements test_request_integer_uint64_array_array operation.

POST /test_request_integer_uint64_array_array

func (UnimplementedHandler) TestRequestIntegerUint64Nullable

func (UnimplementedHandler) TestRequestIntegerUint64Nullable(ctx context.Context, req OptNilUint64) (r *Error, _ error)

TestRequestIntegerUint64Nullable implements test_request_integer_uint64_nullable operation.

POST /test_request_integer_uint64_nullable

func (UnimplementedHandler) TestRequestIntegerUint64NullableArray

func (UnimplementedHandler) TestRequestIntegerUint64NullableArray(ctx context.Context, req []NilUint64) (r *Error, _ error)

TestRequestIntegerUint64NullableArray implements test_request_integer_uint64_nullable_array operation.

POST /test_request_integer_uint64_nullable_array

func (UnimplementedHandler) TestRequestIntegerUint64NullableArrayArray

func (UnimplementedHandler) TestRequestIntegerUint64NullableArrayArray(ctx context.Context, req [][]NilUint64) (r *Error, _ error)

TestRequestIntegerUint64NullableArrayArray implements test_request_integer_uint64_nullable_array_array operation.

POST /test_request_integer_uint64_nullable_array_array

func (UnimplementedHandler) TestRequestIntegerUint8

func (UnimplementedHandler) TestRequestIntegerUint8(ctx context.Context, req OptUint8) (r *Error, _ error)

TestRequestIntegerUint8 implements test_request_integer_uint8 operation.

POST /test_request_integer_uint8

func (UnimplementedHandler) TestRequestIntegerUint8Array

func (UnimplementedHandler) TestRequestIntegerUint8Array(ctx context.Context, req []uint8) (r *Error, _ error)

TestRequestIntegerUint8Array implements test_request_integer_uint8_array operation.

POST /test_request_integer_uint8_array

func (UnimplementedHandler) TestRequestIntegerUint8ArrayArray

func (UnimplementedHandler) TestRequestIntegerUint8ArrayArray(ctx context.Context, req [][]uint8) (r *Error, _ error)

TestRequestIntegerUint8ArrayArray implements test_request_integer_uint8_array_array operation.

POST /test_request_integer_uint8_array_array

func (UnimplementedHandler) TestRequestIntegerUint8Nullable

func (UnimplementedHandler) TestRequestIntegerUint8Nullable(ctx context.Context, req OptNilUint8) (r *Error, _ error)

TestRequestIntegerUint8Nullable implements test_request_integer_uint8_nullable operation.

POST /test_request_integer_uint8_nullable

func (UnimplementedHandler) TestRequestIntegerUint8NullableArray

func (UnimplementedHandler) TestRequestIntegerUint8NullableArray(ctx context.Context, req []NilUint8) (r *Error, _ error)

TestRequestIntegerUint8NullableArray implements test_request_integer_uint8_nullable_array operation.

POST /test_request_integer_uint8_nullable_array

func (UnimplementedHandler) TestRequestIntegerUint8NullableArrayArray

func (UnimplementedHandler) TestRequestIntegerUint8NullableArrayArray(ctx context.Context, req [][]NilUint8) (r *Error, _ error)

TestRequestIntegerUint8NullableArrayArray implements test_request_integer_uint8_nullable_array_array operation.

POST /test_request_integer_uint8_nullable_array_array

func (UnimplementedHandler) TestRequestIntegerUintArray

func (UnimplementedHandler) TestRequestIntegerUintArray(ctx context.Context, req []uint) (r *Error, _ error)

TestRequestIntegerUintArray implements test_request_integer_uint_array operation.

POST /test_request_integer_uint_array

func (UnimplementedHandler) TestRequestIntegerUintArrayArray

func (UnimplementedHandler) TestRequestIntegerUintArrayArray(ctx context.Context, req [][]uint) (r *Error, _ error)

TestRequestIntegerUintArrayArray implements test_request_integer_uint_array_array operation.

POST /test_request_integer_uint_array_array

func (UnimplementedHandler) TestRequestIntegerUintNullable

func (UnimplementedHandler) TestRequestIntegerUintNullable(ctx context.Context, req OptNilUint) (r *Error, _ error)

TestRequestIntegerUintNullable implements test_request_integer_uint_nullable operation.

POST /test_request_integer_uint_nullable

func (UnimplementedHandler) TestRequestIntegerUintNullableArray

func (UnimplementedHandler) TestRequestIntegerUintNullableArray(ctx context.Context, req []NilUint) (r *Error, _ error)

TestRequestIntegerUintNullableArray implements test_request_integer_uint_nullable_array operation.

POST /test_request_integer_uint_nullable_array

func (UnimplementedHandler) TestRequestIntegerUintNullableArrayArray

func (UnimplementedHandler) TestRequestIntegerUintNullableArrayArray(ctx context.Context, req [][]NilUint) (r *Error, _ error)

TestRequestIntegerUintNullableArrayArray implements test_request_integer_uint_nullable_array_array operation.

POST /test_request_integer_uint_nullable_array_array

func (UnimplementedHandler) TestRequestIntegerUnix

func (UnimplementedHandler) TestRequestIntegerUnix(ctx context.Context, req OptUnixSeconds) (r *Error, _ error)

TestRequestIntegerUnix implements test_request_integer_unix operation.

POST /test_request_integer_unix

func (UnimplementedHandler) TestRequestIntegerUnixArray

func (UnimplementedHandler) TestRequestIntegerUnixArray(ctx context.Context, req []time.Time) (r *Error, _ error)

TestRequestIntegerUnixArray implements test_request_integer_unix_array operation.

POST /test_request_integer_unix_array

func (UnimplementedHandler) TestRequestIntegerUnixArrayArray

func (UnimplementedHandler) TestRequestIntegerUnixArrayArray(ctx context.Context, req [][]time.Time) (r *Error, _ error)

TestRequestIntegerUnixArrayArray implements test_request_integer_unix_array_array operation.

POST /test_request_integer_unix_array_array

func (UnimplementedHandler) TestRequestIntegerUnixMicro

func (UnimplementedHandler) TestRequestIntegerUnixMicro(ctx context.Context, req OptUnixMicro) (r *Error, _ error)

TestRequestIntegerUnixMicro implements test_request_integer_unix-micro operation.

POST /test_request_integer_unix-micro

func (UnimplementedHandler) TestRequestIntegerUnixMicroArray

func (UnimplementedHandler) TestRequestIntegerUnixMicroArray(ctx context.Context, req []time.Time) (r *Error, _ error)

TestRequestIntegerUnixMicroArray implements test_request_integer_unix-micro_array operation.

POST /test_request_integer_unix-micro_array

func (UnimplementedHandler) TestRequestIntegerUnixMicroArrayArray

func (UnimplementedHandler) TestRequestIntegerUnixMicroArrayArray(ctx context.Context, req [][]time.Time) (r *Error, _ error)

TestRequestIntegerUnixMicroArrayArray implements test_request_integer_unix-micro_array_array operation.

POST /test_request_integer_unix-micro_array_array

func (UnimplementedHandler) TestRequestIntegerUnixMicroNullable

func (UnimplementedHandler) TestRequestIntegerUnixMicroNullable(ctx context.Context, req OptNilUnixMicro) (r *Error, _ error)

TestRequestIntegerUnixMicroNullable implements test_request_integer_unix-micro_nullable operation.

POST /test_request_integer_unix-micro_nullable

func (UnimplementedHandler) TestRequestIntegerUnixMicroNullableArray

func (UnimplementedHandler) TestRequestIntegerUnixMicroNullableArray(ctx context.Context, req []NilUnixMicro) (r *Error, _ error)

TestRequestIntegerUnixMicroNullableArray implements test_request_integer_unix-micro_nullable_array operation.

POST /test_request_integer_unix-micro_nullable_array

func (UnimplementedHandler) TestRequestIntegerUnixMicroNullableArrayArray

func (UnimplementedHandler) TestRequestIntegerUnixMicroNullableArrayArray(ctx context.Context, req [][]NilUnixMicro) (r *Error, _ error)

TestRequestIntegerUnixMicroNullableArrayArray implements test_request_integer_unix-micro_nullable_array_array operation.

POST /test_request_integer_unix-micro_nullable_array_array

func (UnimplementedHandler) TestRequestIntegerUnixMilli

func (UnimplementedHandler) TestRequestIntegerUnixMilli(ctx context.Context, req OptUnixMilli) (r *Error, _ error)

TestRequestIntegerUnixMilli implements test_request_integer_unix-milli operation.

POST /test_request_integer_unix-milli

func (UnimplementedHandler) TestRequestIntegerUnixMilliArray

func (UnimplementedHandler) TestRequestIntegerUnixMilliArray(ctx context.Context, req []time.Time) (r *Error, _ error)

TestRequestIntegerUnixMilliArray implements test_request_integer_unix-milli_array operation.

POST /test_request_integer_unix-milli_array

func (UnimplementedHandler) TestRequestIntegerUnixMilliArrayArray

func (UnimplementedHandler) TestRequestIntegerUnixMilliArrayArray(ctx context.Context, req [][]time.Time) (r *Error, _ error)

TestRequestIntegerUnixMilliArrayArray implements test_request_integer_unix-milli_array_array operation.

POST /test_request_integer_unix-milli_array_array

func (UnimplementedHandler) TestRequestIntegerUnixMilliNullable

func (UnimplementedHandler) TestRequestIntegerUnixMilliNullable(ctx context.Context, req OptNilUnixMilli) (r *Error, _ error)

TestRequestIntegerUnixMilliNullable implements test_request_integer_unix-milli_nullable operation.

POST /test_request_integer_unix-milli_nullable

func (UnimplementedHandler) TestRequestIntegerUnixMilliNullableArray

func (UnimplementedHandler) TestRequestIntegerUnixMilliNullableArray(ctx context.Context, req []NilUnixMilli) (r *Error, _ error)

TestRequestIntegerUnixMilliNullableArray implements test_request_integer_unix-milli_nullable_array operation.

POST /test_request_integer_unix-milli_nullable_array

func (UnimplementedHandler) TestRequestIntegerUnixMilliNullableArrayArray

func (UnimplementedHandler) TestRequestIntegerUnixMilliNullableArrayArray(ctx context.Context, req [][]NilUnixMilli) (r *Error, _ error)

TestRequestIntegerUnixMilliNullableArrayArray implements test_request_integer_unix-milli_nullable_array_array operation.

POST /test_request_integer_unix-milli_nullable_array_array

func (UnimplementedHandler) TestRequestIntegerUnixNano

func (UnimplementedHandler) TestRequestIntegerUnixNano(ctx context.Context, req OptUnixNano) (r *Error, _ error)

TestRequestIntegerUnixNano implements test_request_integer_unix-nano operation.

POST /test_request_integer_unix-nano

func (UnimplementedHandler) TestRequestIntegerUnixNanoArray

func (UnimplementedHandler) TestRequestIntegerUnixNanoArray(ctx context.Context, req []time.Time) (r *Error, _ error)

TestRequestIntegerUnixNanoArray implements test_request_integer_unix-nano_array operation.

POST /test_request_integer_unix-nano_array

func (UnimplementedHandler) TestRequestIntegerUnixNanoArrayArray

func (UnimplementedHandler) TestRequestIntegerUnixNanoArrayArray(ctx context.Context, req [][]time.Time) (r *Error, _ error)

TestRequestIntegerUnixNanoArrayArray implements test_request_integer_unix-nano_array_array operation.

POST /test_request_integer_unix-nano_array_array

func (UnimplementedHandler) TestRequestIntegerUnixNanoNullable

func (UnimplementedHandler) TestRequestIntegerUnixNanoNullable(ctx context.Context, req OptNilUnixNano) (r *Error, _ error)

TestRequestIntegerUnixNanoNullable implements test_request_integer_unix-nano_nullable operation.

POST /test_request_integer_unix-nano_nullable

func (UnimplementedHandler) TestRequestIntegerUnixNanoNullableArray

func (UnimplementedHandler) TestRequestIntegerUnixNanoNullableArray(ctx context.Context, req []NilUnixNano) (r *Error, _ error)

TestRequestIntegerUnixNanoNullableArray implements test_request_integer_unix-nano_nullable_array operation.

POST /test_request_integer_unix-nano_nullable_array

func (UnimplementedHandler) TestRequestIntegerUnixNanoNullableArrayArray

func (UnimplementedHandler) TestRequestIntegerUnixNanoNullableArrayArray(ctx context.Context, req [][]NilUnixNano) (r *Error, _ error)

TestRequestIntegerUnixNanoNullableArrayArray implements test_request_integer_unix-nano_nullable_array_array operation.

POST /test_request_integer_unix-nano_nullable_array_array

func (UnimplementedHandler) TestRequestIntegerUnixNullable

func (UnimplementedHandler) TestRequestIntegerUnixNullable(ctx context.Context, req OptNilUnixSeconds) (r *Error, _ error)

TestRequestIntegerUnixNullable implements test_request_integer_unix_nullable operation.

POST /test_request_integer_unix_nullable

func (UnimplementedHandler) TestRequestIntegerUnixNullableArray

func (UnimplementedHandler) TestRequestIntegerUnixNullableArray(ctx context.Context, req []NilUnixSeconds) (r *Error, _ error)

TestRequestIntegerUnixNullableArray implements test_request_integer_unix_nullable_array operation.

POST /test_request_integer_unix_nullable_array

func (UnimplementedHandler) TestRequestIntegerUnixNullableArrayArray

func (UnimplementedHandler) TestRequestIntegerUnixNullableArrayArray(ctx context.Context, req [][]NilUnixSeconds) (r *Error, _ error)

TestRequestIntegerUnixNullableArrayArray implements test_request_integer_unix_nullable_array_array operation.

POST /test_request_integer_unix_nullable_array_array

func (UnimplementedHandler) TestRequestIntegerUnixSeconds

func (UnimplementedHandler) TestRequestIntegerUnixSeconds(ctx context.Context, req OptUnixSeconds) (r *Error, _ error)

TestRequestIntegerUnixSeconds implements test_request_integer_unix-seconds operation.

POST /test_request_integer_unix-seconds

func (UnimplementedHandler) TestRequestIntegerUnixSecondsArray

func (UnimplementedHandler) TestRequestIntegerUnixSecondsArray(ctx context.Context, req []time.Time) (r *Error, _ error)

TestRequestIntegerUnixSecondsArray implements test_request_integer_unix-seconds_array operation.

POST /test_request_integer_unix-seconds_array

func (UnimplementedHandler) TestRequestIntegerUnixSecondsArrayArray

func (UnimplementedHandler) TestRequestIntegerUnixSecondsArrayArray(ctx context.Context, req [][]time.Time) (r *Error, _ error)

TestRequestIntegerUnixSecondsArrayArray implements test_request_integer_unix-seconds_array_array operation.

POST /test_request_integer_unix-seconds_array_array

func (UnimplementedHandler) TestRequestIntegerUnixSecondsNullable

func (UnimplementedHandler) TestRequestIntegerUnixSecondsNullable(ctx context.Context, req OptNilUnixSeconds) (r *Error, _ error)

TestRequestIntegerUnixSecondsNullable implements test_request_integer_unix-seconds_nullable operation.

POST /test_request_integer_unix-seconds_nullable

func (UnimplementedHandler) TestRequestIntegerUnixSecondsNullableArray

func (UnimplementedHandler) TestRequestIntegerUnixSecondsNullableArray(ctx context.Context, req []NilUnixSeconds) (r *Error, _ error)

TestRequestIntegerUnixSecondsNullableArray implements test_request_integer_unix-seconds_nullable_array operation.

POST /test_request_integer_unix-seconds_nullable_array

func (UnimplementedHandler) TestRequestIntegerUnixSecondsNullableArrayArray

func (UnimplementedHandler) TestRequestIntegerUnixSecondsNullableArrayArray(ctx context.Context, req [][]NilUnixSeconds) (r *Error, _ error)

TestRequestIntegerUnixSecondsNullableArrayArray implements test_request_integer_unix-seconds_nullable_array_array operation.

POST /test_request_integer_unix-seconds_nullable_array_array

func (UnimplementedHandler) TestRequestNull

func (UnimplementedHandler) TestRequestNull(ctx context.Context, req OptNull) (r *Error, _ error)

TestRequestNull implements test_request_null operation.

POST /test_request_null

func (UnimplementedHandler) TestRequestNullArray

func (UnimplementedHandler) TestRequestNullArray(ctx context.Context, req []struct{}) (r *Error, _ error)

TestRequestNullArray implements test_request_null_array operation.

POST /test_request_null_array

func (UnimplementedHandler) TestRequestNullArrayArray

func (UnimplementedHandler) TestRequestNullArrayArray(ctx context.Context, req [][]struct{}) (r *Error, _ error)

TestRequestNullArrayArray implements test_request_null_array_array operation.

POST /test_request_null_array_array

func (UnimplementedHandler) TestRequestNullNullable

func (UnimplementedHandler) TestRequestNullNullable(ctx context.Context, req OptNull) (r *Error, _ error)

TestRequestNullNullable implements test_request_null_nullable operation.

POST /test_request_null_nullable

func (UnimplementedHandler) TestRequestNullNullableArray

func (UnimplementedHandler) TestRequestNullNullableArray(ctx context.Context, req []struct{}) (r *Error, _ error)

TestRequestNullNullableArray implements test_request_null_nullable_array operation.

POST /test_request_null_nullable_array

func (UnimplementedHandler) TestRequestNullNullableArrayArray

func (UnimplementedHandler) TestRequestNullNullableArrayArray(ctx context.Context, req [][]struct{}) (r *Error, _ error)

TestRequestNullNullableArrayArray implements test_request_null_nullable_array_array operation.

POST /test_request_null_nullable_array_array

func (UnimplementedHandler) TestRequestNumber

func (UnimplementedHandler) TestRequestNumber(ctx context.Context, req OptFloat64) (r *Error, _ error)

TestRequestNumber implements test_request_number operation.

POST /test_request_number

func (UnimplementedHandler) TestRequestNumberArray

func (UnimplementedHandler) TestRequestNumberArray(ctx context.Context, req []float64) (r *Error, _ error)

TestRequestNumberArray implements test_request_number_array operation.

POST /test_request_number_array

func (UnimplementedHandler) TestRequestNumberArrayArray

func (UnimplementedHandler) TestRequestNumberArrayArray(ctx context.Context, req [][]float64) (r *Error, _ error)

TestRequestNumberArrayArray implements test_request_number_array_array operation.

POST /test_request_number_array_array

func (UnimplementedHandler) TestRequestNumberDouble

func (UnimplementedHandler) TestRequestNumberDouble(ctx context.Context, req OptFloat64) (r *Error, _ error)

TestRequestNumberDouble implements test_request_number_double operation.

POST /test_request_number_double

func (UnimplementedHandler) TestRequestNumberDoubleArray

func (UnimplementedHandler) TestRequestNumberDoubleArray(ctx context.Context, req []float64) (r *Error, _ error)

TestRequestNumberDoubleArray implements test_request_number_double_array operation.

POST /test_request_number_double_array

func (UnimplementedHandler) TestRequestNumberDoubleArrayArray

func (UnimplementedHandler) TestRequestNumberDoubleArrayArray(ctx context.Context, req [][]float64) (r *Error, _ error)

TestRequestNumberDoubleArrayArray implements test_request_number_double_array_array operation.

POST /test_request_number_double_array_array

func (UnimplementedHandler) TestRequestNumberDoubleNullable

func (UnimplementedHandler) TestRequestNumberDoubleNullable(ctx context.Context, req OptNilFloat64) (r *Error, _ error)

TestRequestNumberDoubleNullable implements test_request_number_double_nullable operation.

POST /test_request_number_double_nullable

func (UnimplementedHandler) TestRequestNumberDoubleNullableArray

func (UnimplementedHandler) TestRequestNumberDoubleNullableArray(ctx context.Context, req []NilFloat64) (r *Error, _ error)

TestRequestNumberDoubleNullableArray implements test_request_number_double_nullable_array operation.

POST /test_request_number_double_nullable_array

func (UnimplementedHandler) TestRequestNumberDoubleNullableArrayArray

func (UnimplementedHandler) TestRequestNumberDoubleNullableArrayArray(ctx context.Context, req [][]NilFloat64) (r *Error, _ error)

TestRequestNumberDoubleNullableArrayArray implements test_request_number_double_nullable_array_array operation.

POST /test_request_number_double_nullable_array_array

func (UnimplementedHandler) TestRequestNumberFloat

func (UnimplementedHandler) TestRequestNumberFloat(ctx context.Context, req OptFloat32) (r *Error, _ error)

TestRequestNumberFloat implements test_request_number_float operation.

POST /test_request_number_float

func (UnimplementedHandler) TestRequestNumberFloatArray

func (UnimplementedHandler) TestRequestNumberFloatArray(ctx context.Context, req []float32) (r *Error, _ error)

TestRequestNumberFloatArray implements test_request_number_float_array operation.

POST /test_request_number_float_array

func (UnimplementedHandler) TestRequestNumberFloatArrayArray

func (UnimplementedHandler) TestRequestNumberFloatArrayArray(ctx context.Context, req [][]float32) (r *Error, _ error)

TestRequestNumberFloatArrayArray implements test_request_number_float_array_array operation.

POST /test_request_number_float_array_array

func (UnimplementedHandler) TestRequestNumberFloatNullable

func (UnimplementedHandler) TestRequestNumberFloatNullable(ctx context.Context, req OptNilFloat32) (r *Error, _ error)

TestRequestNumberFloatNullable implements test_request_number_float_nullable operation.

POST /test_request_number_float_nullable

func (UnimplementedHandler) TestRequestNumberFloatNullableArray

func (UnimplementedHandler) TestRequestNumberFloatNullableArray(ctx context.Context, req []NilFloat32) (r *Error, _ error)

TestRequestNumberFloatNullableArray implements test_request_number_float_nullable_array operation.

POST /test_request_number_float_nullable_array

func (UnimplementedHandler) TestRequestNumberFloatNullableArrayArray

func (UnimplementedHandler) TestRequestNumberFloatNullableArrayArray(ctx context.Context, req [][]NilFloat32) (r *Error, _ error)

TestRequestNumberFloatNullableArrayArray implements test_request_number_float_nullable_array_array operation.

POST /test_request_number_float_nullable_array_array

func (UnimplementedHandler) TestRequestNumberInt32

func (UnimplementedHandler) TestRequestNumberInt32(ctx context.Context, req OptInt32) (r *Error, _ error)

TestRequestNumberInt32 implements test_request_number_int32 operation.

POST /test_request_number_int32

func (UnimplementedHandler) TestRequestNumberInt32Array

func (UnimplementedHandler) TestRequestNumberInt32Array(ctx context.Context, req []int32) (r *Error, _ error)

TestRequestNumberInt32Array implements test_request_number_int32_array operation.

POST /test_request_number_int32_array

func (UnimplementedHandler) TestRequestNumberInt32ArrayArray

func (UnimplementedHandler) TestRequestNumberInt32ArrayArray(ctx context.Context, req [][]int32) (r *Error, _ error)

TestRequestNumberInt32ArrayArray implements test_request_number_int32_array_array operation.

POST /test_request_number_int32_array_array

func (UnimplementedHandler) TestRequestNumberInt32Nullable

func (UnimplementedHandler) TestRequestNumberInt32Nullable(ctx context.Context, req OptNilInt32) (r *Error, _ error)

TestRequestNumberInt32Nullable implements test_request_number_int32_nullable operation.

POST /test_request_number_int32_nullable

func (UnimplementedHandler) TestRequestNumberInt32NullableArray

func (UnimplementedHandler) TestRequestNumberInt32NullableArray(ctx context.Context, req []NilInt32) (r *Error, _ error)

TestRequestNumberInt32NullableArray implements test_request_number_int32_nullable_array operation.

POST /test_request_number_int32_nullable_array

func (UnimplementedHandler) TestRequestNumberInt32NullableArrayArray

func (UnimplementedHandler) TestRequestNumberInt32NullableArrayArray(ctx context.Context, req [][]NilInt32) (r *Error, _ error)

TestRequestNumberInt32NullableArrayArray implements test_request_number_int32_nullable_array_array operation.

POST /test_request_number_int32_nullable_array_array

func (UnimplementedHandler) TestRequestNumberInt64

func (UnimplementedHandler) TestRequestNumberInt64(ctx context.Context, req OptInt64) (r *Error, _ error)

TestRequestNumberInt64 implements test_request_number_int64 operation.

POST /test_request_number_int64

func (UnimplementedHandler) TestRequestNumberInt64Array

func (UnimplementedHandler) TestRequestNumberInt64Array(ctx context.Context, req []int64) (r *Error, _ error)

TestRequestNumberInt64Array implements test_request_number_int64_array operation.

POST /test_request_number_int64_array

func (UnimplementedHandler) TestRequestNumberInt64ArrayArray

func (UnimplementedHandler) TestRequestNumberInt64ArrayArray(ctx context.Context, req [][]int64) (r *Error, _ error)

TestRequestNumberInt64ArrayArray implements test_request_number_int64_array_array operation.

POST /test_request_number_int64_array_array

func (UnimplementedHandler) TestRequestNumberInt64Nullable

func (UnimplementedHandler) TestRequestNumberInt64Nullable(ctx context.Context, req OptNilInt64) (r *Error, _ error)

TestRequestNumberInt64Nullable implements test_request_number_int64_nullable operation.

POST /test_request_number_int64_nullable

func (UnimplementedHandler) TestRequestNumberInt64NullableArray

func (UnimplementedHandler) TestRequestNumberInt64NullableArray(ctx context.Context, req []NilInt64) (r *Error, _ error)

TestRequestNumberInt64NullableArray implements test_request_number_int64_nullable_array operation.

POST /test_request_number_int64_nullable_array

func (UnimplementedHandler) TestRequestNumberInt64NullableArrayArray

func (UnimplementedHandler) TestRequestNumberInt64NullableArrayArray(ctx context.Context, req [][]NilInt64) (r *Error, _ error)

TestRequestNumberInt64NullableArrayArray implements test_request_number_int64_nullable_array_array operation.

POST /test_request_number_int64_nullable_array_array

func (UnimplementedHandler) TestRequestNumberNullable

func (UnimplementedHandler) TestRequestNumberNullable(ctx context.Context, req OptNilFloat64) (r *Error, _ error)

TestRequestNumberNullable implements test_request_number_nullable operation.

POST /test_request_number_nullable

func (UnimplementedHandler) TestRequestNumberNullableArray

func (UnimplementedHandler) TestRequestNumberNullableArray(ctx context.Context, req []NilFloat64) (r *Error, _ error)

TestRequestNumberNullableArray implements test_request_number_nullable_array operation.

POST /test_request_number_nullable_array

func (UnimplementedHandler) TestRequestNumberNullableArrayArray

func (UnimplementedHandler) TestRequestNumberNullableArrayArray(ctx context.Context, req [][]NilFloat64) (r *Error, _ error)

TestRequestNumberNullableArrayArray implements test_request_number_nullable_array_array operation.

POST /test_request_number_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredAny

func (UnimplementedHandler) TestRequestRequiredAny(ctx context.Context, req jx.Raw) (r *Error, _ error)

TestRequestRequiredAny implements test_request_required_Any operation.

POST /test_request_required_Any

func (UnimplementedHandler) TestRequestRequiredBoolean

func (UnimplementedHandler) TestRequestRequiredBoolean(ctx context.Context, req bool) (r *Error, _ error)

TestRequestRequiredBoolean implements test_request_required_boolean operation.

POST /test_request_required_boolean

func (UnimplementedHandler) TestRequestRequiredBooleanArray

func (UnimplementedHandler) TestRequestRequiredBooleanArray(ctx context.Context, req []bool) (r *Error, _ error)

TestRequestRequiredBooleanArray implements test_request_required_boolean_array operation.

POST /test_request_required_boolean_array

func (UnimplementedHandler) TestRequestRequiredBooleanArrayArray

func (UnimplementedHandler) TestRequestRequiredBooleanArrayArray(ctx context.Context, req [][]bool) (r *Error, _ error)

TestRequestRequiredBooleanArrayArray implements test_request_required_boolean_array_array operation.

POST /test_request_required_boolean_array_array

func (UnimplementedHandler) TestRequestRequiredBooleanNullable

func (UnimplementedHandler) TestRequestRequiredBooleanNullable(ctx context.Context, req NilBool) (r *Error, _ error)

TestRequestRequiredBooleanNullable implements test_request_required_boolean_nullable operation.

POST /test_request_required_boolean_nullable

func (UnimplementedHandler) TestRequestRequiredBooleanNullableArray

func (UnimplementedHandler) TestRequestRequiredBooleanNullableArray(ctx context.Context, req []NilBool) (r *Error, _ error)

TestRequestRequiredBooleanNullableArray implements test_request_required_boolean_nullable_array operation.

POST /test_request_required_boolean_nullable_array

func (UnimplementedHandler) TestRequestRequiredBooleanNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredBooleanNullableArrayArray(ctx context.Context, req [][]NilBool) (r *Error, _ error)

TestRequestRequiredBooleanNullableArrayArray implements test_request_required_boolean_nullable_array_array operation.

POST /test_request_required_boolean_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredEmptyStruct

func (UnimplementedHandler) TestRequestRequiredEmptyStruct(ctx context.Context, req *TestRequestRequiredEmptyStructReq) (r *Error, _ error)

TestRequestRequiredEmptyStruct implements test_request_required_EmptyStruct operation.

POST /test_request_required_EmptyStruct

func (UnimplementedHandler) TestRequestRequiredFormatTest

func (UnimplementedHandler) TestRequestRequiredFormatTest(ctx context.Context, req *TestRequestRequiredFormatTestReq) (r *Error, _ error)

TestRequestRequiredFormatTest implements test_request_required_FormatTest operation.

POST /test_request_required_FormatTest

func (UnimplementedHandler) TestRequestRequiredInteger

func (UnimplementedHandler) TestRequestRequiredInteger(ctx context.Context, req int) (r *Error, _ error)

TestRequestRequiredInteger implements test_request_required_integer operation.

POST /test_request_required_integer

func (UnimplementedHandler) TestRequestRequiredIntegerArray

func (UnimplementedHandler) TestRequestRequiredIntegerArray(ctx context.Context, req []int) (r *Error, _ error)

TestRequestRequiredIntegerArray implements test_request_required_integer_array operation.

POST /test_request_required_integer_array

func (UnimplementedHandler) TestRequestRequiredIntegerArrayArray

func (UnimplementedHandler) TestRequestRequiredIntegerArrayArray(ctx context.Context, req [][]int) (r *Error, _ error)

TestRequestRequiredIntegerArrayArray implements test_request_required_integer_array_array operation.

POST /test_request_required_integer_array_array

func (UnimplementedHandler) TestRequestRequiredIntegerInt16

func (UnimplementedHandler) TestRequestRequiredIntegerInt16(ctx context.Context, req int16) (r *Error, _ error)

TestRequestRequiredIntegerInt16 implements test_request_required_integer_int16 operation.

POST /test_request_required_integer_int16

func (UnimplementedHandler) TestRequestRequiredIntegerInt16Array

func (UnimplementedHandler) TestRequestRequiredIntegerInt16Array(ctx context.Context, req []int16) (r *Error, _ error)

TestRequestRequiredIntegerInt16Array implements test_request_required_integer_int16_array operation.

POST /test_request_required_integer_int16_array

func (UnimplementedHandler) TestRequestRequiredIntegerInt16ArrayArray

func (UnimplementedHandler) TestRequestRequiredIntegerInt16ArrayArray(ctx context.Context, req [][]int16) (r *Error, _ error)

TestRequestRequiredIntegerInt16ArrayArray implements test_request_required_integer_int16_array_array operation.

POST /test_request_required_integer_int16_array_array

func (UnimplementedHandler) TestRequestRequiredIntegerInt16Nullable

func (UnimplementedHandler) TestRequestRequiredIntegerInt16Nullable(ctx context.Context, req NilInt16) (r *Error, _ error)

TestRequestRequiredIntegerInt16Nullable implements test_request_required_integer_int16_nullable operation.

POST /test_request_required_integer_int16_nullable

func (UnimplementedHandler) TestRequestRequiredIntegerInt16NullableArray

func (UnimplementedHandler) TestRequestRequiredIntegerInt16NullableArray(ctx context.Context, req []NilInt16) (r *Error, _ error)

TestRequestRequiredIntegerInt16NullableArray implements test_request_required_integer_int16_nullable_array operation.

POST /test_request_required_integer_int16_nullable_array

func (UnimplementedHandler) TestRequestRequiredIntegerInt16NullableArrayArray

func (UnimplementedHandler) TestRequestRequiredIntegerInt16NullableArrayArray(ctx context.Context, req [][]NilInt16) (r *Error, _ error)

TestRequestRequiredIntegerInt16NullableArrayArray implements test_request_required_integer_int16_nullable_array_array operation.

POST /test_request_required_integer_int16_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredIntegerInt32

func (UnimplementedHandler) TestRequestRequiredIntegerInt32(ctx context.Context, req int32) (r *Error, _ error)

TestRequestRequiredIntegerInt32 implements test_request_required_integer_int32 operation.

POST /test_request_required_integer_int32

func (UnimplementedHandler) TestRequestRequiredIntegerInt32Array

func (UnimplementedHandler) TestRequestRequiredIntegerInt32Array(ctx context.Context, req []int32) (r *Error, _ error)

TestRequestRequiredIntegerInt32Array implements test_request_required_integer_int32_array operation.

POST /test_request_required_integer_int32_array

func (UnimplementedHandler) TestRequestRequiredIntegerInt32ArrayArray

func (UnimplementedHandler) TestRequestRequiredIntegerInt32ArrayArray(ctx context.Context, req [][]int32) (r *Error, _ error)

TestRequestRequiredIntegerInt32ArrayArray implements test_request_required_integer_int32_array_array operation.

POST /test_request_required_integer_int32_array_array

func (UnimplementedHandler) TestRequestRequiredIntegerInt32Nullable

func (UnimplementedHandler) TestRequestRequiredIntegerInt32Nullable(ctx context.Context, req NilInt32) (r *Error, _ error)

TestRequestRequiredIntegerInt32Nullable implements test_request_required_integer_int32_nullable operation.

POST /test_request_required_integer_int32_nullable

func (UnimplementedHandler) TestRequestRequiredIntegerInt32NullableArray

func (UnimplementedHandler) TestRequestRequiredIntegerInt32NullableArray(ctx context.Context, req []NilInt32) (r *Error, _ error)

TestRequestRequiredIntegerInt32NullableArray implements test_request_required_integer_int32_nullable_array operation.

POST /test_request_required_integer_int32_nullable_array

func (UnimplementedHandler) TestRequestRequiredIntegerInt32NullableArrayArray

func (UnimplementedHandler) TestRequestRequiredIntegerInt32NullableArrayArray(ctx context.Context, req [][]NilInt32) (r *Error, _ error)

TestRequestRequiredIntegerInt32NullableArrayArray implements test_request_required_integer_int32_nullable_array_array operation.

POST /test_request_required_integer_int32_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredIntegerInt64

func (UnimplementedHandler) TestRequestRequiredIntegerInt64(ctx context.Context, req int64) (r *Error, _ error)

TestRequestRequiredIntegerInt64 implements test_request_required_integer_int64 operation.

POST /test_request_required_integer_int64

func (UnimplementedHandler) TestRequestRequiredIntegerInt64Array

func (UnimplementedHandler) TestRequestRequiredIntegerInt64Array(ctx context.Context, req []int64) (r *Error, _ error)

TestRequestRequiredIntegerInt64Array implements test_request_required_integer_int64_array operation.

POST /test_request_required_integer_int64_array

func (UnimplementedHandler) TestRequestRequiredIntegerInt64ArrayArray

func (UnimplementedHandler) TestRequestRequiredIntegerInt64ArrayArray(ctx context.Context, req [][]int64) (r *Error, _ error)

TestRequestRequiredIntegerInt64ArrayArray implements test_request_required_integer_int64_array_array operation.

POST /test_request_required_integer_int64_array_array

func (UnimplementedHandler) TestRequestRequiredIntegerInt64Nullable

func (UnimplementedHandler) TestRequestRequiredIntegerInt64Nullable(ctx context.Context, req NilInt64) (r *Error, _ error)

TestRequestRequiredIntegerInt64Nullable implements test_request_required_integer_int64_nullable operation.

POST /test_request_required_integer_int64_nullable

func (UnimplementedHandler) TestRequestRequiredIntegerInt64NullableArray

func (UnimplementedHandler) TestRequestRequiredIntegerInt64NullableArray(ctx context.Context, req []NilInt64) (r *Error, _ error)

TestRequestRequiredIntegerInt64NullableArray implements test_request_required_integer_int64_nullable_array operation.

POST /test_request_required_integer_int64_nullable_array

func (UnimplementedHandler) TestRequestRequiredIntegerInt64NullableArrayArray

func (UnimplementedHandler) TestRequestRequiredIntegerInt64NullableArrayArray(ctx context.Context, req [][]NilInt64) (r *Error, _ error)

TestRequestRequiredIntegerInt64NullableArrayArray implements test_request_required_integer_int64_nullable_array_array operation.

POST /test_request_required_integer_int64_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredIntegerInt8

func (UnimplementedHandler) TestRequestRequiredIntegerInt8(ctx context.Context, req int8) (r *Error, _ error)

TestRequestRequiredIntegerInt8 implements test_request_required_integer_int8 operation.

POST /test_request_required_integer_int8

func (UnimplementedHandler) TestRequestRequiredIntegerInt8Array

func (UnimplementedHandler) TestRequestRequiredIntegerInt8Array(ctx context.Context, req []int8) (r *Error, _ error)

TestRequestRequiredIntegerInt8Array implements test_request_required_integer_int8_array operation.

POST /test_request_required_integer_int8_array

func (UnimplementedHandler) TestRequestRequiredIntegerInt8ArrayArray

func (UnimplementedHandler) TestRequestRequiredIntegerInt8ArrayArray(ctx context.Context, req [][]int8) (r *Error, _ error)

TestRequestRequiredIntegerInt8ArrayArray implements test_request_required_integer_int8_array_array operation.

POST /test_request_required_integer_int8_array_array

func (UnimplementedHandler) TestRequestRequiredIntegerInt8Nullable

func (UnimplementedHandler) TestRequestRequiredIntegerInt8Nullable(ctx context.Context, req NilInt8) (r *Error, _ error)

TestRequestRequiredIntegerInt8Nullable implements test_request_required_integer_int8_nullable operation.

POST /test_request_required_integer_int8_nullable

func (UnimplementedHandler) TestRequestRequiredIntegerInt8NullableArray

func (UnimplementedHandler) TestRequestRequiredIntegerInt8NullableArray(ctx context.Context, req []NilInt8) (r *Error, _ error)

TestRequestRequiredIntegerInt8NullableArray implements test_request_required_integer_int8_nullable_array operation.

POST /test_request_required_integer_int8_nullable_array

func (UnimplementedHandler) TestRequestRequiredIntegerInt8NullableArrayArray

func (UnimplementedHandler) TestRequestRequiredIntegerInt8NullableArrayArray(ctx context.Context, req [][]NilInt8) (r *Error, _ error)

TestRequestRequiredIntegerInt8NullableArrayArray implements test_request_required_integer_int8_nullable_array_array operation.

POST /test_request_required_integer_int8_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredIntegerNullable

func (UnimplementedHandler) TestRequestRequiredIntegerNullable(ctx context.Context, req NilInt) (r *Error, _ error)

TestRequestRequiredIntegerNullable implements test_request_required_integer_nullable operation.

POST /test_request_required_integer_nullable

func (UnimplementedHandler) TestRequestRequiredIntegerNullableArray

func (UnimplementedHandler) TestRequestRequiredIntegerNullableArray(ctx context.Context, req []NilInt) (r *Error, _ error)

TestRequestRequiredIntegerNullableArray implements test_request_required_integer_nullable_array operation.

POST /test_request_required_integer_nullable_array

func (UnimplementedHandler) TestRequestRequiredIntegerNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredIntegerNullableArrayArray(ctx context.Context, req [][]NilInt) (r *Error, _ error)

TestRequestRequiredIntegerNullableArrayArray implements test_request_required_integer_nullable_array_array operation.

POST /test_request_required_integer_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredIntegerUint

func (UnimplementedHandler) TestRequestRequiredIntegerUint(ctx context.Context, req uint) (r *Error, _ error)

TestRequestRequiredIntegerUint implements test_request_required_integer_uint operation.

POST /test_request_required_integer_uint

func (UnimplementedHandler) TestRequestRequiredIntegerUint16

func (UnimplementedHandler) TestRequestRequiredIntegerUint16(ctx context.Context, req uint16) (r *Error, _ error)

TestRequestRequiredIntegerUint16 implements test_request_required_integer_uint16 operation.

POST /test_request_required_integer_uint16

func (UnimplementedHandler) TestRequestRequiredIntegerUint16Array

func (UnimplementedHandler) TestRequestRequiredIntegerUint16Array(ctx context.Context, req []uint16) (r *Error, _ error)

TestRequestRequiredIntegerUint16Array implements test_request_required_integer_uint16_array operation.

POST /test_request_required_integer_uint16_array

func (UnimplementedHandler) TestRequestRequiredIntegerUint16ArrayArray

func (UnimplementedHandler) TestRequestRequiredIntegerUint16ArrayArray(ctx context.Context, req [][]uint16) (r *Error, _ error)

TestRequestRequiredIntegerUint16ArrayArray implements test_request_required_integer_uint16_array_array operation.

POST /test_request_required_integer_uint16_array_array

func (UnimplementedHandler) TestRequestRequiredIntegerUint16Nullable

func (UnimplementedHandler) TestRequestRequiredIntegerUint16Nullable(ctx context.Context, req NilUint16) (r *Error, _ error)

TestRequestRequiredIntegerUint16Nullable implements test_request_required_integer_uint16_nullable operation.

POST /test_request_required_integer_uint16_nullable

func (UnimplementedHandler) TestRequestRequiredIntegerUint16NullableArray

func (UnimplementedHandler) TestRequestRequiredIntegerUint16NullableArray(ctx context.Context, req []NilUint16) (r *Error, _ error)

TestRequestRequiredIntegerUint16NullableArray implements test_request_required_integer_uint16_nullable_array operation.

POST /test_request_required_integer_uint16_nullable_array

func (UnimplementedHandler) TestRequestRequiredIntegerUint16NullableArrayArray

func (UnimplementedHandler) TestRequestRequiredIntegerUint16NullableArrayArray(ctx context.Context, req [][]NilUint16) (r *Error, _ error)

TestRequestRequiredIntegerUint16NullableArrayArray implements test_request_required_integer_uint16_nullable_array_array operation.

POST /test_request_required_integer_uint16_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredIntegerUint32

func (UnimplementedHandler) TestRequestRequiredIntegerUint32(ctx context.Context, req uint32) (r *Error, _ error)

TestRequestRequiredIntegerUint32 implements test_request_required_integer_uint32 operation.

POST /test_request_required_integer_uint32

func (UnimplementedHandler) TestRequestRequiredIntegerUint32Array

func (UnimplementedHandler) TestRequestRequiredIntegerUint32Array(ctx context.Context, req []uint32) (r *Error, _ error)

TestRequestRequiredIntegerUint32Array implements test_request_required_integer_uint32_array operation.

POST /test_request_required_integer_uint32_array

func (UnimplementedHandler) TestRequestRequiredIntegerUint32ArrayArray

func (UnimplementedHandler) TestRequestRequiredIntegerUint32ArrayArray(ctx context.Context, req [][]uint32) (r *Error, _ error)

TestRequestRequiredIntegerUint32ArrayArray implements test_request_required_integer_uint32_array_array operation.

POST /test_request_required_integer_uint32_array_array

func (UnimplementedHandler) TestRequestRequiredIntegerUint32Nullable

func (UnimplementedHandler) TestRequestRequiredIntegerUint32Nullable(ctx context.Context, req NilUint32) (r *Error, _ error)

TestRequestRequiredIntegerUint32Nullable implements test_request_required_integer_uint32_nullable operation.

POST /test_request_required_integer_uint32_nullable

func (UnimplementedHandler) TestRequestRequiredIntegerUint32NullableArray

func (UnimplementedHandler) TestRequestRequiredIntegerUint32NullableArray(ctx context.Context, req []NilUint32) (r *Error, _ error)

TestRequestRequiredIntegerUint32NullableArray implements test_request_required_integer_uint32_nullable_array operation.

POST /test_request_required_integer_uint32_nullable_array

func (UnimplementedHandler) TestRequestRequiredIntegerUint32NullableArrayArray

func (UnimplementedHandler) TestRequestRequiredIntegerUint32NullableArrayArray(ctx context.Context, req [][]NilUint32) (r *Error, _ error)

TestRequestRequiredIntegerUint32NullableArrayArray implements test_request_required_integer_uint32_nullable_array_array operation.

POST /test_request_required_integer_uint32_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredIntegerUint64

func (UnimplementedHandler) TestRequestRequiredIntegerUint64(ctx context.Context, req uint64) (r *Error, _ error)

TestRequestRequiredIntegerUint64 implements test_request_required_integer_uint64 operation.

POST /test_request_required_integer_uint64

func (UnimplementedHandler) TestRequestRequiredIntegerUint64Array

func (UnimplementedHandler) TestRequestRequiredIntegerUint64Array(ctx context.Context, req []uint64) (r *Error, _ error)

TestRequestRequiredIntegerUint64Array implements test_request_required_integer_uint64_array operation.

POST /test_request_required_integer_uint64_array

func (UnimplementedHandler) TestRequestRequiredIntegerUint64ArrayArray

func (UnimplementedHandler) TestRequestRequiredIntegerUint64ArrayArray(ctx context.Context, req [][]uint64) (r *Error, _ error)

TestRequestRequiredIntegerUint64ArrayArray implements test_request_required_integer_uint64_array_array operation.

POST /test_request_required_integer_uint64_array_array

func (UnimplementedHandler) TestRequestRequiredIntegerUint64Nullable

func (UnimplementedHandler) TestRequestRequiredIntegerUint64Nullable(ctx context.Context, req NilUint64) (r *Error, _ error)

TestRequestRequiredIntegerUint64Nullable implements test_request_required_integer_uint64_nullable operation.

POST /test_request_required_integer_uint64_nullable

func (UnimplementedHandler) TestRequestRequiredIntegerUint64NullableArray

func (UnimplementedHandler) TestRequestRequiredIntegerUint64NullableArray(ctx context.Context, req []NilUint64) (r *Error, _ error)

TestRequestRequiredIntegerUint64NullableArray implements test_request_required_integer_uint64_nullable_array operation.

POST /test_request_required_integer_uint64_nullable_array

func (UnimplementedHandler) TestRequestRequiredIntegerUint64NullableArrayArray

func (UnimplementedHandler) TestRequestRequiredIntegerUint64NullableArrayArray(ctx context.Context, req [][]NilUint64) (r *Error, _ error)

TestRequestRequiredIntegerUint64NullableArrayArray implements test_request_required_integer_uint64_nullable_array_array operation.

POST /test_request_required_integer_uint64_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredIntegerUint8

func (UnimplementedHandler) TestRequestRequiredIntegerUint8(ctx context.Context, req uint8) (r *Error, _ error)

TestRequestRequiredIntegerUint8 implements test_request_required_integer_uint8 operation.

POST /test_request_required_integer_uint8

func (UnimplementedHandler) TestRequestRequiredIntegerUint8Array

func (UnimplementedHandler) TestRequestRequiredIntegerUint8Array(ctx context.Context, req []uint8) (r *Error, _ error)

TestRequestRequiredIntegerUint8Array implements test_request_required_integer_uint8_array operation.

POST /test_request_required_integer_uint8_array

func (UnimplementedHandler) TestRequestRequiredIntegerUint8ArrayArray

func (UnimplementedHandler) TestRequestRequiredIntegerUint8ArrayArray(ctx context.Context, req [][]uint8) (r *Error, _ error)

TestRequestRequiredIntegerUint8ArrayArray implements test_request_required_integer_uint8_array_array operation.

POST /test_request_required_integer_uint8_array_array

func (UnimplementedHandler) TestRequestRequiredIntegerUint8Nullable

func (UnimplementedHandler) TestRequestRequiredIntegerUint8Nullable(ctx context.Context, req NilUint8) (r *Error, _ error)

TestRequestRequiredIntegerUint8Nullable implements test_request_required_integer_uint8_nullable operation.

POST /test_request_required_integer_uint8_nullable

func (UnimplementedHandler) TestRequestRequiredIntegerUint8NullableArray

func (UnimplementedHandler) TestRequestRequiredIntegerUint8NullableArray(ctx context.Context, req []NilUint8) (r *Error, _ error)

TestRequestRequiredIntegerUint8NullableArray implements test_request_required_integer_uint8_nullable_array operation.

POST /test_request_required_integer_uint8_nullable_array

func (UnimplementedHandler) TestRequestRequiredIntegerUint8NullableArrayArray

func (UnimplementedHandler) TestRequestRequiredIntegerUint8NullableArrayArray(ctx context.Context, req [][]NilUint8) (r *Error, _ error)

TestRequestRequiredIntegerUint8NullableArrayArray implements test_request_required_integer_uint8_nullable_array_array operation.

POST /test_request_required_integer_uint8_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredIntegerUintArray

func (UnimplementedHandler) TestRequestRequiredIntegerUintArray(ctx context.Context, req []uint) (r *Error, _ error)

TestRequestRequiredIntegerUintArray implements test_request_required_integer_uint_array operation.

POST /test_request_required_integer_uint_array

func (UnimplementedHandler) TestRequestRequiredIntegerUintArrayArray

func (UnimplementedHandler) TestRequestRequiredIntegerUintArrayArray(ctx context.Context, req [][]uint) (r *Error, _ error)

TestRequestRequiredIntegerUintArrayArray implements test_request_required_integer_uint_array_array operation.

POST /test_request_required_integer_uint_array_array

func (UnimplementedHandler) TestRequestRequiredIntegerUintNullable

func (UnimplementedHandler) TestRequestRequiredIntegerUintNullable(ctx context.Context, req NilUint) (r *Error, _ error)

TestRequestRequiredIntegerUintNullable implements test_request_required_integer_uint_nullable operation.

POST /test_request_required_integer_uint_nullable

func (UnimplementedHandler) TestRequestRequiredIntegerUintNullableArray

func (UnimplementedHandler) TestRequestRequiredIntegerUintNullableArray(ctx context.Context, req []NilUint) (r *Error, _ error)

TestRequestRequiredIntegerUintNullableArray implements test_request_required_integer_uint_nullable_array operation.

POST /test_request_required_integer_uint_nullable_array

func (UnimplementedHandler) TestRequestRequiredIntegerUintNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredIntegerUintNullableArrayArray(ctx context.Context, req [][]NilUint) (r *Error, _ error)

TestRequestRequiredIntegerUintNullableArrayArray implements test_request_required_integer_uint_nullable_array_array operation.

POST /test_request_required_integer_uint_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredIntegerUnix

func (UnimplementedHandler) TestRequestRequiredIntegerUnix(ctx context.Context, req time.Time) (r *Error, _ error)

TestRequestRequiredIntegerUnix implements test_request_required_integer_unix operation.

POST /test_request_required_integer_unix

func (UnimplementedHandler) TestRequestRequiredIntegerUnixArray

func (UnimplementedHandler) TestRequestRequiredIntegerUnixArray(ctx context.Context, req []time.Time) (r *Error, _ error)

TestRequestRequiredIntegerUnixArray implements test_request_required_integer_unix_array operation.

POST /test_request_required_integer_unix_array

func (UnimplementedHandler) TestRequestRequiredIntegerUnixArrayArray

func (UnimplementedHandler) TestRequestRequiredIntegerUnixArrayArray(ctx context.Context, req [][]time.Time) (r *Error, _ error)

TestRequestRequiredIntegerUnixArrayArray implements test_request_required_integer_unix_array_array operation.

POST /test_request_required_integer_unix_array_array

func (UnimplementedHandler) TestRequestRequiredIntegerUnixMicro

func (UnimplementedHandler) TestRequestRequiredIntegerUnixMicro(ctx context.Context, req time.Time) (r *Error, _ error)

TestRequestRequiredIntegerUnixMicro implements test_request_required_integer_unix-micro operation.

POST /test_request_required_integer_unix-micro

func (UnimplementedHandler) TestRequestRequiredIntegerUnixMicroArray

func (UnimplementedHandler) TestRequestRequiredIntegerUnixMicroArray(ctx context.Context, req []time.Time) (r *Error, _ error)

TestRequestRequiredIntegerUnixMicroArray implements test_request_required_integer_unix-micro_array operation.

POST /test_request_required_integer_unix-micro_array

func (UnimplementedHandler) TestRequestRequiredIntegerUnixMicroArrayArray

func (UnimplementedHandler) TestRequestRequiredIntegerUnixMicroArrayArray(ctx context.Context, req [][]time.Time) (r *Error, _ error)

TestRequestRequiredIntegerUnixMicroArrayArray implements test_request_required_integer_unix-micro_array_array operation.

POST /test_request_required_integer_unix-micro_array_array

func (UnimplementedHandler) TestRequestRequiredIntegerUnixMicroNullable

func (UnimplementedHandler) TestRequestRequiredIntegerUnixMicroNullable(ctx context.Context, req NilUnixMicro) (r *Error, _ error)

TestRequestRequiredIntegerUnixMicroNullable implements test_request_required_integer_unix-micro_nullable operation.

POST /test_request_required_integer_unix-micro_nullable

func (UnimplementedHandler) TestRequestRequiredIntegerUnixMicroNullableArray

func (UnimplementedHandler) TestRequestRequiredIntegerUnixMicroNullableArray(ctx context.Context, req []NilUnixMicro) (r *Error, _ error)

TestRequestRequiredIntegerUnixMicroNullableArray implements test_request_required_integer_unix-micro_nullable_array operation.

POST /test_request_required_integer_unix-micro_nullable_array

func (UnimplementedHandler) TestRequestRequiredIntegerUnixMicroNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredIntegerUnixMicroNullableArrayArray(ctx context.Context, req [][]NilUnixMicro) (r *Error, _ error)

TestRequestRequiredIntegerUnixMicroNullableArrayArray implements test_request_required_integer_unix-micro_nullable_array_array operation.

POST /test_request_required_integer_unix-micro_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredIntegerUnixMilli

func (UnimplementedHandler) TestRequestRequiredIntegerUnixMilli(ctx context.Context, req time.Time) (r *Error, _ error)

TestRequestRequiredIntegerUnixMilli implements test_request_required_integer_unix-milli operation.

POST /test_request_required_integer_unix-milli

func (UnimplementedHandler) TestRequestRequiredIntegerUnixMilliArray

func (UnimplementedHandler) TestRequestRequiredIntegerUnixMilliArray(ctx context.Context, req []time.Time) (r *Error, _ error)

TestRequestRequiredIntegerUnixMilliArray implements test_request_required_integer_unix-milli_array operation.

POST /test_request_required_integer_unix-milli_array

func (UnimplementedHandler) TestRequestRequiredIntegerUnixMilliArrayArray

func (UnimplementedHandler) TestRequestRequiredIntegerUnixMilliArrayArray(ctx context.Context, req [][]time.Time) (r *Error, _ error)

TestRequestRequiredIntegerUnixMilliArrayArray implements test_request_required_integer_unix-milli_array_array operation.

POST /test_request_required_integer_unix-milli_array_array

func (UnimplementedHandler) TestRequestRequiredIntegerUnixMilliNullable

func (UnimplementedHandler) TestRequestRequiredIntegerUnixMilliNullable(ctx context.Context, req NilUnixMilli) (r *Error, _ error)

TestRequestRequiredIntegerUnixMilliNullable implements test_request_required_integer_unix-milli_nullable operation.

POST /test_request_required_integer_unix-milli_nullable

func (UnimplementedHandler) TestRequestRequiredIntegerUnixMilliNullableArray

func (UnimplementedHandler) TestRequestRequiredIntegerUnixMilliNullableArray(ctx context.Context, req []NilUnixMilli) (r *Error, _ error)

TestRequestRequiredIntegerUnixMilliNullableArray implements test_request_required_integer_unix-milli_nullable_array operation.

POST /test_request_required_integer_unix-milli_nullable_array

func (UnimplementedHandler) TestRequestRequiredIntegerUnixMilliNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredIntegerUnixMilliNullableArrayArray(ctx context.Context, req [][]NilUnixMilli) (r *Error, _ error)

TestRequestRequiredIntegerUnixMilliNullableArrayArray implements test_request_required_integer_unix-milli_nullable_array_array operation.

POST /test_request_required_integer_unix-milli_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredIntegerUnixNano

func (UnimplementedHandler) TestRequestRequiredIntegerUnixNano(ctx context.Context, req time.Time) (r *Error, _ error)

TestRequestRequiredIntegerUnixNano implements test_request_required_integer_unix-nano operation.

POST /test_request_required_integer_unix-nano

func (UnimplementedHandler) TestRequestRequiredIntegerUnixNanoArray

func (UnimplementedHandler) TestRequestRequiredIntegerUnixNanoArray(ctx context.Context, req []time.Time) (r *Error, _ error)

TestRequestRequiredIntegerUnixNanoArray implements test_request_required_integer_unix-nano_array operation.

POST /test_request_required_integer_unix-nano_array

func (UnimplementedHandler) TestRequestRequiredIntegerUnixNanoArrayArray

func (UnimplementedHandler) TestRequestRequiredIntegerUnixNanoArrayArray(ctx context.Context, req [][]time.Time) (r *Error, _ error)

TestRequestRequiredIntegerUnixNanoArrayArray implements test_request_required_integer_unix-nano_array_array operation.

POST /test_request_required_integer_unix-nano_array_array

func (UnimplementedHandler) TestRequestRequiredIntegerUnixNanoNullable

func (UnimplementedHandler) TestRequestRequiredIntegerUnixNanoNullable(ctx context.Context, req NilUnixNano) (r *Error, _ error)

TestRequestRequiredIntegerUnixNanoNullable implements test_request_required_integer_unix-nano_nullable operation.

POST /test_request_required_integer_unix-nano_nullable

func (UnimplementedHandler) TestRequestRequiredIntegerUnixNanoNullableArray

func (UnimplementedHandler) TestRequestRequiredIntegerUnixNanoNullableArray(ctx context.Context, req []NilUnixNano) (r *Error, _ error)

TestRequestRequiredIntegerUnixNanoNullableArray implements test_request_required_integer_unix-nano_nullable_array operation.

POST /test_request_required_integer_unix-nano_nullable_array

func (UnimplementedHandler) TestRequestRequiredIntegerUnixNanoNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredIntegerUnixNanoNullableArrayArray(ctx context.Context, req [][]NilUnixNano) (r *Error, _ error)

TestRequestRequiredIntegerUnixNanoNullableArrayArray implements test_request_required_integer_unix-nano_nullable_array_array operation.

POST /test_request_required_integer_unix-nano_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredIntegerUnixNullable

func (UnimplementedHandler) TestRequestRequiredIntegerUnixNullable(ctx context.Context, req NilUnixSeconds) (r *Error, _ error)

TestRequestRequiredIntegerUnixNullable implements test_request_required_integer_unix_nullable operation.

POST /test_request_required_integer_unix_nullable

func (UnimplementedHandler) TestRequestRequiredIntegerUnixNullableArray

func (UnimplementedHandler) TestRequestRequiredIntegerUnixNullableArray(ctx context.Context, req []NilUnixSeconds) (r *Error, _ error)

TestRequestRequiredIntegerUnixNullableArray implements test_request_required_integer_unix_nullable_array operation.

POST /test_request_required_integer_unix_nullable_array

func (UnimplementedHandler) TestRequestRequiredIntegerUnixNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredIntegerUnixNullableArrayArray(ctx context.Context, req [][]NilUnixSeconds) (r *Error, _ error)

TestRequestRequiredIntegerUnixNullableArrayArray implements test_request_required_integer_unix_nullable_array_array operation.

POST /test_request_required_integer_unix_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredIntegerUnixSeconds

func (UnimplementedHandler) TestRequestRequiredIntegerUnixSeconds(ctx context.Context, req time.Time) (r *Error, _ error)

TestRequestRequiredIntegerUnixSeconds implements test_request_required_integer_unix-seconds operation.

POST /test_request_required_integer_unix-seconds

func (UnimplementedHandler) TestRequestRequiredIntegerUnixSecondsArray

func (UnimplementedHandler) TestRequestRequiredIntegerUnixSecondsArray(ctx context.Context, req []time.Time) (r *Error, _ error)

TestRequestRequiredIntegerUnixSecondsArray implements test_request_required_integer_unix-seconds_array operation.

POST /test_request_required_integer_unix-seconds_array

func (UnimplementedHandler) TestRequestRequiredIntegerUnixSecondsArrayArray

func (UnimplementedHandler) TestRequestRequiredIntegerUnixSecondsArrayArray(ctx context.Context, req [][]time.Time) (r *Error, _ error)

TestRequestRequiredIntegerUnixSecondsArrayArray implements test_request_required_integer_unix-seconds_array_array operation.

POST /test_request_required_integer_unix-seconds_array_array

func (UnimplementedHandler) TestRequestRequiredIntegerUnixSecondsNullable

func (UnimplementedHandler) TestRequestRequiredIntegerUnixSecondsNullable(ctx context.Context, req NilUnixSeconds) (r *Error, _ error)

TestRequestRequiredIntegerUnixSecondsNullable implements test_request_required_integer_unix-seconds_nullable operation.

POST /test_request_required_integer_unix-seconds_nullable

func (UnimplementedHandler) TestRequestRequiredIntegerUnixSecondsNullableArray

func (UnimplementedHandler) TestRequestRequiredIntegerUnixSecondsNullableArray(ctx context.Context, req []NilUnixSeconds) (r *Error, _ error)

TestRequestRequiredIntegerUnixSecondsNullableArray implements test_request_required_integer_unix-seconds_nullable_array operation.

POST /test_request_required_integer_unix-seconds_nullable_array

func (UnimplementedHandler) TestRequestRequiredIntegerUnixSecondsNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredIntegerUnixSecondsNullableArrayArray(ctx context.Context, req [][]NilUnixSeconds) (r *Error, _ error)

TestRequestRequiredIntegerUnixSecondsNullableArrayArray implements test_request_required_integer_unix-seconds_nullable_array_array operation.

POST /test_request_required_integer_unix-seconds_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredNull

func (UnimplementedHandler) TestRequestRequiredNull(ctx context.Context, req struct{}) (r *Error, _ error)

TestRequestRequiredNull implements test_request_required_null operation.

POST /test_request_required_null

func (UnimplementedHandler) TestRequestRequiredNullArray

func (UnimplementedHandler) TestRequestRequiredNullArray(ctx context.Context, req []struct{}) (r *Error, _ error)

TestRequestRequiredNullArray implements test_request_required_null_array operation.

POST /test_request_required_null_array

func (UnimplementedHandler) TestRequestRequiredNullArrayArray

func (UnimplementedHandler) TestRequestRequiredNullArrayArray(ctx context.Context, req [][]struct{}) (r *Error, _ error)

TestRequestRequiredNullArrayArray implements test_request_required_null_array_array operation.

POST /test_request_required_null_array_array

func (UnimplementedHandler) TestRequestRequiredNullNullable

func (UnimplementedHandler) TestRequestRequiredNullNullable(ctx context.Context, req struct{}) (r *Error, _ error)

TestRequestRequiredNullNullable implements test_request_required_null_nullable operation.

POST /test_request_required_null_nullable

func (UnimplementedHandler) TestRequestRequiredNullNullableArray

func (UnimplementedHandler) TestRequestRequiredNullNullableArray(ctx context.Context, req []struct{}) (r *Error, _ error)

TestRequestRequiredNullNullableArray implements test_request_required_null_nullable_array operation.

POST /test_request_required_null_nullable_array

func (UnimplementedHandler) TestRequestRequiredNullNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredNullNullableArrayArray(ctx context.Context, req [][]struct{}) (r *Error, _ error)

TestRequestRequiredNullNullableArrayArray implements test_request_required_null_nullable_array_array operation.

POST /test_request_required_null_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredNumber

func (UnimplementedHandler) TestRequestRequiredNumber(ctx context.Context, req float64) (r *Error, _ error)

TestRequestRequiredNumber implements test_request_required_number operation.

POST /test_request_required_number

func (UnimplementedHandler) TestRequestRequiredNumberArray

func (UnimplementedHandler) TestRequestRequiredNumberArray(ctx context.Context, req []float64) (r *Error, _ error)

TestRequestRequiredNumberArray implements test_request_required_number_array operation.

POST /test_request_required_number_array

func (UnimplementedHandler) TestRequestRequiredNumberArrayArray

func (UnimplementedHandler) TestRequestRequiredNumberArrayArray(ctx context.Context, req [][]float64) (r *Error, _ error)

TestRequestRequiredNumberArrayArray implements test_request_required_number_array_array operation.

POST /test_request_required_number_array_array

func (UnimplementedHandler) TestRequestRequiredNumberDouble

func (UnimplementedHandler) TestRequestRequiredNumberDouble(ctx context.Context, req float64) (r *Error, _ error)

TestRequestRequiredNumberDouble implements test_request_required_number_double operation.

POST /test_request_required_number_double

func (UnimplementedHandler) TestRequestRequiredNumberDoubleArray

func (UnimplementedHandler) TestRequestRequiredNumberDoubleArray(ctx context.Context, req []float64) (r *Error, _ error)

TestRequestRequiredNumberDoubleArray implements test_request_required_number_double_array operation.

POST /test_request_required_number_double_array

func (UnimplementedHandler) TestRequestRequiredNumberDoubleArrayArray

func (UnimplementedHandler) TestRequestRequiredNumberDoubleArrayArray(ctx context.Context, req [][]float64) (r *Error, _ error)

TestRequestRequiredNumberDoubleArrayArray implements test_request_required_number_double_array_array operation.

POST /test_request_required_number_double_array_array

func (UnimplementedHandler) TestRequestRequiredNumberDoubleNullable

func (UnimplementedHandler) TestRequestRequiredNumberDoubleNullable(ctx context.Context, req NilFloat64) (r *Error, _ error)

TestRequestRequiredNumberDoubleNullable implements test_request_required_number_double_nullable operation.

POST /test_request_required_number_double_nullable

func (UnimplementedHandler) TestRequestRequiredNumberDoubleNullableArray

func (UnimplementedHandler) TestRequestRequiredNumberDoubleNullableArray(ctx context.Context, req []NilFloat64) (r *Error, _ error)

TestRequestRequiredNumberDoubleNullableArray implements test_request_required_number_double_nullable_array operation.

POST /test_request_required_number_double_nullable_array

func (UnimplementedHandler) TestRequestRequiredNumberDoubleNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredNumberDoubleNullableArrayArray(ctx context.Context, req [][]NilFloat64) (r *Error, _ error)

TestRequestRequiredNumberDoubleNullableArrayArray implements test_request_required_number_double_nullable_array_array operation.

POST /test_request_required_number_double_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredNumberFloat

func (UnimplementedHandler) TestRequestRequiredNumberFloat(ctx context.Context, req float32) (r *Error, _ error)

TestRequestRequiredNumberFloat implements test_request_required_number_float operation.

POST /test_request_required_number_float

func (UnimplementedHandler) TestRequestRequiredNumberFloatArray

func (UnimplementedHandler) TestRequestRequiredNumberFloatArray(ctx context.Context, req []float32) (r *Error, _ error)

TestRequestRequiredNumberFloatArray implements test_request_required_number_float_array operation.

POST /test_request_required_number_float_array

func (UnimplementedHandler) TestRequestRequiredNumberFloatArrayArray

func (UnimplementedHandler) TestRequestRequiredNumberFloatArrayArray(ctx context.Context, req [][]float32) (r *Error, _ error)

TestRequestRequiredNumberFloatArrayArray implements test_request_required_number_float_array_array operation.

POST /test_request_required_number_float_array_array

func (UnimplementedHandler) TestRequestRequiredNumberFloatNullable

func (UnimplementedHandler) TestRequestRequiredNumberFloatNullable(ctx context.Context, req NilFloat32) (r *Error, _ error)

TestRequestRequiredNumberFloatNullable implements test_request_required_number_float_nullable operation.

POST /test_request_required_number_float_nullable

func (UnimplementedHandler) TestRequestRequiredNumberFloatNullableArray

func (UnimplementedHandler) TestRequestRequiredNumberFloatNullableArray(ctx context.Context, req []NilFloat32) (r *Error, _ error)

TestRequestRequiredNumberFloatNullableArray implements test_request_required_number_float_nullable_array operation.

POST /test_request_required_number_float_nullable_array

func (UnimplementedHandler) TestRequestRequiredNumberFloatNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredNumberFloatNullableArrayArray(ctx context.Context, req [][]NilFloat32) (r *Error, _ error)

TestRequestRequiredNumberFloatNullableArrayArray implements test_request_required_number_float_nullable_array_array operation.

POST /test_request_required_number_float_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredNumberInt32

func (UnimplementedHandler) TestRequestRequiredNumberInt32(ctx context.Context, req int32) (r *Error, _ error)

TestRequestRequiredNumberInt32 implements test_request_required_number_int32 operation.

POST /test_request_required_number_int32

func (UnimplementedHandler) TestRequestRequiredNumberInt32Array

func (UnimplementedHandler) TestRequestRequiredNumberInt32Array(ctx context.Context, req []int32) (r *Error, _ error)

TestRequestRequiredNumberInt32Array implements test_request_required_number_int32_array operation.

POST /test_request_required_number_int32_array

func (UnimplementedHandler) TestRequestRequiredNumberInt32ArrayArray

func (UnimplementedHandler) TestRequestRequiredNumberInt32ArrayArray(ctx context.Context, req [][]int32) (r *Error, _ error)

TestRequestRequiredNumberInt32ArrayArray implements test_request_required_number_int32_array_array operation.

POST /test_request_required_number_int32_array_array

func (UnimplementedHandler) TestRequestRequiredNumberInt32Nullable

func (UnimplementedHandler) TestRequestRequiredNumberInt32Nullable(ctx context.Context, req NilInt32) (r *Error, _ error)

TestRequestRequiredNumberInt32Nullable implements test_request_required_number_int32_nullable operation.

POST /test_request_required_number_int32_nullable

func (UnimplementedHandler) TestRequestRequiredNumberInt32NullableArray

func (UnimplementedHandler) TestRequestRequiredNumberInt32NullableArray(ctx context.Context, req []NilInt32) (r *Error, _ error)

TestRequestRequiredNumberInt32NullableArray implements test_request_required_number_int32_nullable_array operation.

POST /test_request_required_number_int32_nullable_array

func (UnimplementedHandler) TestRequestRequiredNumberInt32NullableArrayArray

func (UnimplementedHandler) TestRequestRequiredNumberInt32NullableArrayArray(ctx context.Context, req [][]NilInt32) (r *Error, _ error)

TestRequestRequiredNumberInt32NullableArrayArray implements test_request_required_number_int32_nullable_array_array operation.

POST /test_request_required_number_int32_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredNumberInt64

func (UnimplementedHandler) TestRequestRequiredNumberInt64(ctx context.Context, req int64) (r *Error, _ error)

TestRequestRequiredNumberInt64 implements test_request_required_number_int64 operation.

POST /test_request_required_number_int64

func (UnimplementedHandler) TestRequestRequiredNumberInt64Array

func (UnimplementedHandler) TestRequestRequiredNumberInt64Array(ctx context.Context, req []int64) (r *Error, _ error)

TestRequestRequiredNumberInt64Array implements test_request_required_number_int64_array operation.

POST /test_request_required_number_int64_array

func (UnimplementedHandler) TestRequestRequiredNumberInt64ArrayArray

func (UnimplementedHandler) TestRequestRequiredNumberInt64ArrayArray(ctx context.Context, req [][]int64) (r *Error, _ error)

TestRequestRequiredNumberInt64ArrayArray implements test_request_required_number_int64_array_array operation.

POST /test_request_required_number_int64_array_array

func (UnimplementedHandler) TestRequestRequiredNumberInt64Nullable

func (UnimplementedHandler) TestRequestRequiredNumberInt64Nullable(ctx context.Context, req NilInt64) (r *Error, _ error)

TestRequestRequiredNumberInt64Nullable implements test_request_required_number_int64_nullable operation.

POST /test_request_required_number_int64_nullable

func (UnimplementedHandler) TestRequestRequiredNumberInt64NullableArray

func (UnimplementedHandler) TestRequestRequiredNumberInt64NullableArray(ctx context.Context, req []NilInt64) (r *Error, _ error)

TestRequestRequiredNumberInt64NullableArray implements test_request_required_number_int64_nullable_array operation.

POST /test_request_required_number_int64_nullable_array

func (UnimplementedHandler) TestRequestRequiredNumberInt64NullableArrayArray

func (UnimplementedHandler) TestRequestRequiredNumberInt64NullableArrayArray(ctx context.Context, req [][]NilInt64) (r *Error, _ error)

TestRequestRequiredNumberInt64NullableArrayArray implements test_request_required_number_int64_nullable_array_array operation.

POST /test_request_required_number_int64_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredNumberNullable

func (UnimplementedHandler) TestRequestRequiredNumberNullable(ctx context.Context, req NilFloat64) (r *Error, _ error)

TestRequestRequiredNumberNullable implements test_request_required_number_nullable operation.

POST /test_request_required_number_nullable

func (UnimplementedHandler) TestRequestRequiredNumberNullableArray

func (UnimplementedHandler) TestRequestRequiredNumberNullableArray(ctx context.Context, req []NilFloat64) (r *Error, _ error)

TestRequestRequiredNumberNullableArray implements test_request_required_number_nullable_array operation.

POST /test_request_required_number_nullable_array

func (UnimplementedHandler) TestRequestRequiredNumberNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredNumberNullableArrayArray(ctx context.Context, req [][]NilFloat64) (r *Error, _ error)

TestRequestRequiredNumberNullableArrayArray implements test_request_required_number_nullable_array_array operation.

POST /test_request_required_number_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredString

func (UnimplementedHandler) TestRequestRequiredString(ctx context.Context, req string) (r *Error, _ error)

TestRequestRequiredString implements test_request_required_string operation.

POST /test_request_required_string

func (UnimplementedHandler) TestRequestRequiredStringArray

func (UnimplementedHandler) TestRequestRequiredStringArray(ctx context.Context, req []string) (r *Error, _ error)

TestRequestRequiredStringArray implements test_request_required_string_array operation.

POST /test_request_required_string_array

func (UnimplementedHandler) TestRequestRequiredStringArrayArray

func (UnimplementedHandler) TestRequestRequiredStringArrayArray(ctx context.Context, req [][]string) (r *Error, _ error)

TestRequestRequiredStringArrayArray implements test_request_required_string_array_array operation.

POST /test_request_required_string_array_array

func (UnimplementedHandler) TestRequestRequiredStringBase64

func (UnimplementedHandler) TestRequestRequiredStringBase64(ctx context.Context, req []byte) (r *Error, _ error)

TestRequestRequiredStringBase64 implements test_request_required_string_base64 operation.

POST /test_request_required_string_base64

func (UnimplementedHandler) TestRequestRequiredStringBase64Array

func (UnimplementedHandler) TestRequestRequiredStringBase64Array(ctx context.Context, req [][]byte) (r *Error, _ error)

TestRequestRequiredStringBase64Array implements test_request_required_string_base64_array operation.

POST /test_request_required_string_base64_array

func (UnimplementedHandler) TestRequestRequiredStringBase64ArrayArray

func (UnimplementedHandler) TestRequestRequiredStringBase64ArrayArray(ctx context.Context, req [][][]byte) (r *Error, _ error)

TestRequestRequiredStringBase64ArrayArray implements test_request_required_string_base64_array_array operation.

POST /test_request_required_string_base64_array_array

func (UnimplementedHandler) TestRequestRequiredStringBase64Nullable

func (UnimplementedHandler) TestRequestRequiredStringBase64Nullable(ctx context.Context, req []byte) (r *Error, _ error)

TestRequestRequiredStringBase64Nullable implements test_request_required_string_base64_nullable operation.

POST /test_request_required_string_base64_nullable

func (UnimplementedHandler) TestRequestRequiredStringBase64NullableArray

func (UnimplementedHandler) TestRequestRequiredStringBase64NullableArray(ctx context.Context, req [][]byte) (r *Error, _ error)

TestRequestRequiredStringBase64NullableArray implements test_request_required_string_base64_nullable_array operation.

POST /test_request_required_string_base64_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringBase64NullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringBase64NullableArrayArray(ctx context.Context, req [][][]byte) (r *Error, _ error)

TestRequestRequiredStringBase64NullableArrayArray implements test_request_required_string_base64_nullable_array_array operation.

POST /test_request_required_string_base64_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringBinary

func (UnimplementedHandler) TestRequestRequiredStringBinary(ctx context.Context, req string) (r *Error, _ error)

TestRequestRequiredStringBinary implements test_request_required_string_binary operation.

POST /test_request_required_string_binary

func (UnimplementedHandler) TestRequestRequiredStringBinaryArray

func (UnimplementedHandler) TestRequestRequiredStringBinaryArray(ctx context.Context, req []string) (r *Error, _ error)

TestRequestRequiredStringBinaryArray implements test_request_required_string_binary_array operation.

POST /test_request_required_string_binary_array

func (UnimplementedHandler) TestRequestRequiredStringBinaryArrayArray

func (UnimplementedHandler) TestRequestRequiredStringBinaryArrayArray(ctx context.Context, req [][]string) (r *Error, _ error)

TestRequestRequiredStringBinaryArrayArray implements test_request_required_string_binary_array_array operation.

POST /test_request_required_string_binary_array_array

func (UnimplementedHandler) TestRequestRequiredStringBinaryNullable

func (UnimplementedHandler) TestRequestRequiredStringBinaryNullable(ctx context.Context, req NilString) (r *Error, _ error)

TestRequestRequiredStringBinaryNullable implements test_request_required_string_binary_nullable operation.

POST /test_request_required_string_binary_nullable

func (UnimplementedHandler) TestRequestRequiredStringBinaryNullableArray

func (UnimplementedHandler) TestRequestRequiredStringBinaryNullableArray(ctx context.Context, req []NilString) (r *Error, _ error)

TestRequestRequiredStringBinaryNullableArray implements test_request_required_string_binary_nullable_array operation.

POST /test_request_required_string_binary_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringBinaryNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringBinaryNullableArrayArray(ctx context.Context, req [][]NilString) (r *Error, _ error)

TestRequestRequiredStringBinaryNullableArrayArray implements test_request_required_string_binary_nullable_array_array operation.

POST /test_request_required_string_binary_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringByte

func (UnimplementedHandler) TestRequestRequiredStringByte(ctx context.Context, req []byte) (r *Error, _ error)

TestRequestRequiredStringByte implements test_request_required_string_byte operation.

POST /test_request_required_string_byte

func (UnimplementedHandler) TestRequestRequiredStringByteArray

func (UnimplementedHandler) TestRequestRequiredStringByteArray(ctx context.Context, req [][]byte) (r *Error, _ error)

TestRequestRequiredStringByteArray implements test_request_required_string_byte_array operation.

POST /test_request_required_string_byte_array

func (UnimplementedHandler) TestRequestRequiredStringByteArrayArray

func (UnimplementedHandler) TestRequestRequiredStringByteArrayArray(ctx context.Context, req [][][]byte) (r *Error, _ error)

TestRequestRequiredStringByteArrayArray implements test_request_required_string_byte_array_array operation.

POST /test_request_required_string_byte_array_array

func (UnimplementedHandler) TestRequestRequiredStringByteNullable

func (UnimplementedHandler) TestRequestRequiredStringByteNullable(ctx context.Context, req []byte) (r *Error, _ error)

TestRequestRequiredStringByteNullable implements test_request_required_string_byte_nullable operation.

POST /test_request_required_string_byte_nullable

func (UnimplementedHandler) TestRequestRequiredStringByteNullableArray

func (UnimplementedHandler) TestRequestRequiredStringByteNullableArray(ctx context.Context, req [][]byte) (r *Error, _ error)

TestRequestRequiredStringByteNullableArray implements test_request_required_string_byte_nullable_array operation.

POST /test_request_required_string_byte_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringByteNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringByteNullableArrayArray(ctx context.Context, req [][][]byte) (r *Error, _ error)

TestRequestRequiredStringByteNullableArrayArray implements test_request_required_string_byte_nullable_array_array operation.

POST /test_request_required_string_byte_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringDate

func (UnimplementedHandler) TestRequestRequiredStringDate(ctx context.Context, req time.Time) (r *Error, _ error)

TestRequestRequiredStringDate implements test_request_required_string_date operation.

POST /test_request_required_string_date

func (UnimplementedHandler) TestRequestRequiredStringDateArray

func (UnimplementedHandler) TestRequestRequiredStringDateArray(ctx context.Context, req []time.Time) (r *Error, _ error)

TestRequestRequiredStringDateArray implements test_request_required_string_date_array operation.

POST /test_request_required_string_date_array

func (UnimplementedHandler) TestRequestRequiredStringDateArrayArray

func (UnimplementedHandler) TestRequestRequiredStringDateArrayArray(ctx context.Context, req [][]time.Time) (r *Error, _ error)

TestRequestRequiredStringDateArrayArray implements test_request_required_string_date_array_array operation.

POST /test_request_required_string_date_array_array

func (UnimplementedHandler) TestRequestRequiredStringDateNullable

func (UnimplementedHandler) TestRequestRequiredStringDateNullable(ctx context.Context, req NilDate) (r *Error, _ error)

TestRequestRequiredStringDateNullable implements test_request_required_string_date_nullable operation.

POST /test_request_required_string_date_nullable

func (UnimplementedHandler) TestRequestRequiredStringDateNullableArray

func (UnimplementedHandler) TestRequestRequiredStringDateNullableArray(ctx context.Context, req []NilDate) (r *Error, _ error)

TestRequestRequiredStringDateNullableArray implements test_request_required_string_date_nullable_array operation.

POST /test_request_required_string_date_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringDateNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringDateNullableArrayArray(ctx context.Context, req [][]NilDate) (r *Error, _ error)

TestRequestRequiredStringDateNullableArrayArray implements test_request_required_string_date_nullable_array_array operation.

POST /test_request_required_string_date_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringDateTime

func (UnimplementedHandler) TestRequestRequiredStringDateTime(ctx context.Context, req time.Time) (r *Error, _ error)

TestRequestRequiredStringDateTime implements test_request_required_string_date-time operation.

POST /test_request_required_string_date-time

func (UnimplementedHandler) TestRequestRequiredStringDateTimeArray

func (UnimplementedHandler) TestRequestRequiredStringDateTimeArray(ctx context.Context, req []time.Time) (r *Error, _ error)

TestRequestRequiredStringDateTimeArray implements test_request_required_string_date-time_array operation.

POST /test_request_required_string_date-time_array

func (UnimplementedHandler) TestRequestRequiredStringDateTimeArrayArray

func (UnimplementedHandler) TestRequestRequiredStringDateTimeArrayArray(ctx context.Context, req [][]time.Time) (r *Error, _ error)

TestRequestRequiredStringDateTimeArrayArray implements test_request_required_string_date-time_array_array operation.

POST /test_request_required_string_date-time_array_array

func (UnimplementedHandler) TestRequestRequiredStringDateTimeNullable

func (UnimplementedHandler) TestRequestRequiredStringDateTimeNullable(ctx context.Context, req NilDateTime) (r *Error, _ error)

TestRequestRequiredStringDateTimeNullable implements test_request_required_string_date-time_nullable operation.

POST /test_request_required_string_date-time_nullable

func (UnimplementedHandler) TestRequestRequiredStringDateTimeNullableArray

func (UnimplementedHandler) TestRequestRequiredStringDateTimeNullableArray(ctx context.Context, req []NilDateTime) (r *Error, _ error)

TestRequestRequiredStringDateTimeNullableArray implements test_request_required_string_date-time_nullable_array operation.

POST /test_request_required_string_date-time_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringDateTimeNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringDateTimeNullableArrayArray(ctx context.Context, req [][]NilDateTime) (r *Error, _ error)

TestRequestRequiredStringDateTimeNullableArrayArray implements test_request_required_string_date-time_nullable_array_array operation.

POST /test_request_required_string_date-time_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringDuration

func (UnimplementedHandler) TestRequestRequiredStringDuration(ctx context.Context, req time.Duration) (r *Error, _ error)

TestRequestRequiredStringDuration implements test_request_required_string_duration operation.

POST /test_request_required_string_duration

func (UnimplementedHandler) TestRequestRequiredStringDurationArray

func (UnimplementedHandler) TestRequestRequiredStringDurationArray(ctx context.Context, req []time.Duration) (r *Error, _ error)

TestRequestRequiredStringDurationArray implements test_request_required_string_duration_array operation.

POST /test_request_required_string_duration_array

func (UnimplementedHandler) TestRequestRequiredStringDurationArrayArray

func (UnimplementedHandler) TestRequestRequiredStringDurationArrayArray(ctx context.Context, req [][]time.Duration) (r *Error, _ error)

TestRequestRequiredStringDurationArrayArray implements test_request_required_string_duration_array_array operation.

POST /test_request_required_string_duration_array_array

func (UnimplementedHandler) TestRequestRequiredStringDurationNullable

func (UnimplementedHandler) TestRequestRequiredStringDurationNullable(ctx context.Context, req NilDuration) (r *Error, _ error)

TestRequestRequiredStringDurationNullable implements test_request_required_string_duration_nullable operation.

POST /test_request_required_string_duration_nullable

func (UnimplementedHandler) TestRequestRequiredStringDurationNullableArray

func (UnimplementedHandler) TestRequestRequiredStringDurationNullableArray(ctx context.Context, req []NilDuration) (r *Error, _ error)

TestRequestRequiredStringDurationNullableArray implements test_request_required_string_duration_nullable_array operation.

POST /test_request_required_string_duration_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringDurationNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringDurationNullableArrayArray(ctx context.Context, req [][]NilDuration) (r *Error, _ error)

TestRequestRequiredStringDurationNullableArrayArray implements test_request_required_string_duration_nullable_array_array operation.

POST /test_request_required_string_duration_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringEmail

func (UnimplementedHandler) TestRequestRequiredStringEmail(ctx context.Context, req string) (r *Error, _ error)

TestRequestRequiredStringEmail implements test_request_required_string_email operation.

POST /test_request_required_string_email

func (UnimplementedHandler) TestRequestRequiredStringEmailArray

func (UnimplementedHandler) TestRequestRequiredStringEmailArray(ctx context.Context, req []string) (r *Error, _ error)

TestRequestRequiredStringEmailArray implements test_request_required_string_email_array operation.

POST /test_request_required_string_email_array

func (UnimplementedHandler) TestRequestRequiredStringEmailArrayArray

func (UnimplementedHandler) TestRequestRequiredStringEmailArrayArray(ctx context.Context, req [][]string) (r *Error, _ error)

TestRequestRequiredStringEmailArrayArray implements test_request_required_string_email_array_array operation.

POST /test_request_required_string_email_array_array

func (UnimplementedHandler) TestRequestRequiredStringEmailNullable

func (UnimplementedHandler) TestRequestRequiredStringEmailNullable(ctx context.Context, req NilString) (r *Error, _ error)

TestRequestRequiredStringEmailNullable implements test_request_required_string_email_nullable operation.

POST /test_request_required_string_email_nullable

func (UnimplementedHandler) TestRequestRequiredStringEmailNullableArray

func (UnimplementedHandler) TestRequestRequiredStringEmailNullableArray(ctx context.Context, req []NilString) (r *Error, _ error)

TestRequestRequiredStringEmailNullableArray implements test_request_required_string_email_nullable_array operation.

POST /test_request_required_string_email_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringEmailNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringEmailNullableArrayArray(ctx context.Context, req [][]NilString) (r *Error, _ error)

TestRequestRequiredStringEmailNullableArrayArray implements test_request_required_string_email_nullable_array_array operation.

POST /test_request_required_string_email_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringFloat32

func (UnimplementedHandler) TestRequestRequiredStringFloat32(ctx context.Context, req float32) (r *Error, _ error)

TestRequestRequiredStringFloat32 implements test_request_required_string_float32 operation.

POST /test_request_required_string_float32

func (UnimplementedHandler) TestRequestRequiredStringFloat32Array

func (UnimplementedHandler) TestRequestRequiredStringFloat32Array(ctx context.Context, req []float32) (r *Error, _ error)

TestRequestRequiredStringFloat32Array implements test_request_required_string_float32_array operation.

POST /test_request_required_string_float32_array

func (UnimplementedHandler) TestRequestRequiredStringFloat32ArrayArray

func (UnimplementedHandler) TestRequestRequiredStringFloat32ArrayArray(ctx context.Context, req [][]float32) (r *Error, _ error)

TestRequestRequiredStringFloat32ArrayArray implements test_request_required_string_float32_array_array operation.

POST /test_request_required_string_float32_array_array

func (UnimplementedHandler) TestRequestRequiredStringFloat32Nullable

func (UnimplementedHandler) TestRequestRequiredStringFloat32Nullable(ctx context.Context, req NilStringFloat32) (r *Error, _ error)

TestRequestRequiredStringFloat32Nullable implements test_request_required_string_float32_nullable operation.

POST /test_request_required_string_float32_nullable

func (UnimplementedHandler) TestRequestRequiredStringFloat32NullableArray

func (UnimplementedHandler) TestRequestRequiredStringFloat32NullableArray(ctx context.Context, req []NilStringFloat32) (r *Error, _ error)

TestRequestRequiredStringFloat32NullableArray implements test_request_required_string_float32_nullable_array operation.

POST /test_request_required_string_float32_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringFloat32NullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringFloat32NullableArrayArray(ctx context.Context, req [][]NilStringFloat32) (r *Error, _ error)

TestRequestRequiredStringFloat32NullableArrayArray implements test_request_required_string_float32_nullable_array_array operation.

POST /test_request_required_string_float32_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringFloat64

func (UnimplementedHandler) TestRequestRequiredStringFloat64(ctx context.Context, req float64) (r *Error, _ error)

TestRequestRequiredStringFloat64 implements test_request_required_string_float64 operation.

POST /test_request_required_string_float64

func (UnimplementedHandler) TestRequestRequiredStringFloat64Array

func (UnimplementedHandler) TestRequestRequiredStringFloat64Array(ctx context.Context, req []float64) (r *Error, _ error)

TestRequestRequiredStringFloat64Array implements test_request_required_string_float64_array operation.

POST /test_request_required_string_float64_array

func (UnimplementedHandler) TestRequestRequiredStringFloat64ArrayArray

func (UnimplementedHandler) TestRequestRequiredStringFloat64ArrayArray(ctx context.Context, req [][]float64) (r *Error, _ error)

TestRequestRequiredStringFloat64ArrayArray implements test_request_required_string_float64_array_array operation.

POST /test_request_required_string_float64_array_array

func (UnimplementedHandler) TestRequestRequiredStringFloat64Nullable

func (UnimplementedHandler) TestRequestRequiredStringFloat64Nullable(ctx context.Context, req NilStringFloat64) (r *Error, _ error)

TestRequestRequiredStringFloat64Nullable implements test_request_required_string_float64_nullable operation.

POST /test_request_required_string_float64_nullable

func (UnimplementedHandler) TestRequestRequiredStringFloat64NullableArray

func (UnimplementedHandler) TestRequestRequiredStringFloat64NullableArray(ctx context.Context, req []NilStringFloat64) (r *Error, _ error)

TestRequestRequiredStringFloat64NullableArray implements test_request_required_string_float64_nullable_array operation.

POST /test_request_required_string_float64_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringFloat64NullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringFloat64NullableArrayArray(ctx context.Context, req [][]NilStringFloat64) (r *Error, _ error)

TestRequestRequiredStringFloat64NullableArrayArray implements test_request_required_string_float64_nullable_array_array operation.

POST /test_request_required_string_float64_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringHostname

func (UnimplementedHandler) TestRequestRequiredStringHostname(ctx context.Context, req string) (r *Error, _ error)

TestRequestRequiredStringHostname implements test_request_required_string_hostname operation.

POST /test_request_required_string_hostname

func (UnimplementedHandler) TestRequestRequiredStringHostnameArray

func (UnimplementedHandler) TestRequestRequiredStringHostnameArray(ctx context.Context, req []string) (r *Error, _ error)

TestRequestRequiredStringHostnameArray implements test_request_required_string_hostname_array operation.

POST /test_request_required_string_hostname_array

func (UnimplementedHandler) TestRequestRequiredStringHostnameArrayArray

func (UnimplementedHandler) TestRequestRequiredStringHostnameArrayArray(ctx context.Context, req [][]string) (r *Error, _ error)

TestRequestRequiredStringHostnameArrayArray implements test_request_required_string_hostname_array_array operation.

POST /test_request_required_string_hostname_array_array

func (UnimplementedHandler) TestRequestRequiredStringHostnameNullable

func (UnimplementedHandler) TestRequestRequiredStringHostnameNullable(ctx context.Context, req NilString) (r *Error, _ error)

TestRequestRequiredStringHostnameNullable implements test_request_required_string_hostname_nullable operation.

POST /test_request_required_string_hostname_nullable

func (UnimplementedHandler) TestRequestRequiredStringHostnameNullableArray

func (UnimplementedHandler) TestRequestRequiredStringHostnameNullableArray(ctx context.Context, req []NilString) (r *Error, _ error)

TestRequestRequiredStringHostnameNullableArray implements test_request_required_string_hostname_nullable_array operation.

POST /test_request_required_string_hostname_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringHostnameNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringHostnameNullableArrayArray(ctx context.Context, req [][]NilString) (r *Error, _ error)

TestRequestRequiredStringHostnameNullableArrayArray implements test_request_required_string_hostname_nullable_array_array operation.

POST /test_request_required_string_hostname_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringIP

func (UnimplementedHandler) TestRequestRequiredStringIP(ctx context.Context, req netip.Addr) (r *Error, _ error)

TestRequestRequiredStringIP implements test_request_required_string_ip operation.

POST /test_request_required_string_ip

func (UnimplementedHandler) TestRequestRequiredStringIPArray

func (UnimplementedHandler) TestRequestRequiredStringIPArray(ctx context.Context, req []netip.Addr) (r *Error, _ error)

TestRequestRequiredStringIPArray implements test_request_required_string_ip_array operation.

POST /test_request_required_string_ip_array

func (UnimplementedHandler) TestRequestRequiredStringIPArrayArray

func (UnimplementedHandler) TestRequestRequiredStringIPArrayArray(ctx context.Context, req [][]netip.Addr) (r *Error, _ error)

TestRequestRequiredStringIPArrayArray implements test_request_required_string_ip_array_array operation.

POST /test_request_required_string_ip_array_array

func (UnimplementedHandler) TestRequestRequiredStringIPNullable

func (UnimplementedHandler) TestRequestRequiredStringIPNullable(ctx context.Context, req NilIP) (r *Error, _ error)

TestRequestRequiredStringIPNullable implements test_request_required_string_ip_nullable operation.

POST /test_request_required_string_ip_nullable

func (UnimplementedHandler) TestRequestRequiredStringIPNullableArray

func (UnimplementedHandler) TestRequestRequiredStringIPNullableArray(ctx context.Context, req []NilIP) (r *Error, _ error)

TestRequestRequiredStringIPNullableArray implements test_request_required_string_ip_nullable_array operation.

POST /test_request_required_string_ip_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringIPNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringIPNullableArrayArray(ctx context.Context, req [][]NilIP) (r *Error, _ error)

TestRequestRequiredStringIPNullableArrayArray implements test_request_required_string_ip_nullable_array_array operation.

POST /test_request_required_string_ip_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringInt

func (UnimplementedHandler) TestRequestRequiredStringInt(ctx context.Context, req int) (r *Error, _ error)

TestRequestRequiredStringInt implements test_request_required_string_int operation.

POST /test_request_required_string_int

func (UnimplementedHandler) TestRequestRequiredStringInt16

func (UnimplementedHandler) TestRequestRequiredStringInt16(ctx context.Context, req int16) (r *Error, _ error)

TestRequestRequiredStringInt16 implements test_request_required_string_int16 operation.

POST /test_request_required_string_int16

func (UnimplementedHandler) TestRequestRequiredStringInt16Array

func (UnimplementedHandler) TestRequestRequiredStringInt16Array(ctx context.Context, req []int16) (r *Error, _ error)

TestRequestRequiredStringInt16Array implements test_request_required_string_int16_array operation.

POST /test_request_required_string_int16_array

func (UnimplementedHandler) TestRequestRequiredStringInt16ArrayArray

func (UnimplementedHandler) TestRequestRequiredStringInt16ArrayArray(ctx context.Context, req [][]int16) (r *Error, _ error)

TestRequestRequiredStringInt16ArrayArray implements test_request_required_string_int16_array_array operation.

POST /test_request_required_string_int16_array_array

func (UnimplementedHandler) TestRequestRequiredStringInt16Nullable

func (UnimplementedHandler) TestRequestRequiredStringInt16Nullable(ctx context.Context, req NilStringInt16) (r *Error, _ error)

TestRequestRequiredStringInt16Nullable implements test_request_required_string_int16_nullable operation.

POST /test_request_required_string_int16_nullable

func (UnimplementedHandler) TestRequestRequiredStringInt16NullableArray

func (UnimplementedHandler) TestRequestRequiredStringInt16NullableArray(ctx context.Context, req []NilStringInt16) (r *Error, _ error)

TestRequestRequiredStringInt16NullableArray implements test_request_required_string_int16_nullable_array operation.

POST /test_request_required_string_int16_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringInt16NullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringInt16NullableArrayArray(ctx context.Context, req [][]NilStringInt16) (r *Error, _ error)

TestRequestRequiredStringInt16NullableArrayArray implements test_request_required_string_int16_nullable_array_array operation.

POST /test_request_required_string_int16_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringInt32

func (UnimplementedHandler) TestRequestRequiredStringInt32(ctx context.Context, req int32) (r *Error, _ error)

TestRequestRequiredStringInt32 implements test_request_required_string_int32 operation.

POST /test_request_required_string_int32

func (UnimplementedHandler) TestRequestRequiredStringInt32Array

func (UnimplementedHandler) TestRequestRequiredStringInt32Array(ctx context.Context, req []int32) (r *Error, _ error)

TestRequestRequiredStringInt32Array implements test_request_required_string_int32_array operation.

POST /test_request_required_string_int32_array

func (UnimplementedHandler) TestRequestRequiredStringInt32ArrayArray

func (UnimplementedHandler) TestRequestRequiredStringInt32ArrayArray(ctx context.Context, req [][]int32) (r *Error, _ error)

TestRequestRequiredStringInt32ArrayArray implements test_request_required_string_int32_array_array operation.

POST /test_request_required_string_int32_array_array

func (UnimplementedHandler) TestRequestRequiredStringInt32Nullable

func (UnimplementedHandler) TestRequestRequiredStringInt32Nullable(ctx context.Context, req NilStringInt32) (r *Error, _ error)

TestRequestRequiredStringInt32Nullable implements test_request_required_string_int32_nullable operation.

POST /test_request_required_string_int32_nullable

func (UnimplementedHandler) TestRequestRequiredStringInt32NullableArray

func (UnimplementedHandler) TestRequestRequiredStringInt32NullableArray(ctx context.Context, req []NilStringInt32) (r *Error, _ error)

TestRequestRequiredStringInt32NullableArray implements test_request_required_string_int32_nullable_array operation.

POST /test_request_required_string_int32_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringInt32NullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringInt32NullableArrayArray(ctx context.Context, req [][]NilStringInt32) (r *Error, _ error)

TestRequestRequiredStringInt32NullableArrayArray implements test_request_required_string_int32_nullable_array_array operation.

POST /test_request_required_string_int32_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringInt64

func (UnimplementedHandler) TestRequestRequiredStringInt64(ctx context.Context, req int64) (r *Error, _ error)

TestRequestRequiredStringInt64 implements test_request_required_string_int64 operation.

POST /test_request_required_string_int64

func (UnimplementedHandler) TestRequestRequiredStringInt64Array

func (UnimplementedHandler) TestRequestRequiredStringInt64Array(ctx context.Context, req []int64) (r *Error, _ error)

TestRequestRequiredStringInt64Array implements test_request_required_string_int64_array operation.

POST /test_request_required_string_int64_array

func (UnimplementedHandler) TestRequestRequiredStringInt64ArrayArray

func (UnimplementedHandler) TestRequestRequiredStringInt64ArrayArray(ctx context.Context, req [][]int64) (r *Error, _ error)

TestRequestRequiredStringInt64ArrayArray implements test_request_required_string_int64_array_array operation.

POST /test_request_required_string_int64_array_array

func (UnimplementedHandler) TestRequestRequiredStringInt64Nullable

func (UnimplementedHandler) TestRequestRequiredStringInt64Nullable(ctx context.Context, req NilStringInt64) (r *Error, _ error)

TestRequestRequiredStringInt64Nullable implements test_request_required_string_int64_nullable operation.

POST /test_request_required_string_int64_nullable

func (UnimplementedHandler) TestRequestRequiredStringInt64NullableArray

func (UnimplementedHandler) TestRequestRequiredStringInt64NullableArray(ctx context.Context, req []NilStringInt64) (r *Error, _ error)

TestRequestRequiredStringInt64NullableArray implements test_request_required_string_int64_nullable_array operation.

POST /test_request_required_string_int64_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringInt64NullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringInt64NullableArrayArray(ctx context.Context, req [][]NilStringInt64) (r *Error, _ error)

TestRequestRequiredStringInt64NullableArrayArray implements test_request_required_string_int64_nullable_array_array operation.

POST /test_request_required_string_int64_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringInt8

func (UnimplementedHandler) TestRequestRequiredStringInt8(ctx context.Context, req int8) (r *Error, _ error)

TestRequestRequiredStringInt8 implements test_request_required_string_int8 operation.

POST /test_request_required_string_int8

func (UnimplementedHandler) TestRequestRequiredStringInt8Array

func (UnimplementedHandler) TestRequestRequiredStringInt8Array(ctx context.Context, req []int8) (r *Error, _ error)

TestRequestRequiredStringInt8Array implements test_request_required_string_int8_array operation.

POST /test_request_required_string_int8_array

func (UnimplementedHandler) TestRequestRequiredStringInt8ArrayArray

func (UnimplementedHandler) TestRequestRequiredStringInt8ArrayArray(ctx context.Context, req [][]int8) (r *Error, _ error)

TestRequestRequiredStringInt8ArrayArray implements test_request_required_string_int8_array_array operation.

POST /test_request_required_string_int8_array_array

func (UnimplementedHandler) TestRequestRequiredStringInt8Nullable

func (UnimplementedHandler) TestRequestRequiredStringInt8Nullable(ctx context.Context, req NilStringInt8) (r *Error, _ error)

TestRequestRequiredStringInt8Nullable implements test_request_required_string_int8_nullable operation.

POST /test_request_required_string_int8_nullable

func (UnimplementedHandler) TestRequestRequiredStringInt8NullableArray

func (UnimplementedHandler) TestRequestRequiredStringInt8NullableArray(ctx context.Context, req []NilStringInt8) (r *Error, _ error)

TestRequestRequiredStringInt8NullableArray implements test_request_required_string_int8_nullable_array operation.

POST /test_request_required_string_int8_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringInt8NullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringInt8NullableArrayArray(ctx context.Context, req [][]NilStringInt8) (r *Error, _ error)

TestRequestRequiredStringInt8NullableArrayArray implements test_request_required_string_int8_nullable_array_array operation.

POST /test_request_required_string_int8_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringIntArray

func (UnimplementedHandler) TestRequestRequiredStringIntArray(ctx context.Context, req []int) (r *Error, _ error)

TestRequestRequiredStringIntArray implements test_request_required_string_int_array operation.

POST /test_request_required_string_int_array

func (UnimplementedHandler) TestRequestRequiredStringIntArrayArray

func (UnimplementedHandler) TestRequestRequiredStringIntArrayArray(ctx context.Context, req [][]int) (r *Error, _ error)

TestRequestRequiredStringIntArrayArray implements test_request_required_string_int_array_array operation.

POST /test_request_required_string_int_array_array

func (UnimplementedHandler) TestRequestRequiredStringIntNullable

func (UnimplementedHandler) TestRequestRequiredStringIntNullable(ctx context.Context, req NilStringInt) (r *Error, _ error)

TestRequestRequiredStringIntNullable implements test_request_required_string_int_nullable operation.

POST /test_request_required_string_int_nullable

func (UnimplementedHandler) TestRequestRequiredStringIntNullableArray

func (UnimplementedHandler) TestRequestRequiredStringIntNullableArray(ctx context.Context, req []NilStringInt) (r *Error, _ error)

TestRequestRequiredStringIntNullableArray implements test_request_required_string_int_nullable_array operation.

POST /test_request_required_string_int_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringIntNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringIntNullableArrayArray(ctx context.Context, req [][]NilStringInt) (r *Error, _ error)

TestRequestRequiredStringIntNullableArrayArray implements test_request_required_string_int_nullable_array_array operation.

POST /test_request_required_string_int_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringIpv4

func (UnimplementedHandler) TestRequestRequiredStringIpv4(ctx context.Context, req netip.Addr) (r *Error, _ error)

TestRequestRequiredStringIpv4 implements test_request_required_string_ipv4 operation.

POST /test_request_required_string_ipv4

func (UnimplementedHandler) TestRequestRequiredStringIpv4Array

func (UnimplementedHandler) TestRequestRequiredStringIpv4Array(ctx context.Context, req []netip.Addr) (r *Error, _ error)

TestRequestRequiredStringIpv4Array implements test_request_required_string_ipv4_array operation.

POST /test_request_required_string_ipv4_array

func (UnimplementedHandler) TestRequestRequiredStringIpv4ArrayArray

func (UnimplementedHandler) TestRequestRequiredStringIpv4ArrayArray(ctx context.Context, req [][]netip.Addr) (r *Error, _ error)

TestRequestRequiredStringIpv4ArrayArray implements test_request_required_string_ipv4_array_array operation.

POST /test_request_required_string_ipv4_array_array

func (UnimplementedHandler) TestRequestRequiredStringIpv4Nullable

func (UnimplementedHandler) TestRequestRequiredStringIpv4Nullable(ctx context.Context, req NilIPv4) (r *Error, _ error)

TestRequestRequiredStringIpv4Nullable implements test_request_required_string_ipv4_nullable operation.

POST /test_request_required_string_ipv4_nullable

func (UnimplementedHandler) TestRequestRequiredStringIpv4NullableArray

func (UnimplementedHandler) TestRequestRequiredStringIpv4NullableArray(ctx context.Context, req []NilIPv4) (r *Error, _ error)

TestRequestRequiredStringIpv4NullableArray implements test_request_required_string_ipv4_nullable_array operation.

POST /test_request_required_string_ipv4_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringIpv4NullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringIpv4NullableArrayArray(ctx context.Context, req [][]NilIPv4) (r *Error, _ error)

TestRequestRequiredStringIpv4NullableArrayArray implements test_request_required_string_ipv4_nullable_array_array operation.

POST /test_request_required_string_ipv4_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringIpv6

func (UnimplementedHandler) TestRequestRequiredStringIpv6(ctx context.Context, req netip.Addr) (r *Error, _ error)

TestRequestRequiredStringIpv6 implements test_request_required_string_ipv6 operation.

POST /test_request_required_string_ipv6

func (UnimplementedHandler) TestRequestRequiredStringIpv6Array

func (UnimplementedHandler) TestRequestRequiredStringIpv6Array(ctx context.Context, req []netip.Addr) (r *Error, _ error)

TestRequestRequiredStringIpv6Array implements test_request_required_string_ipv6_array operation.

POST /test_request_required_string_ipv6_array

func (UnimplementedHandler) TestRequestRequiredStringIpv6ArrayArray

func (UnimplementedHandler) TestRequestRequiredStringIpv6ArrayArray(ctx context.Context, req [][]netip.Addr) (r *Error, _ error)

TestRequestRequiredStringIpv6ArrayArray implements test_request_required_string_ipv6_array_array operation.

POST /test_request_required_string_ipv6_array_array

func (UnimplementedHandler) TestRequestRequiredStringIpv6Nullable

func (UnimplementedHandler) TestRequestRequiredStringIpv6Nullable(ctx context.Context, req NilIPv6) (r *Error, _ error)

TestRequestRequiredStringIpv6Nullable implements test_request_required_string_ipv6_nullable operation.

POST /test_request_required_string_ipv6_nullable

func (UnimplementedHandler) TestRequestRequiredStringIpv6NullableArray

func (UnimplementedHandler) TestRequestRequiredStringIpv6NullableArray(ctx context.Context, req []NilIPv6) (r *Error, _ error)

TestRequestRequiredStringIpv6NullableArray implements test_request_required_string_ipv6_nullable_array operation.

POST /test_request_required_string_ipv6_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringIpv6NullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringIpv6NullableArrayArray(ctx context.Context, req [][]NilIPv6) (r *Error, _ error)

TestRequestRequiredStringIpv6NullableArrayArray implements test_request_required_string_ipv6_nullable_array_array operation.

POST /test_request_required_string_ipv6_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringMAC

func (UnimplementedHandler) TestRequestRequiredStringMAC(ctx context.Context, req net.HardwareAddr) (r *Error, _ error)

TestRequestRequiredStringMAC implements test_request_required_string_mac operation.

POST /test_request_required_string_mac

func (UnimplementedHandler) TestRequestRequiredStringMACArray

func (UnimplementedHandler) TestRequestRequiredStringMACArray(ctx context.Context, req []net.HardwareAddr) (r *Error, _ error)

TestRequestRequiredStringMACArray implements test_request_required_string_mac_array operation.

POST /test_request_required_string_mac_array

func (UnimplementedHandler) TestRequestRequiredStringMACArrayArray

func (UnimplementedHandler) TestRequestRequiredStringMACArrayArray(ctx context.Context, req [][]net.HardwareAddr) (r *Error, _ error)

TestRequestRequiredStringMACArrayArray implements test_request_required_string_mac_array_array operation.

POST /test_request_required_string_mac_array_array

func (UnimplementedHandler) TestRequestRequiredStringMACNullable

func (UnimplementedHandler) TestRequestRequiredStringMACNullable(ctx context.Context, req NilHardwareAddr) (r *Error, _ error)

TestRequestRequiredStringMACNullable implements test_request_required_string_mac_nullable operation.

POST /test_request_required_string_mac_nullable

func (UnimplementedHandler) TestRequestRequiredStringMACNullableArray

func (UnimplementedHandler) TestRequestRequiredStringMACNullableArray(ctx context.Context, req []NilHardwareAddr) (r *Error, _ error)

TestRequestRequiredStringMACNullableArray implements test_request_required_string_mac_nullable_array operation.

POST /test_request_required_string_mac_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringMACNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringMACNullableArrayArray(ctx context.Context, req [][]NilHardwareAddr) (r *Error, _ error)

TestRequestRequiredStringMACNullableArrayArray implements test_request_required_string_mac_nullable_array_array operation.

POST /test_request_required_string_mac_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringNullable

func (UnimplementedHandler) TestRequestRequiredStringNullable(ctx context.Context, req NilString) (r *Error, _ error)

TestRequestRequiredStringNullable implements test_request_required_string_nullable operation.

POST /test_request_required_string_nullable

func (UnimplementedHandler) TestRequestRequiredStringNullableArray

func (UnimplementedHandler) TestRequestRequiredStringNullableArray(ctx context.Context, req []NilString) (r *Error, _ error)

TestRequestRequiredStringNullableArray implements test_request_required_string_nullable_array operation.

POST /test_request_required_string_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringNullableArrayArray(ctx context.Context, req [][]NilString) (r *Error, _ error)

TestRequestRequiredStringNullableArrayArray implements test_request_required_string_nullable_array_array operation.

POST /test_request_required_string_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringPassword

func (UnimplementedHandler) TestRequestRequiredStringPassword(ctx context.Context, req string) (r *Error, _ error)

TestRequestRequiredStringPassword implements test_request_required_string_password operation.

POST /test_request_required_string_password

func (UnimplementedHandler) TestRequestRequiredStringPasswordArray

func (UnimplementedHandler) TestRequestRequiredStringPasswordArray(ctx context.Context, req []string) (r *Error, _ error)

TestRequestRequiredStringPasswordArray implements test_request_required_string_password_array operation.

POST /test_request_required_string_password_array

func (UnimplementedHandler) TestRequestRequiredStringPasswordArrayArray

func (UnimplementedHandler) TestRequestRequiredStringPasswordArrayArray(ctx context.Context, req [][]string) (r *Error, _ error)

TestRequestRequiredStringPasswordArrayArray implements test_request_required_string_password_array_array operation.

POST /test_request_required_string_password_array_array

func (UnimplementedHandler) TestRequestRequiredStringPasswordNullable

func (UnimplementedHandler) TestRequestRequiredStringPasswordNullable(ctx context.Context, req NilString) (r *Error, _ error)

TestRequestRequiredStringPasswordNullable implements test_request_required_string_password_nullable operation.

POST /test_request_required_string_password_nullable

func (UnimplementedHandler) TestRequestRequiredStringPasswordNullableArray

func (UnimplementedHandler) TestRequestRequiredStringPasswordNullableArray(ctx context.Context, req []NilString) (r *Error, _ error)

TestRequestRequiredStringPasswordNullableArray implements test_request_required_string_password_nullable_array operation.

POST /test_request_required_string_password_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringPasswordNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringPasswordNullableArrayArray(ctx context.Context, req [][]NilString) (r *Error, _ error)

TestRequestRequiredStringPasswordNullableArrayArray implements test_request_required_string_password_nullable_array_array operation.

POST /test_request_required_string_password_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringTime

func (UnimplementedHandler) TestRequestRequiredStringTime(ctx context.Context, req time.Time) (r *Error, _ error)

TestRequestRequiredStringTime implements test_request_required_string_time operation.

POST /test_request_required_string_time

func (UnimplementedHandler) TestRequestRequiredStringTimeArray

func (UnimplementedHandler) TestRequestRequiredStringTimeArray(ctx context.Context, req []time.Time) (r *Error, _ error)

TestRequestRequiredStringTimeArray implements test_request_required_string_time_array operation.

POST /test_request_required_string_time_array

func (UnimplementedHandler) TestRequestRequiredStringTimeArrayArray

func (UnimplementedHandler) TestRequestRequiredStringTimeArrayArray(ctx context.Context, req [][]time.Time) (r *Error, _ error)

TestRequestRequiredStringTimeArrayArray implements test_request_required_string_time_array_array operation.

POST /test_request_required_string_time_array_array

func (UnimplementedHandler) TestRequestRequiredStringTimeNullable

func (UnimplementedHandler) TestRequestRequiredStringTimeNullable(ctx context.Context, req NilTime) (r *Error, _ error)

TestRequestRequiredStringTimeNullable implements test_request_required_string_time_nullable operation.

POST /test_request_required_string_time_nullable

func (UnimplementedHandler) TestRequestRequiredStringTimeNullableArray

func (UnimplementedHandler) TestRequestRequiredStringTimeNullableArray(ctx context.Context, req []NilTime) (r *Error, _ error)

TestRequestRequiredStringTimeNullableArray implements test_request_required_string_time_nullable_array operation.

POST /test_request_required_string_time_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringTimeNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringTimeNullableArrayArray(ctx context.Context, req [][]NilTime) (r *Error, _ error)

TestRequestRequiredStringTimeNullableArrayArray implements test_request_required_string_time_nullable_array_array operation.

POST /test_request_required_string_time_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringURI

func (UnimplementedHandler) TestRequestRequiredStringURI(ctx context.Context, req url.URL) (r *Error, _ error)

TestRequestRequiredStringURI implements test_request_required_string_uri operation.

POST /test_request_required_string_uri

func (UnimplementedHandler) TestRequestRequiredStringURIArray

func (UnimplementedHandler) TestRequestRequiredStringURIArray(ctx context.Context, req []url.URL) (r *Error, _ error)

TestRequestRequiredStringURIArray implements test_request_required_string_uri_array operation.

POST /test_request_required_string_uri_array

func (UnimplementedHandler) TestRequestRequiredStringURIArrayArray

func (UnimplementedHandler) TestRequestRequiredStringURIArrayArray(ctx context.Context, req [][]url.URL) (r *Error, _ error)

TestRequestRequiredStringURIArrayArray implements test_request_required_string_uri_array_array operation.

POST /test_request_required_string_uri_array_array

func (UnimplementedHandler) TestRequestRequiredStringURINullable

func (UnimplementedHandler) TestRequestRequiredStringURINullable(ctx context.Context, req NilURI) (r *Error, _ error)

TestRequestRequiredStringURINullable implements test_request_required_string_uri_nullable operation.

POST /test_request_required_string_uri_nullable

func (UnimplementedHandler) TestRequestRequiredStringURINullableArray

func (UnimplementedHandler) TestRequestRequiredStringURINullableArray(ctx context.Context, req []NilURI) (r *Error, _ error)

TestRequestRequiredStringURINullableArray implements test_request_required_string_uri_nullable_array operation.

POST /test_request_required_string_uri_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringURINullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringURINullableArrayArray(ctx context.Context, req [][]NilURI) (r *Error, _ error)

TestRequestRequiredStringURINullableArrayArray implements test_request_required_string_uri_nullable_array_array operation.

POST /test_request_required_string_uri_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringUUID

func (UnimplementedHandler) TestRequestRequiredStringUUID(ctx context.Context, req uuid.UUID) (r *Error, _ error)

TestRequestRequiredStringUUID implements test_request_required_string_uuid operation.

POST /test_request_required_string_uuid

func (UnimplementedHandler) TestRequestRequiredStringUUIDArray

func (UnimplementedHandler) TestRequestRequiredStringUUIDArray(ctx context.Context, req []uuid.UUID) (r *Error, _ error)

TestRequestRequiredStringUUIDArray implements test_request_required_string_uuid_array operation.

POST /test_request_required_string_uuid_array

func (UnimplementedHandler) TestRequestRequiredStringUUIDArrayArray

func (UnimplementedHandler) TestRequestRequiredStringUUIDArrayArray(ctx context.Context, req [][]uuid.UUID) (r *Error, _ error)

TestRequestRequiredStringUUIDArrayArray implements test_request_required_string_uuid_array_array operation.

POST /test_request_required_string_uuid_array_array

func (UnimplementedHandler) TestRequestRequiredStringUUIDNullable

func (UnimplementedHandler) TestRequestRequiredStringUUIDNullable(ctx context.Context, req NilUUID) (r *Error, _ error)

TestRequestRequiredStringUUIDNullable implements test_request_required_string_uuid_nullable operation.

POST /test_request_required_string_uuid_nullable

func (UnimplementedHandler) TestRequestRequiredStringUUIDNullableArray

func (UnimplementedHandler) TestRequestRequiredStringUUIDNullableArray(ctx context.Context, req []NilUUID) (r *Error, _ error)

TestRequestRequiredStringUUIDNullableArray implements test_request_required_string_uuid_nullable_array operation.

POST /test_request_required_string_uuid_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringUUIDNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringUUIDNullableArrayArray(ctx context.Context, req [][]NilUUID) (r *Error, _ error)

TestRequestRequiredStringUUIDNullableArrayArray implements test_request_required_string_uuid_nullable_array_array operation.

POST /test_request_required_string_uuid_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringUint

func (UnimplementedHandler) TestRequestRequiredStringUint(ctx context.Context, req uint) (r *Error, _ error)

TestRequestRequiredStringUint implements test_request_required_string_uint operation.

POST /test_request_required_string_uint

func (UnimplementedHandler) TestRequestRequiredStringUint16

func (UnimplementedHandler) TestRequestRequiredStringUint16(ctx context.Context, req uint16) (r *Error, _ error)

TestRequestRequiredStringUint16 implements test_request_required_string_uint16 operation.

POST /test_request_required_string_uint16

func (UnimplementedHandler) TestRequestRequiredStringUint16Array

func (UnimplementedHandler) TestRequestRequiredStringUint16Array(ctx context.Context, req []uint16) (r *Error, _ error)

TestRequestRequiredStringUint16Array implements test_request_required_string_uint16_array operation.

POST /test_request_required_string_uint16_array

func (UnimplementedHandler) TestRequestRequiredStringUint16ArrayArray

func (UnimplementedHandler) TestRequestRequiredStringUint16ArrayArray(ctx context.Context, req [][]uint16) (r *Error, _ error)

TestRequestRequiredStringUint16ArrayArray implements test_request_required_string_uint16_array_array operation.

POST /test_request_required_string_uint16_array_array

func (UnimplementedHandler) TestRequestRequiredStringUint16Nullable

func (UnimplementedHandler) TestRequestRequiredStringUint16Nullable(ctx context.Context, req NilStringUint16) (r *Error, _ error)

TestRequestRequiredStringUint16Nullable implements test_request_required_string_uint16_nullable operation.

POST /test_request_required_string_uint16_nullable

func (UnimplementedHandler) TestRequestRequiredStringUint16NullableArray

func (UnimplementedHandler) TestRequestRequiredStringUint16NullableArray(ctx context.Context, req []NilStringUint16) (r *Error, _ error)

TestRequestRequiredStringUint16NullableArray implements test_request_required_string_uint16_nullable_array operation.

POST /test_request_required_string_uint16_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringUint16NullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringUint16NullableArrayArray(ctx context.Context, req [][]NilStringUint16) (r *Error, _ error)

TestRequestRequiredStringUint16NullableArrayArray implements test_request_required_string_uint16_nullable_array_array operation.

POST /test_request_required_string_uint16_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringUint32

func (UnimplementedHandler) TestRequestRequiredStringUint32(ctx context.Context, req uint32) (r *Error, _ error)

TestRequestRequiredStringUint32 implements test_request_required_string_uint32 operation.

POST /test_request_required_string_uint32

func (UnimplementedHandler) TestRequestRequiredStringUint32Array

func (UnimplementedHandler) TestRequestRequiredStringUint32Array(ctx context.Context, req []uint32) (r *Error, _ error)

TestRequestRequiredStringUint32Array implements test_request_required_string_uint32_array operation.

POST /test_request_required_string_uint32_array

func (UnimplementedHandler) TestRequestRequiredStringUint32ArrayArray

func (UnimplementedHandler) TestRequestRequiredStringUint32ArrayArray(ctx context.Context, req [][]uint32) (r *Error, _ error)

TestRequestRequiredStringUint32ArrayArray implements test_request_required_string_uint32_array_array operation.

POST /test_request_required_string_uint32_array_array

func (UnimplementedHandler) TestRequestRequiredStringUint32Nullable

func (UnimplementedHandler) TestRequestRequiredStringUint32Nullable(ctx context.Context, req NilStringUint32) (r *Error, _ error)

TestRequestRequiredStringUint32Nullable implements test_request_required_string_uint32_nullable operation.

POST /test_request_required_string_uint32_nullable

func (UnimplementedHandler) TestRequestRequiredStringUint32NullableArray

func (UnimplementedHandler) TestRequestRequiredStringUint32NullableArray(ctx context.Context, req []NilStringUint32) (r *Error, _ error)

TestRequestRequiredStringUint32NullableArray implements test_request_required_string_uint32_nullable_array operation.

POST /test_request_required_string_uint32_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringUint32NullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringUint32NullableArrayArray(ctx context.Context, req [][]NilStringUint32) (r *Error, _ error)

TestRequestRequiredStringUint32NullableArrayArray implements test_request_required_string_uint32_nullable_array_array operation.

POST /test_request_required_string_uint32_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringUint64

func (UnimplementedHandler) TestRequestRequiredStringUint64(ctx context.Context, req uint64) (r *Error, _ error)

TestRequestRequiredStringUint64 implements test_request_required_string_uint64 operation.

POST /test_request_required_string_uint64

func (UnimplementedHandler) TestRequestRequiredStringUint64Array

func (UnimplementedHandler) TestRequestRequiredStringUint64Array(ctx context.Context, req []uint64) (r *Error, _ error)

TestRequestRequiredStringUint64Array implements test_request_required_string_uint64_array operation.

POST /test_request_required_string_uint64_array

func (UnimplementedHandler) TestRequestRequiredStringUint64ArrayArray

func (UnimplementedHandler) TestRequestRequiredStringUint64ArrayArray(ctx context.Context, req [][]uint64) (r *Error, _ error)

TestRequestRequiredStringUint64ArrayArray implements test_request_required_string_uint64_array_array operation.

POST /test_request_required_string_uint64_array_array

func (UnimplementedHandler) TestRequestRequiredStringUint64Nullable

func (UnimplementedHandler) TestRequestRequiredStringUint64Nullable(ctx context.Context, req NilStringUint64) (r *Error, _ error)

TestRequestRequiredStringUint64Nullable implements test_request_required_string_uint64_nullable operation.

POST /test_request_required_string_uint64_nullable

func (UnimplementedHandler) TestRequestRequiredStringUint64NullableArray

func (UnimplementedHandler) TestRequestRequiredStringUint64NullableArray(ctx context.Context, req []NilStringUint64) (r *Error, _ error)

TestRequestRequiredStringUint64NullableArray implements test_request_required_string_uint64_nullable_array operation.

POST /test_request_required_string_uint64_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringUint64NullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringUint64NullableArrayArray(ctx context.Context, req [][]NilStringUint64) (r *Error, _ error)

TestRequestRequiredStringUint64NullableArrayArray implements test_request_required_string_uint64_nullable_array_array operation.

POST /test_request_required_string_uint64_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringUint8

func (UnimplementedHandler) TestRequestRequiredStringUint8(ctx context.Context, req uint8) (r *Error, _ error)

TestRequestRequiredStringUint8 implements test_request_required_string_uint8 operation.

POST /test_request_required_string_uint8

func (UnimplementedHandler) TestRequestRequiredStringUint8Array

func (UnimplementedHandler) TestRequestRequiredStringUint8Array(ctx context.Context, req []uint8) (r *Error, _ error)

TestRequestRequiredStringUint8Array implements test_request_required_string_uint8_array operation.

POST /test_request_required_string_uint8_array

func (UnimplementedHandler) TestRequestRequiredStringUint8ArrayArray

func (UnimplementedHandler) TestRequestRequiredStringUint8ArrayArray(ctx context.Context, req [][]uint8) (r *Error, _ error)

TestRequestRequiredStringUint8ArrayArray implements test_request_required_string_uint8_array_array operation.

POST /test_request_required_string_uint8_array_array

func (UnimplementedHandler) TestRequestRequiredStringUint8Nullable

func (UnimplementedHandler) TestRequestRequiredStringUint8Nullable(ctx context.Context, req NilStringUint8) (r *Error, _ error)

TestRequestRequiredStringUint8Nullable implements test_request_required_string_uint8_nullable operation.

POST /test_request_required_string_uint8_nullable

func (UnimplementedHandler) TestRequestRequiredStringUint8NullableArray

func (UnimplementedHandler) TestRequestRequiredStringUint8NullableArray(ctx context.Context, req []NilStringUint8) (r *Error, _ error)

TestRequestRequiredStringUint8NullableArray implements test_request_required_string_uint8_nullable_array operation.

POST /test_request_required_string_uint8_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringUint8NullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringUint8NullableArrayArray(ctx context.Context, req [][]NilStringUint8) (r *Error, _ error)

TestRequestRequiredStringUint8NullableArrayArray implements test_request_required_string_uint8_nullable_array_array operation.

POST /test_request_required_string_uint8_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringUintArray

func (UnimplementedHandler) TestRequestRequiredStringUintArray(ctx context.Context, req []uint) (r *Error, _ error)

TestRequestRequiredStringUintArray implements test_request_required_string_uint_array operation.

POST /test_request_required_string_uint_array

func (UnimplementedHandler) TestRequestRequiredStringUintArrayArray

func (UnimplementedHandler) TestRequestRequiredStringUintArrayArray(ctx context.Context, req [][]uint) (r *Error, _ error)

TestRequestRequiredStringUintArrayArray implements test_request_required_string_uint_array_array operation.

POST /test_request_required_string_uint_array_array

func (UnimplementedHandler) TestRequestRequiredStringUintNullable

func (UnimplementedHandler) TestRequestRequiredStringUintNullable(ctx context.Context, req NilStringUint) (r *Error, _ error)

TestRequestRequiredStringUintNullable implements test_request_required_string_uint_nullable operation.

POST /test_request_required_string_uint_nullable

func (UnimplementedHandler) TestRequestRequiredStringUintNullableArray

func (UnimplementedHandler) TestRequestRequiredStringUintNullableArray(ctx context.Context, req []NilStringUint) (r *Error, _ error)

TestRequestRequiredStringUintNullableArray implements test_request_required_string_uint_nullable_array operation.

POST /test_request_required_string_uint_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringUintNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringUintNullableArrayArray(ctx context.Context, req [][]NilStringUint) (r *Error, _ error)

TestRequestRequiredStringUintNullableArrayArray implements test_request_required_string_uint_nullable_array_array operation.

POST /test_request_required_string_uint_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringUnix

func (UnimplementedHandler) TestRequestRequiredStringUnix(ctx context.Context, req time.Time) (r *Error, _ error)

TestRequestRequiredStringUnix implements test_request_required_string_unix operation.

POST /test_request_required_string_unix

func (UnimplementedHandler) TestRequestRequiredStringUnixArray

func (UnimplementedHandler) TestRequestRequiredStringUnixArray(ctx context.Context, req []time.Time) (r *Error, _ error)

TestRequestRequiredStringUnixArray implements test_request_required_string_unix_array operation.

POST /test_request_required_string_unix_array

func (UnimplementedHandler) TestRequestRequiredStringUnixArrayArray

func (UnimplementedHandler) TestRequestRequiredStringUnixArrayArray(ctx context.Context, req [][]time.Time) (r *Error, _ error)

TestRequestRequiredStringUnixArrayArray implements test_request_required_string_unix_array_array operation.

POST /test_request_required_string_unix_array_array

func (UnimplementedHandler) TestRequestRequiredStringUnixMicro

func (UnimplementedHandler) TestRequestRequiredStringUnixMicro(ctx context.Context, req time.Time) (r *Error, _ error)

TestRequestRequiredStringUnixMicro implements test_request_required_string_unix-micro operation.

POST /test_request_required_string_unix-micro

func (UnimplementedHandler) TestRequestRequiredStringUnixMicroArray

func (UnimplementedHandler) TestRequestRequiredStringUnixMicroArray(ctx context.Context, req []time.Time) (r *Error, _ error)

TestRequestRequiredStringUnixMicroArray implements test_request_required_string_unix-micro_array operation.

POST /test_request_required_string_unix-micro_array

func (UnimplementedHandler) TestRequestRequiredStringUnixMicroArrayArray

func (UnimplementedHandler) TestRequestRequiredStringUnixMicroArrayArray(ctx context.Context, req [][]time.Time) (r *Error, _ error)

TestRequestRequiredStringUnixMicroArrayArray implements test_request_required_string_unix-micro_array_array operation.

POST /test_request_required_string_unix-micro_array_array

func (UnimplementedHandler) TestRequestRequiredStringUnixMicroNullable

func (UnimplementedHandler) TestRequestRequiredStringUnixMicroNullable(ctx context.Context, req NilStringUnixMicro) (r *Error, _ error)

TestRequestRequiredStringUnixMicroNullable implements test_request_required_string_unix-micro_nullable operation.

POST /test_request_required_string_unix-micro_nullable

func (UnimplementedHandler) TestRequestRequiredStringUnixMicroNullableArray

func (UnimplementedHandler) TestRequestRequiredStringUnixMicroNullableArray(ctx context.Context, req []NilStringUnixMicro) (r *Error, _ error)

TestRequestRequiredStringUnixMicroNullableArray implements test_request_required_string_unix-micro_nullable_array operation.

POST /test_request_required_string_unix-micro_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringUnixMicroNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringUnixMicroNullableArrayArray(ctx context.Context, req [][]NilStringUnixMicro) (r *Error, _ error)

TestRequestRequiredStringUnixMicroNullableArrayArray implements test_request_required_string_unix-micro_nullable_array_array operation.

POST /test_request_required_string_unix-micro_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringUnixMilli

func (UnimplementedHandler) TestRequestRequiredStringUnixMilli(ctx context.Context, req time.Time) (r *Error, _ error)

TestRequestRequiredStringUnixMilli implements test_request_required_string_unix-milli operation.

POST /test_request_required_string_unix-milli

func (UnimplementedHandler) TestRequestRequiredStringUnixMilliArray

func (UnimplementedHandler) TestRequestRequiredStringUnixMilliArray(ctx context.Context, req []time.Time) (r *Error, _ error)

TestRequestRequiredStringUnixMilliArray implements test_request_required_string_unix-milli_array operation.

POST /test_request_required_string_unix-milli_array

func (UnimplementedHandler) TestRequestRequiredStringUnixMilliArrayArray

func (UnimplementedHandler) TestRequestRequiredStringUnixMilliArrayArray(ctx context.Context, req [][]time.Time) (r *Error, _ error)

TestRequestRequiredStringUnixMilliArrayArray implements test_request_required_string_unix-milli_array_array operation.

POST /test_request_required_string_unix-milli_array_array

func (UnimplementedHandler) TestRequestRequiredStringUnixMilliNullable

func (UnimplementedHandler) TestRequestRequiredStringUnixMilliNullable(ctx context.Context, req NilStringUnixMilli) (r *Error, _ error)

TestRequestRequiredStringUnixMilliNullable implements test_request_required_string_unix-milli_nullable operation.

POST /test_request_required_string_unix-milli_nullable

func (UnimplementedHandler) TestRequestRequiredStringUnixMilliNullableArray

func (UnimplementedHandler) TestRequestRequiredStringUnixMilliNullableArray(ctx context.Context, req []NilStringUnixMilli) (r *Error, _ error)

TestRequestRequiredStringUnixMilliNullableArray implements test_request_required_string_unix-milli_nullable_array operation.

POST /test_request_required_string_unix-milli_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringUnixMilliNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringUnixMilliNullableArrayArray(ctx context.Context, req [][]NilStringUnixMilli) (r *Error, _ error)

TestRequestRequiredStringUnixMilliNullableArrayArray implements test_request_required_string_unix-milli_nullable_array_array operation.

POST /test_request_required_string_unix-milli_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringUnixNano

func (UnimplementedHandler) TestRequestRequiredStringUnixNano(ctx context.Context, req time.Time) (r *Error, _ error)

TestRequestRequiredStringUnixNano implements test_request_required_string_unix-nano operation.

POST /test_request_required_string_unix-nano

func (UnimplementedHandler) TestRequestRequiredStringUnixNanoArray

func (UnimplementedHandler) TestRequestRequiredStringUnixNanoArray(ctx context.Context, req []time.Time) (r *Error, _ error)

TestRequestRequiredStringUnixNanoArray implements test_request_required_string_unix-nano_array operation.

POST /test_request_required_string_unix-nano_array

func (UnimplementedHandler) TestRequestRequiredStringUnixNanoArrayArray

func (UnimplementedHandler) TestRequestRequiredStringUnixNanoArrayArray(ctx context.Context, req [][]time.Time) (r *Error, _ error)

TestRequestRequiredStringUnixNanoArrayArray implements test_request_required_string_unix-nano_array_array operation.

POST /test_request_required_string_unix-nano_array_array

func (UnimplementedHandler) TestRequestRequiredStringUnixNanoNullable

func (UnimplementedHandler) TestRequestRequiredStringUnixNanoNullable(ctx context.Context, req NilStringUnixNano) (r *Error, _ error)

TestRequestRequiredStringUnixNanoNullable implements test_request_required_string_unix-nano_nullable operation.

POST /test_request_required_string_unix-nano_nullable

func (UnimplementedHandler) TestRequestRequiredStringUnixNanoNullableArray

func (UnimplementedHandler) TestRequestRequiredStringUnixNanoNullableArray(ctx context.Context, req []NilStringUnixNano) (r *Error, _ error)

TestRequestRequiredStringUnixNanoNullableArray implements test_request_required_string_unix-nano_nullable_array operation.

POST /test_request_required_string_unix-nano_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringUnixNanoNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringUnixNanoNullableArrayArray(ctx context.Context, req [][]NilStringUnixNano) (r *Error, _ error)

TestRequestRequiredStringUnixNanoNullableArrayArray implements test_request_required_string_unix-nano_nullable_array_array operation.

POST /test_request_required_string_unix-nano_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringUnixNullable

func (UnimplementedHandler) TestRequestRequiredStringUnixNullable(ctx context.Context, req NilStringUnixSeconds) (r *Error, _ error)

TestRequestRequiredStringUnixNullable implements test_request_required_string_unix_nullable operation.

POST /test_request_required_string_unix_nullable

func (UnimplementedHandler) TestRequestRequiredStringUnixNullableArray

func (UnimplementedHandler) TestRequestRequiredStringUnixNullableArray(ctx context.Context, req []NilStringUnixSeconds) (r *Error, _ error)

TestRequestRequiredStringUnixNullableArray implements test_request_required_string_unix_nullable_array operation.

POST /test_request_required_string_unix_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringUnixNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringUnixNullableArrayArray(ctx context.Context, req [][]NilStringUnixSeconds) (r *Error, _ error)

TestRequestRequiredStringUnixNullableArrayArray implements test_request_required_string_unix_nullable_array_array operation.

POST /test_request_required_string_unix_nullable_array_array

func (UnimplementedHandler) TestRequestRequiredStringUnixSeconds

func (UnimplementedHandler) TestRequestRequiredStringUnixSeconds(ctx context.Context, req time.Time) (r *Error, _ error)

TestRequestRequiredStringUnixSeconds implements test_request_required_string_unix-seconds operation.

POST /test_request_required_string_unix-seconds

func (UnimplementedHandler) TestRequestRequiredStringUnixSecondsArray

func (UnimplementedHandler) TestRequestRequiredStringUnixSecondsArray(ctx context.Context, req []time.Time) (r *Error, _ error)

TestRequestRequiredStringUnixSecondsArray implements test_request_required_string_unix-seconds_array operation.

POST /test_request_required_string_unix-seconds_array

func (UnimplementedHandler) TestRequestRequiredStringUnixSecondsArrayArray

func (UnimplementedHandler) TestRequestRequiredStringUnixSecondsArrayArray(ctx context.Context, req [][]time.Time) (r *Error, _ error)

TestRequestRequiredStringUnixSecondsArrayArray implements test_request_required_string_unix-seconds_array_array operation.

POST /test_request_required_string_unix-seconds_array_array

func (UnimplementedHandler) TestRequestRequiredStringUnixSecondsNullable

func (UnimplementedHandler) TestRequestRequiredStringUnixSecondsNullable(ctx context.Context, req NilStringUnixSeconds) (r *Error, _ error)

TestRequestRequiredStringUnixSecondsNullable implements test_request_required_string_unix-seconds_nullable operation.

POST /test_request_required_string_unix-seconds_nullable

func (UnimplementedHandler) TestRequestRequiredStringUnixSecondsNullableArray

func (UnimplementedHandler) TestRequestRequiredStringUnixSecondsNullableArray(ctx context.Context, req []NilStringUnixSeconds) (r *Error, _ error)

TestRequestRequiredStringUnixSecondsNullableArray implements test_request_required_string_unix-seconds_nullable_array operation.

POST /test_request_required_string_unix-seconds_nullable_array

func (UnimplementedHandler) TestRequestRequiredStringUnixSecondsNullableArrayArray

func (UnimplementedHandler) TestRequestRequiredStringUnixSecondsNullableArrayArray(ctx context.Context, req [][]NilStringUnixSeconds) (r *Error, _ error)

TestRequestRequiredStringUnixSecondsNullableArrayArray implements test_request_required_string_unix-seconds_nullable_array_array operation.

POST /test_request_required_string_unix-seconds_nullable_array_array

func (UnimplementedHandler) TestRequestString

func (UnimplementedHandler) TestRequestString(ctx context.Context, req OptString) (r *Error, _ error)

TestRequestString implements test_request_string operation.

POST /test_request_string

func (UnimplementedHandler) TestRequestStringArray

func (UnimplementedHandler) TestRequestStringArray(ctx context.Context, req []string) (r *Error, _ error)

TestRequestStringArray implements test_request_string_array operation.

POST /test_request_string_array

func (UnimplementedHandler) TestRequestStringArrayArray

func (UnimplementedHandler) TestRequestStringArrayArray(ctx context.Context, req [][]string) (r *Error, _ error)

TestRequestStringArrayArray implements test_request_string_array_array operation.

POST /test_request_string_array_array

func (UnimplementedHandler) TestRequestStringBase64

func (UnimplementedHandler) TestRequestStringBase64(ctx context.Context, req []byte) (r *Error, _ error)

TestRequestStringBase64 implements test_request_string_base64 operation.

POST /test_request_string_base64

func (UnimplementedHandler) TestRequestStringBase64Array

func (UnimplementedHandler) TestRequestStringBase64Array(ctx context.Context, req [][]byte) (r *Error, _ error)

TestRequestStringBase64Array implements test_request_string_base64_array operation.

POST /test_request_string_base64_array

func (UnimplementedHandler) TestRequestStringBase64ArrayArray

func (UnimplementedHandler) TestRequestStringBase64ArrayArray(ctx context.Context, req [][][]byte) (r *Error, _ error)

TestRequestStringBase64ArrayArray implements test_request_string_base64_array_array operation.

POST /test_request_string_base64_array_array

func (UnimplementedHandler) TestRequestStringBase64Nullable

func (UnimplementedHandler) TestRequestStringBase64Nullable(ctx context.Context, req OptNilByte) (r *Error, _ error)

TestRequestStringBase64Nullable implements test_request_string_base64_nullable operation.

POST /test_request_string_base64_nullable

func (UnimplementedHandler) TestRequestStringBase64NullableArray

func (UnimplementedHandler) TestRequestStringBase64NullableArray(ctx context.Context, req [][]byte) (r *Error, _ error)

TestRequestStringBase64NullableArray implements test_request_string_base64_nullable_array operation.

POST /test_request_string_base64_nullable_array

func (UnimplementedHandler) TestRequestStringBase64NullableArrayArray

func (UnimplementedHandler) TestRequestStringBase64NullableArrayArray(ctx context.Context, req [][][]byte) (r *Error, _ error)

TestRequestStringBase64NullableArrayArray implements test_request_string_base64_nullable_array_array operation.

POST /test_request_string_base64_nullable_array_array

func (UnimplementedHandler) TestRequestStringBinary

func (UnimplementedHandler) TestRequestStringBinary(ctx context.Context, req OptString) (r *Error, _ error)

TestRequestStringBinary implements test_request_string_binary operation.

POST /test_request_string_binary

func (UnimplementedHandler) TestRequestStringBinaryArray

func (UnimplementedHandler) TestRequestStringBinaryArray(ctx context.Context, req []string) (r *Error, _ error)

TestRequestStringBinaryArray implements test_request_string_binary_array operation.

POST /test_request_string_binary_array

func (UnimplementedHandler) TestRequestStringBinaryArrayArray

func (UnimplementedHandler) TestRequestStringBinaryArrayArray(ctx context.Context, req [][]string) (r *Error, _ error)

TestRequestStringBinaryArrayArray implements test_request_string_binary_array_array operation.

POST /test_request_string_binary_array_array

func (UnimplementedHandler) TestRequestStringBinaryNullable

func (UnimplementedHandler) TestRequestStringBinaryNullable(ctx context.Context, req OptNilString) (r *Error, _ error)

TestRequestStringBinaryNullable implements test_request_string_binary_nullable operation.

POST /test_request_string_binary_nullable

func (UnimplementedHandler) TestRequestStringBinaryNullableArray

func (UnimplementedHandler) TestRequestStringBinaryNullableArray(ctx context.Context, req []NilString) (r *Error, _ error)

TestRequestStringBinaryNullableArray implements test_request_string_binary_nullable_array operation.

POST /test_request_string_binary_nullable_array

func (UnimplementedHandler) TestRequestStringBinaryNullableArrayArray

func (UnimplementedHandler) TestRequestStringBinaryNullableArrayArray(ctx context.Context, req [][]NilString) (r *Error, _ error)

TestRequestStringBinaryNullableArrayArray implements test_request_string_binary_nullable_array_array operation.

POST /test_request_string_binary_nullable_array_array

func (UnimplementedHandler) TestRequestStringByte

func (UnimplementedHandler) TestRequestStringByte(ctx context.Context, req []byte) (r *Error, _ error)

TestRequestStringByte implements test_request_string_byte operation.

POST /test_request_string_byte

func (UnimplementedHandler) TestRequestStringByteArray

func (UnimplementedHandler) TestRequestStringByteArray(ctx context.Context, req [][]byte) (r *Error, _ error)

TestRequestStringByteArray implements test_request_string_byte_array operation.

POST /test_request_string_byte_array

func (UnimplementedHandler) TestRequestStringByteArrayArray

func (UnimplementedHandler) TestRequestStringByteArrayArray(ctx context.Context, req [][][]byte) (r *Error, _ error)

TestRequestStringByteArrayArray implements test_request_string_byte_array_array operation.

POST /test_request_string_byte_array_array

func (UnimplementedHandler) TestRequestStringByteNullable

func (UnimplementedHandler) TestRequestStringByteNullable(ctx context.Context, req OptNilByte) (r *Error, _ error)

TestRequestStringByteNullable implements test_request_string_byte_nullable operation.

POST /test_request_string_byte_nullable

func (UnimplementedHandler) TestRequestStringByteNullableArray

func (UnimplementedHandler) TestRequestStringByteNullableArray(ctx context.Context, req [][]byte) (r *Error, _ error)

TestRequestStringByteNullableArray implements test_request_string_byte_nullable_array operation.

POST /test_request_string_byte_nullable_array

func (UnimplementedHandler) TestRequestStringByteNullableArrayArray

func (UnimplementedHandler) TestRequestStringByteNullableArrayArray(ctx context.Context, req [][][]byte) (r *Error, _ error)

TestRequestStringByteNullableArrayArray implements test_request_string_byte_nullable_array_array operation.

POST /test_request_string_byte_nullable_array_array

func (UnimplementedHandler) TestRequestStringDate

func (UnimplementedHandler) TestRequestStringDate(ctx context.Context, req OptDate) (r *Error, _ error)

TestRequestStringDate implements test_request_string_date operation.

POST /test_request_string_date

func (UnimplementedHandler) TestRequestStringDateArray

func (UnimplementedHandler) TestRequestStringDateArray(ctx context.Context, req []time.Time) (r *Error, _ error)

TestRequestStringDateArray implements test_request_string_date_array operation.

POST /test_request_string_date_array

func (UnimplementedHandler) TestRequestStringDateArrayArray

func (UnimplementedHandler) TestRequestStringDateArrayArray(ctx context.Context, req [][]time.Time) (r *Error, _ error)

TestRequestStringDateArrayArray implements test_request_string_date_array_array operation.

POST /test_request_string_date_array_array

func (UnimplementedHandler) TestRequestStringDateNullable

func (UnimplementedHandler) TestRequestStringDateNullable(ctx context.Context, req OptNilDate) (r *Error, _ error)

TestRequestStringDateNullable implements test_request_string_date_nullable operation.

POST /test_request_string_date_nullable

func (UnimplementedHandler) TestRequestStringDateNullableArray

func (UnimplementedHandler) TestRequestStringDateNullableArray(ctx context.Context, req []NilDate) (r *Error, _ error)

TestRequestStringDateNullableArray implements test_request_string_date_nullable_array operation.

POST /test_request_string_date_nullable_array

func (UnimplementedHandler) TestRequestStringDateNullableArrayArray

func (UnimplementedHandler) TestRequestStringDateNullableArrayArray(ctx context.Context, req [][]NilDate) (r *Error, _ error)

TestRequestStringDateNullableArrayArray implements test_request_string_date_nullable_array_array operation.

POST /test_request_string_date_nullable_array_array

func (UnimplementedHandler) TestRequestStringDateTime

func (UnimplementedHandler) TestRequestStringDateTime(ctx context.Context, req OptDateTime) (r *Error, _ error)

TestRequestStringDateTime implements test_request_string_date-time operation.

POST /test_request_string_date-time

func (UnimplementedHandler) TestRequestStringDateTimeArray

func (UnimplementedHandler) TestRequestStringDateTimeArray(ctx context.Context, req []time.Time) (r *Error, _ error)

TestRequestStringDateTimeArray implements test_request_string_date-time_array operation.

POST /test_request_string_date-time_array

func (UnimplementedHandler) TestRequestStringDateTimeArrayArray

func (UnimplementedHandler) TestRequestStringDateTimeArrayArray(ctx context.Context, req [][]time.Time) (r *Error, _ error)

TestRequestStringDateTimeArrayArray implements test_request_string_date-time_array_array operation.

POST /test_request_string_date-time_array_array

func (UnimplementedHandler) TestRequestStringDateTimeNullable

func (UnimplementedHandler) TestRequestStringDateTimeNullable(ctx context.Context, req OptNilDateTime) (r *Error, _ error)

TestRequestStringDateTimeNullable implements test_request_string_date-time_nullable operation.

POST /test_request_string_date-time_nullable

func (UnimplementedHandler) TestRequestStringDateTimeNullableArray

func (UnimplementedHandler) TestRequestStringDateTimeNullableArray(ctx context.Context, req []NilDateTime) (r *Error, _ error)

TestRequestStringDateTimeNullableArray implements test_request_string_date-time_nullable_array operation.

POST /test_request_string_date-time_nullable_array

func (UnimplementedHandler) TestRequestStringDateTimeNullableArrayArray

func (UnimplementedHandler) TestRequestStringDateTimeNullableArrayArray(ctx context.Context, req [][]NilDateTime) (r *Error, _ error)

TestRequestStringDateTimeNullableArrayArray implements test_request_string_date-time_nullable_array_array operation.

POST /test_request_string_date-time_nullable_array_array

func (UnimplementedHandler) TestRequestStringDuration

func (UnimplementedHandler) TestRequestStringDuration(ctx context.Context, req OptDuration) (r *Error, _ error)

TestRequestStringDuration implements test_request_string_duration operation.

POST /test_request_string_duration

func (UnimplementedHandler) TestRequestStringDurationArray

func (UnimplementedHandler) TestRequestStringDurationArray(ctx context.Context, req []time.Duration) (r *Error, _ error)

TestRequestStringDurationArray implements test_request_string_duration_array operation.

POST /test_request_string_duration_array

func (UnimplementedHandler) TestRequestStringDurationArrayArray

func (UnimplementedHandler) TestRequestStringDurationArrayArray(ctx context.Context, req [][]time.Duration) (r *Error, _ error)

TestRequestStringDurationArrayArray implements test_request_string_duration_array_array operation.

POST /test_request_string_duration_array_array

func (UnimplementedHandler) TestRequestStringDurationNullable

func (UnimplementedHandler) TestRequestStringDurationNullable(ctx context.Context, req OptNilDuration) (r *Error, _ error)

TestRequestStringDurationNullable implements test_request_string_duration_nullable operation.

POST /test_request_string_duration_nullable

func (UnimplementedHandler) TestRequestStringDurationNullableArray

func (UnimplementedHandler) TestRequestStringDurationNullableArray(ctx context.Context, req []NilDuration) (r *Error, _ error)

TestRequestStringDurationNullableArray implements test_request_string_duration_nullable_array operation.

POST /test_request_string_duration_nullable_array

func (UnimplementedHandler) TestRequestStringDurationNullableArrayArray

func (UnimplementedHandler) TestRequestStringDurationNullableArrayArray(ctx context.Context, req [][]NilDuration) (r *Error, _ error)

TestRequestStringDurationNullableArrayArray implements test_request_string_duration_nullable_array_array operation.

POST /test_request_string_duration_nullable_array_array

func (UnimplementedHandler) TestRequestStringEmail

func (UnimplementedHandler) TestRequestStringEmail(ctx context.Context, req OptString) (r *Error, _ error)

TestRequestStringEmail implements test_request_string_email operation.

POST /test_request_string_email

func (UnimplementedHandler) TestRequestStringEmailArray

func (UnimplementedHandler) TestRequestStringEmailArray(ctx context.Context, req []string) (r *Error, _ error)

TestRequestStringEmailArray implements test_request_string_email_array operation.

POST /test_request_string_email_array

func (UnimplementedHandler) TestRequestStringEmailArrayArray

func (UnimplementedHandler) TestRequestStringEmailArrayArray(ctx context.Context, req [][]string) (r *Error, _ error)

TestRequestStringEmailArrayArray implements test_request_string_email_array_array operation.

POST /test_request_string_email_array_array

func (UnimplementedHandler) TestRequestStringEmailNullable

func (UnimplementedHandler) TestRequestStringEmailNullable(ctx context.Context, req OptNilString) (r *Error, _ error)

TestRequestStringEmailNullable implements test_request_string_email_nullable operation.

POST /test_request_string_email_nullable

func (UnimplementedHandler) TestRequestStringEmailNullableArray

func (UnimplementedHandler) TestRequestStringEmailNullableArray(ctx context.Context, req []NilString) (r *Error, _ error)

TestRequestStringEmailNullableArray implements test_request_string_email_nullable_array operation.

POST /test_request_string_email_nullable_array

func (UnimplementedHandler) TestRequestStringEmailNullableArrayArray

func (UnimplementedHandler) TestRequestStringEmailNullableArrayArray(ctx context.Context, req [][]NilString) (r *Error, _ error)

TestRequestStringEmailNullableArrayArray implements test_request_string_email_nullable_array_array operation.

POST /test_request_string_email_nullable_array_array

func (UnimplementedHandler) TestRequestStringFloat32

func (UnimplementedHandler) TestRequestStringFloat32(ctx context.Context, req OptStringFloat32) (r *Error, _ error)

TestRequestStringFloat32 implements test_request_string_float32 operation.

POST /test_request_string_float32

func (UnimplementedHandler) TestRequestStringFloat32Array

func (UnimplementedHandler) TestRequestStringFloat32Array(ctx context.Context, req []float32) (r *Error, _ error)

TestRequestStringFloat32Array implements test_request_string_float32_array operation.

POST /test_request_string_float32_array

func (UnimplementedHandler) TestRequestStringFloat32ArrayArray

func (UnimplementedHandler) TestRequestStringFloat32ArrayArray(ctx context.Context, req [][]float32) (r *Error, _ error)

TestRequestStringFloat32ArrayArray implements test_request_string_float32_array_array operation.

POST /test_request_string_float32_array_array

func (UnimplementedHandler) TestRequestStringFloat32Nullable

func (UnimplementedHandler) TestRequestStringFloat32Nullable(ctx context.Context, req OptNilStringFloat32) (r *Error, _ error)

TestRequestStringFloat32Nullable implements test_request_string_float32_nullable operation.

POST /test_request_string_float32_nullable

func (UnimplementedHandler) TestRequestStringFloat32NullableArray

func (UnimplementedHandler) TestRequestStringFloat32NullableArray(ctx context.Context, req []NilStringFloat32) (r *Error, _ error)

TestRequestStringFloat32NullableArray implements test_request_string_float32_nullable_array operation.

POST /test_request_string_float32_nullable_array

func (UnimplementedHandler) TestRequestStringFloat32NullableArrayArray

func (UnimplementedHandler) TestRequestStringFloat32NullableArrayArray(ctx context.Context, req [][]NilStringFloat32) (r *Error, _ error)

TestRequestStringFloat32NullableArrayArray implements test_request_string_float32_nullable_array_array operation.

POST /test_request_string_float32_nullable_array_array

func (UnimplementedHandler) TestRequestStringFloat64

func (UnimplementedHandler) TestRequestStringFloat64(ctx context.Context, req OptStringFloat64) (r *Error, _ error)

TestRequestStringFloat64 implements test_request_string_float64 operation.

POST /test_request_string_float64

func (UnimplementedHandler) TestRequestStringFloat64Array

func (UnimplementedHandler) TestRequestStringFloat64Array(ctx context.Context, req []float64) (r *Error, _ error)

TestRequestStringFloat64Array implements test_request_string_float64_array operation.

POST /test_request_string_float64_array

func (UnimplementedHandler) TestRequestStringFloat64ArrayArray

func (UnimplementedHandler) TestRequestStringFloat64ArrayArray(ctx context.Context, req [][]float64) (r *Error, _ error)

TestRequestStringFloat64ArrayArray implements test_request_string_float64_array_array operation.

POST /test_request_string_float64_array_array

func (UnimplementedHandler) TestRequestStringFloat64Nullable

func (UnimplementedHandler) TestRequestStringFloat64Nullable(ctx context.Context, req OptNilStringFloat64) (r *Error, _ error)

TestRequestStringFloat64Nullable implements test_request_string_float64_nullable operation.

POST /test_request_string_float64_nullable

func (UnimplementedHandler) TestRequestStringFloat64NullableArray

func (UnimplementedHandler) TestRequestStringFloat64NullableArray(ctx context.Context, req []NilStringFloat64) (r *Error, _ error)

TestRequestStringFloat64NullableArray implements test_request_string_float64_nullable_array operation.

POST /test_request_string_float64_nullable_array

func (UnimplementedHandler) TestRequestStringFloat64NullableArrayArray

func (UnimplementedHandler) TestRequestStringFloat64NullableArrayArray(ctx context.Context, req [][]NilStringFloat64) (r *Error, _ error)

TestRequestStringFloat64NullableArrayArray implements test_request_string_float64_nullable_array_array operation.

POST /test_request_string_float64_nullable_array_array

func (UnimplementedHandler) TestRequestStringHostname

func (UnimplementedHandler) TestRequestStringHostname(ctx context.Context, req OptString) (r *Error, _ error)

TestRequestStringHostname implements test_request_string_hostname operation.

POST /test_request_string_hostname

func (UnimplementedHandler) TestRequestStringHostnameArray

func (UnimplementedHandler) TestRequestStringHostnameArray(ctx context.Context, req []string) (r *Error, _ error)

TestRequestStringHostnameArray implements test_request_string_hostname_array operation.

POST /test_request_string_hostname_array

func (UnimplementedHandler) TestRequestStringHostnameArrayArray

func (UnimplementedHandler) TestRequestStringHostnameArrayArray(ctx context.Context, req [][]string) (r *Error, _ error)

TestRequestStringHostnameArrayArray implements test_request_string_hostname_array_array operation.

POST /test_request_string_hostname_array_array

func (UnimplementedHandler) TestRequestStringHostnameNullable

func (UnimplementedHandler) TestRequestStringHostnameNullable(ctx context.Context, req OptNilString) (r *Error, _ error)

TestRequestStringHostnameNullable implements test_request_string_hostname_nullable operation.

POST /test_request_string_hostname_nullable

func (UnimplementedHandler) TestRequestStringHostnameNullableArray

func (UnimplementedHandler) TestRequestStringHostnameNullableArray(ctx context.Context, req []NilString) (r *Error, _ error)

TestRequestStringHostnameNullableArray implements test_request_string_hostname_nullable_array operation.

POST /test_request_string_hostname_nullable_array

func (UnimplementedHandler) TestRequestStringHostnameNullableArrayArray

func (UnimplementedHandler) TestRequestStringHostnameNullableArrayArray(ctx context.Context, req [][]NilString) (r *Error, _ error)

TestRequestStringHostnameNullableArrayArray implements test_request_string_hostname_nullable_array_array operation.

POST /test_request_string_hostname_nullable_array_array

func (UnimplementedHandler) TestRequestStringIP

func (UnimplementedHandler) TestRequestStringIP(ctx context.Context, req OptIP) (r *Error, _ error)

TestRequestStringIP implements test_request_string_ip operation.

POST /test_request_string_ip

func (UnimplementedHandler) TestRequestStringIPArray

func (UnimplementedHandler) TestRequestStringIPArray(ctx context.Context, req []netip.Addr) (r *Error, _ error)

TestRequestStringIPArray implements test_request_string_ip_array operation.

POST /test_request_string_ip_array

func (UnimplementedHandler) TestRequestStringIPArrayArray

func (UnimplementedHandler) TestRequestStringIPArrayArray(ctx context.Context, req [][]netip.Addr) (r *Error, _ error)

TestRequestStringIPArrayArray implements test_request_string_ip_array_array operation.

POST /test_request_string_ip_array_array

func (UnimplementedHandler) TestRequestStringIPNullable

func (UnimplementedHandler) TestRequestStringIPNullable(ctx context.Context, req OptNilIP) (r *Error, _ error)

TestRequestStringIPNullable implements test_request_string_ip_nullable operation.

POST /test_request_string_ip_nullable

func (UnimplementedHandler) TestRequestStringIPNullableArray

func (UnimplementedHandler) TestRequestStringIPNullableArray(ctx context.Context, req []NilIP) (r *Error, _ error)

TestRequestStringIPNullableArray implements test_request_string_ip_nullable_array operation.

POST /test_request_string_ip_nullable_array

func (UnimplementedHandler) TestRequestStringIPNullableArrayArray

func (UnimplementedHandler) TestRequestStringIPNullableArrayArray(ctx context.Context, req [][]NilIP) (r *Error, _ error)

TestRequestStringIPNullableArrayArray implements test_request_string_ip_nullable_array_array operation.

POST /test_request_string_ip_nullable_array_array

func (UnimplementedHandler) TestRequestStringInt

func (UnimplementedHandler) TestRequestStringInt(ctx context.Context, req OptStringInt) (r *Error, _ error)

TestRequestStringInt implements test_request_string_int operation.

POST /test_request_string_int

func (UnimplementedHandler) TestRequestStringInt16

func (UnimplementedHandler) TestRequestStringInt16(ctx context.Context, req OptStringInt16) (r *Error, _ error)

TestRequestStringInt16 implements test_request_string_int16 operation.

POST /test_request_string_int16

func (UnimplementedHandler) TestRequestStringInt16Array

func (UnimplementedHandler) TestRequestStringInt16Array(ctx context.Context, req []int16) (r *Error, _ error)

TestRequestStringInt16Array implements test_request_string_int16_array operation.

POST /test_request_string_int16_array

func (UnimplementedHandler) TestRequestStringInt16ArrayArray

func (UnimplementedHandler) TestRequestStringInt16ArrayArray(ctx context.Context, req [][]int16) (r *Error, _ error)

TestRequestStringInt16ArrayArray implements test_request_string_int16_array_array operation.

POST /test_request_string_int16_array_array

func (UnimplementedHandler) TestRequestStringInt16Nullable

func (UnimplementedHandler) TestRequestStringInt16Nullable(ctx context.Context, req OptNilStringInt16) (r *Error, _ error)

TestRequestStringInt16Nullable implements test_request_string_int16_nullable operation.

POST /test_request_string_int16_nullable

func (UnimplementedHandler) TestRequestStringInt16NullableArray

func (UnimplementedHandler) TestRequestStringInt16NullableArray(ctx context.Context, req []NilStringInt16) (r *Error, _ error)

TestRequestStringInt16NullableArray implements test_request_string_int16_nullable_array operation.

POST /test_request_string_int16_nullable_array

func (UnimplementedHandler) TestRequestStringInt16NullableArrayArray

func (UnimplementedHandler) TestRequestStringInt16NullableArrayArray(ctx context.Context, req [][]NilStringInt16) (r *Error, _ error)

TestRequestStringInt16NullableArrayArray implements test_request_string_int16_nullable_array_array operation.

POST /test_request_string_int16_nullable_array_array

func (UnimplementedHandler) TestRequestStringInt32

func (UnimplementedHandler) TestRequestStringInt32(ctx context.Context, req OptStringInt32) (r *Error, _ error)

TestRequestStringInt32 implements test_request_string_int32 operation.

POST /test_request_string_int32

func (UnimplementedHandler) TestRequestStringInt32Array

func (UnimplementedHandler) TestRequestStringInt32Array(ctx context.Context, req []int32) (r *Error, _ error)

TestRequestStringInt32Array implements test_request_string_int32_array operation.

POST /test_request_string_int32_array

func (UnimplementedHandler) TestRequestStringInt32ArrayArray

func (UnimplementedHandler) TestRequestStringInt32ArrayArray(ctx context.Context, req [][]int32) (r *Error, _ error)

TestRequestStringInt32ArrayArray implements test_request_string_int32_array_array operation.

POST /test_request_string_int32_array_array

func (UnimplementedHandler) TestRequestStringInt32Nullable

func (UnimplementedHandler) TestRequestStringInt32Nullable(ctx context.Context, req OptNilStringInt32) (r *Error, _ error)

TestRequestStringInt32Nullable implements test_request_string_int32_nullable operation.

POST /test_request_string_int32_nullable

func (UnimplementedHandler) TestRequestStringInt32NullableArray

func (UnimplementedHandler) TestRequestStringInt32NullableArray(ctx context.Context, req []NilStringInt32) (r *Error, _ error)

TestRequestStringInt32NullableArray implements test_request_string_int32_nullable_array operation.

POST /test_request_string_int32_nullable_array

func (UnimplementedHandler) TestRequestStringInt32NullableArrayArray

func (UnimplementedHandler) TestRequestStringInt32NullableArrayArray(ctx context.Context, req [][]NilStringInt32) (r *Error, _ error)

TestRequestStringInt32NullableArrayArray implements test_request_string_int32_nullable_array_array operation.

POST /test_request_string_int32_nullable_array_array

func (UnimplementedHandler) TestRequestStringInt64

func (UnimplementedHandler) TestRequestStringInt64(ctx context.Context, req OptStringInt64) (r *Error, _ error)

TestRequestStringInt64 implements test_request_string_int64 operation.

POST /test_request_string_int64

func (UnimplementedHandler) TestRequestStringInt64Array

func (UnimplementedHandler) TestRequestStringInt64Array(ctx context.Context, req []int64) (r *Error, _ error)

TestRequestStringInt64Array implements test_request_string_int64_array operation.

POST /test_request_string_int64_array

func (UnimplementedHandler) TestRequestStringInt64ArrayArray

func (UnimplementedHandler) TestRequestStringInt64ArrayArray(ctx context.Context, req [][]int64) (r *Error, _ error)

TestRequestStringInt64ArrayArray implements test_request_string_int64_array_array operation.

POST /test_request_string_int64_array_array

func (UnimplementedHandler) TestRequestStringInt64Nullable

func (UnimplementedHandler) TestRequestStringInt64Nullable(ctx context.Context, req OptNilStringInt64) (r *Error, _ error)

TestRequestStringInt64Nullable implements test_request_string_int64_nullable operation.

POST /test_request_string_int64_nullable

func (UnimplementedHandler) TestRequestStringInt64NullableArray

func (UnimplementedHandler) TestRequestStringInt64NullableArray(ctx context.Context, req []NilStringInt64) (r *Error, _ error)

TestRequestStringInt64NullableArray implements test_request_string_int64_nullable_array operation.

POST /test_request_string_int64_nullable_array

func (UnimplementedHandler) TestRequestStringInt64NullableArrayArray

func (UnimplementedHandler) TestRequestStringInt64NullableArrayArray(ctx context.Context, req [][]NilStringInt64) (r *Error, _ error)

TestRequestStringInt64NullableArrayArray implements test_request_string_int64_nullable_array_array operation.

POST /test_request_string_int64_nullable_array_array

func (UnimplementedHandler) TestRequestStringInt8

func (UnimplementedHandler) TestRequestStringInt8(ctx context.Context, req OptStringInt8) (r *Error, _ error)

TestRequestStringInt8 implements test_request_string_int8 operation.

POST /test_request_string_int8

func (UnimplementedHandler) TestRequestStringInt8Array

func (UnimplementedHandler) TestRequestStringInt8Array(ctx context.Context, req []int8) (r *Error, _ error)

TestRequestStringInt8Array implements test_request_string_int8_array operation.

POST /test_request_string_int8_array

func (UnimplementedHandler) TestRequestStringInt8ArrayArray

func (UnimplementedHandler) TestRequestStringInt8ArrayArray(ctx context.Context, req [][]int8) (r *Error, _ error)

TestRequestStringInt8ArrayArray implements test_request_string_int8_array_array operation.

POST /test_request_string_int8_array_array

func (UnimplementedHandler) TestRequestStringInt8Nullable

func (UnimplementedHandler) TestRequestStringInt8Nullable(ctx context.Context, req OptNilStringInt8) (r *Error, _ error)

TestRequestStringInt8Nullable implements test_request_string_int8_nullable operation.

POST /test_request_string_int8_nullable

func (UnimplementedHandler) TestRequestStringInt8NullableArray

func (UnimplementedHandler) TestRequestStringInt8NullableArray(ctx context.Context, req []NilStringInt8) (r *Error, _ error)

TestRequestStringInt8NullableArray implements test_request_string_int8_nullable_array operation.

POST /test_request_string_int8_nullable_array

func (UnimplementedHandler) TestRequestStringInt8NullableArrayArray

func (UnimplementedHandler) TestRequestStringInt8NullableArrayArray(ctx context.Context, req [][]NilStringInt8) (r *Error, _ error)

TestRequestStringInt8NullableArrayArray implements test_request_string_int8_nullable_array_array operation.

POST /test_request_string_int8_nullable_array_array

func (UnimplementedHandler) TestRequestStringIntArray

func (UnimplementedHandler) TestRequestStringIntArray(ctx context.Context, req []int) (r *Error, _ error)

TestRequestStringIntArray implements test_request_string_int_array operation.

POST /test_request_string_int_array

func (UnimplementedHandler) TestRequestStringIntArrayArray

func (UnimplementedHandler) TestRequestStringIntArrayArray(ctx context.Context, req [][]int) (r *Error, _ error)

TestRequestStringIntArrayArray implements test_request_string_int_array_array operation.

POST /test_request_string_int_array_array

func (UnimplementedHandler) TestRequestStringIntNullable

func (UnimplementedHandler) TestRequestStringIntNullable(ctx context.Context, req OptNilStringInt) (r *Error, _ error)

TestRequestStringIntNullable implements test_request_string_int_nullable operation.

POST /test_request_string_int_nullable

func (UnimplementedHandler) TestRequestStringIntNullableArray

func (UnimplementedHandler) TestRequestStringIntNullableArray(ctx context.Context, req []NilStringInt) (r *Error, _ error)

TestRequestStringIntNullableArray implements test_request_string_int_nullable_array operation.

POST /test_request_string_int_nullable_array

func (UnimplementedHandler) TestRequestStringIntNullableArrayArray

func (UnimplementedHandler) TestRequestStringIntNullableArrayArray(ctx context.Context, req [][]NilStringInt) (r *Error, _ error)

TestRequestStringIntNullableArrayArray implements test_request_string_int_nullable_array_array operation.

POST /test_request_string_int_nullable_array_array

func (UnimplementedHandler) TestRequestStringIpv4

func (UnimplementedHandler) TestRequestStringIpv4(ctx context.Context, req OptIPv4) (r *Error, _ error)

TestRequestStringIpv4 implements test_request_string_ipv4 operation.

POST /test_request_string_ipv4

func (UnimplementedHandler) TestRequestStringIpv4Array

func (UnimplementedHandler) TestRequestStringIpv4Array(ctx context.Context, req []netip.Addr) (r *Error, _ error)

TestRequestStringIpv4Array implements test_request_string_ipv4_array operation.

POST /test_request_string_ipv4_array

func (UnimplementedHandler) TestRequestStringIpv4ArrayArray

func (UnimplementedHandler) TestRequestStringIpv4ArrayArray(ctx context.Context, req [][]netip.Addr) (r *Error, _ error)

TestRequestStringIpv4ArrayArray implements test_request_string_ipv4_array_array operation.

POST /test_request_string_ipv4_array_array

func (UnimplementedHandler) TestRequestStringIpv4Nullable

func (UnimplementedHandler) TestRequestStringIpv4Nullable(ctx context.Context, req OptNilIPv4) (r *Error, _ error)

TestRequestStringIpv4Nullable implements test_request_string_ipv4_nullable operation.

POST /test_request_string_ipv4_nullable

func (UnimplementedHandler) TestRequestStringIpv4NullableArray

func (UnimplementedHandler) TestRequestStringIpv4NullableArray(ctx context.Context, req []NilIPv4) (r *Error, _ error)

TestRequestStringIpv4NullableArray implements test_request_string_ipv4_nullable_array operation.

POST /test_request_string_ipv4_nullable_array

func (UnimplementedHandler) TestRequestStringIpv4NullableArrayArray

func (UnimplementedHandler) TestRequestStringIpv4NullableArrayArray(ctx context.Context, req [][]NilIPv4) (r *Error, _ error)

TestRequestStringIpv4NullableArrayArray implements test_request_string_ipv4_nullable_array_array operation.

POST /test_request_string_ipv4_nullable_array_array

func (UnimplementedHandler) TestRequestStringIpv6

func (UnimplementedHandler) TestRequestStringIpv6(ctx context.Context, req OptIPv6) (r *Error, _ error)

TestRequestStringIpv6 implements test_request_string_ipv6 operation.

POST /test_request_string_ipv6

func (UnimplementedHandler) TestRequestStringIpv6Array

func (UnimplementedHandler) TestRequestStringIpv6Array(ctx context.Context, req []netip.Addr) (r *Error, _ error)

TestRequestStringIpv6Array implements test_request_string_ipv6_array operation.

POST /test_request_string_ipv6_array

func (UnimplementedHandler) TestRequestStringIpv6ArrayArray

func (UnimplementedHandler) TestRequestStringIpv6ArrayArray(ctx context.Context, req [][]netip.Addr) (r *Error, _ error)

TestRequestStringIpv6ArrayArray implements test_request_string_ipv6_array_array operation.

POST /test_request_string_ipv6_array_array

func (UnimplementedHandler) TestRequestStringIpv6Nullable

func (UnimplementedHandler) TestRequestStringIpv6Nullable(ctx context.Context, req OptNilIPv6) (r *Error, _ error)

TestRequestStringIpv6Nullable implements test_request_string_ipv6_nullable operation.

POST /test_request_string_ipv6_nullable

func (UnimplementedHandler) TestRequestStringIpv6NullableArray

func (UnimplementedHandler) TestRequestStringIpv6NullableArray(ctx context.Context, req []NilIPv6) (r *Error, _ error)

TestRequestStringIpv6NullableArray implements test_request_string_ipv6_nullable_array operation.

POST /test_request_string_ipv6_nullable_array

func (UnimplementedHandler) TestRequestStringIpv6NullableArrayArray

func (UnimplementedHandler) TestRequestStringIpv6NullableArrayArray(ctx context.Context, req [][]NilIPv6) (r *Error, _ error)

TestRequestStringIpv6NullableArrayArray implements test_request_string_ipv6_nullable_array_array operation.

POST /test_request_string_ipv6_nullable_array_array

func (UnimplementedHandler) TestRequestStringMAC

func (UnimplementedHandler) TestRequestStringMAC(ctx context.Context, req OptHardwareAddr) (r *Error, _ error)

TestRequestStringMAC implements test_request_string_mac operation.

POST /test_request_string_mac

func (UnimplementedHandler) TestRequestStringMACArray

func (UnimplementedHandler) TestRequestStringMACArray(ctx context.Context, req []net.HardwareAddr) (r *Error, _ error)

TestRequestStringMACArray implements test_request_string_mac_array operation.

POST /test_request_string_mac_array

func (UnimplementedHandler) TestRequestStringMACArrayArray

func (UnimplementedHandler) TestRequestStringMACArrayArray(ctx context.Context, req [][]net.HardwareAddr) (r *Error, _ error)

TestRequestStringMACArrayArray implements test_request_string_mac_array_array operation.

POST /test_request_string_mac_array_array

func (UnimplementedHandler) TestRequestStringMACNullable

func (UnimplementedHandler) TestRequestStringMACNullable(ctx context.Context, req OptNilHardwareAddr) (r *Error, _ error)

TestRequestStringMACNullable implements test_request_string_mac_nullable operation.

POST /test_request_string_mac_nullable

func (UnimplementedHandler) TestRequestStringMACNullableArray

func (UnimplementedHandler) TestRequestStringMACNullableArray(ctx context.Context, req []NilHardwareAddr) (r *Error, _ error)

TestRequestStringMACNullableArray implements test_request_string_mac_nullable_array operation.

POST /test_request_string_mac_nullable_array

func (UnimplementedHandler) TestRequestStringMACNullableArrayArray

func (UnimplementedHandler) TestRequestStringMACNullableArrayArray(ctx context.Context, req [][]NilHardwareAddr) (r *Error, _ error)

TestRequestStringMACNullableArrayArray implements test_request_string_mac_nullable_array_array operation.

POST /test_request_string_mac_nullable_array_array

func (UnimplementedHandler) TestRequestStringNullable

func (UnimplementedHandler) TestRequestStringNullable(ctx context.Context, req OptNilString) (r *Error, _ error)

TestRequestStringNullable implements test_request_string_nullable operation.

POST /test_request_string_nullable

func (UnimplementedHandler) TestRequestStringNullableArray

func (UnimplementedHandler) TestRequestStringNullableArray(ctx context.Context, req []NilString) (r *Error, _ error)

TestRequestStringNullableArray implements test_request_string_nullable_array operation.

POST /test_request_string_nullable_array

func (UnimplementedHandler) TestRequestStringNullableArrayArray

func (UnimplementedHandler) TestRequestStringNullableArrayArray(ctx context.Context, req [][]NilString) (r *Error, _ error)

TestRequestStringNullableArrayArray implements test_request_string_nullable_array_array operation.

POST /test_request_string_nullable_array_array

func (UnimplementedHandler) TestRequestStringPassword

func (UnimplementedHandler) TestRequestStringPassword(ctx context.Context, req OptString) (r *Error, _ error)

TestRequestStringPassword implements test_request_string_password operation.

POST /test_request_string_password

func (UnimplementedHandler) TestRequestStringPasswordArray

func (UnimplementedHandler) TestRequestStringPasswordArray(ctx context.Context, req []string) (r *Error, _ error)

TestRequestStringPasswordArray implements test_request_string_password_array operation.

POST /test_request_string_password_array

func (UnimplementedHandler) TestRequestStringPasswordArrayArray

func (UnimplementedHandler) TestRequestStringPasswordArrayArray(ctx context.Context, req [][]string) (r *Error, _ error)

TestRequestStringPasswordArrayArray implements test_request_string_password_array_array operation.

POST /test_request_string_password_array_array

func (UnimplementedHandler) TestRequestStringPasswordNullable

func (UnimplementedHandler) TestRequestStringPasswordNullable(ctx context.Context, req OptNilString) (r *Error, _ error)

TestRequestStringPasswordNullable implements test_request_string_password_nullable operation.

POST /test_request_string_password_nullable

func (UnimplementedHandler) TestRequestStringPasswordNullableArray

func (UnimplementedHandler) TestRequestStringPasswordNullableArray(ctx context.Context, req []NilString) (r *Error, _ error)

TestRequestStringPasswordNullableArray implements test_request_string_password_nullable_array operation.

POST /test_request_string_password_nullable_array

func (UnimplementedHandler) TestRequestStringPasswordNullableArrayArray

func (UnimplementedHandler) TestRequestStringPasswordNullableArrayArray(ctx context.Context, req [][]NilString) (r *Error, _ error)

TestRequestStringPasswordNullableArrayArray implements test_request_string_password_nullable_array_array operation.

POST /test_request_string_password_nullable_array_array

func (UnimplementedHandler) TestRequestStringTime

func (UnimplementedHandler) TestRequestStringTime(ctx context.Context, req OptTime) (r *Error, _ error)

TestRequestStringTime implements test_request_string_time operation.

POST /test_request_string_time

func (UnimplementedHandler) TestRequestStringTimeArray

func (UnimplementedHandler) TestRequestStringTimeArray(ctx context.Context, req []time.Time) (r *Error, _ error)

TestRequestStringTimeArray implements test_request_string_time_array operation.

POST /test_request_string_time_array

func (UnimplementedHandler) TestRequestStringTimeArrayArray

func (UnimplementedHandler) TestRequestStringTimeArrayArray(ctx context.Context, req [][]time.Time) (r *Error, _ error)

TestRequestStringTimeArrayArray implements test_request_string_time_array_array operation.

POST /test_request_string_time_array_array

func (UnimplementedHandler) TestRequestStringTimeNullable

func (UnimplementedHandler) TestRequestStringTimeNullable(ctx context.Context, req OptNilTime) (r *Error, _ error)

TestRequestStringTimeNullable implements test_request_string_time_nullable operation.

POST /test_request_string_time_nullable

func (UnimplementedHandler) TestRequestStringTimeNullableArray

func (UnimplementedHandler) TestRequestStringTimeNullableArray(ctx context.Context, req []NilTime) (r *Error, _ error)

TestRequestStringTimeNullableArray implements test_request_string_time_nullable_array operation.

POST /test_request_string_time_nullable_array

func (UnimplementedHandler) TestRequestStringTimeNullableArrayArray

func (UnimplementedHandler) TestRequestStringTimeNullableArrayArray(ctx context.Context, req [][]NilTime) (r *Error, _ error)

TestRequestStringTimeNullableArrayArray implements test_request_string_time_nullable_array_array operation.

POST /test_request_string_time_nullable_array_array

func (UnimplementedHandler) TestRequestStringURI

func (UnimplementedHandler) TestRequestStringURI(ctx context.Context, req OptURI) (r *Error, _ error)

TestRequestStringURI implements test_request_string_uri operation.

POST /test_request_string_uri

func (UnimplementedHandler) TestRequestStringURIArray

func (UnimplementedHandler) TestRequestStringURIArray(ctx context.Context, req []url.URL) (r *Error, _ error)

TestRequestStringURIArray implements test_request_string_uri_array operation.

POST /test_request_string_uri_array

func (UnimplementedHandler) TestRequestStringURIArrayArray

func (UnimplementedHandler) TestRequestStringURIArrayArray(ctx context.Context, req [][]url.URL) (r *Error, _ error)

TestRequestStringURIArrayArray implements test_request_string_uri_array_array operation.

POST /test_request_string_uri_array_array

func (UnimplementedHandler) TestRequestStringURINullable

func (UnimplementedHandler) TestRequestStringURINullable(ctx context.Context, req OptNilURI) (r *Error, _ error)

TestRequestStringURINullable implements test_request_string_uri_nullable operation.

POST /test_request_string_uri_nullable

func (UnimplementedHandler) TestRequestStringURINullableArray

func (UnimplementedHandler) TestRequestStringURINullableArray(ctx context.Context, req []NilURI) (r *Error, _ error)

TestRequestStringURINullableArray implements test_request_string_uri_nullable_array operation.

POST /test_request_string_uri_nullable_array

func (UnimplementedHandler) TestRequestStringURINullableArrayArray

func (UnimplementedHandler) TestRequestStringURINullableArrayArray(ctx context.Context, req [][]NilURI) (r *Error, _ error)

TestRequestStringURINullableArrayArray implements test_request_string_uri_nullable_array_array operation.

POST /test_request_string_uri_nullable_array_array

func (UnimplementedHandler) TestRequestStringUUID

func (UnimplementedHandler) TestRequestStringUUID(ctx context.Context, req OptUUID) (r *Error, _ error)

TestRequestStringUUID implements test_request_string_uuid operation.

POST /test_request_string_uuid

func (UnimplementedHandler) TestRequestStringUUIDArray

func (UnimplementedHandler) TestRequestStringUUIDArray(ctx context.Context, req []uuid.UUID) (r *Error, _ error)

TestRequestStringUUIDArray implements test_request_string_uuid_array operation.

POST /test_request_string_uuid_array

func (UnimplementedHandler) TestRequestStringUUIDArrayArray

func (UnimplementedHandler) TestRequestStringUUIDArrayArray(ctx context.Context, req [][]uuid.UUID) (r *Error, _ error)

TestRequestStringUUIDArrayArray implements test_request_string_uuid_array_array operation.

POST /test_request_string_uuid_array_array

func (UnimplementedHandler) TestRequestStringUUIDNullable

func (UnimplementedHandler) TestRequestStringUUIDNullable(ctx context.Context, req OptNilUUID) (r *Error, _ error)

TestRequestStringUUIDNullable implements test_request_string_uuid_nullable operation.

POST /test_request_string_uuid_nullable

func (UnimplementedHandler) TestRequestStringUUIDNullableArray

func (UnimplementedHandler) TestRequestStringUUIDNullableArray(ctx context.Context, req []NilUUID) (r *Error, _ error)

TestRequestStringUUIDNullableArray implements test_request_string_uuid_nullable_array operation.

POST /test_request_string_uuid_nullable_array

func (UnimplementedHandler) TestRequestStringUUIDNullableArrayArray

func (UnimplementedHandler) TestRequestStringUUIDNullableArrayArray(ctx context.Context, req [][]NilUUID) (r *Error, _ error)

TestRequestStringUUIDNullableArrayArray implements test_request_string_uuid_nullable_array_array operation.

POST /test_request_string_uuid_nullable_array_array

func (UnimplementedHandler) TestRequestStringUint

func (UnimplementedHandler) TestRequestStringUint(ctx context.Context, req OptStringUint) (r *Error, _ error)

TestRequestStringUint implements test_request_string_uint operation.

POST /test_request_string_uint

func (UnimplementedHandler) TestRequestStringUint16

func (UnimplementedHandler) TestRequestStringUint16(ctx context.Context, req OptStringUint16) (r *Error, _ error)

TestRequestStringUint16 implements test_request_string_uint16 operation.

POST /test_request_string_uint16

func (UnimplementedHandler) TestRequestStringUint16Array

func (UnimplementedHandler) TestRequestStringUint16Array(ctx context.Context, req []uint16) (r *Error, _ error)

TestRequestStringUint16Array implements test_request_string_uint16_array operation.

POST /test_request_string_uint16_array

func (UnimplementedHandler) TestRequestStringUint16ArrayArray

func (UnimplementedHandler) TestRequestStringUint16ArrayArray(ctx context.Context, req [][]uint16) (r *Error, _ error)

TestRequestStringUint16ArrayArray implements test_request_string_uint16_array_array operation.

POST /test_request_string_uint16_array_array

func (UnimplementedHandler) TestRequestStringUint16Nullable

func (UnimplementedHandler) TestRequestStringUint16Nullable(ctx context.Context, req OptNilStringUint16) (r *Error, _ error)

TestRequestStringUint16Nullable implements test_request_string_uint16_nullable operation.

POST /test_request_string_uint16_nullable

func (UnimplementedHandler) TestRequestStringUint16NullableArray

func (UnimplementedHandler) TestRequestStringUint16NullableArray(ctx context.Context, req []NilStringUint16) (r *Error, _ error)

TestRequestStringUint16NullableArray implements test_request_string_uint16_nullable_array operation.

POST /test_request_string_uint16_nullable_array

func (UnimplementedHandler) TestRequestStringUint16NullableArrayArray

func (UnimplementedHandler) TestRequestStringUint16NullableArrayArray(ctx context.Context, req [][]NilStringUint16) (r *Error, _ error)

TestRequestStringUint16NullableArrayArray implements test_request_string_uint16_nullable_array_array operation.

POST /test_request_string_uint16_nullable_array_array

func (UnimplementedHandler) TestRequestStringUint32

func (UnimplementedHandler) TestRequestStringUint32(ctx context.Context, req OptStringUint32) (r *Error, _ error)

TestRequestStringUint32 implements test_request_string_uint32 operation.

POST /test_request_string_uint32

func (UnimplementedHandler) TestRequestStringUint32Array

func (UnimplementedHandler) TestRequestStringUint32Array(ctx context.Context, req []uint32) (r *Error, _ error)

TestRequestStringUint32Array implements test_request_string_uint32_array operation.

POST /test_request_string_uint32_array

func (UnimplementedHandler) TestRequestStringUint32ArrayArray

func (UnimplementedHandler) TestRequestStringUint32ArrayArray(ctx context.Context, req [][]uint32) (r *Error, _ error)

TestRequestStringUint32ArrayArray implements test_request_string_uint32_array_array operation.

POST /test_request_string_uint32_array_array

func (UnimplementedHandler) TestRequestStringUint32Nullable

func (UnimplementedHandler) TestRequestStringUint32Nullable(ctx context.Context, req OptNilStringUint32) (r *Error, _ error)

TestRequestStringUint32Nullable implements test_request_string_uint32_nullable operation.

POST /test_request_string_uint32_nullable

func (UnimplementedHandler) TestRequestStringUint32NullableArray

func (UnimplementedHandler) TestRequestStringUint32NullableArray(ctx context.Context, req []NilStringUint32) (r *Error, _ error)

TestRequestStringUint32NullableArray implements test_request_string_uint32_nullable_array operation.

POST /test_request_string_uint32_nullable_array

func (UnimplementedHandler) TestRequestStringUint32NullableArrayArray

func (UnimplementedHandler) TestRequestStringUint32NullableArrayArray(ctx context.Context, req [][]NilStringUint32) (r *Error, _ error)

TestRequestStringUint32NullableArrayArray implements test_request_string_uint32_nullable_array_array operation.

POST /test_request_string_uint32_nullable_array_array

func (UnimplementedHandler) TestRequestStringUint64

func (UnimplementedHandler) TestRequestStringUint64(ctx context.Context, req OptStringUint64) (r *Error, _ error)

TestRequestStringUint64 implements test_request_string_uint64 operation.

POST /test_request_string_uint64

func (UnimplementedHandler) TestRequestStringUint64Array

func (UnimplementedHandler) TestRequestStringUint64Array(ctx context.Context, req []uint64) (r *Error, _ error)

TestRequestStringUint64Array implements test_request_string_uint64_array operation.

POST /test_request_string_uint64_array

func (UnimplementedHandler) TestRequestStringUint64ArrayArray

func (UnimplementedHandler) TestRequestStringUint64ArrayArray(ctx context.Context, req [][]uint64) (r *Error, _ error)

TestRequestStringUint64ArrayArray implements test_request_string_uint64_array_array operation.

POST /test_request_string_uint64_array_array

func (UnimplementedHandler) TestRequestStringUint64Nullable

func (UnimplementedHandler) TestRequestStringUint64Nullable(ctx context.Context, req OptNilStringUint64) (r *Error, _ error)

TestRequestStringUint64Nullable implements test_request_string_uint64_nullable operation.

POST /test_request_string_uint64_nullable

func (UnimplementedHandler) TestRequestStringUint64NullableArray

func (UnimplementedHandler) TestRequestStringUint64NullableArray(ctx context.Context, req []NilStringUint64) (r *Error, _ error)

TestRequestStringUint64NullableArray implements test_request_string_uint64_nullable_array operation.

POST /test_request_string_uint64_nullable_array

func (UnimplementedHandler) TestRequestStringUint64NullableArrayArray

func (UnimplementedHandler) TestRequestStringUint64NullableArrayArray(ctx context.Context, req [][]NilStringUint64) (r *Error, _ error)

TestRequestStringUint64NullableArrayArray implements test_request_string_uint64_nullable_array_array operation.

POST /test_request_string_uint64_nullable_array_array

func (UnimplementedHandler) TestRequestStringUint8

func (UnimplementedHandler) TestRequestStringUint8(ctx context.Context, req OptStringUint8) (r *Error, _ error)

TestRequestStringUint8 implements test_request_string_uint8 operation.

POST /test_request_string_uint8

func (UnimplementedHandler) TestRequestStringUint8Array

func (UnimplementedHandler) TestRequestStringUint8Array(ctx context.Context, req []uint8) (r *Error, _ error)

TestRequestStringUint8Array implements test_request_string_uint8_array operation.

POST /test_request_string_uint8_array

func (UnimplementedHandler) TestRequestStringUint8ArrayArray

func (UnimplementedHandler) TestRequestStringUint8ArrayArray(ctx context.Context, req [][]uint8) (r *Error, _ error)

TestRequestStringUint8ArrayArray implements test_request_string_uint8_array_array operation.

POST /test_request_string_uint8_array_array

func (UnimplementedHandler) TestRequestStringUint8Nullable

func (UnimplementedHandler) TestRequestStringUint8Nullable(ctx context.Context, req OptNilStringUint8) (r *Error, _ error)

TestRequestStringUint8Nullable implements test_request_string_uint8_nullable operation.

POST /test_request_string_uint8_nullable

func (UnimplementedHandler) TestRequestStringUint8NullableArray

func (UnimplementedHandler) TestRequestStringUint8NullableArray(ctx context.Context, req []NilStringUint8) (r *Error, _ error)

TestRequestStringUint8NullableArray implements test_request_string_uint8_nullable_array operation.

POST /test_request_string_uint8_nullable_array

func (UnimplementedHandler) TestRequestStringUint8NullableArrayArray

func (UnimplementedHandler) TestRequestStringUint8NullableArrayArray(ctx context.Context, req [][]NilStringUint8) (r *Error, _ error)

TestRequestStringUint8NullableArrayArray implements test_request_string_uint8_nullable_array_array operation.

POST /test_request_string_uint8_nullable_array_array

func (UnimplementedHandler) TestRequestStringUintArray

func (UnimplementedHandler) TestRequestStringUintArray(ctx context.Context, req []uint) (r *Error, _ error)

TestRequestStringUintArray implements test_request_string_uint_array operation.

POST /test_request_string_uint_array

func (UnimplementedHandler) TestRequestStringUintArrayArray

func (UnimplementedHandler) TestRequestStringUintArrayArray(ctx context.Context, req [][]uint) (r *Error, _ error)

TestRequestStringUintArrayArray implements test_request_string_uint_array_array operation.

POST /test_request_string_uint_array_array

func (UnimplementedHandler) TestRequestStringUintNullable

func (UnimplementedHandler) TestRequestStringUintNullable(ctx context.Context, req OptNilStringUint) (r *Error, _ error)

TestRequestStringUintNullable implements test_request_string_uint_nullable operation.

POST /test_request_string_uint_nullable

func (UnimplementedHandler) TestRequestStringUintNullableArray

func (UnimplementedHandler) TestRequestStringUintNullableArray(ctx context.Context, req []NilStringUint) (r *Error, _ error)

TestRequestStringUintNullableArray implements test_request_string_uint_nullable_array operation.

POST /test_request_string_uint_nullable_array

func (UnimplementedHandler) TestRequestStringUintNullableArrayArray

func (UnimplementedHandler) TestRequestStringUintNullableArrayArray(ctx context.Context, req [][]NilStringUint) (r *Error, _ error)

TestRequestStringUintNullableArrayArray implements test_request_string_uint_nullable_array_array operation.

POST /test_request_string_uint_nullable_array_array

func (UnimplementedHandler) TestRequestStringUnix

func (UnimplementedHandler) TestRequestStringUnix(ctx context.Context, req OptStringUnixSeconds) (r *Error, _ error)

TestRequestStringUnix implements test_request_string_unix operation.

POST /test_request_string_unix

func (UnimplementedHandler) TestRequestStringUnixArray

func (UnimplementedHandler) TestRequestStringUnixArray(ctx context.Context, req []time.Time) (r *Error, _ error)

TestRequestStringUnixArray implements test_request_string_unix_array operation.

POST /test_request_string_unix_array

func (UnimplementedHandler) TestRequestStringUnixArrayArray

func (UnimplementedHandler) TestRequestStringUnixArrayArray(ctx context.Context, req [][]time.Time) (r *Error, _ error)

TestRequestStringUnixArrayArray implements test_request_string_unix_array_array operation.

POST /test_request_string_unix_array_array

func (UnimplementedHandler) TestRequestStringUnixMicro

func (UnimplementedHandler) TestRequestStringUnixMicro(ctx context.Context, req OptStringUnixMicro) (r *Error, _ error)

TestRequestStringUnixMicro implements test_request_string_unix-micro operation.

POST /test_request_string_unix-micro

func (UnimplementedHandler) TestRequestStringUnixMicroArray

func (UnimplementedHandler) TestRequestStringUnixMicroArray(ctx context.Context, req []time.Time) (r *Error, _ error)

TestRequestStringUnixMicroArray implements test_request_string_unix-micro_array operation.

POST /test_request_string_unix-micro_array

func (UnimplementedHandler) TestRequestStringUnixMicroArrayArray

func (UnimplementedHandler) TestRequestStringUnixMicroArrayArray(ctx context.Context, req [][]time.Time) (r *Error, _ error)

TestRequestStringUnixMicroArrayArray implements test_request_string_unix-micro_array_array operation.

POST /test_request_string_unix-micro_array_array

func (UnimplementedHandler) TestRequestStringUnixMicroNullable

func (UnimplementedHandler) TestRequestStringUnixMicroNullable(ctx context.Context, req OptNilStringUnixMicro) (r *Error, _ error)

TestRequestStringUnixMicroNullable implements test_request_string_unix-micro_nullable operation.

POST /test_request_string_unix-micro_nullable

func (UnimplementedHandler) TestRequestStringUnixMicroNullableArray

func (UnimplementedHandler) TestRequestStringUnixMicroNullableArray(ctx context.Context, req []NilStringUnixMicro) (r *Error, _ error)

TestRequestStringUnixMicroNullableArray implements test_request_string_unix-micro_nullable_array operation.

POST /test_request_string_unix-micro_nullable_array

func (UnimplementedHandler) TestRequestStringUnixMicroNullableArrayArray

func (UnimplementedHandler) TestRequestStringUnixMicroNullableArrayArray(ctx context.Context, req [][]NilStringUnixMicro) (r *Error, _ error)

TestRequestStringUnixMicroNullableArrayArray implements test_request_string_unix-micro_nullable_array_array operation.

POST /test_request_string_unix-micro_nullable_array_array

func (UnimplementedHandler) TestRequestStringUnixMilli

func (UnimplementedHandler) TestRequestStringUnixMilli(ctx context.Context, req OptStringUnixMilli) (r *Error, _ error)

TestRequestStringUnixMilli implements test_request_string_unix-milli operation.

POST /test_request_string_unix-milli

func (UnimplementedHandler) TestRequestStringUnixMilliArray

func (UnimplementedHandler) TestRequestStringUnixMilliArray(ctx context.Context, req []time.Time) (r *Error, _ error)

TestRequestStringUnixMilliArray implements test_request_string_unix-milli_array operation.

POST /test_request_string_unix-milli_array

func (UnimplementedHandler) TestRequestStringUnixMilliArrayArray

func (UnimplementedHandler) TestRequestStringUnixMilliArrayArray(ctx context.Context, req [][]time.Time) (r *Error, _ error)

TestRequestStringUnixMilliArrayArray implements test_request_string_unix-milli_array_array operation.

POST /test_request_string_unix-milli_array_array

func (UnimplementedHandler) TestRequestStringUnixMilliNullable

func (UnimplementedHandler) TestRequestStringUnixMilliNullable(ctx context.Context, req OptNilStringUnixMilli) (r *Error, _ error)

TestRequestStringUnixMilliNullable implements test_request_string_unix-milli_nullable operation.

POST /test_request_string_unix-milli_nullable

func (UnimplementedHandler) TestRequestStringUnixMilliNullableArray

func (UnimplementedHandler) TestRequestStringUnixMilliNullableArray(ctx context.Context, req []NilStringUnixMilli) (r *Error, _ error)

TestRequestStringUnixMilliNullableArray implements test_request_string_unix-milli_nullable_array operation.

POST /test_request_string_unix-milli_nullable_array

func (UnimplementedHandler) TestRequestStringUnixMilliNullableArrayArray

func (UnimplementedHandler) TestRequestStringUnixMilliNullableArrayArray(ctx context.Context, req [][]NilStringUnixMilli) (r *Error, _ error)

TestRequestStringUnixMilliNullableArrayArray implements test_request_string_unix-milli_nullable_array_array operation.

POST /test_request_string_unix-milli_nullable_array_array

func (UnimplementedHandler) TestRequestStringUnixNano

func (UnimplementedHandler) TestRequestStringUnixNano(ctx context.Context, req OptStringUnixNano) (r *Error, _ error)

TestRequestStringUnixNano implements test_request_string_unix-nano operation.

POST /test_request_string_unix-nano

func (UnimplementedHandler) TestRequestStringUnixNanoArray

func (UnimplementedHandler) TestRequestStringUnixNanoArray(ctx context.Context, req []time.Time) (r *Error, _ error)

TestRequestStringUnixNanoArray implements test_request_string_unix-nano_array operation.

POST /test_request_string_unix-nano_array

func (UnimplementedHandler) TestRequestStringUnixNanoArrayArray

func (UnimplementedHandler) TestRequestStringUnixNanoArrayArray(ctx context.Context, req [][]time.Time) (r *Error, _ error)

TestRequestStringUnixNanoArrayArray implements test_request_string_unix-nano_array_array operation.

POST /test_request_string_unix-nano_array_array

func (UnimplementedHandler) TestRequestStringUnixNanoNullable

func (UnimplementedHandler) TestRequestStringUnixNanoNullable(ctx context.Context, req OptNilStringUnixNano) (r *Error, _ error)

TestRequestStringUnixNanoNullable implements test_request_string_unix-nano_nullable operation.

POST /test_request_string_unix-nano_nullable

func (UnimplementedHandler) TestRequestStringUnixNanoNullableArray

func (UnimplementedHandler) TestRequestStringUnixNanoNullableArray(ctx context.Context, req []NilStringUnixNano) (r *Error, _ error)

TestRequestStringUnixNanoNullableArray implements test_request_string_unix-nano_nullable_array operation.

POST /test_request_string_unix-nano_nullable_array

func (UnimplementedHandler) TestRequestStringUnixNanoNullableArrayArray

func (UnimplementedHandler) TestRequestStringUnixNanoNullableArrayArray(ctx context.Context, req [][]NilStringUnixNano) (r *Error, _ error)

TestRequestStringUnixNanoNullableArrayArray implements test_request_string_unix-nano_nullable_array_array operation.

POST /test_request_string_unix-nano_nullable_array_array

func (UnimplementedHandler) TestRequestStringUnixNullable

func (UnimplementedHandler) TestRequestStringUnixNullable(ctx context.Context, req OptNilStringUnixSeconds) (r *Error, _ error)

TestRequestStringUnixNullable implements test_request_string_unix_nullable operation.

POST /test_request_string_unix_nullable

func (UnimplementedHandler) TestRequestStringUnixNullableArray

func (UnimplementedHandler) TestRequestStringUnixNullableArray(ctx context.Context, req []NilStringUnixSeconds) (r *Error, _ error)

TestRequestStringUnixNullableArray implements test_request_string_unix_nullable_array operation.

POST /test_request_string_unix_nullable_array

func (UnimplementedHandler) TestRequestStringUnixNullableArrayArray

func (UnimplementedHandler) TestRequestStringUnixNullableArrayArray(ctx context.Context, req [][]NilStringUnixSeconds) (r *Error, _ error)

TestRequestStringUnixNullableArrayArray implements test_request_string_unix_nullable_array_array operation.

POST /test_request_string_unix_nullable_array_array

func (UnimplementedHandler) TestRequestStringUnixSeconds

func (UnimplementedHandler) TestRequestStringUnixSeconds(ctx context.Context, req OptStringUnixSeconds) (r *Error, _ error)

TestRequestStringUnixSeconds implements test_request_string_unix-seconds operation.

POST /test_request_string_unix-seconds

func (UnimplementedHandler) TestRequestStringUnixSecondsArray

func (UnimplementedHandler) TestRequestStringUnixSecondsArray(ctx context.Context, req []time.Time) (r *Error, _ error)

TestRequestStringUnixSecondsArray implements test_request_string_unix-seconds_array operation.

POST /test_request_string_unix-seconds_array

func (UnimplementedHandler) TestRequestStringUnixSecondsArrayArray

func (UnimplementedHandler) TestRequestStringUnixSecondsArrayArray(ctx context.Context, req [][]time.Time) (r *Error, _ error)

TestRequestStringUnixSecondsArrayArray implements test_request_string_unix-seconds_array_array operation.

POST /test_request_string_unix-seconds_array_array

func (UnimplementedHandler) TestRequestStringUnixSecondsNullable

func (UnimplementedHandler) TestRequestStringUnixSecondsNullable(ctx context.Context, req OptNilStringUnixSeconds) (r *Error, _ error)

TestRequestStringUnixSecondsNullable implements test_request_string_unix-seconds_nullable operation.

POST /test_request_string_unix-seconds_nullable

func (UnimplementedHandler) TestRequestStringUnixSecondsNullableArray

func (UnimplementedHandler) TestRequestStringUnixSecondsNullableArray(ctx context.Context, req []NilStringUnixSeconds) (r *Error, _ error)

TestRequestStringUnixSecondsNullableArray implements test_request_string_unix-seconds_nullable_array operation.

POST /test_request_string_unix-seconds_nullable_array

func (UnimplementedHandler) TestRequestStringUnixSecondsNullableArrayArray

func (UnimplementedHandler) TestRequestStringUnixSecondsNullableArrayArray(ctx context.Context, req [][]NilStringUnixSeconds) (r *Error, _ error)

TestRequestStringUnixSecondsNullableArrayArray implements test_request_string_unix-seconds_nullable_array_array operation.

POST /test_request_string_unix-seconds_nullable_array_array

func (UnimplementedHandler) TestResponseAny

func (UnimplementedHandler) TestResponseAny(ctx context.Context, req string) (r jx.Raw, _ error)

TestResponseAny implements test_response_Any operation.

POST /test_response_Any

func (UnimplementedHandler) TestResponseBoolean

func (UnimplementedHandler) TestResponseBoolean(ctx context.Context, req string) (r bool, _ error)

TestResponseBoolean implements test_response_boolean operation.

POST /test_response_boolean

func (UnimplementedHandler) TestResponseBooleanArray

func (UnimplementedHandler) TestResponseBooleanArray(ctx context.Context, req string) (r []bool, _ error)

TestResponseBooleanArray implements test_response_boolean_array operation.

POST /test_response_boolean_array

func (UnimplementedHandler) TestResponseBooleanArrayArray

func (UnimplementedHandler) TestResponseBooleanArrayArray(ctx context.Context, req string) (r [][]bool, _ error)

TestResponseBooleanArrayArray implements test_response_boolean_array_array operation.

POST /test_response_boolean_array_array

func (UnimplementedHandler) TestResponseBooleanNullable

func (UnimplementedHandler) TestResponseBooleanNullable(ctx context.Context, req string) (r NilBool, _ error)

TestResponseBooleanNullable implements test_response_boolean_nullable operation.

POST /test_response_boolean_nullable

func (UnimplementedHandler) TestResponseBooleanNullableArray

func (UnimplementedHandler) TestResponseBooleanNullableArray(ctx context.Context, req string) (r []NilBool, _ error)

TestResponseBooleanNullableArray implements test_response_boolean_nullable_array operation.

POST /test_response_boolean_nullable_array

func (UnimplementedHandler) TestResponseBooleanNullableArrayArray

func (UnimplementedHandler) TestResponseBooleanNullableArrayArray(ctx context.Context, req string) (r [][]NilBool, _ error)

TestResponseBooleanNullableArrayArray implements test_response_boolean_nullable_array_array operation.

POST /test_response_boolean_nullable_array_array

func (UnimplementedHandler) TestResponseEmptyStruct

func (UnimplementedHandler) TestResponseEmptyStruct(ctx context.Context, req string) error

TestResponseEmptyStruct implements test_response_EmptyStruct operation.

POST /test_response_EmptyStruct

func (UnimplementedHandler) TestResponseFormatTest

func (UnimplementedHandler) TestResponseFormatTest(ctx context.Context, req string) (r *TestResponseFormatTestOK, _ error)

TestResponseFormatTest implements test_response_FormatTest operation.

POST /test_response_FormatTest

func (UnimplementedHandler) TestResponseInteger

func (UnimplementedHandler) TestResponseInteger(ctx context.Context, req string) (r int, _ error)

TestResponseInteger implements test_response_integer operation.

POST /test_response_integer

func (UnimplementedHandler) TestResponseIntegerArray

func (UnimplementedHandler) TestResponseIntegerArray(ctx context.Context, req string) (r []int, _ error)

TestResponseIntegerArray implements test_response_integer_array operation.

POST /test_response_integer_array

func (UnimplementedHandler) TestResponseIntegerArrayArray

func (UnimplementedHandler) TestResponseIntegerArrayArray(ctx context.Context, req string) (r [][]int, _ error)

TestResponseIntegerArrayArray implements test_response_integer_array_array operation.

POST /test_response_integer_array_array

func (UnimplementedHandler) TestResponseIntegerInt16

func (UnimplementedHandler) TestResponseIntegerInt16(ctx context.Context, req string) (r int16, _ error)

TestResponseIntegerInt16 implements test_response_integer_int16 operation.

POST /test_response_integer_int16

func (UnimplementedHandler) TestResponseIntegerInt16Array

func (UnimplementedHandler) TestResponseIntegerInt16Array(ctx context.Context, req string) (r []int16, _ error)

TestResponseIntegerInt16Array implements test_response_integer_int16_array operation.

POST /test_response_integer_int16_array

func (UnimplementedHandler) TestResponseIntegerInt16ArrayArray

func (UnimplementedHandler) TestResponseIntegerInt16ArrayArray(ctx context.Context, req string) (r [][]int16, _ error)

TestResponseIntegerInt16ArrayArray implements test_response_integer_int16_array_array operation.

POST /test_response_integer_int16_array_array

func (UnimplementedHandler) TestResponseIntegerInt16Nullable

func (UnimplementedHandler) TestResponseIntegerInt16Nullable(ctx context.Context, req string) (r NilInt16, _ error)

TestResponseIntegerInt16Nullable implements test_response_integer_int16_nullable operation.

POST /test_response_integer_int16_nullable

func (UnimplementedHandler) TestResponseIntegerInt16NullableArray

func (UnimplementedHandler) TestResponseIntegerInt16NullableArray(ctx context.Context, req string) (r []NilInt16, _ error)

TestResponseIntegerInt16NullableArray implements test_response_integer_int16_nullable_array operation.

POST /test_response_integer_int16_nullable_array

func (UnimplementedHandler) TestResponseIntegerInt16NullableArrayArray

func (UnimplementedHandler) TestResponseIntegerInt16NullableArrayArray(ctx context.Context, req string) (r [][]NilInt16, _ error)

TestResponseIntegerInt16NullableArrayArray implements test_response_integer_int16_nullable_array_array operation.

POST /test_response_integer_int16_nullable_array_array

func (UnimplementedHandler) TestResponseIntegerInt32

func (UnimplementedHandler) TestResponseIntegerInt32(ctx context.Context, req string) (r int32, _ error)

TestResponseIntegerInt32 implements test_response_integer_int32 operation.

POST /test_response_integer_int32

func (UnimplementedHandler) TestResponseIntegerInt32Array

func (UnimplementedHandler) TestResponseIntegerInt32Array(ctx context.Context, req string) (r []int32, _ error)

TestResponseIntegerInt32Array implements test_response_integer_int32_array operation.

POST /test_response_integer_int32_array

func (UnimplementedHandler) TestResponseIntegerInt32ArrayArray

func (UnimplementedHandler) TestResponseIntegerInt32ArrayArray(ctx context.Context, req string) (r [][]int32, _ error)

TestResponseIntegerInt32ArrayArray implements test_response_integer_int32_array_array operation.

POST /test_response_integer_int32_array_array

func (UnimplementedHandler) TestResponseIntegerInt32Nullable

func (UnimplementedHandler) TestResponseIntegerInt32Nullable(ctx context.Context, req string) (r NilInt32, _ error)

TestResponseIntegerInt32Nullable implements test_response_integer_int32_nullable operation.

POST /test_response_integer_int32_nullable

func (UnimplementedHandler) TestResponseIntegerInt32NullableArray

func (UnimplementedHandler) TestResponseIntegerInt32NullableArray(ctx context.Context, req string) (r []NilInt32, _ error)

TestResponseIntegerInt32NullableArray implements test_response_integer_int32_nullable_array operation.

POST /test_response_integer_int32_nullable_array

func (UnimplementedHandler) TestResponseIntegerInt32NullableArrayArray

func (UnimplementedHandler) TestResponseIntegerInt32NullableArrayArray(ctx context.Context, req string) (r [][]NilInt32, _ error)

TestResponseIntegerInt32NullableArrayArray implements test_response_integer_int32_nullable_array_array operation.

POST /test_response_integer_int32_nullable_array_array

func (UnimplementedHandler) TestResponseIntegerInt64

func (UnimplementedHandler) TestResponseIntegerInt64(ctx context.Context, req string) (r int64, _ error)

TestResponseIntegerInt64 implements test_response_integer_int64 operation.

POST /test_response_integer_int64

func (UnimplementedHandler) TestResponseIntegerInt64Array

func (UnimplementedHandler) TestResponseIntegerInt64Array(ctx context.Context, req string) (r []int64, _ error)

TestResponseIntegerInt64Array implements test_response_integer_int64_array operation.

POST /test_response_integer_int64_array

func (UnimplementedHandler) TestResponseIntegerInt64ArrayArray

func (UnimplementedHandler) TestResponseIntegerInt64ArrayArray(ctx context.Context, req string) (r [][]int64, _ error)

TestResponseIntegerInt64ArrayArray implements test_response_integer_int64_array_array operation.

POST /test_response_integer_int64_array_array

func (UnimplementedHandler) TestResponseIntegerInt64Nullable

func (UnimplementedHandler) TestResponseIntegerInt64Nullable(ctx context.Context, req string) (r NilInt64, _ error)

TestResponseIntegerInt64Nullable implements test_response_integer_int64_nullable operation.

POST /test_response_integer_int64_nullable

func (UnimplementedHandler) TestResponseIntegerInt64NullableArray

func (UnimplementedHandler) TestResponseIntegerInt64NullableArray(ctx context.Context, req string) (r []NilInt64, _ error)

TestResponseIntegerInt64NullableArray implements test_response_integer_int64_nullable_array operation.

POST /test_response_integer_int64_nullable_array

func (UnimplementedHandler) TestResponseIntegerInt64NullableArrayArray

func (UnimplementedHandler) TestResponseIntegerInt64NullableArrayArray(ctx context.Context, req string) (r [][]NilInt64, _ error)

TestResponseIntegerInt64NullableArrayArray implements test_response_integer_int64_nullable_array_array operation.

POST /test_response_integer_int64_nullable_array_array

func (UnimplementedHandler) TestResponseIntegerInt8

func (UnimplementedHandler) TestResponseIntegerInt8(ctx context.Context, req string) (r int8, _ error)

TestResponseIntegerInt8 implements test_response_integer_int8 operation.

POST /test_response_integer_int8

func (UnimplementedHandler) TestResponseIntegerInt8Array

func (UnimplementedHandler) TestResponseIntegerInt8Array(ctx context.Context, req string) (r []int8, _ error)

TestResponseIntegerInt8Array implements test_response_integer_int8_array operation.

POST /test_response_integer_int8_array

func (UnimplementedHandler) TestResponseIntegerInt8ArrayArray

func (UnimplementedHandler) TestResponseIntegerInt8ArrayArray(ctx context.Context, req string) (r [][]int8, _ error)

TestResponseIntegerInt8ArrayArray implements test_response_integer_int8_array_array operation.

POST /test_response_integer_int8_array_array

func (UnimplementedHandler) TestResponseIntegerInt8Nullable

func (UnimplementedHandler) TestResponseIntegerInt8Nullable(ctx context.Context, req string) (r NilInt8, _ error)

TestResponseIntegerInt8Nullable implements test_response_integer_int8_nullable operation.

POST /test_response_integer_int8_nullable

func (UnimplementedHandler) TestResponseIntegerInt8NullableArray

func (UnimplementedHandler) TestResponseIntegerInt8NullableArray(ctx context.Context, req string) (r []NilInt8, _ error)

TestResponseIntegerInt8NullableArray implements test_response_integer_int8_nullable_array operation.

POST /test_response_integer_int8_nullable_array

func (UnimplementedHandler) TestResponseIntegerInt8NullableArrayArray

func (UnimplementedHandler) TestResponseIntegerInt8NullableArrayArray(ctx context.Context, req string) (r [][]NilInt8, _ error)

TestResponseIntegerInt8NullableArrayArray implements test_response_integer_int8_nullable_array_array operation.

POST /test_response_integer_int8_nullable_array_array

func (UnimplementedHandler) TestResponseIntegerNullable

func (UnimplementedHandler) TestResponseIntegerNullable(ctx context.Context, req string) (r NilInt, _ error)

TestResponseIntegerNullable implements test_response_integer_nullable operation.

POST /test_response_integer_nullable

func (UnimplementedHandler) TestResponseIntegerNullableArray

func (UnimplementedHandler) TestResponseIntegerNullableArray(ctx context.Context, req string) (r []NilInt, _ error)

TestResponseIntegerNullableArray implements test_response_integer_nullable_array operation.

POST /test_response_integer_nullable_array

func (UnimplementedHandler) TestResponseIntegerNullableArrayArray

func (UnimplementedHandler) TestResponseIntegerNullableArrayArray(ctx context.Context, req string) (r [][]NilInt, _ error)

TestResponseIntegerNullableArrayArray implements test_response_integer_nullable_array_array operation.

POST /test_response_integer_nullable_array_array

func (UnimplementedHandler) TestResponseIntegerUint

func (UnimplementedHandler) TestResponseIntegerUint(ctx context.Context, req string) (r uint, _ error)

TestResponseIntegerUint implements test_response_integer_uint operation.

POST /test_response_integer_uint

func (UnimplementedHandler) TestResponseIntegerUint16

func (UnimplementedHandler) TestResponseIntegerUint16(ctx context.Context, req string) (r uint16, _ error)

TestResponseIntegerUint16 implements test_response_integer_uint16 operation.

POST /test_response_integer_uint16

func (UnimplementedHandler) TestResponseIntegerUint16Array

func (UnimplementedHandler) TestResponseIntegerUint16Array(ctx context.Context, req string) (r []uint16, _ error)

TestResponseIntegerUint16Array implements test_response_integer_uint16_array operation.

POST /test_response_integer_uint16_array

func (UnimplementedHandler) TestResponseIntegerUint16ArrayArray

func (UnimplementedHandler) TestResponseIntegerUint16ArrayArray(ctx context.Context, req string) (r [][]uint16, _ error)

TestResponseIntegerUint16ArrayArray implements test_response_integer_uint16_array_array operation.

POST /test_response_integer_uint16_array_array

func (UnimplementedHandler) TestResponseIntegerUint16Nullable

func (UnimplementedHandler) TestResponseIntegerUint16Nullable(ctx context.Context, req string) (r NilUint16, _ error)

TestResponseIntegerUint16Nullable implements test_response_integer_uint16_nullable operation.

POST /test_response_integer_uint16_nullable

func (UnimplementedHandler) TestResponseIntegerUint16NullableArray

func (UnimplementedHandler) TestResponseIntegerUint16NullableArray(ctx context.Context, req string) (r []NilUint16, _ error)

TestResponseIntegerUint16NullableArray implements test_response_integer_uint16_nullable_array operation.

POST /test_response_integer_uint16_nullable_array

func (UnimplementedHandler) TestResponseIntegerUint16NullableArrayArray

func (UnimplementedHandler) TestResponseIntegerUint16NullableArrayArray(ctx context.Context, req string) (r [][]NilUint16, _ error)

TestResponseIntegerUint16NullableArrayArray implements test_response_integer_uint16_nullable_array_array operation.

POST /test_response_integer_uint16_nullable_array_array

func (UnimplementedHandler) TestResponseIntegerUint32

func (UnimplementedHandler) TestResponseIntegerUint32(ctx context.Context, req string) (r uint32, _ error)

TestResponseIntegerUint32 implements test_response_integer_uint32 operation.

POST /test_response_integer_uint32

func (UnimplementedHandler) TestResponseIntegerUint32Array

func (UnimplementedHandler) TestResponseIntegerUint32Array(ctx context.Context, req string) (r []uint32, _ error)

TestResponseIntegerUint32Array implements test_response_integer_uint32_array operation.

POST /test_response_integer_uint32_array

func (UnimplementedHandler) TestResponseIntegerUint32ArrayArray

func (UnimplementedHandler) TestResponseIntegerUint32ArrayArray(ctx context.Context, req string) (r [][]uint32, _ error)

TestResponseIntegerUint32ArrayArray implements test_response_integer_uint32_array_array operation.

POST /test_response_integer_uint32_array_array

func (UnimplementedHandler) TestResponseIntegerUint32Nullable

func (UnimplementedHandler) TestResponseIntegerUint32Nullable(ctx context.Context, req string) (r NilUint32, _ error)

TestResponseIntegerUint32Nullable implements test_response_integer_uint32_nullable operation.

POST /test_response_integer_uint32_nullable

func (UnimplementedHandler) TestResponseIntegerUint32NullableArray

func (UnimplementedHandler) TestResponseIntegerUint32NullableArray(ctx context.Context, req string) (r []NilUint32, _ error)

TestResponseIntegerUint32NullableArray implements test_response_integer_uint32_nullable_array operation.

POST /test_response_integer_uint32_nullable_array

func (UnimplementedHandler) TestResponseIntegerUint32NullableArrayArray

func (UnimplementedHandler) TestResponseIntegerUint32NullableArrayArray(ctx context.Context, req string) (r [][]NilUint32, _ error)

TestResponseIntegerUint32NullableArrayArray implements test_response_integer_uint32_nullable_array_array operation.

POST /test_response_integer_uint32_nullable_array_array

func (UnimplementedHandler) TestResponseIntegerUint64

func (UnimplementedHandler) TestResponseIntegerUint64(ctx context.Context, req string) (r uint64, _ error)

TestResponseIntegerUint64 implements test_response_integer_uint64 operation.

POST /test_response_integer_uint64

func (UnimplementedHandler) TestResponseIntegerUint64Array

func (UnimplementedHandler) TestResponseIntegerUint64Array(ctx context.Context, req string) (r []uint64, _ error)

TestResponseIntegerUint64Array implements test_response_integer_uint64_array operation.

POST /test_response_integer_uint64_array

func (UnimplementedHandler) TestResponseIntegerUint64ArrayArray

func (UnimplementedHandler) TestResponseIntegerUint64ArrayArray(ctx context.Context, req string) (r [][]uint64, _ error)

TestResponseIntegerUint64ArrayArray implements test_response_integer_uint64_array_array operation.

POST /test_response_integer_uint64_array_array

func (UnimplementedHandler) TestResponseIntegerUint64Nullable

func (UnimplementedHandler) TestResponseIntegerUint64Nullable(ctx context.Context, req string) (r NilUint64, _ error)

TestResponseIntegerUint64Nullable implements test_response_integer_uint64_nullable operation.

POST /test_response_integer_uint64_nullable

func (UnimplementedHandler) TestResponseIntegerUint64NullableArray

func (UnimplementedHandler) TestResponseIntegerUint64NullableArray(ctx context.Context, req string) (r []NilUint64, _ error)

TestResponseIntegerUint64NullableArray implements test_response_integer_uint64_nullable_array operation.

POST /test_response_integer_uint64_nullable_array

func (UnimplementedHandler) TestResponseIntegerUint64NullableArrayArray

func (UnimplementedHandler) TestResponseIntegerUint64NullableArrayArray(ctx context.Context, req string) (r [][]NilUint64, _ error)

TestResponseIntegerUint64NullableArrayArray implements test_response_integer_uint64_nullable_array_array operation.

POST /test_response_integer_uint64_nullable_array_array

func (UnimplementedHandler) TestResponseIntegerUint8

func (UnimplementedHandler) TestResponseIntegerUint8(ctx context.Context, req string) (r uint8, _ error)

TestResponseIntegerUint8 implements test_response_integer_uint8 operation.

POST /test_response_integer_uint8

func (UnimplementedHandler) TestResponseIntegerUint8Array

func (UnimplementedHandler) TestResponseIntegerUint8Array(ctx context.Context, req string) (r []uint8, _ error)

TestResponseIntegerUint8Array implements test_response_integer_uint8_array operation.

POST /test_response_integer_uint8_array

func (UnimplementedHandler) TestResponseIntegerUint8ArrayArray

func (UnimplementedHandler) TestResponseIntegerUint8ArrayArray(ctx context.Context, req string) (r [][]uint8, _ error)

TestResponseIntegerUint8ArrayArray implements test_response_integer_uint8_array_array operation.

POST /test_response_integer_uint8_array_array

func (UnimplementedHandler) TestResponseIntegerUint8Nullable

func (UnimplementedHandler) TestResponseIntegerUint8Nullable(ctx context.Context, req string) (r NilUint8, _ error)

TestResponseIntegerUint8Nullable implements test_response_integer_uint8_nullable operation.

POST /test_response_integer_uint8_nullable

func (UnimplementedHandler) TestResponseIntegerUint8NullableArray

func (UnimplementedHandler) TestResponseIntegerUint8NullableArray(ctx context.Context, req string) (r []NilUint8, _ error)

TestResponseIntegerUint8NullableArray implements test_response_integer_uint8_nullable_array operation.

POST /test_response_integer_uint8_nullable_array

func (UnimplementedHandler) TestResponseIntegerUint8NullableArrayArray

func (UnimplementedHandler) TestResponseIntegerUint8NullableArrayArray(ctx context.Context, req string) (r [][]NilUint8, _ error)

TestResponseIntegerUint8NullableArrayArray implements test_response_integer_uint8_nullable_array_array operation.

POST /test_response_integer_uint8_nullable_array_array

func (UnimplementedHandler) TestResponseIntegerUintArray

func (UnimplementedHandler) TestResponseIntegerUintArray(ctx context.Context, req string) (r []uint, _ error)

TestResponseIntegerUintArray implements test_response_integer_uint_array operation.

POST /test_response_integer_uint_array

func (UnimplementedHandler) TestResponseIntegerUintArrayArray

func (UnimplementedHandler) TestResponseIntegerUintArrayArray(ctx context.Context, req string) (r [][]uint, _ error)

TestResponseIntegerUintArrayArray implements test_response_integer_uint_array_array operation.

POST /test_response_integer_uint_array_array

func (UnimplementedHandler) TestResponseIntegerUintNullable

func (UnimplementedHandler) TestResponseIntegerUintNullable(ctx context.Context, req string) (r NilUint, _ error)

TestResponseIntegerUintNullable implements test_response_integer_uint_nullable operation.

POST /test_response_integer_uint_nullable

func (UnimplementedHandler) TestResponseIntegerUintNullableArray

func (UnimplementedHandler) TestResponseIntegerUintNullableArray(ctx context.Context, req string) (r []NilUint, _ error)

TestResponseIntegerUintNullableArray implements test_response_integer_uint_nullable_array operation.

POST /test_response_integer_uint_nullable_array

func (UnimplementedHandler) TestResponseIntegerUintNullableArrayArray

func (UnimplementedHandler) TestResponseIntegerUintNullableArrayArray(ctx context.Context, req string) (r [][]NilUint, _ error)

TestResponseIntegerUintNullableArrayArray implements test_response_integer_uint_nullable_array_array operation.

POST /test_response_integer_uint_nullable_array_array

func (UnimplementedHandler) TestResponseIntegerUnix

func (UnimplementedHandler) TestResponseIntegerUnix(ctx context.Context, req string) (r time.Time, _ error)

TestResponseIntegerUnix implements test_response_integer_unix operation.

POST /test_response_integer_unix

func (UnimplementedHandler) TestResponseIntegerUnixArray

func (UnimplementedHandler) TestResponseIntegerUnixArray(ctx context.Context, req string) (r []time.Time, _ error)

TestResponseIntegerUnixArray implements test_response_integer_unix_array operation.

POST /test_response_integer_unix_array

func (UnimplementedHandler) TestResponseIntegerUnixArrayArray

func (UnimplementedHandler) TestResponseIntegerUnixArrayArray(ctx context.Context, req string) (r [][]time.Time, _ error)

TestResponseIntegerUnixArrayArray implements test_response_integer_unix_array_array operation.

POST /test_response_integer_unix_array_array

func (UnimplementedHandler) TestResponseIntegerUnixMicro

func (UnimplementedHandler) TestResponseIntegerUnixMicro(ctx context.Context, req string) (r time.Time, _ error)

TestResponseIntegerUnixMicro implements test_response_integer_unix-micro operation.

POST /test_response_integer_unix-micro

func (UnimplementedHandler) TestResponseIntegerUnixMicroArray

func (UnimplementedHandler) TestResponseIntegerUnixMicroArray(ctx context.Context, req string) (r []time.Time, _ error)

TestResponseIntegerUnixMicroArray implements test_response_integer_unix-micro_array operation.

POST /test_response_integer_unix-micro_array

func (UnimplementedHandler) TestResponseIntegerUnixMicroArrayArray

func (UnimplementedHandler) TestResponseIntegerUnixMicroArrayArray(ctx context.Context, req string) (r [][]time.Time, _ error)

TestResponseIntegerUnixMicroArrayArray implements test_response_integer_unix-micro_array_array operation.

POST /test_response_integer_unix-micro_array_array

func (UnimplementedHandler) TestResponseIntegerUnixMicroNullable

func (UnimplementedHandler) TestResponseIntegerUnixMicroNullable(ctx context.Context, req string) (r NilUnixMicro, _ error)

TestResponseIntegerUnixMicroNullable implements test_response_integer_unix-micro_nullable operation.

POST /test_response_integer_unix-micro_nullable

func (UnimplementedHandler) TestResponseIntegerUnixMicroNullableArray

func (UnimplementedHandler) TestResponseIntegerUnixMicroNullableArray(ctx context.Context, req string) (r []NilUnixMicro, _ error)

TestResponseIntegerUnixMicroNullableArray implements test_response_integer_unix-micro_nullable_array operation.

POST /test_response_integer_unix-micro_nullable_array

func (UnimplementedHandler) TestResponseIntegerUnixMicroNullableArrayArray

func (UnimplementedHandler) TestResponseIntegerUnixMicroNullableArrayArray(ctx context.Context, req string) (r [][]NilUnixMicro, _ error)

TestResponseIntegerUnixMicroNullableArrayArray implements test_response_integer_unix-micro_nullable_array_array operation.

POST /test_response_integer_unix-micro_nullable_array_array

func (UnimplementedHandler) TestResponseIntegerUnixMilli

func (UnimplementedHandler) TestResponseIntegerUnixMilli(ctx context.Context, req string) (r time.Time, _ error)

TestResponseIntegerUnixMilli implements test_response_integer_unix-milli operation.

POST /test_response_integer_unix-milli

func (UnimplementedHandler) TestResponseIntegerUnixMilliArray

func (UnimplementedHandler) TestResponseIntegerUnixMilliArray(ctx context.Context, req string) (r []time.Time, _ error)

TestResponseIntegerUnixMilliArray implements test_response_integer_unix-milli_array operation.

POST /test_response_integer_unix-milli_array

func (UnimplementedHandler) TestResponseIntegerUnixMilliArrayArray

func (UnimplementedHandler) TestResponseIntegerUnixMilliArrayArray(ctx context.Context, req string) (r [][]time.Time, _ error)

TestResponseIntegerUnixMilliArrayArray implements test_response_integer_unix-milli_array_array operation.

POST /test_response_integer_unix-milli_array_array

func (UnimplementedHandler) TestResponseIntegerUnixMilliNullable

func (UnimplementedHandler) TestResponseIntegerUnixMilliNullable(ctx context.Context, req string) (r NilUnixMilli, _ error)

TestResponseIntegerUnixMilliNullable implements test_response_integer_unix-milli_nullable operation.

POST /test_response_integer_unix-milli_nullable

func (UnimplementedHandler) TestResponseIntegerUnixMilliNullableArray

func (UnimplementedHandler) TestResponseIntegerUnixMilliNullableArray(ctx context.Context, req string) (r []NilUnixMilli, _ error)

TestResponseIntegerUnixMilliNullableArray implements test_response_integer_unix-milli_nullable_array operation.

POST /test_response_integer_unix-milli_nullable_array

func (UnimplementedHandler) TestResponseIntegerUnixMilliNullableArrayArray

func (UnimplementedHandler) TestResponseIntegerUnixMilliNullableArrayArray(ctx context.Context, req string) (r [][]NilUnixMilli, _ error)

TestResponseIntegerUnixMilliNullableArrayArray implements test_response_integer_unix-milli_nullable_array_array operation.

POST /test_response_integer_unix-milli_nullable_array_array

func (UnimplementedHandler) TestResponseIntegerUnixNano

func (UnimplementedHandler) TestResponseIntegerUnixNano(ctx context.Context, req string) (r time.Time, _ error)

TestResponseIntegerUnixNano implements test_response_integer_unix-nano operation.

POST /test_response_integer_unix-nano

func (UnimplementedHandler) TestResponseIntegerUnixNanoArray

func (UnimplementedHandler) TestResponseIntegerUnixNanoArray(ctx context.Context, req string) (r []time.Time, _ error)

TestResponseIntegerUnixNanoArray implements test_response_integer_unix-nano_array operation.

POST /test_response_integer_unix-nano_array

func (UnimplementedHandler) TestResponseIntegerUnixNanoArrayArray

func (UnimplementedHandler) TestResponseIntegerUnixNanoArrayArray(ctx context.Context, req string) (r [][]time.Time, _ error)

TestResponseIntegerUnixNanoArrayArray implements test_response_integer_unix-nano_array_array operation.

POST /test_response_integer_unix-nano_array_array

func (UnimplementedHandler) TestResponseIntegerUnixNanoNullable

func (UnimplementedHandler) TestResponseIntegerUnixNanoNullable(ctx context.Context, req string) (r NilUnixNano, _ error)

TestResponseIntegerUnixNanoNullable implements test_response_integer_unix-nano_nullable operation.

POST /test_response_integer_unix-nano_nullable

func (UnimplementedHandler) TestResponseIntegerUnixNanoNullableArray

func (UnimplementedHandler) TestResponseIntegerUnixNanoNullableArray(ctx context.Context, req string) (r []NilUnixNano, _ error)

TestResponseIntegerUnixNanoNullableArray implements test_response_integer_unix-nano_nullable_array operation.

POST /test_response_integer_unix-nano_nullable_array

func (UnimplementedHandler) TestResponseIntegerUnixNanoNullableArrayArray

func (UnimplementedHandler) TestResponseIntegerUnixNanoNullableArrayArray(ctx context.Context, req string) (r [][]NilUnixNano, _ error)

TestResponseIntegerUnixNanoNullableArrayArray implements test_response_integer_unix-nano_nullable_array_array operation.

POST /test_response_integer_unix-nano_nullable_array_array

func (UnimplementedHandler) TestResponseIntegerUnixNullable

func (UnimplementedHandler) TestResponseIntegerUnixNullable(ctx context.Context, req string) (r NilUnixSeconds, _ error)

TestResponseIntegerUnixNullable implements test_response_integer_unix_nullable operation.

POST /test_response_integer_unix_nullable

func (UnimplementedHandler) TestResponseIntegerUnixNullableArray

func (UnimplementedHandler) TestResponseIntegerUnixNullableArray(ctx context.Context, req string) (r []NilUnixSeconds, _ error)

TestResponseIntegerUnixNullableArray implements test_response_integer_unix_nullable_array operation.

POST /test_response_integer_unix_nullable_array

func (UnimplementedHandler) TestResponseIntegerUnixNullableArrayArray

func (UnimplementedHandler) TestResponseIntegerUnixNullableArrayArray(ctx context.Context, req string) (r [][]NilUnixSeconds, _ error)

TestResponseIntegerUnixNullableArrayArray implements test_response_integer_unix_nullable_array_array operation.

POST /test_response_integer_unix_nullable_array_array

func (UnimplementedHandler) TestResponseIntegerUnixSeconds

func (UnimplementedHandler) TestResponseIntegerUnixSeconds(ctx context.Context, req string) (r time.Time, _ error)

TestResponseIntegerUnixSeconds implements test_response_integer_unix-seconds operation.

POST /test_response_integer_unix-seconds

func (UnimplementedHandler) TestResponseIntegerUnixSecondsArray

func (UnimplementedHandler) TestResponseIntegerUnixSecondsArray(ctx context.Context, req string) (r []time.Time, _ error)

TestResponseIntegerUnixSecondsArray implements test_response_integer_unix-seconds_array operation.

POST /test_response_integer_unix-seconds_array

func (UnimplementedHandler) TestResponseIntegerUnixSecondsArrayArray

func (UnimplementedHandler) TestResponseIntegerUnixSecondsArrayArray(ctx context.Context, req string) (r [][]time.Time, _ error)

TestResponseIntegerUnixSecondsArrayArray implements test_response_integer_unix-seconds_array_array operation.

POST /test_response_integer_unix-seconds_array_array

func (UnimplementedHandler) TestResponseIntegerUnixSecondsNullable

func (UnimplementedHandler) TestResponseIntegerUnixSecondsNullable(ctx context.Context, req string) (r NilUnixSeconds, _ error)

TestResponseIntegerUnixSecondsNullable implements test_response_integer_unix-seconds_nullable operation.

POST /test_response_integer_unix-seconds_nullable

func (UnimplementedHandler) TestResponseIntegerUnixSecondsNullableArray

func (UnimplementedHandler) TestResponseIntegerUnixSecondsNullableArray(ctx context.Context, req string) (r []NilUnixSeconds, _ error)

TestResponseIntegerUnixSecondsNullableArray implements test_response_integer_unix-seconds_nullable_array operation.

POST /test_response_integer_unix-seconds_nullable_array

func (UnimplementedHandler) TestResponseIntegerUnixSecondsNullableArrayArray

func (UnimplementedHandler) TestResponseIntegerUnixSecondsNullableArrayArray(ctx context.Context, req string) (r [][]NilUnixSeconds, _ error)

TestResponseIntegerUnixSecondsNullableArrayArray implements test_response_integer_unix-seconds_nullable_array_array operation.

POST /test_response_integer_unix-seconds_nullable_array_array

func (UnimplementedHandler) TestResponseNull

func (UnimplementedHandler) TestResponseNull(ctx context.Context, req string) (r struct{}, _ error)

TestResponseNull implements test_response_null operation.

POST /test_response_null

func (UnimplementedHandler) TestResponseNullArray

func (UnimplementedHandler) TestResponseNullArray(ctx context.Context, req string) (r []struct{}, _ error)

TestResponseNullArray implements test_response_null_array operation.

POST /test_response_null_array

func (UnimplementedHandler) TestResponseNullArrayArray

func (UnimplementedHandler) TestResponseNullArrayArray(ctx context.Context, req string) (r [][]struct{}, _ error)

TestResponseNullArrayArray implements test_response_null_array_array operation.

POST /test_response_null_array_array

func (UnimplementedHandler) TestResponseNullNullable

func (UnimplementedHandler) TestResponseNullNullable(ctx context.Context, req string) (r struct{}, _ error)

TestResponseNullNullable implements test_response_null_nullable operation.

POST /test_response_null_nullable

func (UnimplementedHandler) TestResponseNullNullableArray

func (UnimplementedHandler) TestResponseNullNullableArray(ctx context.Context, req string) (r []struct{}, _ error)

TestResponseNullNullableArray implements test_response_null_nullable_array operation.

POST /test_response_null_nullable_array

func (UnimplementedHandler) TestResponseNullNullableArrayArray

func (UnimplementedHandler) TestResponseNullNullableArrayArray(ctx context.Context, req string) (r [][]struct{}, _ error)

TestResponseNullNullableArrayArray implements test_response_null_nullable_array_array operation.

POST /test_response_null_nullable_array_array

func (UnimplementedHandler) TestResponseNumber

func (UnimplementedHandler) TestResponseNumber(ctx context.Context, req string) (r float64, _ error)

TestResponseNumber implements test_response_number operation.

POST /test_response_number

func (UnimplementedHandler) TestResponseNumberArray

func (UnimplementedHandler) TestResponseNumberArray(ctx context.Context, req string) (r []float64, _ error)

TestResponseNumberArray implements test_response_number_array operation.

POST /test_response_number_array

func (UnimplementedHandler) TestResponseNumberArrayArray

func (UnimplementedHandler) TestResponseNumberArrayArray(ctx context.Context, req string) (r [][]float64, _ error)

TestResponseNumberArrayArray implements test_response_number_array_array operation.

POST /test_response_number_array_array

func (UnimplementedHandler) TestResponseNumberDouble

func (UnimplementedHandler) TestResponseNumberDouble(ctx context.Context, req string) (r float64, _ error)

TestResponseNumberDouble implements test_response_number_double operation.

POST /test_response_number_double

func (UnimplementedHandler) TestResponseNumberDoubleArray

func (UnimplementedHandler) TestResponseNumberDoubleArray(ctx context.Context, req string) (r []float64, _ error)

TestResponseNumberDoubleArray implements test_response_number_double_array operation.

POST /test_response_number_double_array

func (UnimplementedHandler) TestResponseNumberDoubleArrayArray

func (UnimplementedHandler) TestResponseNumberDoubleArrayArray(ctx context.Context, req string) (r [][]float64, _ error)

TestResponseNumberDoubleArrayArray implements test_response_number_double_array_array operation.

POST /test_response_number_double_array_array

func (UnimplementedHandler) TestResponseNumberDoubleNullable

func (UnimplementedHandler) TestResponseNumberDoubleNullable(ctx context.Context, req string) (r NilFloat64, _ error)

TestResponseNumberDoubleNullable implements test_response_number_double_nullable operation.

POST /test_response_number_double_nullable

func (UnimplementedHandler) TestResponseNumberDoubleNullableArray

func (UnimplementedHandler) TestResponseNumberDoubleNullableArray(ctx context.Context, req string) (r []NilFloat64, _ error)

TestResponseNumberDoubleNullableArray implements test_response_number_double_nullable_array operation.

POST /test_response_number_double_nullable_array

func (UnimplementedHandler) TestResponseNumberDoubleNullableArrayArray

func (UnimplementedHandler) TestResponseNumberDoubleNullableArrayArray(ctx context.Context, req string) (r [][]NilFloat64, _ error)

TestResponseNumberDoubleNullableArrayArray implements test_response_number_double_nullable_array_array operation.

POST /test_response_number_double_nullable_array_array

func (UnimplementedHandler) TestResponseNumberFloat

func (UnimplementedHandler) TestResponseNumberFloat(ctx context.Context, req string) (r float32, _ error)

TestResponseNumberFloat implements test_response_number_float operation.

POST /test_response_number_float

func (UnimplementedHandler) TestResponseNumberFloatArray

func (UnimplementedHandler) TestResponseNumberFloatArray(ctx context.Context, req string) (r []float32, _ error)

TestResponseNumberFloatArray implements test_response_number_float_array operation.

POST /test_response_number_float_array

func (UnimplementedHandler) TestResponseNumberFloatArrayArray

func (UnimplementedHandler) TestResponseNumberFloatArrayArray(ctx context.Context, req string) (r [][]float32, _ error)

TestResponseNumberFloatArrayArray implements test_response_number_float_array_array operation.

POST /test_response_number_float_array_array

func (UnimplementedHandler) TestResponseNumberFloatNullable

func (UnimplementedHandler) TestResponseNumberFloatNullable(ctx context.Context, req string) (r NilFloat32, _ error)

TestResponseNumberFloatNullable implements test_response_number_float_nullable operation.

POST /test_response_number_float_nullable

func (UnimplementedHandler) TestResponseNumberFloatNullableArray

func (UnimplementedHandler) TestResponseNumberFloatNullableArray(ctx context.Context, req string) (r []NilFloat32, _ error)

TestResponseNumberFloatNullableArray implements test_response_number_float_nullable_array operation.

POST /test_response_number_float_nullable_array

func (UnimplementedHandler) TestResponseNumberFloatNullableArrayArray

func (UnimplementedHandler) TestResponseNumberFloatNullableArrayArray(ctx context.Context, req string) (r [][]NilFloat32, _ error)

TestResponseNumberFloatNullableArrayArray implements test_response_number_float_nullable_array_array operation.

POST /test_response_number_float_nullable_array_array

func (UnimplementedHandler) TestResponseNumberInt32

func (UnimplementedHandler) TestResponseNumberInt32(ctx context.Context, req string) (r int32, _ error)

TestResponseNumberInt32 implements test_response_number_int32 operation.

POST /test_response_number_int32

func (UnimplementedHandler) TestResponseNumberInt32Array

func (UnimplementedHandler) TestResponseNumberInt32Array(ctx context.Context, req string) (r []int32, _ error)

TestResponseNumberInt32Array implements test_response_number_int32_array operation.

POST /test_response_number_int32_array

func (UnimplementedHandler) TestResponseNumberInt32ArrayArray

func (UnimplementedHandler) TestResponseNumberInt32ArrayArray(ctx context.Context, req string) (r [][]int32, _ error)

TestResponseNumberInt32ArrayArray implements test_response_number_int32_array_array operation.

POST /test_response_number_int32_array_array

func (UnimplementedHandler) TestResponseNumberInt32Nullable

func (UnimplementedHandler) TestResponseNumberInt32Nullable(ctx context.Context, req string) (r NilInt32, _ error)

TestResponseNumberInt32Nullable implements test_response_number_int32_nullable operation.

POST /test_response_number_int32_nullable

func (UnimplementedHandler) TestResponseNumberInt32NullableArray

func (UnimplementedHandler) TestResponseNumberInt32NullableArray(ctx context.Context, req string) (r []NilInt32, _ error)

TestResponseNumberInt32NullableArray implements test_response_number_int32_nullable_array operation.

POST /test_response_number_int32_nullable_array

func (UnimplementedHandler) TestResponseNumberInt32NullableArrayArray

func (UnimplementedHandler) TestResponseNumberInt32NullableArrayArray(ctx context.Context, req string) (r [][]NilInt32, _ error)

TestResponseNumberInt32NullableArrayArray implements test_response_number_int32_nullable_array_array operation.

POST /test_response_number_int32_nullable_array_array

func (UnimplementedHandler) TestResponseNumberInt64

func (UnimplementedHandler) TestResponseNumberInt64(ctx context.Context, req string) (r int64, _ error)

TestResponseNumberInt64 implements test_response_number_int64 operation.

POST /test_response_number_int64

func (UnimplementedHandler) TestResponseNumberInt64Array

func (UnimplementedHandler) TestResponseNumberInt64Array(ctx context.Context, req string) (r []int64, _ error)

TestResponseNumberInt64Array implements test_response_number_int64_array operation.

POST /test_response_number_int64_array

func (UnimplementedHandler) TestResponseNumberInt64ArrayArray

func (UnimplementedHandler) TestResponseNumberInt64ArrayArray(ctx context.Context, req string) (r [][]int64, _ error)

TestResponseNumberInt64ArrayArray implements test_response_number_int64_array_array operation.

POST /test_response_number_int64_array_array

func (UnimplementedHandler) TestResponseNumberInt64Nullable

func (UnimplementedHandler) TestResponseNumberInt64Nullable(ctx context.Context, req string) (r NilInt64, _ error)

TestResponseNumberInt64Nullable implements test_response_number_int64_nullable operation.

POST /test_response_number_int64_nullable

func (UnimplementedHandler) TestResponseNumberInt64NullableArray

func (UnimplementedHandler) TestResponseNumberInt64NullableArray(ctx context.Context, req string) (r []NilInt64, _ error)

TestResponseNumberInt64NullableArray implements test_response_number_int64_nullable_array operation.

POST /test_response_number_int64_nullable_array

func (UnimplementedHandler) TestResponseNumberInt64NullableArrayArray

func (UnimplementedHandler) TestResponseNumberInt64NullableArrayArray(ctx context.Context, req string) (r [][]NilInt64, _ error)

TestResponseNumberInt64NullableArrayArray implements test_response_number_int64_nullable_array_array operation.

POST /test_response_number_int64_nullable_array_array

func (UnimplementedHandler) TestResponseNumberNullable

func (UnimplementedHandler) TestResponseNumberNullable(ctx context.Context, req string) (r NilFloat64, _ error)

TestResponseNumberNullable implements test_response_number_nullable operation.

POST /test_response_number_nullable

func (UnimplementedHandler) TestResponseNumberNullableArray

func (UnimplementedHandler) TestResponseNumberNullableArray(ctx context.Context, req string) (r []NilFloat64, _ error)

TestResponseNumberNullableArray implements test_response_number_nullable_array operation.

POST /test_response_number_nullable_array

func (UnimplementedHandler) TestResponseNumberNullableArrayArray

func (UnimplementedHandler) TestResponseNumberNullableArrayArray(ctx context.Context, req string) (r [][]NilFloat64, _ error)

TestResponseNumberNullableArrayArray implements test_response_number_nullable_array_array operation.

POST /test_response_number_nullable_array_array

func (UnimplementedHandler) TestResponseString

func (UnimplementedHandler) TestResponseString(ctx context.Context, req string) (r string, _ error)

TestResponseString implements test_response_string operation.

POST /test_response_string

func (UnimplementedHandler) TestResponseStringArray

func (UnimplementedHandler) TestResponseStringArray(ctx context.Context, req string) (r []string, _ error)

TestResponseStringArray implements test_response_string_array operation.

POST /test_response_string_array

func (UnimplementedHandler) TestResponseStringArrayArray

func (UnimplementedHandler) TestResponseStringArrayArray(ctx context.Context, req string) (r [][]string, _ error)

TestResponseStringArrayArray implements test_response_string_array_array operation.

POST /test_response_string_array_array

func (UnimplementedHandler) TestResponseStringBase64

func (UnimplementedHandler) TestResponseStringBase64(ctx context.Context, req string) (r []byte, _ error)

TestResponseStringBase64 implements test_response_string_base64 operation.

POST /test_response_string_base64

func (UnimplementedHandler) TestResponseStringBase64Array

func (UnimplementedHandler) TestResponseStringBase64Array(ctx context.Context, req string) (r [][]byte, _ error)

TestResponseStringBase64Array implements test_response_string_base64_array operation.

POST /test_response_string_base64_array

func (UnimplementedHandler) TestResponseStringBase64ArrayArray

func (UnimplementedHandler) TestResponseStringBase64ArrayArray(ctx context.Context, req string) (r [][][]byte, _ error)

TestResponseStringBase64ArrayArray implements test_response_string_base64_array_array operation.

POST /test_response_string_base64_array_array

func (UnimplementedHandler) TestResponseStringBase64Nullable

func (UnimplementedHandler) TestResponseStringBase64Nullable(ctx context.Context, req string) (r []byte, _ error)

TestResponseStringBase64Nullable implements test_response_string_base64_nullable operation.

POST /test_response_string_base64_nullable

func (UnimplementedHandler) TestResponseStringBase64NullableArray

func (UnimplementedHandler) TestResponseStringBase64NullableArray(ctx context.Context, req string) (r [][]byte, _ error)

TestResponseStringBase64NullableArray implements test_response_string_base64_nullable_array operation.

POST /test_response_string_base64_nullable_array

func (UnimplementedHandler) TestResponseStringBase64NullableArrayArray

func (UnimplementedHandler) TestResponseStringBase64NullableArrayArray(ctx context.Context, req string) (r [][][]byte, _ error)

TestResponseStringBase64NullableArrayArray implements test_response_string_base64_nullable_array_array operation.

POST /test_response_string_base64_nullable_array_array

func (UnimplementedHandler) TestResponseStringBinary

func (UnimplementedHandler) TestResponseStringBinary(ctx context.Context, req string) (r string, _ error)

TestResponseStringBinary implements test_response_string_binary operation.

POST /test_response_string_binary

func (UnimplementedHandler) TestResponseStringBinaryArray

func (UnimplementedHandler) TestResponseStringBinaryArray(ctx context.Context, req string) (r []string, _ error)

TestResponseStringBinaryArray implements test_response_string_binary_array operation.

POST /test_response_string_binary_array

func (UnimplementedHandler) TestResponseStringBinaryArrayArray

func (UnimplementedHandler) TestResponseStringBinaryArrayArray(ctx context.Context, req string) (r [][]string, _ error)

TestResponseStringBinaryArrayArray implements test_response_string_binary_array_array operation.

POST /test_response_string_binary_array_array

func (UnimplementedHandler) TestResponseStringBinaryNullable

func (UnimplementedHandler) TestResponseStringBinaryNullable(ctx context.Context, req string) (r NilString, _ error)

TestResponseStringBinaryNullable implements test_response_string_binary_nullable operation.

POST /test_response_string_binary_nullable

func (UnimplementedHandler) TestResponseStringBinaryNullableArray

func (UnimplementedHandler) TestResponseStringBinaryNullableArray(ctx context.Context, req string) (r []NilString, _ error)

TestResponseStringBinaryNullableArray implements test_response_string_binary_nullable_array operation.

POST /test_response_string_binary_nullable_array

func (UnimplementedHandler) TestResponseStringBinaryNullableArrayArray

func (UnimplementedHandler) TestResponseStringBinaryNullableArrayArray(ctx context.Context, req string) (r [][]NilString, _ error)

TestResponseStringBinaryNullableArrayArray implements test_response_string_binary_nullable_array_array operation.

POST /test_response_string_binary_nullable_array_array

func (UnimplementedHandler) TestResponseStringByte

func (UnimplementedHandler) TestResponseStringByte(ctx context.Context, req string) (r []byte, _ error)

TestResponseStringByte implements test_response_string_byte operation.

POST /test_response_string_byte

func (UnimplementedHandler) TestResponseStringByteArray

func (UnimplementedHandler) TestResponseStringByteArray(ctx context.Context, req string) (r [][]byte, _ error)

TestResponseStringByteArray implements test_response_string_byte_array operation.

POST /test_response_string_byte_array

func (UnimplementedHandler) TestResponseStringByteArrayArray

func (UnimplementedHandler) TestResponseStringByteArrayArray(ctx context.Context, req string) (r [][][]byte, _ error)

TestResponseStringByteArrayArray implements test_response_string_byte_array_array operation.

POST /test_response_string_byte_array_array

func (UnimplementedHandler) TestResponseStringByteNullable

func (UnimplementedHandler) TestResponseStringByteNullable(ctx context.Context, req string) (r []byte, _ error)

TestResponseStringByteNullable implements test_response_string_byte_nullable operation.

POST /test_response_string_byte_nullable

func (UnimplementedHandler) TestResponseStringByteNullableArray

func (UnimplementedHandler) TestResponseStringByteNullableArray(ctx context.Context, req string) (r [][]byte, _ error)

TestResponseStringByteNullableArray implements test_response_string_byte_nullable_array operation.

POST /test_response_string_byte_nullable_array

func (UnimplementedHandler) TestResponseStringByteNullableArrayArray

func (UnimplementedHandler) TestResponseStringByteNullableArrayArray(ctx context.Context, req string) (r [][][]byte, _ error)

TestResponseStringByteNullableArrayArray implements test_response_string_byte_nullable_array_array operation.

POST /test_response_string_byte_nullable_array_array

func (UnimplementedHandler) TestResponseStringDate

func (UnimplementedHandler) TestResponseStringDate(ctx context.Context, req string) (r time.Time, _ error)

TestResponseStringDate implements test_response_string_date operation.

POST /test_response_string_date

func (UnimplementedHandler) TestResponseStringDateArray

func (UnimplementedHandler) TestResponseStringDateArray(ctx context.Context, req string) (r []time.Time, _ error)

TestResponseStringDateArray implements test_response_string_date_array operation.

POST /test_response_string_date_array

func (UnimplementedHandler) TestResponseStringDateArrayArray

func (UnimplementedHandler) TestResponseStringDateArrayArray(ctx context.Context, req string) (r [][]time.Time, _ error)

TestResponseStringDateArrayArray implements test_response_string_date_array_array operation.

POST /test_response_string_date_array_array

func (UnimplementedHandler) TestResponseStringDateNullable

func (UnimplementedHandler) TestResponseStringDateNullable(ctx context.Context, req string) (r NilDate, _ error)

TestResponseStringDateNullable implements test_response_string_date_nullable operation.

POST /test_response_string_date_nullable

func (UnimplementedHandler) TestResponseStringDateNullableArray

func (UnimplementedHandler) TestResponseStringDateNullableArray(ctx context.Context, req string) (r []NilDate, _ error)

TestResponseStringDateNullableArray implements test_response_string_date_nullable_array operation.

POST /test_response_string_date_nullable_array

func (UnimplementedHandler) TestResponseStringDateNullableArrayArray

func (UnimplementedHandler) TestResponseStringDateNullableArrayArray(ctx context.Context, req string) (r [][]NilDate, _ error)

TestResponseStringDateNullableArrayArray implements test_response_string_date_nullable_array_array operation.

POST /test_response_string_date_nullable_array_array

func (UnimplementedHandler) TestResponseStringDateTime

func (UnimplementedHandler) TestResponseStringDateTime(ctx context.Context, req string) (r time.Time, _ error)

TestResponseStringDateTime implements test_response_string_date-time operation.

POST /test_response_string_date-time

func (UnimplementedHandler) TestResponseStringDateTimeArray

func (UnimplementedHandler) TestResponseStringDateTimeArray(ctx context.Context, req string) (r []time.Time, _ error)

TestResponseStringDateTimeArray implements test_response_string_date-time_array operation.

POST /test_response_string_date-time_array

func (UnimplementedHandler) TestResponseStringDateTimeArrayArray

func (UnimplementedHandler) TestResponseStringDateTimeArrayArray(ctx context.Context, req string) (r [][]time.Time, _ error)

TestResponseStringDateTimeArrayArray implements test_response_string_date-time_array_array operation.

POST /test_response_string_date-time_array_array

func (UnimplementedHandler) TestResponseStringDateTimeNullable

func (UnimplementedHandler) TestResponseStringDateTimeNullable(ctx context.Context, req string) (r NilDateTime, _ error)

TestResponseStringDateTimeNullable implements test_response_string_date-time_nullable operation.

POST /test_response_string_date-time_nullable

func (UnimplementedHandler) TestResponseStringDateTimeNullableArray

func (UnimplementedHandler) TestResponseStringDateTimeNullableArray(ctx context.Context, req string) (r []NilDateTime, _ error)

TestResponseStringDateTimeNullableArray implements test_response_string_date-time_nullable_array operation.

POST /test_response_string_date-time_nullable_array

func (UnimplementedHandler) TestResponseStringDateTimeNullableArrayArray

func (UnimplementedHandler) TestResponseStringDateTimeNullableArrayArray(ctx context.Context, req string) (r [][]NilDateTime, _ error)

TestResponseStringDateTimeNullableArrayArray implements test_response_string_date-time_nullable_array_array operation.

POST /test_response_string_date-time_nullable_array_array

func (UnimplementedHandler) TestResponseStringDuration

func (UnimplementedHandler) TestResponseStringDuration(ctx context.Context, req string) (r time.Duration, _ error)

TestResponseStringDuration implements test_response_string_duration operation.

POST /test_response_string_duration

func (UnimplementedHandler) TestResponseStringDurationArray

func (UnimplementedHandler) TestResponseStringDurationArray(ctx context.Context, req string) (r []time.Duration, _ error)

TestResponseStringDurationArray implements test_response_string_duration_array operation.

POST /test_response_string_duration_array

func (UnimplementedHandler) TestResponseStringDurationArrayArray

func (UnimplementedHandler) TestResponseStringDurationArrayArray(ctx context.Context, req string) (r [][]time.Duration, _ error)

TestResponseStringDurationArrayArray implements test_response_string_duration_array_array operation.

POST /test_response_string_duration_array_array

func (UnimplementedHandler) TestResponseStringDurationNullable

func (UnimplementedHandler) TestResponseStringDurationNullable(ctx context.Context, req string) (r NilDuration, _ error)

TestResponseStringDurationNullable implements test_response_string_duration_nullable operation.

POST /test_response_string_duration_nullable

func (UnimplementedHandler) TestResponseStringDurationNullableArray

func (UnimplementedHandler) TestResponseStringDurationNullableArray(ctx context.Context, req string) (r []NilDuration, _ error)

TestResponseStringDurationNullableArray implements test_response_string_duration_nullable_array operation.

POST /test_response_string_duration_nullable_array

func (UnimplementedHandler) TestResponseStringDurationNullableArrayArray

func (UnimplementedHandler) TestResponseStringDurationNullableArrayArray(ctx context.Context, req string) (r [][]NilDuration, _ error)

TestResponseStringDurationNullableArrayArray implements test_response_string_duration_nullable_array_array operation.

POST /test_response_string_duration_nullable_array_array

func (UnimplementedHandler) TestResponseStringEmail

func (UnimplementedHandler) TestResponseStringEmail(ctx context.Context, req string) (r string, _ error)

TestResponseStringEmail implements test_response_string_email operation.

POST /test_response_string_email

func (UnimplementedHandler) TestResponseStringEmailArray

func (UnimplementedHandler) TestResponseStringEmailArray(ctx context.Context, req string) (r []string, _ error)

TestResponseStringEmailArray implements test_response_string_email_array operation.

POST /test_response_string_email_array

func (UnimplementedHandler) TestResponseStringEmailArrayArray

func (UnimplementedHandler) TestResponseStringEmailArrayArray(ctx context.Context, req string) (r [][]string, _ error)

TestResponseStringEmailArrayArray implements test_response_string_email_array_array operation.

POST /test_response_string_email_array_array

func (UnimplementedHandler) TestResponseStringEmailNullable

func (UnimplementedHandler) TestResponseStringEmailNullable(ctx context.Context, req string) (r NilString, _ error)

TestResponseStringEmailNullable implements test_response_string_email_nullable operation.

POST /test_response_string_email_nullable

func (UnimplementedHandler) TestResponseStringEmailNullableArray

func (UnimplementedHandler) TestResponseStringEmailNullableArray(ctx context.Context, req string) (r []NilString, _ error)

TestResponseStringEmailNullableArray implements test_response_string_email_nullable_array operation.

POST /test_response_string_email_nullable_array

func (UnimplementedHandler) TestResponseStringEmailNullableArrayArray

func (UnimplementedHandler) TestResponseStringEmailNullableArrayArray(ctx context.Context, req string) (r [][]NilString, _ error)

TestResponseStringEmailNullableArrayArray implements test_response_string_email_nullable_array_array operation.

POST /test_response_string_email_nullable_array_array

func (UnimplementedHandler) TestResponseStringFloat32

func (UnimplementedHandler) TestResponseStringFloat32(ctx context.Context, req string) (r float32, _ error)

TestResponseStringFloat32 implements test_response_string_float32 operation.

POST /test_response_string_float32

func (UnimplementedHandler) TestResponseStringFloat32Array

func (UnimplementedHandler) TestResponseStringFloat32Array(ctx context.Context, req string) (r []float32, _ error)

TestResponseStringFloat32Array implements test_response_string_float32_array operation.

POST /test_response_string_float32_array

func (UnimplementedHandler) TestResponseStringFloat32ArrayArray

func (UnimplementedHandler) TestResponseStringFloat32ArrayArray(ctx context.Context, req string) (r [][]float32, _ error)

TestResponseStringFloat32ArrayArray implements test_response_string_float32_array_array operation.

POST /test_response_string_float32_array_array

func (UnimplementedHandler) TestResponseStringFloat32Nullable

func (UnimplementedHandler) TestResponseStringFloat32Nullable(ctx context.Context, req string) (r NilStringFloat32, _ error)

TestResponseStringFloat32Nullable implements test_response_string_float32_nullable operation.

POST /test_response_string_float32_nullable

func (UnimplementedHandler) TestResponseStringFloat32NullableArray

func (UnimplementedHandler) TestResponseStringFloat32NullableArray(ctx context.Context, req string) (r []NilStringFloat32, _ error)

TestResponseStringFloat32NullableArray implements test_response_string_float32_nullable_array operation.

POST /test_response_string_float32_nullable_array

func (UnimplementedHandler) TestResponseStringFloat32NullableArrayArray

func (UnimplementedHandler) TestResponseStringFloat32NullableArrayArray(ctx context.Context, req string) (r [][]NilStringFloat32, _ error)

TestResponseStringFloat32NullableArrayArray implements test_response_string_float32_nullable_array_array operation.

POST /test_response_string_float32_nullable_array_array

func (UnimplementedHandler) TestResponseStringFloat64

func (UnimplementedHandler) TestResponseStringFloat64(ctx context.Context, req string) (r float64, _ error)

TestResponseStringFloat64 implements test_response_string_float64 operation.

POST /test_response_string_float64

func (UnimplementedHandler) TestResponseStringFloat64Array

func (UnimplementedHandler) TestResponseStringFloat64Array(ctx context.Context, req string) (r []float64, _ error)

TestResponseStringFloat64Array implements test_response_string_float64_array operation.

POST /test_response_string_float64_array

func (UnimplementedHandler) TestResponseStringFloat64ArrayArray

func (UnimplementedHandler) TestResponseStringFloat64ArrayArray(ctx context.Context, req string) (r [][]float64, _ error)

TestResponseStringFloat64ArrayArray implements test_response_string_float64_array_array operation.

POST /test_response_string_float64_array_array

func (UnimplementedHandler) TestResponseStringFloat64Nullable

func (UnimplementedHandler) TestResponseStringFloat64Nullable(ctx context.Context, req string) (r NilStringFloat64, _ error)

TestResponseStringFloat64Nullable implements test_response_string_float64_nullable operation.

POST /test_response_string_float64_nullable

func (UnimplementedHandler) TestResponseStringFloat64NullableArray

func (UnimplementedHandler) TestResponseStringFloat64NullableArray(ctx context.Context, req string) (r []NilStringFloat64, _ error)

TestResponseStringFloat64NullableArray implements test_response_string_float64_nullable_array operation.

POST /test_response_string_float64_nullable_array

func (UnimplementedHandler) TestResponseStringFloat64NullableArrayArray

func (UnimplementedHandler) TestResponseStringFloat64NullableArrayArray(ctx context.Context, req string) (r [][]NilStringFloat64, _ error)

TestResponseStringFloat64NullableArrayArray implements test_response_string_float64_nullable_array_array operation.

POST /test_response_string_float64_nullable_array_array

func (UnimplementedHandler) TestResponseStringHostname

func (UnimplementedHandler) TestResponseStringHostname(ctx context.Context, req string) (r string, _ error)

TestResponseStringHostname implements test_response_string_hostname operation.

POST /test_response_string_hostname

func (UnimplementedHandler) TestResponseStringHostnameArray

func (UnimplementedHandler) TestResponseStringHostnameArray(ctx context.Context, req string) (r []string, _ error)

TestResponseStringHostnameArray implements test_response_string_hostname_array operation.

POST /test_response_string_hostname_array

func (UnimplementedHandler) TestResponseStringHostnameArrayArray

func (UnimplementedHandler) TestResponseStringHostnameArrayArray(ctx context.Context, req string) (r [][]string, _ error)

TestResponseStringHostnameArrayArray implements test_response_string_hostname_array_array operation.

POST /test_response_string_hostname_array_array

func (UnimplementedHandler) TestResponseStringHostnameNullable

func (UnimplementedHandler) TestResponseStringHostnameNullable(ctx context.Context, req string) (r NilString, _ error)

TestResponseStringHostnameNullable implements test_response_string_hostname_nullable operation.

POST /test_response_string_hostname_nullable

func (UnimplementedHandler) TestResponseStringHostnameNullableArray

func (UnimplementedHandler) TestResponseStringHostnameNullableArray(ctx context.Context, req string) (r []NilString, _ error)

TestResponseStringHostnameNullableArray implements test_response_string_hostname_nullable_array operation.

POST /test_response_string_hostname_nullable_array

func (UnimplementedHandler) TestResponseStringHostnameNullableArrayArray

func (UnimplementedHandler) TestResponseStringHostnameNullableArrayArray(ctx context.Context, req string) (r [][]NilString, _ error)

TestResponseStringHostnameNullableArrayArray implements test_response_string_hostname_nullable_array_array operation.

POST /test_response_string_hostname_nullable_array_array

func (UnimplementedHandler) TestResponseStringIP

func (UnimplementedHandler) TestResponseStringIP(ctx context.Context, req string) (r netip.Addr, _ error)

TestResponseStringIP implements test_response_string_ip operation.

POST /test_response_string_ip

func (UnimplementedHandler) TestResponseStringIPArray

func (UnimplementedHandler) TestResponseStringIPArray(ctx context.Context, req string) (r []netip.Addr, _ error)

TestResponseStringIPArray implements test_response_string_ip_array operation.

POST /test_response_string_ip_array

func (UnimplementedHandler) TestResponseStringIPArrayArray

func (UnimplementedHandler) TestResponseStringIPArrayArray(ctx context.Context, req string) (r [][]netip.Addr, _ error)

TestResponseStringIPArrayArray implements test_response_string_ip_array_array operation.

POST /test_response_string_ip_array_array

func (UnimplementedHandler) TestResponseStringIPNullable

func (UnimplementedHandler) TestResponseStringIPNullable(ctx context.Context, req string) (r NilIP, _ error)

TestResponseStringIPNullable implements test_response_string_ip_nullable operation.

POST /test_response_string_ip_nullable

func (UnimplementedHandler) TestResponseStringIPNullableArray

func (UnimplementedHandler) TestResponseStringIPNullableArray(ctx context.Context, req string) (r []NilIP, _ error)

TestResponseStringIPNullableArray implements test_response_string_ip_nullable_array operation.

POST /test_response_string_ip_nullable_array

func (UnimplementedHandler) TestResponseStringIPNullableArrayArray

func (UnimplementedHandler) TestResponseStringIPNullableArrayArray(ctx context.Context, req string) (r [][]NilIP, _ error)

TestResponseStringIPNullableArrayArray implements test_response_string_ip_nullable_array_array operation.

POST /test_response_string_ip_nullable_array_array

func (UnimplementedHandler) TestResponseStringInt

func (UnimplementedHandler) TestResponseStringInt(ctx context.Context, req string) (r int, _ error)

TestResponseStringInt implements test_response_string_int operation.

POST /test_response_string_int

func (UnimplementedHandler) TestResponseStringInt16

func (UnimplementedHandler) TestResponseStringInt16(ctx context.Context, req string) (r int16, _ error)

TestResponseStringInt16 implements test_response_string_int16 operation.

POST /test_response_string_int16

func (UnimplementedHandler) TestResponseStringInt16Array

func (UnimplementedHandler) TestResponseStringInt16Array(ctx context.Context, req string) (r []int16, _ error)

TestResponseStringInt16Array implements test_response_string_int16_array operation.

POST /test_response_string_int16_array

func (UnimplementedHandler) TestResponseStringInt16ArrayArray

func (UnimplementedHandler) TestResponseStringInt16ArrayArray(ctx context.Context, req string) (r [][]int16, _ error)

TestResponseStringInt16ArrayArray implements test_response_string_int16_array_array operation.

POST /test_response_string_int16_array_array

func (UnimplementedHandler) TestResponseStringInt16Nullable

func (UnimplementedHandler) TestResponseStringInt16Nullable(ctx context.Context, req string) (r NilStringInt16, _ error)

TestResponseStringInt16Nullable implements test_response_string_int16_nullable operation.

POST /test_response_string_int16_nullable

func (UnimplementedHandler) TestResponseStringInt16NullableArray

func (UnimplementedHandler) TestResponseStringInt16NullableArray(ctx context.Context, req string) (r []NilStringInt16, _ error)

TestResponseStringInt16NullableArray implements test_response_string_int16_nullable_array operation.

POST /test_response_string_int16_nullable_array

func (UnimplementedHandler) TestResponseStringInt16NullableArrayArray

func (UnimplementedHandler) TestResponseStringInt16NullableArrayArray(ctx context.Context, req string) (r [][]NilStringInt16, _ error)

TestResponseStringInt16NullableArrayArray implements test_response_string_int16_nullable_array_array operation.

POST /test_response_string_int16_nullable_array_array

func (UnimplementedHandler) TestResponseStringInt32

func (UnimplementedHandler) TestResponseStringInt32(ctx context.Context, req string) (r int32, _ error)

TestResponseStringInt32 implements test_response_string_int32 operation.

POST /test_response_string_int32

func (UnimplementedHandler) TestResponseStringInt32Array

func (UnimplementedHandler) TestResponseStringInt32Array(ctx context.Context, req string) (r []int32, _ error)

TestResponseStringInt32Array implements test_response_string_int32_array operation.

POST /test_response_string_int32_array

func (UnimplementedHandler) TestResponseStringInt32ArrayArray

func (UnimplementedHandler) TestResponseStringInt32ArrayArray(ctx context.Context, req string) (r [][]int32, _ error)

TestResponseStringInt32ArrayArray implements test_response_string_int32_array_array operation.

POST /test_response_string_int32_array_array

func (UnimplementedHandler) TestResponseStringInt32Nullable

func (UnimplementedHandler) TestResponseStringInt32Nullable(ctx context.Context, req string) (r NilStringInt32, _ error)

TestResponseStringInt32Nullable implements test_response_string_int32_nullable operation.

POST /test_response_string_int32_nullable

func (UnimplementedHandler) TestResponseStringInt32NullableArray

func (UnimplementedHandler) TestResponseStringInt32NullableArray(ctx context.Context, req string) (r []NilStringInt32, _ error)

TestResponseStringInt32NullableArray implements test_response_string_int32_nullable_array operation.

POST /test_response_string_int32_nullable_array

func (UnimplementedHandler) TestResponseStringInt32NullableArrayArray

func (UnimplementedHandler) TestResponseStringInt32NullableArrayArray(ctx context.Context, req string) (r [][]NilStringInt32, _ error)

TestResponseStringInt32NullableArrayArray implements test_response_string_int32_nullable_array_array operation.

POST /test_response_string_int32_nullable_array_array

func (UnimplementedHandler) TestResponseStringInt64

func (UnimplementedHandler) TestResponseStringInt64(ctx context.Context, req string) (r int64, _ error)

TestResponseStringInt64 implements test_response_string_int64 operation.

POST /test_response_string_int64

func (UnimplementedHandler) TestResponseStringInt64Array

func (UnimplementedHandler) TestResponseStringInt64Array(ctx context.Context, req string) (r []int64, _ error)

TestResponseStringInt64Array implements test_response_string_int64_array operation.

POST /test_response_string_int64_array

func (UnimplementedHandler) TestResponseStringInt64ArrayArray

func (UnimplementedHandler) TestResponseStringInt64ArrayArray(ctx context.Context, req string) (r [][]int64, _ error)

TestResponseStringInt64ArrayArray implements test_response_string_int64_array_array operation.

POST /test_response_string_int64_array_array

func (UnimplementedHandler) TestResponseStringInt64Nullable

func (UnimplementedHandler) TestResponseStringInt64Nullable(ctx context.Context, req string) (r NilStringInt64, _ error)

TestResponseStringInt64Nullable implements test_response_string_int64_nullable operation.

POST /test_response_string_int64_nullable

func (UnimplementedHandler) TestResponseStringInt64NullableArray

func (UnimplementedHandler) TestResponseStringInt64NullableArray(ctx context.Context, req string) (r []NilStringInt64, _ error)

TestResponseStringInt64NullableArray implements test_response_string_int64_nullable_array operation.

POST /test_response_string_int64_nullable_array

func (UnimplementedHandler) TestResponseStringInt64NullableArrayArray

func (UnimplementedHandler) TestResponseStringInt64NullableArrayArray(ctx context.Context, req string) (r [][]NilStringInt64, _ error)

TestResponseStringInt64NullableArrayArray implements test_response_string_int64_nullable_array_array operation.

POST /test_response_string_int64_nullable_array_array

func (UnimplementedHandler) TestResponseStringInt8

func (UnimplementedHandler) TestResponseStringInt8(ctx context.Context, req string) (r int8, _ error)

TestResponseStringInt8 implements test_response_string_int8 operation.

POST /test_response_string_int8

func (UnimplementedHandler) TestResponseStringInt8Array

func (UnimplementedHandler) TestResponseStringInt8Array(ctx context.Context, req string) (r []int8, _ error)

TestResponseStringInt8Array implements test_response_string_int8_array operation.

POST /test_response_string_int8_array

func (UnimplementedHandler) TestResponseStringInt8ArrayArray

func (UnimplementedHandler) TestResponseStringInt8ArrayArray(ctx context.Context, req string) (r [][]int8, _ error)

TestResponseStringInt8ArrayArray implements test_response_string_int8_array_array operation.

POST /test_response_string_int8_array_array

func (UnimplementedHandler) TestResponseStringInt8Nullable

func (UnimplementedHandler) TestResponseStringInt8Nullable(ctx context.Context, req string) (r NilStringInt8, _ error)

TestResponseStringInt8Nullable implements test_response_string_int8_nullable operation.

POST /test_response_string_int8_nullable

func (UnimplementedHandler) TestResponseStringInt8NullableArray

func (UnimplementedHandler) TestResponseStringInt8NullableArray(ctx context.Context, req string) (r []NilStringInt8, _ error)

TestResponseStringInt8NullableArray implements test_response_string_int8_nullable_array operation.

POST /test_response_string_int8_nullable_array

func (UnimplementedHandler) TestResponseStringInt8NullableArrayArray

func (UnimplementedHandler) TestResponseStringInt8NullableArrayArray(ctx context.Context, req string) (r [][]NilStringInt8, _ error)

TestResponseStringInt8NullableArrayArray implements test_response_string_int8_nullable_array_array operation.

POST /test_response_string_int8_nullable_array_array

func (UnimplementedHandler) TestResponseStringIntArray

func (UnimplementedHandler) TestResponseStringIntArray(ctx context.Context, req string) (r []int, _ error)

TestResponseStringIntArray implements test_response_string_int_array operation.

POST /test_response_string_int_array

func (UnimplementedHandler) TestResponseStringIntArrayArray

func (UnimplementedHandler) TestResponseStringIntArrayArray(ctx context.Context, req string) (r [][]int, _ error)

TestResponseStringIntArrayArray implements test_response_string_int_array_array operation.

POST /test_response_string_int_array_array

func (UnimplementedHandler) TestResponseStringIntNullable

func (UnimplementedHandler) TestResponseStringIntNullable(ctx context.Context, req string) (r NilStringInt, _ error)

TestResponseStringIntNullable implements test_response_string_int_nullable operation.

POST /test_response_string_int_nullable

func (UnimplementedHandler) TestResponseStringIntNullableArray

func (UnimplementedHandler) TestResponseStringIntNullableArray(ctx context.Context, req string) (r []NilStringInt, _ error)

TestResponseStringIntNullableArray implements test_response_string_int_nullable_array operation.

POST /test_response_string_int_nullable_array

func (UnimplementedHandler) TestResponseStringIntNullableArrayArray

func (UnimplementedHandler) TestResponseStringIntNullableArrayArray(ctx context.Context, req string) (r [][]NilStringInt, _ error)

TestResponseStringIntNullableArrayArray implements test_response_string_int_nullable_array_array operation.

POST /test_response_string_int_nullable_array_array

func (UnimplementedHandler) TestResponseStringIpv4

func (UnimplementedHandler) TestResponseStringIpv4(ctx context.Context, req string) (r netip.Addr, _ error)

TestResponseStringIpv4 implements test_response_string_ipv4 operation.

POST /test_response_string_ipv4

func (UnimplementedHandler) TestResponseStringIpv4Array

func (UnimplementedHandler) TestResponseStringIpv4Array(ctx context.Context, req string) (r []netip.Addr, _ error)

TestResponseStringIpv4Array implements test_response_string_ipv4_array operation.

POST /test_response_string_ipv4_array

func (UnimplementedHandler) TestResponseStringIpv4ArrayArray

func (UnimplementedHandler) TestResponseStringIpv4ArrayArray(ctx context.Context, req string) (r [][]netip.Addr, _ error)

TestResponseStringIpv4ArrayArray implements test_response_string_ipv4_array_array operation.

POST /test_response_string_ipv4_array_array

func (UnimplementedHandler) TestResponseStringIpv4Nullable

func (UnimplementedHandler) TestResponseStringIpv4Nullable(ctx context.Context, req string) (r NilIPv4, _ error)

TestResponseStringIpv4Nullable implements test_response_string_ipv4_nullable operation.

POST /test_response_string_ipv4_nullable

func (UnimplementedHandler) TestResponseStringIpv4NullableArray

func (UnimplementedHandler) TestResponseStringIpv4NullableArray(ctx context.Context, req string) (r []NilIPv4, _ error)

TestResponseStringIpv4NullableArray implements test_response_string_ipv4_nullable_array operation.

POST /test_response_string_ipv4_nullable_array

func (UnimplementedHandler) TestResponseStringIpv4NullableArrayArray

func (UnimplementedHandler) TestResponseStringIpv4NullableArrayArray(ctx context.Context, req string) (r [][]NilIPv4, _ error)

TestResponseStringIpv4NullableArrayArray implements test_response_string_ipv4_nullable_array_array operation.

POST /test_response_string_ipv4_nullable_array_array

func (UnimplementedHandler) TestResponseStringIpv6

func (UnimplementedHandler) TestResponseStringIpv6(ctx context.Context, req string) (r netip.Addr, _ error)

TestResponseStringIpv6 implements test_response_string_ipv6 operation.

POST /test_response_string_ipv6

func (UnimplementedHandler) TestResponseStringIpv6Array

func (UnimplementedHandler) TestResponseStringIpv6Array(ctx context.Context, req string) (r []netip.Addr, _ error)

TestResponseStringIpv6Array implements test_response_string_ipv6_array operation.

POST /test_response_string_ipv6_array

func (UnimplementedHandler) TestResponseStringIpv6ArrayArray

func (UnimplementedHandler) TestResponseStringIpv6ArrayArray(ctx context.Context, req string) (r [][]netip.Addr, _ error)

TestResponseStringIpv6ArrayArray implements test_response_string_ipv6_array_array operation.

POST /test_response_string_ipv6_array_array

func (UnimplementedHandler) TestResponseStringIpv6Nullable

func (UnimplementedHandler) TestResponseStringIpv6Nullable(ctx context.Context, req string) (r NilIPv6, _ error)

TestResponseStringIpv6Nullable implements test_response_string_ipv6_nullable operation.

POST /test_response_string_ipv6_nullable

func (UnimplementedHandler) TestResponseStringIpv6NullableArray

func (UnimplementedHandler) TestResponseStringIpv6NullableArray(ctx context.Context, req string) (r []NilIPv6, _ error)

TestResponseStringIpv6NullableArray implements test_response_string_ipv6_nullable_array operation.

POST /test_response_string_ipv6_nullable_array

func (UnimplementedHandler) TestResponseStringIpv6NullableArrayArray

func (UnimplementedHandler) TestResponseStringIpv6NullableArrayArray(ctx context.Context, req string) (r [][]NilIPv6, _ error)

TestResponseStringIpv6NullableArrayArray implements test_response_string_ipv6_nullable_array_array operation.

POST /test_response_string_ipv6_nullable_array_array

func (UnimplementedHandler) TestResponseStringMAC

func (UnimplementedHandler) TestResponseStringMAC(ctx context.Context, req string) (r net.HardwareAddr, _ error)

TestResponseStringMAC implements test_response_string_mac operation.

POST /test_response_string_mac

func (UnimplementedHandler) TestResponseStringMACArray

func (UnimplementedHandler) TestResponseStringMACArray(ctx context.Context, req string) (r []net.HardwareAddr, _ error)

TestResponseStringMACArray implements test_response_string_mac_array operation.

POST /test_response_string_mac_array

func (UnimplementedHandler) TestResponseStringMACArrayArray

func (UnimplementedHandler) TestResponseStringMACArrayArray(ctx context.Context, req string) (r [][]net.HardwareAddr, _ error)

TestResponseStringMACArrayArray implements test_response_string_mac_array_array operation.

POST /test_response_string_mac_array_array

func (UnimplementedHandler) TestResponseStringMACNullable

func (UnimplementedHandler) TestResponseStringMACNullable(ctx context.Context, req string) (r NilHardwareAddr, _ error)

TestResponseStringMACNullable implements test_response_string_mac_nullable operation.

POST /test_response_string_mac_nullable

func (UnimplementedHandler) TestResponseStringMACNullableArray

func (UnimplementedHandler) TestResponseStringMACNullableArray(ctx context.Context, req string) (r []NilHardwareAddr, _ error)

TestResponseStringMACNullableArray implements test_response_string_mac_nullable_array operation.

POST /test_response_string_mac_nullable_array

func (UnimplementedHandler) TestResponseStringMACNullableArrayArray

func (UnimplementedHandler) TestResponseStringMACNullableArrayArray(ctx context.Context, req string) (r [][]NilHardwareAddr, _ error)

TestResponseStringMACNullableArrayArray implements test_response_string_mac_nullable_array_array operation.

POST /test_response_string_mac_nullable_array_array

func (UnimplementedHandler) TestResponseStringNullable

func (UnimplementedHandler) TestResponseStringNullable(ctx context.Context, req string) (r NilString, _ error)

TestResponseStringNullable implements test_response_string_nullable operation.

POST /test_response_string_nullable

func (UnimplementedHandler) TestResponseStringNullableArray

func (UnimplementedHandler) TestResponseStringNullableArray(ctx context.Context, req string) (r []NilString, _ error)

TestResponseStringNullableArray implements test_response_string_nullable_array operation.

POST /test_response_string_nullable_array

func (UnimplementedHandler) TestResponseStringNullableArrayArray

func (UnimplementedHandler) TestResponseStringNullableArrayArray(ctx context.Context, req string) (r [][]NilString, _ error)

TestResponseStringNullableArrayArray implements test_response_string_nullable_array_array operation.

POST /test_response_string_nullable_array_array

func (UnimplementedHandler) TestResponseStringPassword

func (UnimplementedHandler) TestResponseStringPassword(ctx context.Context, req string) (r string, _ error)

TestResponseStringPassword implements test_response_string_password operation.

POST /test_response_string_password

func (UnimplementedHandler) TestResponseStringPasswordArray

func (UnimplementedHandler) TestResponseStringPasswordArray(ctx context.Context, req string) (r []string, _ error)

TestResponseStringPasswordArray implements test_response_string_password_array operation.

POST /test_response_string_password_array

func (UnimplementedHandler) TestResponseStringPasswordArrayArray

func (UnimplementedHandler) TestResponseStringPasswordArrayArray(ctx context.Context, req string) (r [][]string, _ error)

TestResponseStringPasswordArrayArray implements test_response_string_password_array_array operation.

POST /test_response_string_password_array_array

func (UnimplementedHandler) TestResponseStringPasswordNullable

func (UnimplementedHandler) TestResponseStringPasswordNullable(ctx context.Context, req string) (r NilString, _ error)

TestResponseStringPasswordNullable implements test_response_string_password_nullable operation.

POST /test_response_string_password_nullable

func (UnimplementedHandler) TestResponseStringPasswordNullableArray

func (UnimplementedHandler) TestResponseStringPasswordNullableArray(ctx context.Context, req string) (r []NilString, _ error)

TestResponseStringPasswordNullableArray implements test_response_string_password_nullable_array operation.

POST /test_response_string_password_nullable_array

func (UnimplementedHandler) TestResponseStringPasswordNullableArrayArray

func (UnimplementedHandler) TestResponseStringPasswordNullableArrayArray(ctx context.Context, req string) (r [][]NilString, _ error)

TestResponseStringPasswordNullableArrayArray implements test_response_string_password_nullable_array_array operation.

POST /test_response_string_password_nullable_array_array

func (UnimplementedHandler) TestResponseStringTime

func (UnimplementedHandler) TestResponseStringTime(ctx context.Context, req string) (r time.Time, _ error)

TestResponseStringTime implements test_response_string_time operation.

POST /test_response_string_time

func (UnimplementedHandler) TestResponseStringTimeArray

func (UnimplementedHandler) TestResponseStringTimeArray(ctx context.Context, req string) (r []time.Time, _ error)

TestResponseStringTimeArray implements test_response_string_time_array operation.

POST /test_response_string_time_array

func (UnimplementedHandler) TestResponseStringTimeArrayArray

func (UnimplementedHandler) TestResponseStringTimeArrayArray(ctx context.Context, req string) (r [][]time.Time, _ error)

TestResponseStringTimeArrayArray implements test_response_string_time_array_array operation.

POST /test_response_string_time_array_array

func (UnimplementedHandler) TestResponseStringTimeNullable

func (UnimplementedHandler) TestResponseStringTimeNullable(ctx context.Context, req string) (r NilTime, _ error)

TestResponseStringTimeNullable implements test_response_string_time_nullable operation.

POST /test_response_string_time_nullable

func (UnimplementedHandler) TestResponseStringTimeNullableArray

func (UnimplementedHandler) TestResponseStringTimeNullableArray(ctx context.Context, req string) (r []NilTime, _ error)

TestResponseStringTimeNullableArray implements test_response_string_time_nullable_array operation.

POST /test_response_string_time_nullable_array

func (UnimplementedHandler) TestResponseStringTimeNullableArrayArray

func (UnimplementedHandler) TestResponseStringTimeNullableArrayArray(ctx context.Context, req string) (r [][]NilTime, _ error)

TestResponseStringTimeNullableArrayArray implements test_response_string_time_nullable_array_array operation.

POST /test_response_string_time_nullable_array_array

func (UnimplementedHandler) TestResponseStringURI

func (UnimplementedHandler) TestResponseStringURI(ctx context.Context, req string) (r url.URL, _ error)

TestResponseStringURI implements test_response_string_uri operation.

POST /test_response_string_uri

func (UnimplementedHandler) TestResponseStringURIArray

func (UnimplementedHandler) TestResponseStringURIArray(ctx context.Context, req string) (r []url.URL, _ error)

TestResponseStringURIArray implements test_response_string_uri_array operation.

POST /test_response_string_uri_array

func (UnimplementedHandler) TestResponseStringURIArrayArray

func (UnimplementedHandler) TestResponseStringURIArrayArray(ctx context.Context, req string) (r [][]url.URL, _ error)

TestResponseStringURIArrayArray implements test_response_string_uri_array_array operation.

POST /test_response_string_uri_array_array

func (UnimplementedHandler) TestResponseStringURINullable

func (UnimplementedHandler) TestResponseStringURINullable(ctx context.Context, req string) (r NilURI, _ error)

TestResponseStringURINullable implements test_response_string_uri_nullable operation.

POST /test_response_string_uri_nullable

func (UnimplementedHandler) TestResponseStringURINullableArray

func (UnimplementedHandler) TestResponseStringURINullableArray(ctx context.Context, req string) (r []NilURI, _ error)

TestResponseStringURINullableArray implements test_response_string_uri_nullable_array operation.

POST /test_response_string_uri_nullable_array

func (UnimplementedHandler) TestResponseStringURINullableArrayArray

func (UnimplementedHandler) TestResponseStringURINullableArrayArray(ctx context.Context, req string) (r [][]NilURI, _ error)

TestResponseStringURINullableArrayArray implements test_response_string_uri_nullable_array_array operation.

POST /test_response_string_uri_nullable_array_array

func (UnimplementedHandler) TestResponseStringUUID

func (UnimplementedHandler) TestResponseStringUUID(ctx context.Context, req string) (r uuid.UUID, _ error)

TestResponseStringUUID implements test_response_string_uuid operation.

POST /test_response_string_uuid

func (UnimplementedHandler) TestResponseStringUUIDArray

func (UnimplementedHandler) TestResponseStringUUIDArray(ctx context.Context, req string) (r []uuid.UUID, _ error)

TestResponseStringUUIDArray implements test_response_string_uuid_array operation.

POST /test_response_string_uuid_array

func (UnimplementedHandler) TestResponseStringUUIDArrayArray

func (UnimplementedHandler) TestResponseStringUUIDArrayArray(ctx context.Context, req string) (r [][]uuid.UUID, _ error)

TestResponseStringUUIDArrayArray implements test_response_string_uuid_array_array operation.

POST /test_response_string_uuid_array_array

func (UnimplementedHandler) TestResponseStringUUIDNullable

func (UnimplementedHandler) TestResponseStringUUIDNullable(ctx context.Context, req string) (r NilUUID, _ error)

TestResponseStringUUIDNullable implements test_response_string_uuid_nullable operation.

POST /test_response_string_uuid_nullable

func (UnimplementedHandler) TestResponseStringUUIDNullableArray

func (UnimplementedHandler) TestResponseStringUUIDNullableArray(ctx context.Context, req string) (r []NilUUID, _ error)

TestResponseStringUUIDNullableArray implements test_response_string_uuid_nullable_array operation.

POST /test_response_string_uuid_nullable_array

func (UnimplementedHandler) TestResponseStringUUIDNullableArrayArray

func (UnimplementedHandler) TestResponseStringUUIDNullableArrayArray(ctx context.Context, req string) (r [][]NilUUID, _ error)

TestResponseStringUUIDNullableArrayArray implements test_response_string_uuid_nullable_array_array operation.

POST /test_response_string_uuid_nullable_array_array

func (UnimplementedHandler) TestResponseStringUint

func (UnimplementedHandler) TestResponseStringUint(ctx context.Context, req string) (r uint, _ error)

TestResponseStringUint implements test_response_string_uint operation.

POST /test_response_string_uint

func (UnimplementedHandler) TestResponseStringUint16

func (UnimplementedHandler) TestResponseStringUint16(ctx context.Context, req string) (r uint16, _ error)

TestResponseStringUint16 implements test_response_string_uint16 operation.

POST /test_response_string_uint16

func (UnimplementedHandler) TestResponseStringUint16Array

func (UnimplementedHandler) TestResponseStringUint16Array(ctx context.Context, req string) (r []uint16, _ error)

TestResponseStringUint16Array implements test_response_string_uint16_array operation.

POST /test_response_string_uint16_array

func (UnimplementedHandler) TestResponseStringUint16ArrayArray

func (UnimplementedHandler) TestResponseStringUint16ArrayArray(ctx context.Context, req string) (r [][]uint16, _ error)

TestResponseStringUint16ArrayArray implements test_response_string_uint16_array_array operation.

POST /test_response_string_uint16_array_array

func (UnimplementedHandler) TestResponseStringUint16Nullable

func (UnimplementedHandler) TestResponseStringUint16Nullable(ctx context.Context, req string) (r NilStringUint16, _ error)

TestResponseStringUint16Nullable implements test_response_string_uint16_nullable operation.

POST /test_response_string_uint16_nullable

func (UnimplementedHandler) TestResponseStringUint16NullableArray

func (UnimplementedHandler) TestResponseStringUint16NullableArray(ctx context.Context, req string) (r []NilStringUint16, _ error)

TestResponseStringUint16NullableArray implements test_response_string_uint16_nullable_array operation.

POST /test_response_string_uint16_nullable_array

func (UnimplementedHandler) TestResponseStringUint16NullableArrayArray

func (UnimplementedHandler) TestResponseStringUint16NullableArrayArray(ctx context.Context, req string) (r [][]NilStringUint16, _ error)

TestResponseStringUint16NullableArrayArray implements test_response_string_uint16_nullable_array_array operation.

POST /test_response_string_uint16_nullable_array_array

func (UnimplementedHandler) TestResponseStringUint32

func (UnimplementedHandler) TestResponseStringUint32(ctx context.Context, req string) (r uint32, _ error)

TestResponseStringUint32 implements test_response_string_uint32 operation.

POST /test_response_string_uint32

func (UnimplementedHandler) TestResponseStringUint32Array

func (UnimplementedHandler) TestResponseStringUint32Array(ctx context.Context, req string) (r []uint32, _ error)

TestResponseStringUint32Array implements test_response_string_uint32_array operation.

POST /test_response_string_uint32_array

func (UnimplementedHandler) TestResponseStringUint32ArrayArray

func (UnimplementedHandler) TestResponseStringUint32ArrayArray(ctx context.Context, req string) (r [][]uint32, _ error)

TestResponseStringUint32ArrayArray implements test_response_string_uint32_array_array operation.

POST /test_response_string_uint32_array_array

func (UnimplementedHandler) TestResponseStringUint32Nullable

func (UnimplementedHandler) TestResponseStringUint32Nullable(ctx context.Context, req string) (r NilStringUint32, _ error)

TestResponseStringUint32Nullable implements test_response_string_uint32_nullable operation.

POST /test_response_string_uint32_nullable

func (UnimplementedHandler) TestResponseStringUint32NullableArray

func (UnimplementedHandler) TestResponseStringUint32NullableArray(ctx context.Context, req string) (r []NilStringUint32, _ error)

TestResponseStringUint32NullableArray implements test_response_string_uint32_nullable_array operation.

POST /test_response_string_uint32_nullable_array

func (UnimplementedHandler) TestResponseStringUint32NullableArrayArray

func (UnimplementedHandler) TestResponseStringUint32NullableArrayArray(ctx context.Context, req string) (r [][]NilStringUint32, _ error)

TestResponseStringUint32NullableArrayArray implements test_response_string_uint32_nullable_array_array operation.

POST /test_response_string_uint32_nullable_array_array

func (UnimplementedHandler) TestResponseStringUint64

func (UnimplementedHandler) TestResponseStringUint64(ctx context.Context, req string) (r uint64, _ error)

TestResponseStringUint64 implements test_response_string_uint64 operation.

POST /test_response_string_uint64

func (UnimplementedHandler) TestResponseStringUint64Array

func (UnimplementedHandler) TestResponseStringUint64Array(ctx context.Context, req string) (r []uint64, _ error)

TestResponseStringUint64Array implements test_response_string_uint64_array operation.

POST /test_response_string_uint64_array

func (UnimplementedHandler) TestResponseStringUint64ArrayArray

func (UnimplementedHandler) TestResponseStringUint64ArrayArray(ctx context.Context, req string) (r [][]uint64, _ error)

TestResponseStringUint64ArrayArray implements test_response_string_uint64_array_array operation.

POST /test_response_string_uint64_array_array

func (UnimplementedHandler) TestResponseStringUint64Nullable

func (UnimplementedHandler) TestResponseStringUint64Nullable(ctx context.Context, req string) (r NilStringUint64, _ error)

TestResponseStringUint64Nullable implements test_response_string_uint64_nullable operation.

POST /test_response_string_uint64_nullable

func (UnimplementedHandler) TestResponseStringUint64NullableArray

func (UnimplementedHandler) TestResponseStringUint64NullableArray(ctx context.Context, req string) (r []NilStringUint64, _ error)

TestResponseStringUint64NullableArray implements test_response_string_uint64_nullable_array operation.

POST /test_response_string_uint64_nullable_array

func (UnimplementedHandler) TestResponseStringUint64NullableArrayArray

func (UnimplementedHandler) TestResponseStringUint64NullableArrayArray(ctx context.Context, req string) (r [][]NilStringUint64, _ error)

TestResponseStringUint64NullableArrayArray implements test_response_string_uint64_nullable_array_array operation.

POST /test_response_string_uint64_nullable_array_array

func (UnimplementedHandler) TestResponseStringUint8

func (UnimplementedHandler) TestResponseStringUint8(ctx context.Context, req string) (r uint8, _ error)

TestResponseStringUint8 implements test_response_string_uint8 operation.

POST /test_response_string_uint8

func (UnimplementedHandler) TestResponseStringUint8Array

func (UnimplementedHandler) TestResponseStringUint8Array(ctx context.Context, req string) (r []uint8, _ error)

TestResponseStringUint8Array implements test_response_string_uint8_array operation.

POST /test_response_string_uint8_array

func (UnimplementedHandler) TestResponseStringUint8ArrayArray

func (UnimplementedHandler) TestResponseStringUint8ArrayArray(ctx context.Context, req string) (r [][]uint8, _ error)

TestResponseStringUint8ArrayArray implements test_response_string_uint8_array_array operation.

POST /test_response_string_uint8_array_array

func (UnimplementedHandler) TestResponseStringUint8Nullable

func (UnimplementedHandler) TestResponseStringUint8Nullable(ctx context.Context, req string) (r NilStringUint8, _ error)

TestResponseStringUint8Nullable implements test_response_string_uint8_nullable operation.

POST /test_response_string_uint8_nullable

func (UnimplementedHandler) TestResponseStringUint8NullableArray

func (UnimplementedHandler) TestResponseStringUint8NullableArray(ctx context.Context, req string) (r []NilStringUint8, _ error)

TestResponseStringUint8NullableArray implements test_response_string_uint8_nullable_array operation.

POST /test_response_string_uint8_nullable_array

func (UnimplementedHandler) TestResponseStringUint8NullableArrayArray

func (UnimplementedHandler) TestResponseStringUint8NullableArrayArray(ctx context.Context, req string) (r [][]NilStringUint8, _ error)

TestResponseStringUint8NullableArrayArray implements test_response_string_uint8_nullable_array_array operation.

POST /test_response_string_uint8_nullable_array_array

func (UnimplementedHandler) TestResponseStringUintArray

func (UnimplementedHandler) TestResponseStringUintArray(ctx context.Context, req string) (r []uint, _ error)

TestResponseStringUintArray implements test_response_string_uint_array operation.

POST /test_response_string_uint_array

func (UnimplementedHandler) TestResponseStringUintArrayArray

func (UnimplementedHandler) TestResponseStringUintArrayArray(ctx context.Context, req string) (r [][]uint, _ error)

TestResponseStringUintArrayArray implements test_response_string_uint_array_array operation.

POST /test_response_string_uint_array_array

func (UnimplementedHandler) TestResponseStringUintNullable

func (UnimplementedHandler) TestResponseStringUintNullable(ctx context.Context, req string) (r NilStringUint, _ error)

TestResponseStringUintNullable implements test_response_string_uint_nullable operation.

POST /test_response_string_uint_nullable

func (UnimplementedHandler) TestResponseStringUintNullableArray

func (UnimplementedHandler) TestResponseStringUintNullableArray(ctx context.Context, req string) (r []NilStringUint, _ error)

TestResponseStringUintNullableArray implements test_response_string_uint_nullable_array operation.

POST /test_response_string_uint_nullable_array

func (UnimplementedHandler) TestResponseStringUintNullableArrayArray

func (UnimplementedHandler) TestResponseStringUintNullableArrayArray(ctx context.Context, req string) (r [][]NilStringUint, _ error)

TestResponseStringUintNullableArrayArray implements test_response_string_uint_nullable_array_array operation.

POST /test_response_string_uint_nullable_array_array

func (UnimplementedHandler) TestResponseStringUnix

func (UnimplementedHandler) TestResponseStringUnix(ctx context.Context, req string) (r time.Time, _ error)

TestResponseStringUnix implements test_response_string_unix operation.

POST /test_response_string_unix

func (UnimplementedHandler) TestResponseStringUnixArray

func (UnimplementedHandler) TestResponseStringUnixArray(ctx context.Context, req string) (r []time.Time, _ error)

TestResponseStringUnixArray implements test_response_string_unix_array operation.

POST /test_response_string_unix_array

func (UnimplementedHandler) TestResponseStringUnixArrayArray

func (UnimplementedHandler) TestResponseStringUnixArrayArray(ctx context.Context, req string) (r [][]time.Time, _ error)

TestResponseStringUnixArrayArray implements test_response_string_unix_array_array operation.

POST /test_response_string_unix_array_array

func (UnimplementedHandler) TestResponseStringUnixMicro

func (UnimplementedHandler) TestResponseStringUnixMicro(ctx context.Context, req string) (r time.Time, _ error)

TestResponseStringUnixMicro implements test_response_string_unix-micro operation.

POST /test_response_string_unix-micro

func (UnimplementedHandler) TestResponseStringUnixMicroArray

func (UnimplementedHandler) TestResponseStringUnixMicroArray(ctx context.Context, req string) (r []time.Time, _ error)

TestResponseStringUnixMicroArray implements test_response_string_unix-micro_array operation.

POST /test_response_string_unix-micro_array

func (UnimplementedHandler) TestResponseStringUnixMicroArrayArray

func (UnimplementedHandler) TestResponseStringUnixMicroArrayArray(ctx context.Context, req string) (r [][]time.Time, _ error)

TestResponseStringUnixMicroArrayArray implements test_response_string_unix-micro_array_array operation.

POST /test_response_string_unix-micro_array_array

func (UnimplementedHandler) TestResponseStringUnixMicroNullable

func (UnimplementedHandler) TestResponseStringUnixMicroNullable(ctx context.Context, req string) (r NilStringUnixMicro, _ error)

TestResponseStringUnixMicroNullable implements test_response_string_unix-micro_nullable operation.

POST /test_response_string_unix-micro_nullable

func (UnimplementedHandler) TestResponseStringUnixMicroNullableArray

func (UnimplementedHandler) TestResponseStringUnixMicroNullableArray(ctx context.Context, req string) (r []NilStringUnixMicro, _ error)

TestResponseStringUnixMicroNullableArray implements test_response_string_unix-micro_nullable_array operation.

POST /test_response_string_unix-micro_nullable_array

func (UnimplementedHandler) TestResponseStringUnixMicroNullableArrayArray

func (UnimplementedHandler) TestResponseStringUnixMicroNullableArrayArray(ctx context.Context, req string) (r [][]NilStringUnixMicro, _ error)

TestResponseStringUnixMicroNullableArrayArray implements test_response_string_unix-micro_nullable_array_array operation.

POST /test_response_string_unix-micro_nullable_array_array

func (UnimplementedHandler) TestResponseStringUnixMilli

func (UnimplementedHandler) TestResponseStringUnixMilli(ctx context.Context, req string) (r time.Time, _ error)

TestResponseStringUnixMilli implements test_response_string_unix-milli operation.

POST /test_response_string_unix-milli

func (UnimplementedHandler) TestResponseStringUnixMilliArray

func (UnimplementedHandler) TestResponseStringUnixMilliArray(ctx context.Context, req string) (r []time.Time, _ error)

TestResponseStringUnixMilliArray implements test_response_string_unix-milli_array operation.

POST /test_response_string_unix-milli_array

func (UnimplementedHandler) TestResponseStringUnixMilliArrayArray

func (UnimplementedHandler) TestResponseStringUnixMilliArrayArray(ctx context.Context, req string) (r [][]time.Time, _ error)

TestResponseStringUnixMilliArrayArray implements test_response_string_unix-milli_array_array operation.

POST /test_response_string_unix-milli_array_array

func (UnimplementedHandler) TestResponseStringUnixMilliNullable

func (UnimplementedHandler) TestResponseStringUnixMilliNullable(ctx context.Context, req string) (r NilStringUnixMilli, _ error)

TestResponseStringUnixMilliNullable implements test_response_string_unix-milli_nullable operation.

POST /test_response_string_unix-milli_nullable

func (UnimplementedHandler) TestResponseStringUnixMilliNullableArray

func (UnimplementedHandler) TestResponseStringUnixMilliNullableArray(ctx context.Context, req string) (r []NilStringUnixMilli, _ error)

TestResponseStringUnixMilliNullableArray implements test_response_string_unix-milli_nullable_array operation.

POST /test_response_string_unix-milli_nullable_array

func (UnimplementedHandler) TestResponseStringUnixMilliNullableArrayArray

func (UnimplementedHandler) TestResponseStringUnixMilliNullableArrayArray(ctx context.Context, req string) (r [][]NilStringUnixMilli, _ error)

TestResponseStringUnixMilliNullableArrayArray implements test_response_string_unix-milli_nullable_array_array operation.

POST /test_response_string_unix-milli_nullable_array_array

func (UnimplementedHandler) TestResponseStringUnixNano

func (UnimplementedHandler) TestResponseStringUnixNano(ctx context.Context, req string) (r time.Time, _ error)

TestResponseStringUnixNano implements test_response_string_unix-nano operation.

POST /test_response_string_unix-nano

func (UnimplementedHandler) TestResponseStringUnixNanoArray

func (UnimplementedHandler) TestResponseStringUnixNanoArray(ctx context.Context, req string) (r []time.Time, _ error)

TestResponseStringUnixNanoArray implements test_response_string_unix-nano_array operation.

POST /test_response_string_unix-nano_array

func (UnimplementedHandler) TestResponseStringUnixNanoArrayArray

func (UnimplementedHandler) TestResponseStringUnixNanoArrayArray(ctx context.Context, req string) (r [][]time.Time, _ error)

TestResponseStringUnixNanoArrayArray implements test_response_string_unix-nano_array_array operation.

POST /test_response_string_unix-nano_array_array

func (UnimplementedHandler) TestResponseStringUnixNanoNullable

func (UnimplementedHandler) TestResponseStringUnixNanoNullable(ctx context.Context, req string) (r NilStringUnixNano, _ error)

TestResponseStringUnixNanoNullable implements test_response_string_unix-nano_nullable operation.

POST /test_response_string_unix-nano_nullable

func (UnimplementedHandler) TestResponseStringUnixNanoNullableArray

func (UnimplementedHandler) TestResponseStringUnixNanoNullableArray(ctx context.Context, req string) (r []NilStringUnixNano, _ error)

TestResponseStringUnixNanoNullableArray implements test_response_string_unix-nano_nullable_array operation.

POST /test_response_string_unix-nano_nullable_array

func (UnimplementedHandler) TestResponseStringUnixNanoNullableArrayArray

func (UnimplementedHandler) TestResponseStringUnixNanoNullableArrayArray(ctx context.Context, req string) (r [][]NilStringUnixNano, _ error)

TestResponseStringUnixNanoNullableArrayArray implements test_response_string_unix-nano_nullable_array_array operation.

POST /test_response_string_unix-nano_nullable_array_array

func (UnimplementedHandler) TestResponseStringUnixNullable

func (UnimplementedHandler) TestResponseStringUnixNullable(ctx context.Context, req string) (r NilStringUnixSeconds, _ error)

TestResponseStringUnixNullable implements test_response_string_unix_nullable operation.

POST /test_response_string_unix_nullable

func (UnimplementedHandler) TestResponseStringUnixNullableArray

func (UnimplementedHandler) TestResponseStringUnixNullableArray(ctx context.Context, req string) (r []NilStringUnixSeconds, _ error)

TestResponseStringUnixNullableArray implements test_response_string_unix_nullable_array operation.

POST /test_response_string_unix_nullable_array

func (UnimplementedHandler) TestResponseStringUnixNullableArrayArray

func (UnimplementedHandler) TestResponseStringUnixNullableArrayArray(ctx context.Context, req string) (r [][]NilStringUnixSeconds, _ error)

TestResponseStringUnixNullableArrayArray implements test_response_string_unix_nullable_array_array operation.

POST /test_response_string_unix_nullable_array_array

func (UnimplementedHandler) TestResponseStringUnixSeconds

func (UnimplementedHandler) TestResponseStringUnixSeconds(ctx context.Context, req string) (r time.Time, _ error)

TestResponseStringUnixSeconds implements test_response_string_unix-seconds operation.

POST /test_response_string_unix-seconds

func (UnimplementedHandler) TestResponseStringUnixSecondsArray

func (UnimplementedHandler) TestResponseStringUnixSecondsArray(ctx context.Context, req string) (r []time.Time, _ error)

TestResponseStringUnixSecondsArray implements test_response_string_unix-seconds_array operation.

POST /test_response_string_unix-seconds_array

func (UnimplementedHandler) TestResponseStringUnixSecondsArrayArray

func (UnimplementedHandler) TestResponseStringUnixSecondsArrayArray(ctx context.Context, req string) (r [][]time.Time, _ error)

TestResponseStringUnixSecondsArrayArray implements test_response_string_unix-seconds_array_array operation.

POST /test_response_string_unix-seconds_array_array

func (UnimplementedHandler) TestResponseStringUnixSecondsNullable

func (UnimplementedHandler) TestResponseStringUnixSecondsNullable(ctx context.Context, req string) (r NilStringUnixSeconds, _ error)

TestResponseStringUnixSecondsNullable implements test_response_string_unix-seconds_nullable operation.

POST /test_response_string_unix-seconds_nullable

func (UnimplementedHandler) TestResponseStringUnixSecondsNullableArray

func (UnimplementedHandler) TestResponseStringUnixSecondsNullableArray(ctx context.Context, req string) (r []NilStringUnixSeconds, _ error)

TestResponseStringUnixSecondsNullableArray implements test_response_string_unix-seconds_nullable_array operation.

POST /test_response_string_unix-seconds_nullable_array

func (UnimplementedHandler) TestResponseStringUnixSecondsNullableArrayArray

func (UnimplementedHandler) TestResponseStringUnixSecondsNullableArrayArray(ctx context.Context, req string) (r [][]NilStringUnixSeconds, _ error)

TestResponseStringUnixSecondsNullableArrayArray implements test_response_string_unix-seconds_nullable_array_array operation.

POST /test_response_string_unix-seconds_nullable_array_array

Jump to

Keyboard shortcuts

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