arraygroupapi

package
v0.0.0-...-4a6d4ce Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArrayClientAPI

type ArrayClientAPI interface {
	GetArrayEmpty(ctx context.Context) (result arraygroup.ListListString, err error)
	GetArrayItemEmpty(ctx context.Context) (result arraygroup.ListListString, err error)
	GetArrayItemNull(ctx context.Context) (result arraygroup.ListListString, err error)
	GetArrayNull(ctx context.Context) (result arraygroup.ListListString, err error)
	GetArrayValid(ctx context.Context) (result arraygroup.ListListString, err error)
	GetBase64URL(ctx context.Context) (result arraygroup.ListBase64URL, err error)
	GetBooleanInvalidNull(ctx context.Context) (result arraygroup.ListBool, err error)
	GetBooleanInvalidString(ctx context.Context) (result arraygroup.ListBool, err error)
	GetBooleanTfft(ctx context.Context) (result arraygroup.ListBool, err error)
	GetByteInvalidNull(ctx context.Context) (result arraygroup.ListByteArray, err error)
	GetByteValid(ctx context.Context) (result arraygroup.ListByteArray, err error)
	GetComplexEmpty(ctx context.Context) (result arraygroup.ListProduct, err error)
	GetComplexItemEmpty(ctx context.Context) (result arraygroup.ListProduct, err error)
	GetComplexItemNull(ctx context.Context) (result arraygroup.ListProduct, err error)
	GetComplexNull(ctx context.Context) (result arraygroup.ListProduct, err error)
	GetComplexValid(ctx context.Context) (result arraygroup.ListProduct, err error)
	GetDateInvalidChars(ctx context.Context) (result arraygroup.ListDate, err error)
	GetDateInvalidNull(ctx context.Context) (result arraygroup.ListDate, err error)
	GetDateTimeInvalidChars(ctx context.Context) (result arraygroup.ListDateTime, err error)
	GetDateTimeInvalidNull(ctx context.Context) (result arraygroup.ListDateTime, err error)
	GetDateTimeRfc1123Valid(ctx context.Context) (result arraygroup.ListDateTimeRfc1123, err error)
	GetDateTimeValid(ctx context.Context) (result arraygroup.ListDateTime, err error)
	GetDateValid(ctx context.Context) (result arraygroup.ListDate, err error)
	GetDictionaryEmpty(ctx context.Context) (result arraygroup.ListSetString, err error)
	GetDictionaryItemEmpty(ctx context.Context) (result arraygroup.ListSetString, err error)
	GetDictionaryItemNull(ctx context.Context) (result arraygroup.ListSetString, err error)
	GetDictionaryNull(ctx context.Context) (result arraygroup.ListSetString, err error)
	GetDictionaryValid(ctx context.Context) (result arraygroup.ListSetString, err error)
	GetDoubleInvalidNull(ctx context.Context) (result arraygroup.ListFloat64, err error)
	GetDoubleInvalidString(ctx context.Context) (result arraygroup.ListFloat64, err error)
	GetDoubleValid(ctx context.Context) (result arraygroup.ListFloat64, err error)
	GetDurationValid(ctx context.Context) (result arraygroup.ListTimeSpan, err error)
	GetEmpty(ctx context.Context) (result arraygroup.ListInt32, err error)
	GetEnumValid(ctx context.Context) (result arraygroup.ListString, err error)
	GetFloatInvalidNull(ctx context.Context) (result arraygroup.ListFloat64, err error)
	GetFloatInvalidString(ctx context.Context) (result arraygroup.ListFloat64, err error)
	GetFloatValid(ctx context.Context) (result arraygroup.ListFloat64, err error)
	GetIntegerValid(ctx context.Context) (result arraygroup.ListInt32, err error)
	GetIntInvalidNull(ctx context.Context) (result arraygroup.ListInt32, err error)
	GetIntInvalidString(ctx context.Context) (result arraygroup.ListInt32, err error)
	GetInvalid(ctx context.Context) (result arraygroup.ListInt32, err error)
	GetLongInvalidNull(ctx context.Context) (result arraygroup.ListInt64, err error)
	GetLongInvalidString(ctx context.Context) (result arraygroup.ListInt64, err error)
	GetLongValid(ctx context.Context) (result arraygroup.ListInt64, err error)
	GetNull(ctx context.Context) (result arraygroup.ListInt32, err error)
	GetStringEnumValid(ctx context.Context) (result arraygroup.ListString, err error)
	GetStringValid(ctx context.Context) (result arraygroup.ListString, err error)
	GetStringWithInvalid(ctx context.Context) (result arraygroup.ListString, err error)
	GetStringWithNull(ctx context.Context) (result arraygroup.ListString, err error)
	GetUUIDInvalidChars(ctx context.Context) (result arraygroup.ListUUID, err error)
	GetUUIDValid(ctx context.Context) (result arraygroup.ListUUID, err error)
	PutArrayValid(ctx context.Context, arrayBody [][]string) (result autorest.Response, err error)
	PutBooleanTfft(ctx context.Context, arrayBody []bool) (result autorest.Response, err error)
	PutByteValid(ctx context.Context, arrayBody [][]byte) (result autorest.Response, err error)
	PutComplexValid(ctx context.Context, arrayBody []arraygroup.Product) (result autorest.Response, err error)
	PutDateTimeRfc1123Valid(ctx context.Context, arrayBody []date.TimeRFC1123) (result autorest.Response, err error)
	PutDateTimeValid(ctx context.Context, arrayBody []date.Time) (result autorest.Response, err error)
	PutDateValid(ctx context.Context, arrayBody []date.Date) (result autorest.Response, err error)
	PutDictionaryValid(ctx context.Context, arrayBody []map[string]*string) (result autorest.Response, err error)
	PutDoubleValid(ctx context.Context, arrayBody []float64) (result autorest.Response, err error)
	PutDurationValid(ctx context.Context, arrayBody []string) (result autorest.Response, err error)
	PutEmpty(ctx context.Context, arrayBody []string) (result autorest.Response, err error)
	PutEnumValid(ctx context.Context, arrayBody []arraygroup.FooEnum) (result autorest.Response, err error)
	PutFloatValid(ctx context.Context, arrayBody []float64) (result autorest.Response, err error)
	PutIntegerValid(ctx context.Context, arrayBody []int32) (result autorest.Response, err error)
	PutLongValid(ctx context.Context, arrayBody []int64) (result autorest.Response, err error)
	PutStringEnumValid(ctx context.Context, arrayBody []string) (result autorest.Response, err error)
	PutStringValid(ctx context.Context, arrayBody []string) (result autorest.Response, err error)
	PutUUIDValid(ctx context.Context, arrayBody []uuid.UUID) (result autorest.Response, err error)
}

ArrayClientAPI contains the set of methods on the ArrayClient type.

Jump to

Keyboard shortcuts

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