arraygroup

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: 8 Imported by: 0

Documentation

Overview

Package arraygroup implements the Azure ARM Arraygroup service API version 1.0.0.

Test Infrastructure for AutoRest Swagger BAT

Index

Constants

View Source
const (
	// DefaultBaseURI is the default URI used for the service Arraygroup
	DefaultBaseURI = "http://localhost:3000"
)

Variables

This section is empty.

Functions

func UserAgent

func UserAgent() string

UserAgent returns the UserAgent string to use when sending http.Requests.

func Version

func Version() string

Version returns the semantic version (see http://semver.org) of the client.

Types

type ArrayClient

type ArrayClient struct {
	BaseClient
}

ArrayClient is the test Infrastructure for AutoRest Swagger BAT

func NewArrayClient

func NewArrayClient() ArrayClient

NewArrayClient creates an instance of the ArrayClient client.

func NewArrayClientWithBaseURI

func NewArrayClientWithBaseURI(baseURI string) ArrayClient

NewArrayClientWithBaseURI creates an instance of the ArrayClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (ArrayClient) GetArrayEmpty

func (client ArrayClient) GetArrayEmpty(ctx context.Context) (result ListListString, err error)

GetArrayEmpty get an empty array []

func (ArrayClient) GetArrayEmptyPreparer

func (client ArrayClient) GetArrayEmptyPreparer(ctx context.Context) (*http.Request, error)

GetArrayEmptyPreparer prepares the GetArrayEmpty request.

func (ArrayClient) GetArrayEmptyResponder

func (client ArrayClient) GetArrayEmptyResponder(resp *http.Response) (result ListListString, err error)

GetArrayEmptyResponder handles the response to the GetArrayEmpty request. The method always closes the http.Response Body.

func (ArrayClient) GetArrayEmptySender

func (client ArrayClient) GetArrayEmptySender(req *http.Request) (*http.Response, error)

GetArrayEmptySender sends the GetArrayEmpty request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetArrayItemEmpty

func (client ArrayClient) GetArrayItemEmpty(ctx context.Context) (result ListListString, err error)

GetArrayItemEmpty get an array of array of strings [['1', '2', '3'], [], ['7', '8', '9']]

func (ArrayClient) GetArrayItemEmptyPreparer

func (client ArrayClient) GetArrayItemEmptyPreparer(ctx context.Context) (*http.Request, error)

GetArrayItemEmptyPreparer prepares the GetArrayItemEmpty request.

func (ArrayClient) GetArrayItemEmptyResponder

func (client ArrayClient) GetArrayItemEmptyResponder(resp *http.Response) (result ListListString, err error)

GetArrayItemEmptyResponder handles the response to the GetArrayItemEmpty request. The method always closes the http.Response Body.

func (ArrayClient) GetArrayItemEmptySender

func (client ArrayClient) GetArrayItemEmptySender(req *http.Request) (*http.Response, error)

GetArrayItemEmptySender sends the GetArrayItemEmpty request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetArrayItemNull

func (client ArrayClient) GetArrayItemNull(ctx context.Context) (result ListListString, err error)

GetArrayItemNull get an array of array of strings [['1', '2', '3'], null, ['7', '8', '9']]

func (ArrayClient) GetArrayItemNullPreparer

func (client ArrayClient) GetArrayItemNullPreparer(ctx context.Context) (*http.Request, error)

GetArrayItemNullPreparer prepares the GetArrayItemNull request.

func (ArrayClient) GetArrayItemNullResponder

func (client ArrayClient) GetArrayItemNullResponder(resp *http.Response) (result ListListString, err error)

GetArrayItemNullResponder handles the response to the GetArrayItemNull request. The method always closes the http.Response Body.

func (ArrayClient) GetArrayItemNullSender

func (client ArrayClient) GetArrayItemNullSender(req *http.Request) (*http.Response, error)

GetArrayItemNullSender sends the GetArrayItemNull request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetArrayNull

func (client ArrayClient) GetArrayNull(ctx context.Context) (result ListListString, err error)

GetArrayNull get a null array

func (ArrayClient) GetArrayNullPreparer

func (client ArrayClient) GetArrayNullPreparer(ctx context.Context) (*http.Request, error)

GetArrayNullPreparer prepares the GetArrayNull request.

func (ArrayClient) GetArrayNullResponder

func (client ArrayClient) GetArrayNullResponder(resp *http.Response) (result ListListString, err error)

GetArrayNullResponder handles the response to the GetArrayNull request. The method always closes the http.Response Body.

func (ArrayClient) GetArrayNullSender

func (client ArrayClient) GetArrayNullSender(req *http.Request) (*http.Response, error)

GetArrayNullSender sends the GetArrayNull request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetArrayValid

func (client ArrayClient) GetArrayValid(ctx context.Context) (result ListListString, err error)

GetArrayValid get an array of array of strings [['1', '2', '3'], ['4', '5', '6'], ['7', '8', '9']]

func (ArrayClient) GetArrayValidPreparer

func (client ArrayClient) GetArrayValidPreparer(ctx context.Context) (*http.Request, error)

GetArrayValidPreparer prepares the GetArrayValid request.

func (ArrayClient) GetArrayValidResponder

func (client ArrayClient) GetArrayValidResponder(resp *http.Response) (result ListListString, err error)

GetArrayValidResponder handles the response to the GetArrayValid request. The method always closes the http.Response Body.

func (ArrayClient) GetArrayValidSender

func (client ArrayClient) GetArrayValidSender(req *http.Request) (*http.Response, error)

GetArrayValidSender sends the GetArrayValid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetBase64URL

func (client ArrayClient) GetBase64URL(ctx context.Context) (result ListBase64URL, err error)

GetBase64URL get array value ['a string that gets encoded with base64url', 'test string' 'Lorem ipsum'] with the items base64url encoded

func (ArrayClient) GetBase64URLPreparer

func (client ArrayClient) GetBase64URLPreparer(ctx context.Context) (*http.Request, error)

GetBase64URLPreparer prepares the GetBase64URL request.

func (ArrayClient) GetBase64URLResponder

func (client ArrayClient) GetBase64URLResponder(resp *http.Response) (result ListBase64URL, err error)

GetBase64URLResponder handles the response to the GetBase64URL request. The method always closes the http.Response Body.

func (ArrayClient) GetBase64URLSender

func (client ArrayClient) GetBase64URLSender(req *http.Request) (*http.Response, error)

GetBase64URLSender sends the GetBase64URL request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetBooleanInvalidNull

func (client ArrayClient) GetBooleanInvalidNull(ctx context.Context) (result ListBool, err error)

GetBooleanInvalidNull get boolean array value [true, null, false]

func (ArrayClient) GetBooleanInvalidNullPreparer

func (client ArrayClient) GetBooleanInvalidNullPreparer(ctx context.Context) (*http.Request, error)

GetBooleanInvalidNullPreparer prepares the GetBooleanInvalidNull request.

func (ArrayClient) GetBooleanInvalidNullResponder

func (client ArrayClient) GetBooleanInvalidNullResponder(resp *http.Response) (result ListBool, err error)

GetBooleanInvalidNullResponder handles the response to the GetBooleanInvalidNull request. The method always closes the http.Response Body.

func (ArrayClient) GetBooleanInvalidNullSender

func (client ArrayClient) GetBooleanInvalidNullSender(req *http.Request) (*http.Response, error)

GetBooleanInvalidNullSender sends the GetBooleanInvalidNull request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetBooleanInvalidString

func (client ArrayClient) GetBooleanInvalidString(ctx context.Context) (result ListBool, err error)

GetBooleanInvalidString get boolean array value [true, 'boolean', false]

func (ArrayClient) GetBooleanInvalidStringPreparer

func (client ArrayClient) GetBooleanInvalidStringPreparer(ctx context.Context) (*http.Request, error)

GetBooleanInvalidStringPreparer prepares the GetBooleanInvalidString request.

func (ArrayClient) GetBooleanInvalidStringResponder

func (client ArrayClient) GetBooleanInvalidStringResponder(resp *http.Response) (result ListBool, err error)

GetBooleanInvalidStringResponder handles the response to the GetBooleanInvalidString request. The method always closes the http.Response Body.

func (ArrayClient) GetBooleanInvalidStringSender

func (client ArrayClient) GetBooleanInvalidStringSender(req *http.Request) (*http.Response, error)

GetBooleanInvalidStringSender sends the GetBooleanInvalidString request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetBooleanTfft

func (client ArrayClient) GetBooleanTfft(ctx context.Context) (result ListBool, err error)

GetBooleanTfft get boolean array value [true, false, false, true]

func (ArrayClient) GetBooleanTfftPreparer

func (client ArrayClient) GetBooleanTfftPreparer(ctx context.Context) (*http.Request, error)

GetBooleanTfftPreparer prepares the GetBooleanTfft request.

func (ArrayClient) GetBooleanTfftResponder

func (client ArrayClient) GetBooleanTfftResponder(resp *http.Response) (result ListBool, err error)

GetBooleanTfftResponder handles the response to the GetBooleanTfft request. The method always closes the http.Response Body.

func (ArrayClient) GetBooleanTfftSender

func (client ArrayClient) GetBooleanTfftSender(req *http.Request) (*http.Response, error)

GetBooleanTfftSender sends the GetBooleanTfft request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetByteInvalidNull

func (client ArrayClient) GetByteInvalidNull(ctx context.Context) (result ListByteArray, err error)

GetByteInvalidNull get byte array value [hex(AB, AC, AD), null] with the first item base64 encoded

func (ArrayClient) GetByteInvalidNullPreparer

func (client ArrayClient) GetByteInvalidNullPreparer(ctx context.Context) (*http.Request, error)

GetByteInvalidNullPreparer prepares the GetByteInvalidNull request.

func (ArrayClient) GetByteInvalidNullResponder

func (client ArrayClient) GetByteInvalidNullResponder(resp *http.Response) (result ListByteArray, err error)

GetByteInvalidNullResponder handles the response to the GetByteInvalidNull request. The method always closes the http.Response Body.

func (ArrayClient) GetByteInvalidNullSender

func (client ArrayClient) GetByteInvalidNullSender(req *http.Request) (*http.Response, error)

GetByteInvalidNullSender sends the GetByteInvalidNull request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetByteValid

func (client ArrayClient) GetByteValid(ctx context.Context) (result ListByteArray, err error)

GetByteValid get byte array value [hex(FF FF FF FA), hex(01 02 03), hex (25, 29, 43)] with each item encoded in base64

func (ArrayClient) GetByteValidPreparer

func (client ArrayClient) GetByteValidPreparer(ctx context.Context) (*http.Request, error)

GetByteValidPreparer prepares the GetByteValid request.

func (ArrayClient) GetByteValidResponder

func (client ArrayClient) GetByteValidResponder(resp *http.Response) (result ListByteArray, err error)

GetByteValidResponder handles the response to the GetByteValid request. The method always closes the http.Response Body.

func (ArrayClient) GetByteValidSender

func (client ArrayClient) GetByteValidSender(req *http.Request) (*http.Response, error)

GetByteValidSender sends the GetByteValid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetComplexEmpty

func (client ArrayClient) GetComplexEmpty(ctx context.Context) (result ListProduct, err error)

GetComplexEmpty get empty array of complex type []

func (ArrayClient) GetComplexEmptyPreparer

func (client ArrayClient) GetComplexEmptyPreparer(ctx context.Context) (*http.Request, error)

GetComplexEmptyPreparer prepares the GetComplexEmpty request.

func (ArrayClient) GetComplexEmptyResponder

func (client ArrayClient) GetComplexEmptyResponder(resp *http.Response) (result ListProduct, err error)

GetComplexEmptyResponder handles the response to the GetComplexEmpty request. The method always closes the http.Response Body.

func (ArrayClient) GetComplexEmptySender

func (client ArrayClient) GetComplexEmptySender(req *http.Request) (*http.Response, error)

GetComplexEmptySender sends the GetComplexEmpty request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetComplexItemEmpty

func (client ArrayClient) GetComplexItemEmpty(ctx context.Context) (result ListProduct, err error)

GetComplexItemEmpty get array of complex type with empty item [{'integer': 1 'string': '2'}, {}, {'integer': 5, 'string': '6'}]

func (ArrayClient) GetComplexItemEmptyPreparer

func (client ArrayClient) GetComplexItemEmptyPreparer(ctx context.Context) (*http.Request, error)

GetComplexItemEmptyPreparer prepares the GetComplexItemEmpty request.

func (ArrayClient) GetComplexItemEmptyResponder

func (client ArrayClient) GetComplexItemEmptyResponder(resp *http.Response) (result ListProduct, err error)

GetComplexItemEmptyResponder handles the response to the GetComplexItemEmpty request. The method always closes the http.Response Body.

func (ArrayClient) GetComplexItemEmptySender

func (client ArrayClient) GetComplexItemEmptySender(req *http.Request) (*http.Response, error)

GetComplexItemEmptySender sends the GetComplexItemEmpty request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetComplexItemNull

func (client ArrayClient) GetComplexItemNull(ctx context.Context) (result ListProduct, err error)

GetComplexItemNull get array of complex type with null item [{'integer': 1 'string': '2'}, null, {'integer': 5, 'string': '6'}]

func (ArrayClient) GetComplexItemNullPreparer

func (client ArrayClient) GetComplexItemNullPreparer(ctx context.Context) (*http.Request, error)

GetComplexItemNullPreparer prepares the GetComplexItemNull request.

func (ArrayClient) GetComplexItemNullResponder

func (client ArrayClient) GetComplexItemNullResponder(resp *http.Response) (result ListProduct, err error)

GetComplexItemNullResponder handles the response to the GetComplexItemNull request. The method always closes the http.Response Body.

func (ArrayClient) GetComplexItemNullSender

func (client ArrayClient) GetComplexItemNullSender(req *http.Request) (*http.Response, error)

GetComplexItemNullSender sends the GetComplexItemNull request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetComplexNull

func (client ArrayClient) GetComplexNull(ctx context.Context) (result ListProduct, err error)

GetComplexNull get array of complex type null value

func (ArrayClient) GetComplexNullPreparer

func (client ArrayClient) GetComplexNullPreparer(ctx context.Context) (*http.Request, error)

GetComplexNullPreparer prepares the GetComplexNull request.

func (ArrayClient) GetComplexNullResponder

func (client ArrayClient) GetComplexNullResponder(resp *http.Response) (result ListProduct, err error)

GetComplexNullResponder handles the response to the GetComplexNull request. The method always closes the http.Response Body.

func (ArrayClient) GetComplexNullSender

func (client ArrayClient) GetComplexNullSender(req *http.Request) (*http.Response, error)

GetComplexNullSender sends the GetComplexNull request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetComplexValid

func (client ArrayClient) GetComplexValid(ctx context.Context) (result ListProduct, err error)

GetComplexValid get array of complex type with [{'integer': 1 'string': '2'}, {'integer': 3, 'string': '4'}, {'integer': 5, 'string': '6'}]

func (ArrayClient) GetComplexValidPreparer

func (client ArrayClient) GetComplexValidPreparer(ctx context.Context) (*http.Request, error)

GetComplexValidPreparer prepares the GetComplexValid request.

func (ArrayClient) GetComplexValidResponder

func (client ArrayClient) GetComplexValidResponder(resp *http.Response) (result ListProduct, err error)

GetComplexValidResponder handles the response to the GetComplexValid request. The method always closes the http.Response Body.

func (ArrayClient) GetComplexValidSender

func (client ArrayClient) GetComplexValidSender(req *http.Request) (*http.Response, error)

GetComplexValidSender sends the GetComplexValid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetDateInvalidChars

func (client ArrayClient) GetDateInvalidChars(ctx context.Context) (result ListDate, err error)

GetDateInvalidChars get date array value ['2011-03-22', 'date']

func (ArrayClient) GetDateInvalidCharsPreparer

func (client ArrayClient) GetDateInvalidCharsPreparer(ctx context.Context) (*http.Request, error)

GetDateInvalidCharsPreparer prepares the GetDateInvalidChars request.

func (ArrayClient) GetDateInvalidCharsResponder

func (client ArrayClient) GetDateInvalidCharsResponder(resp *http.Response) (result ListDate, err error)

GetDateInvalidCharsResponder handles the response to the GetDateInvalidChars request. The method always closes the http.Response Body.

func (ArrayClient) GetDateInvalidCharsSender

func (client ArrayClient) GetDateInvalidCharsSender(req *http.Request) (*http.Response, error)

GetDateInvalidCharsSender sends the GetDateInvalidChars request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetDateInvalidNull

func (client ArrayClient) GetDateInvalidNull(ctx context.Context) (result ListDate, err error)

GetDateInvalidNull get date array value ['2012-01-01', null, '1776-07-04']

func (ArrayClient) GetDateInvalidNullPreparer

func (client ArrayClient) GetDateInvalidNullPreparer(ctx context.Context) (*http.Request, error)

GetDateInvalidNullPreparer prepares the GetDateInvalidNull request.

func (ArrayClient) GetDateInvalidNullResponder

func (client ArrayClient) GetDateInvalidNullResponder(resp *http.Response) (result ListDate, err error)

GetDateInvalidNullResponder handles the response to the GetDateInvalidNull request. The method always closes the http.Response Body.

func (ArrayClient) GetDateInvalidNullSender

func (client ArrayClient) GetDateInvalidNullSender(req *http.Request) (*http.Response, error)

GetDateInvalidNullSender sends the GetDateInvalidNull request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetDateTimeInvalidChars

func (client ArrayClient) GetDateTimeInvalidChars(ctx context.Context) (result ListDateTime, err error)

GetDateTimeInvalidChars get date array value ['2000-12-01t00:00:01z', 'date-time']

func (ArrayClient) GetDateTimeInvalidCharsPreparer

func (client ArrayClient) GetDateTimeInvalidCharsPreparer(ctx context.Context) (*http.Request, error)

GetDateTimeInvalidCharsPreparer prepares the GetDateTimeInvalidChars request.

func (ArrayClient) GetDateTimeInvalidCharsResponder

func (client ArrayClient) GetDateTimeInvalidCharsResponder(resp *http.Response) (result ListDateTime, err error)

GetDateTimeInvalidCharsResponder handles the response to the GetDateTimeInvalidChars request. The method always closes the http.Response Body.

func (ArrayClient) GetDateTimeInvalidCharsSender

func (client ArrayClient) GetDateTimeInvalidCharsSender(req *http.Request) (*http.Response, error)

GetDateTimeInvalidCharsSender sends the GetDateTimeInvalidChars request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetDateTimeInvalidNull

func (client ArrayClient) GetDateTimeInvalidNull(ctx context.Context) (result ListDateTime, err error)

GetDateTimeInvalidNull get date array value ['2000-12-01t00:00:01z', null]

func (ArrayClient) GetDateTimeInvalidNullPreparer

func (client ArrayClient) GetDateTimeInvalidNullPreparer(ctx context.Context) (*http.Request, error)

GetDateTimeInvalidNullPreparer prepares the GetDateTimeInvalidNull request.

func (ArrayClient) GetDateTimeInvalidNullResponder

func (client ArrayClient) GetDateTimeInvalidNullResponder(resp *http.Response) (result ListDateTime, err error)

GetDateTimeInvalidNullResponder handles the response to the GetDateTimeInvalidNull request. The method always closes the http.Response Body.

func (ArrayClient) GetDateTimeInvalidNullSender

func (client ArrayClient) GetDateTimeInvalidNullSender(req *http.Request) (*http.Response, error)

GetDateTimeInvalidNullSender sends the GetDateTimeInvalidNull request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetDateTimeRfc1123Valid

func (client ArrayClient) GetDateTimeRfc1123Valid(ctx context.Context) (result ListDateTimeRfc1123, err error)

GetDateTimeRfc1123Valid get date-time array value ['Fri, 01 Dec 2000 00:00:01 GMT', 'Wed, 02 Jan 1980 00:11:35 GMT', 'Wed, 12 Oct 1492 10:15:01 GMT']

func (ArrayClient) GetDateTimeRfc1123ValidPreparer

func (client ArrayClient) GetDateTimeRfc1123ValidPreparer(ctx context.Context) (*http.Request, error)

GetDateTimeRfc1123ValidPreparer prepares the GetDateTimeRfc1123Valid request.

func (ArrayClient) GetDateTimeRfc1123ValidResponder

func (client ArrayClient) GetDateTimeRfc1123ValidResponder(resp *http.Response) (result ListDateTimeRfc1123, err error)

GetDateTimeRfc1123ValidResponder handles the response to the GetDateTimeRfc1123Valid request. The method always closes the http.Response Body.

func (ArrayClient) GetDateTimeRfc1123ValidSender

func (client ArrayClient) GetDateTimeRfc1123ValidSender(req *http.Request) (*http.Response, error)

GetDateTimeRfc1123ValidSender sends the GetDateTimeRfc1123Valid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetDateTimeValid

func (client ArrayClient) GetDateTimeValid(ctx context.Context) (result ListDateTime, err error)

GetDateTimeValid get date-time array value ['2000-12-01t00:00:01z', '1980-01-02T00:11:35+01:00', '1492-10-12T10:15:01-08:00']

func (ArrayClient) GetDateTimeValidPreparer

func (client ArrayClient) GetDateTimeValidPreparer(ctx context.Context) (*http.Request, error)

GetDateTimeValidPreparer prepares the GetDateTimeValid request.

func (ArrayClient) GetDateTimeValidResponder

func (client ArrayClient) GetDateTimeValidResponder(resp *http.Response) (result ListDateTime, err error)

GetDateTimeValidResponder handles the response to the GetDateTimeValid request. The method always closes the http.Response Body.

func (ArrayClient) GetDateTimeValidSender

func (client ArrayClient) GetDateTimeValidSender(req *http.Request) (*http.Response, error)

GetDateTimeValidSender sends the GetDateTimeValid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetDateValid

func (client ArrayClient) GetDateValid(ctx context.Context) (result ListDate, err error)

GetDateValid get integer array value ['2000-12-01', '1980-01-02', '1492-10-12']

func (ArrayClient) GetDateValidPreparer

func (client ArrayClient) GetDateValidPreparer(ctx context.Context) (*http.Request, error)

GetDateValidPreparer prepares the GetDateValid request.

func (ArrayClient) GetDateValidResponder

func (client ArrayClient) GetDateValidResponder(resp *http.Response) (result ListDate, err error)

GetDateValidResponder handles the response to the GetDateValid request. The method always closes the http.Response Body.

func (ArrayClient) GetDateValidSender

func (client ArrayClient) GetDateValidSender(req *http.Request) (*http.Response, error)

GetDateValidSender sends the GetDateValid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetDictionaryEmpty

func (client ArrayClient) GetDictionaryEmpty(ctx context.Context) (result ListSetString, err error)

GetDictionaryEmpty get an array of Dictionaries of type <string, string> with value []

func (ArrayClient) GetDictionaryEmptyPreparer

func (client ArrayClient) GetDictionaryEmptyPreparer(ctx context.Context) (*http.Request, error)

GetDictionaryEmptyPreparer prepares the GetDictionaryEmpty request.

func (ArrayClient) GetDictionaryEmptyResponder

func (client ArrayClient) GetDictionaryEmptyResponder(resp *http.Response) (result ListSetString, err error)

GetDictionaryEmptyResponder handles the response to the GetDictionaryEmpty request. The method always closes the http.Response Body.

func (ArrayClient) GetDictionaryEmptySender

func (client ArrayClient) GetDictionaryEmptySender(req *http.Request) (*http.Response, error)

GetDictionaryEmptySender sends the GetDictionaryEmpty request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetDictionaryItemEmpty

func (client ArrayClient) GetDictionaryItemEmpty(ctx context.Context) (result ListSetString, err error)

GetDictionaryItemEmpty get an array of Dictionaries of type <string, string> with value [{'1': 'one', '2': 'two', '3': 'three'}, {}, {'7': 'seven', '8': 'eight', '9': 'nine'}]

func (ArrayClient) GetDictionaryItemEmptyPreparer

func (client ArrayClient) GetDictionaryItemEmptyPreparer(ctx context.Context) (*http.Request, error)

GetDictionaryItemEmptyPreparer prepares the GetDictionaryItemEmpty request.

func (ArrayClient) GetDictionaryItemEmptyResponder

func (client ArrayClient) GetDictionaryItemEmptyResponder(resp *http.Response) (result ListSetString, err error)

GetDictionaryItemEmptyResponder handles the response to the GetDictionaryItemEmpty request. The method always closes the http.Response Body.

func (ArrayClient) GetDictionaryItemEmptySender

func (client ArrayClient) GetDictionaryItemEmptySender(req *http.Request) (*http.Response, error)

GetDictionaryItemEmptySender sends the GetDictionaryItemEmpty request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetDictionaryItemNull

func (client ArrayClient) GetDictionaryItemNull(ctx context.Context) (result ListSetString, err error)

GetDictionaryItemNull get an array of Dictionaries of type <string, string> with value [{'1': 'one', '2': 'two', '3': 'three'}, null, {'7': 'seven', '8': 'eight', '9': 'nine'}]

func (ArrayClient) GetDictionaryItemNullPreparer

func (client ArrayClient) GetDictionaryItemNullPreparer(ctx context.Context) (*http.Request, error)

GetDictionaryItemNullPreparer prepares the GetDictionaryItemNull request.

func (ArrayClient) GetDictionaryItemNullResponder

func (client ArrayClient) GetDictionaryItemNullResponder(resp *http.Response) (result ListSetString, err error)

GetDictionaryItemNullResponder handles the response to the GetDictionaryItemNull request. The method always closes the http.Response Body.

func (ArrayClient) GetDictionaryItemNullSender

func (client ArrayClient) GetDictionaryItemNullSender(req *http.Request) (*http.Response, error)

GetDictionaryItemNullSender sends the GetDictionaryItemNull request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetDictionaryNull

func (client ArrayClient) GetDictionaryNull(ctx context.Context) (result ListSetString, err error)

GetDictionaryNull get an array of Dictionaries with value null

func (ArrayClient) GetDictionaryNullPreparer

func (client ArrayClient) GetDictionaryNullPreparer(ctx context.Context) (*http.Request, error)

GetDictionaryNullPreparer prepares the GetDictionaryNull request.

func (ArrayClient) GetDictionaryNullResponder

func (client ArrayClient) GetDictionaryNullResponder(resp *http.Response) (result ListSetString, err error)

GetDictionaryNullResponder handles the response to the GetDictionaryNull request. The method always closes the http.Response Body.

func (ArrayClient) GetDictionaryNullSender

func (client ArrayClient) GetDictionaryNullSender(req *http.Request) (*http.Response, error)

GetDictionaryNullSender sends the GetDictionaryNull request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetDictionaryValid

func (client ArrayClient) GetDictionaryValid(ctx context.Context) (result ListSetString, err error)

GetDictionaryValid get an array of Dictionaries of type <string, string> with value [{'1': 'one', '2': 'two', '3': 'three'}, {'4': 'four', '5': 'five', '6': 'six'}, {'7': 'seven', '8': 'eight', '9': 'nine'}]

func (ArrayClient) GetDictionaryValidPreparer

func (client ArrayClient) GetDictionaryValidPreparer(ctx context.Context) (*http.Request, error)

GetDictionaryValidPreparer prepares the GetDictionaryValid request.

func (ArrayClient) GetDictionaryValidResponder

func (client ArrayClient) GetDictionaryValidResponder(resp *http.Response) (result ListSetString, err error)

GetDictionaryValidResponder handles the response to the GetDictionaryValid request. The method always closes the http.Response Body.

func (ArrayClient) GetDictionaryValidSender

func (client ArrayClient) GetDictionaryValidSender(req *http.Request) (*http.Response, error)

GetDictionaryValidSender sends the GetDictionaryValid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetDoubleInvalidNull

func (client ArrayClient) GetDoubleInvalidNull(ctx context.Context) (result ListFloat64, err error)

GetDoubleInvalidNull get float array value [0.0, null, -1.2e20]

func (ArrayClient) GetDoubleInvalidNullPreparer

func (client ArrayClient) GetDoubleInvalidNullPreparer(ctx context.Context) (*http.Request, error)

GetDoubleInvalidNullPreparer prepares the GetDoubleInvalidNull request.

func (ArrayClient) GetDoubleInvalidNullResponder

func (client ArrayClient) GetDoubleInvalidNullResponder(resp *http.Response) (result ListFloat64, err error)

GetDoubleInvalidNullResponder handles the response to the GetDoubleInvalidNull request. The method always closes the http.Response Body.

func (ArrayClient) GetDoubleInvalidNullSender

func (client ArrayClient) GetDoubleInvalidNullSender(req *http.Request) (*http.Response, error)

GetDoubleInvalidNullSender sends the GetDoubleInvalidNull request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetDoubleInvalidString

func (client ArrayClient) GetDoubleInvalidString(ctx context.Context) (result ListFloat64, err error)

GetDoubleInvalidString get boolean array value [1.0, 'number', 0.0]

func (ArrayClient) GetDoubleInvalidStringPreparer

func (client ArrayClient) GetDoubleInvalidStringPreparer(ctx context.Context) (*http.Request, error)

GetDoubleInvalidStringPreparer prepares the GetDoubleInvalidString request.

func (ArrayClient) GetDoubleInvalidStringResponder

func (client ArrayClient) GetDoubleInvalidStringResponder(resp *http.Response) (result ListFloat64, err error)

GetDoubleInvalidStringResponder handles the response to the GetDoubleInvalidString request. The method always closes the http.Response Body.

func (ArrayClient) GetDoubleInvalidStringSender

func (client ArrayClient) GetDoubleInvalidStringSender(req *http.Request) (*http.Response, error)

GetDoubleInvalidStringSender sends the GetDoubleInvalidString request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetDoubleValid

func (client ArrayClient) GetDoubleValid(ctx context.Context) (result ListFloat64, err error)

GetDoubleValid get float array value [0, -0.01, 1.2e20]

func (ArrayClient) GetDoubleValidPreparer

func (client ArrayClient) GetDoubleValidPreparer(ctx context.Context) (*http.Request, error)

GetDoubleValidPreparer prepares the GetDoubleValid request.

func (ArrayClient) GetDoubleValidResponder

func (client ArrayClient) GetDoubleValidResponder(resp *http.Response) (result ListFloat64, err error)

GetDoubleValidResponder handles the response to the GetDoubleValid request. The method always closes the http.Response Body.

func (ArrayClient) GetDoubleValidSender

func (client ArrayClient) GetDoubleValidSender(req *http.Request) (*http.Response, error)

GetDoubleValidSender sends the GetDoubleValid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetDurationValid

func (client ArrayClient) GetDurationValid(ctx context.Context) (result ListTimeSpan, err error)

GetDurationValid get duration array value ['P123DT22H14M12.011S', 'P5DT1H0M0S']

func (ArrayClient) GetDurationValidPreparer

func (client ArrayClient) GetDurationValidPreparer(ctx context.Context) (*http.Request, error)

GetDurationValidPreparer prepares the GetDurationValid request.

func (ArrayClient) GetDurationValidResponder

func (client ArrayClient) GetDurationValidResponder(resp *http.Response) (result ListTimeSpan, err error)

GetDurationValidResponder handles the response to the GetDurationValid request. The method always closes the http.Response Body.

func (ArrayClient) GetDurationValidSender

func (client ArrayClient) GetDurationValidSender(req *http.Request) (*http.Response, error)

GetDurationValidSender sends the GetDurationValid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetEmpty

func (client ArrayClient) GetEmpty(ctx context.Context) (result ListInt32, err error)

GetEmpty get empty array value []

func (ArrayClient) GetEmptyPreparer

func (client ArrayClient) GetEmptyPreparer(ctx context.Context) (*http.Request, error)

GetEmptyPreparer prepares the GetEmpty request.

func (ArrayClient) GetEmptyResponder

func (client ArrayClient) GetEmptyResponder(resp *http.Response) (result ListInt32, err error)

GetEmptyResponder handles the response to the GetEmpty request. The method always closes the http.Response Body.

func (ArrayClient) GetEmptySender

func (client ArrayClient) GetEmptySender(req *http.Request) (*http.Response, error)

GetEmptySender sends the GetEmpty request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetEnumValid

func (client ArrayClient) GetEnumValid(ctx context.Context) (result ListString, err error)

GetEnumValid get enum array value ['foo1', 'foo2', 'foo3']

func (ArrayClient) GetEnumValidPreparer

func (client ArrayClient) GetEnumValidPreparer(ctx context.Context) (*http.Request, error)

GetEnumValidPreparer prepares the GetEnumValid request.

func (ArrayClient) GetEnumValidResponder

func (client ArrayClient) GetEnumValidResponder(resp *http.Response) (result ListString, err error)

GetEnumValidResponder handles the response to the GetEnumValid request. The method always closes the http.Response Body.

func (ArrayClient) GetEnumValidSender

func (client ArrayClient) GetEnumValidSender(req *http.Request) (*http.Response, error)

GetEnumValidSender sends the GetEnumValid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetFloatInvalidNull

func (client ArrayClient) GetFloatInvalidNull(ctx context.Context) (result ListFloat64, err error)

GetFloatInvalidNull get float array value [0.0, null, -1.2e20]

func (ArrayClient) GetFloatInvalidNullPreparer

func (client ArrayClient) GetFloatInvalidNullPreparer(ctx context.Context) (*http.Request, error)

GetFloatInvalidNullPreparer prepares the GetFloatInvalidNull request.

func (ArrayClient) GetFloatInvalidNullResponder

func (client ArrayClient) GetFloatInvalidNullResponder(resp *http.Response) (result ListFloat64, err error)

GetFloatInvalidNullResponder handles the response to the GetFloatInvalidNull request. The method always closes the http.Response Body.

func (ArrayClient) GetFloatInvalidNullSender

func (client ArrayClient) GetFloatInvalidNullSender(req *http.Request) (*http.Response, error)

GetFloatInvalidNullSender sends the GetFloatInvalidNull request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetFloatInvalidString

func (client ArrayClient) GetFloatInvalidString(ctx context.Context) (result ListFloat64, err error)

GetFloatInvalidString get boolean array value [1.0, 'number', 0.0]

func (ArrayClient) GetFloatInvalidStringPreparer

func (client ArrayClient) GetFloatInvalidStringPreparer(ctx context.Context) (*http.Request, error)

GetFloatInvalidStringPreparer prepares the GetFloatInvalidString request.

func (ArrayClient) GetFloatInvalidStringResponder

func (client ArrayClient) GetFloatInvalidStringResponder(resp *http.Response) (result ListFloat64, err error)

GetFloatInvalidStringResponder handles the response to the GetFloatInvalidString request. The method always closes the http.Response Body.

func (ArrayClient) GetFloatInvalidStringSender

func (client ArrayClient) GetFloatInvalidStringSender(req *http.Request) (*http.Response, error)

GetFloatInvalidStringSender sends the GetFloatInvalidString request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetFloatValid

func (client ArrayClient) GetFloatValid(ctx context.Context) (result ListFloat64, err error)

GetFloatValid get float array value [0, -0.01, 1.2e20]

func (ArrayClient) GetFloatValidPreparer

func (client ArrayClient) GetFloatValidPreparer(ctx context.Context) (*http.Request, error)

GetFloatValidPreparer prepares the GetFloatValid request.

func (ArrayClient) GetFloatValidResponder

func (client ArrayClient) GetFloatValidResponder(resp *http.Response) (result ListFloat64, err error)

GetFloatValidResponder handles the response to the GetFloatValid request. The method always closes the http.Response Body.

func (ArrayClient) GetFloatValidSender

func (client ArrayClient) GetFloatValidSender(req *http.Request) (*http.Response, error)

GetFloatValidSender sends the GetFloatValid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetIntInvalidNull

func (client ArrayClient) GetIntInvalidNull(ctx context.Context) (result ListInt32, err error)

GetIntInvalidNull get integer array value [1, null, 0]

func (ArrayClient) GetIntInvalidNullPreparer

func (client ArrayClient) GetIntInvalidNullPreparer(ctx context.Context) (*http.Request, error)

GetIntInvalidNullPreparer prepares the GetIntInvalidNull request.

func (ArrayClient) GetIntInvalidNullResponder

func (client ArrayClient) GetIntInvalidNullResponder(resp *http.Response) (result ListInt32, err error)

GetIntInvalidNullResponder handles the response to the GetIntInvalidNull request. The method always closes the http.Response Body.

func (ArrayClient) GetIntInvalidNullSender

func (client ArrayClient) GetIntInvalidNullSender(req *http.Request) (*http.Response, error)

GetIntInvalidNullSender sends the GetIntInvalidNull request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetIntInvalidString

func (client ArrayClient) GetIntInvalidString(ctx context.Context) (result ListInt32, err error)

GetIntInvalidString get integer array value [1, 'integer', 0]

func (ArrayClient) GetIntInvalidStringPreparer

func (client ArrayClient) GetIntInvalidStringPreparer(ctx context.Context) (*http.Request, error)

GetIntInvalidStringPreparer prepares the GetIntInvalidString request.

func (ArrayClient) GetIntInvalidStringResponder

func (client ArrayClient) GetIntInvalidStringResponder(resp *http.Response) (result ListInt32, err error)

GetIntInvalidStringResponder handles the response to the GetIntInvalidString request. The method always closes the http.Response Body.

func (ArrayClient) GetIntInvalidStringSender

func (client ArrayClient) GetIntInvalidStringSender(req *http.Request) (*http.Response, error)

GetIntInvalidStringSender sends the GetIntInvalidString request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetIntegerValid

func (client ArrayClient) GetIntegerValid(ctx context.Context) (result ListInt32, err error)

GetIntegerValid get integer array value [1, -1, 3, 300]

func (ArrayClient) GetIntegerValidPreparer

func (client ArrayClient) GetIntegerValidPreparer(ctx context.Context) (*http.Request, error)

GetIntegerValidPreparer prepares the GetIntegerValid request.

func (ArrayClient) GetIntegerValidResponder

func (client ArrayClient) GetIntegerValidResponder(resp *http.Response) (result ListInt32, err error)

GetIntegerValidResponder handles the response to the GetIntegerValid request. The method always closes the http.Response Body.

func (ArrayClient) GetIntegerValidSender

func (client ArrayClient) GetIntegerValidSender(req *http.Request) (*http.Response, error)

GetIntegerValidSender sends the GetIntegerValid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetInvalid

func (client ArrayClient) GetInvalid(ctx context.Context) (result ListInt32, err error)

GetInvalid get invalid array [1, 2, 3

func (ArrayClient) GetInvalidPreparer

func (client ArrayClient) GetInvalidPreparer(ctx context.Context) (*http.Request, error)

GetInvalidPreparer prepares the GetInvalid request.

func (ArrayClient) GetInvalidResponder

func (client ArrayClient) GetInvalidResponder(resp *http.Response) (result ListInt32, err error)

GetInvalidResponder handles the response to the GetInvalid request. The method always closes the http.Response Body.

func (ArrayClient) GetInvalidSender

func (client ArrayClient) GetInvalidSender(req *http.Request) (*http.Response, error)

GetInvalidSender sends the GetInvalid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetLongInvalidNull

func (client ArrayClient) GetLongInvalidNull(ctx context.Context) (result ListInt64, err error)

GetLongInvalidNull get long array value [1, null, 0]

func (ArrayClient) GetLongInvalidNullPreparer

func (client ArrayClient) GetLongInvalidNullPreparer(ctx context.Context) (*http.Request, error)

GetLongInvalidNullPreparer prepares the GetLongInvalidNull request.

func (ArrayClient) GetLongInvalidNullResponder

func (client ArrayClient) GetLongInvalidNullResponder(resp *http.Response) (result ListInt64, err error)

GetLongInvalidNullResponder handles the response to the GetLongInvalidNull request. The method always closes the http.Response Body.

func (ArrayClient) GetLongInvalidNullSender

func (client ArrayClient) GetLongInvalidNullSender(req *http.Request) (*http.Response, error)

GetLongInvalidNullSender sends the GetLongInvalidNull request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetLongInvalidString

func (client ArrayClient) GetLongInvalidString(ctx context.Context) (result ListInt64, err error)

GetLongInvalidString get long array value [1, 'integer', 0]

func (ArrayClient) GetLongInvalidStringPreparer

func (client ArrayClient) GetLongInvalidStringPreparer(ctx context.Context) (*http.Request, error)

GetLongInvalidStringPreparer prepares the GetLongInvalidString request.

func (ArrayClient) GetLongInvalidStringResponder

func (client ArrayClient) GetLongInvalidStringResponder(resp *http.Response) (result ListInt64, err error)

GetLongInvalidStringResponder handles the response to the GetLongInvalidString request. The method always closes the http.Response Body.

func (ArrayClient) GetLongInvalidStringSender

func (client ArrayClient) GetLongInvalidStringSender(req *http.Request) (*http.Response, error)

GetLongInvalidStringSender sends the GetLongInvalidString request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetLongValid

func (client ArrayClient) GetLongValid(ctx context.Context) (result ListInt64, err error)

GetLongValid get integer array value [1, -1, 3, 300]

func (ArrayClient) GetLongValidPreparer

func (client ArrayClient) GetLongValidPreparer(ctx context.Context) (*http.Request, error)

GetLongValidPreparer prepares the GetLongValid request.

func (ArrayClient) GetLongValidResponder

func (client ArrayClient) GetLongValidResponder(resp *http.Response) (result ListInt64, err error)

GetLongValidResponder handles the response to the GetLongValid request. The method always closes the http.Response Body.

func (ArrayClient) GetLongValidSender

func (client ArrayClient) GetLongValidSender(req *http.Request) (*http.Response, error)

GetLongValidSender sends the GetLongValid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetNull

func (client ArrayClient) GetNull(ctx context.Context) (result ListInt32, err error)

GetNull get null array value

func (ArrayClient) GetNullPreparer

func (client ArrayClient) GetNullPreparer(ctx context.Context) (*http.Request, error)

GetNullPreparer prepares the GetNull request.

func (ArrayClient) GetNullResponder

func (client ArrayClient) GetNullResponder(resp *http.Response) (result ListInt32, err error)

GetNullResponder handles the response to the GetNull request. The method always closes the http.Response Body.

func (ArrayClient) GetNullSender

func (client ArrayClient) GetNullSender(req *http.Request) (*http.Response, error)

GetNullSender sends the GetNull request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetStringEnumValid

func (client ArrayClient) GetStringEnumValid(ctx context.Context) (result ListString, err error)

GetStringEnumValid get enum array value ['foo1', 'foo2', 'foo3']

func (ArrayClient) GetStringEnumValidPreparer

func (client ArrayClient) GetStringEnumValidPreparer(ctx context.Context) (*http.Request, error)

GetStringEnumValidPreparer prepares the GetStringEnumValid request.

func (ArrayClient) GetStringEnumValidResponder

func (client ArrayClient) GetStringEnumValidResponder(resp *http.Response) (result ListString, err error)

GetStringEnumValidResponder handles the response to the GetStringEnumValid request. The method always closes the http.Response Body.

func (ArrayClient) GetStringEnumValidSender

func (client ArrayClient) GetStringEnumValidSender(req *http.Request) (*http.Response, error)

GetStringEnumValidSender sends the GetStringEnumValid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetStringValid

func (client ArrayClient) GetStringValid(ctx context.Context) (result ListString, err error)

GetStringValid get string array value ['foo1', 'foo2', 'foo3']

func (ArrayClient) GetStringValidPreparer

func (client ArrayClient) GetStringValidPreparer(ctx context.Context) (*http.Request, error)

GetStringValidPreparer prepares the GetStringValid request.

func (ArrayClient) GetStringValidResponder

func (client ArrayClient) GetStringValidResponder(resp *http.Response) (result ListString, err error)

GetStringValidResponder handles the response to the GetStringValid request. The method always closes the http.Response Body.

func (ArrayClient) GetStringValidSender

func (client ArrayClient) GetStringValidSender(req *http.Request) (*http.Response, error)

GetStringValidSender sends the GetStringValid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetStringWithInvalid

func (client ArrayClient) GetStringWithInvalid(ctx context.Context) (result ListString, err error)

GetStringWithInvalid get string array value ['foo', 123, 'foo2']

func (ArrayClient) GetStringWithInvalidPreparer

func (client ArrayClient) GetStringWithInvalidPreparer(ctx context.Context) (*http.Request, error)

GetStringWithInvalidPreparer prepares the GetStringWithInvalid request.

func (ArrayClient) GetStringWithInvalidResponder

func (client ArrayClient) GetStringWithInvalidResponder(resp *http.Response) (result ListString, err error)

GetStringWithInvalidResponder handles the response to the GetStringWithInvalid request. The method always closes the http.Response Body.

func (ArrayClient) GetStringWithInvalidSender

func (client ArrayClient) GetStringWithInvalidSender(req *http.Request) (*http.Response, error)

GetStringWithInvalidSender sends the GetStringWithInvalid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetStringWithNull

func (client ArrayClient) GetStringWithNull(ctx context.Context) (result ListString, err error)

GetStringWithNull get string array value ['foo', null, 'foo2']

func (ArrayClient) GetStringWithNullPreparer

func (client ArrayClient) GetStringWithNullPreparer(ctx context.Context) (*http.Request, error)

GetStringWithNullPreparer prepares the GetStringWithNull request.

func (ArrayClient) GetStringWithNullResponder

func (client ArrayClient) GetStringWithNullResponder(resp *http.Response) (result ListString, err error)

GetStringWithNullResponder handles the response to the GetStringWithNull request. The method always closes the http.Response Body.

func (ArrayClient) GetStringWithNullSender

func (client ArrayClient) GetStringWithNullSender(req *http.Request) (*http.Response, error)

GetStringWithNullSender sends the GetStringWithNull request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetUUIDInvalidChars

func (client ArrayClient) GetUUIDInvalidChars(ctx context.Context) (result ListUUID, err error)

GetUUIDInvalidChars get uuid array value ['6dcc7237-45fe-45c4-8a6b-3a8a3f625652', 'foo']

func (ArrayClient) GetUUIDInvalidCharsPreparer

func (client ArrayClient) GetUUIDInvalidCharsPreparer(ctx context.Context) (*http.Request, error)

GetUUIDInvalidCharsPreparer prepares the GetUUIDInvalidChars request.

func (ArrayClient) GetUUIDInvalidCharsResponder

func (client ArrayClient) GetUUIDInvalidCharsResponder(resp *http.Response) (result ListUUID, err error)

GetUUIDInvalidCharsResponder handles the response to the GetUUIDInvalidChars request. The method always closes the http.Response Body.

func (ArrayClient) GetUUIDInvalidCharsSender

func (client ArrayClient) GetUUIDInvalidCharsSender(req *http.Request) (*http.Response, error)

GetUUIDInvalidCharsSender sends the GetUUIDInvalidChars request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) GetUUIDValid

func (client ArrayClient) GetUUIDValid(ctx context.Context) (result ListUUID, err error)

GetUUIDValid get uuid array value ['6dcc7237-45fe-45c4-8a6b-3a8a3f625652', 'd1399005-30f7-40d6-8da6-dd7c89ad34db', 'f42f6aa1-a5bc-4ddf-907e-5f915de43205']

func (ArrayClient) GetUUIDValidPreparer

func (client ArrayClient) GetUUIDValidPreparer(ctx context.Context) (*http.Request, error)

GetUUIDValidPreparer prepares the GetUUIDValid request.

func (ArrayClient) GetUUIDValidResponder

func (client ArrayClient) GetUUIDValidResponder(resp *http.Response) (result ListUUID, err error)

GetUUIDValidResponder handles the response to the GetUUIDValid request. The method always closes the http.Response Body.

func (ArrayClient) GetUUIDValidSender

func (client ArrayClient) GetUUIDValidSender(req *http.Request) (*http.Response, error)

GetUUIDValidSender sends the GetUUIDValid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) PutArrayValid

func (client ArrayClient) PutArrayValid(ctx context.Context, arrayBody [][]string) (result autorest.Response, err error)

PutArrayValid put An array of array of strings [['1', '2', '3'], ['4', '5', '6'], ['7', '8', '9']]

func (ArrayClient) PutArrayValidPreparer

func (client ArrayClient) PutArrayValidPreparer(ctx context.Context, arrayBody [][]string) (*http.Request, error)

PutArrayValidPreparer prepares the PutArrayValid request.

func (ArrayClient) PutArrayValidResponder

func (client ArrayClient) PutArrayValidResponder(resp *http.Response) (result autorest.Response, err error)

PutArrayValidResponder handles the response to the PutArrayValid request. The method always closes the http.Response Body.

func (ArrayClient) PutArrayValidSender

func (client ArrayClient) PutArrayValidSender(req *http.Request) (*http.Response, error)

PutArrayValidSender sends the PutArrayValid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) PutBooleanTfft

func (client ArrayClient) PutBooleanTfft(ctx context.Context, arrayBody []bool) (result autorest.Response, err error)

PutBooleanTfft set array value empty [true, false, false, true]

func (ArrayClient) PutBooleanTfftPreparer

func (client ArrayClient) PutBooleanTfftPreparer(ctx context.Context, arrayBody []bool) (*http.Request, error)

PutBooleanTfftPreparer prepares the PutBooleanTfft request.

func (ArrayClient) PutBooleanTfftResponder

func (client ArrayClient) PutBooleanTfftResponder(resp *http.Response) (result autorest.Response, err error)

PutBooleanTfftResponder handles the response to the PutBooleanTfft request. The method always closes the http.Response Body.

func (ArrayClient) PutBooleanTfftSender

func (client ArrayClient) PutBooleanTfftSender(req *http.Request) (*http.Response, error)

PutBooleanTfftSender sends the PutBooleanTfft request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) PutByteValid

func (client ArrayClient) PutByteValid(ctx context.Context, arrayBody [][]byte) (result autorest.Response, err error)

PutByteValid put the array value [hex(FF FF FF FA), hex(01 02 03), hex (25, 29, 43)] with each elementencoded in base 64

func (ArrayClient) PutByteValidPreparer

func (client ArrayClient) PutByteValidPreparer(ctx context.Context, arrayBody [][]byte) (*http.Request, error)

PutByteValidPreparer prepares the PutByteValid request.

func (ArrayClient) PutByteValidResponder

func (client ArrayClient) PutByteValidResponder(resp *http.Response) (result autorest.Response, err error)

PutByteValidResponder handles the response to the PutByteValid request. The method always closes the http.Response Body.

func (ArrayClient) PutByteValidSender

func (client ArrayClient) PutByteValidSender(req *http.Request) (*http.Response, error)

PutByteValidSender sends the PutByteValid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) PutComplexValid

func (client ArrayClient) PutComplexValid(ctx context.Context, arrayBody []Product) (result autorest.Response, err error)

PutComplexValid put an array of complex type with values [{'integer': 1 'string': '2'}, {'integer': 3, 'string': '4'}, {'integer': 5, 'string': '6'}]

func (ArrayClient) PutComplexValidPreparer

func (client ArrayClient) PutComplexValidPreparer(ctx context.Context, arrayBody []Product) (*http.Request, error)

PutComplexValidPreparer prepares the PutComplexValid request.

func (ArrayClient) PutComplexValidResponder

func (client ArrayClient) PutComplexValidResponder(resp *http.Response) (result autorest.Response, err error)

PutComplexValidResponder handles the response to the PutComplexValid request. The method always closes the http.Response Body.

func (ArrayClient) PutComplexValidSender

func (client ArrayClient) PutComplexValidSender(req *http.Request) (*http.Response, error)

PutComplexValidSender sends the PutComplexValid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) PutDateTimeRfc1123Valid

func (client ArrayClient) PutDateTimeRfc1123Valid(ctx context.Context, arrayBody []date.TimeRFC1123) (result autorest.Response, err error)

PutDateTimeRfc1123Valid set array value ['Fri, 01 Dec 2000 00:00:01 GMT', 'Wed, 02 Jan 1980 00:11:35 GMT', 'Wed, 12 Oct 1492 10:15:01 GMT']

func (ArrayClient) PutDateTimeRfc1123ValidPreparer

func (client ArrayClient) PutDateTimeRfc1123ValidPreparer(ctx context.Context, arrayBody []date.TimeRFC1123) (*http.Request, error)

PutDateTimeRfc1123ValidPreparer prepares the PutDateTimeRfc1123Valid request.

func (ArrayClient) PutDateTimeRfc1123ValidResponder

func (client ArrayClient) PutDateTimeRfc1123ValidResponder(resp *http.Response) (result autorest.Response, err error)

PutDateTimeRfc1123ValidResponder handles the response to the PutDateTimeRfc1123Valid request. The method always closes the http.Response Body.

func (ArrayClient) PutDateTimeRfc1123ValidSender

func (client ArrayClient) PutDateTimeRfc1123ValidSender(req *http.Request) (*http.Response, error)

PutDateTimeRfc1123ValidSender sends the PutDateTimeRfc1123Valid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) PutDateTimeValid

func (client ArrayClient) PutDateTimeValid(ctx context.Context, arrayBody []date.Time) (result autorest.Response, err error)

PutDateTimeValid set array value ['2000-12-01t00:00:01z', '1980-01-02T00:11:35+01:00', '1492-10-12T10:15:01-08:00']

func (ArrayClient) PutDateTimeValidPreparer

func (client ArrayClient) PutDateTimeValidPreparer(ctx context.Context, arrayBody []date.Time) (*http.Request, error)

PutDateTimeValidPreparer prepares the PutDateTimeValid request.

func (ArrayClient) PutDateTimeValidResponder

func (client ArrayClient) PutDateTimeValidResponder(resp *http.Response) (result autorest.Response, err error)

PutDateTimeValidResponder handles the response to the PutDateTimeValid request. The method always closes the http.Response Body.

func (ArrayClient) PutDateTimeValidSender

func (client ArrayClient) PutDateTimeValidSender(req *http.Request) (*http.Response, error)

PutDateTimeValidSender sends the PutDateTimeValid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) PutDateValid

func (client ArrayClient) PutDateValid(ctx context.Context, arrayBody []date.Date) (result autorest.Response, err error)

PutDateValid set array value ['2000-12-01', '1980-01-02', '1492-10-12']

func (ArrayClient) PutDateValidPreparer

func (client ArrayClient) PutDateValidPreparer(ctx context.Context, arrayBody []date.Date) (*http.Request, error)

PutDateValidPreparer prepares the PutDateValid request.

func (ArrayClient) PutDateValidResponder

func (client ArrayClient) PutDateValidResponder(resp *http.Response) (result autorest.Response, err error)

PutDateValidResponder handles the response to the PutDateValid request. The method always closes the http.Response Body.

func (ArrayClient) PutDateValidSender

func (client ArrayClient) PutDateValidSender(req *http.Request) (*http.Response, error)

PutDateValidSender sends the PutDateValid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) PutDictionaryValid

func (client ArrayClient) PutDictionaryValid(ctx context.Context, arrayBody []map[string]*string) (result autorest.Response, err error)

PutDictionaryValid get an array of Dictionaries of type <string, string> with value [{'1': 'one', '2': 'two', '3': 'three'}, {'4': 'four', '5': 'five', '6': 'six'}, {'7': 'seven', '8': 'eight', '9': 'nine'}]

func (ArrayClient) PutDictionaryValidPreparer

func (client ArrayClient) PutDictionaryValidPreparer(ctx context.Context, arrayBody []map[string]*string) (*http.Request, error)

PutDictionaryValidPreparer prepares the PutDictionaryValid request.

func (ArrayClient) PutDictionaryValidResponder

func (client ArrayClient) PutDictionaryValidResponder(resp *http.Response) (result autorest.Response, err error)

PutDictionaryValidResponder handles the response to the PutDictionaryValid request. The method always closes the http.Response Body.

func (ArrayClient) PutDictionaryValidSender

func (client ArrayClient) PutDictionaryValidSender(req *http.Request) (*http.Response, error)

PutDictionaryValidSender sends the PutDictionaryValid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) PutDoubleValid

func (client ArrayClient) PutDoubleValid(ctx context.Context, arrayBody []float64) (result autorest.Response, err error)

PutDoubleValid set array value [0, -0.01, 1.2e20]

func (ArrayClient) PutDoubleValidPreparer

func (client ArrayClient) PutDoubleValidPreparer(ctx context.Context, arrayBody []float64) (*http.Request, error)

PutDoubleValidPreparer prepares the PutDoubleValid request.

func (ArrayClient) PutDoubleValidResponder

func (client ArrayClient) PutDoubleValidResponder(resp *http.Response) (result autorest.Response, err error)

PutDoubleValidResponder handles the response to the PutDoubleValid request. The method always closes the http.Response Body.

func (ArrayClient) PutDoubleValidSender

func (client ArrayClient) PutDoubleValidSender(req *http.Request) (*http.Response, error)

PutDoubleValidSender sends the PutDoubleValid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) PutDurationValid

func (client ArrayClient) PutDurationValid(ctx context.Context, arrayBody []string) (result autorest.Response, err error)

PutDurationValid set array value ['P123DT22H14M12.011S', 'P5DT1H0M0S']

func (ArrayClient) PutDurationValidPreparer

func (client ArrayClient) PutDurationValidPreparer(ctx context.Context, arrayBody []string) (*http.Request, error)

PutDurationValidPreparer prepares the PutDurationValid request.

func (ArrayClient) PutDurationValidResponder

func (client ArrayClient) PutDurationValidResponder(resp *http.Response) (result autorest.Response, err error)

PutDurationValidResponder handles the response to the PutDurationValid request. The method always closes the http.Response Body.

func (ArrayClient) PutDurationValidSender

func (client ArrayClient) PutDurationValidSender(req *http.Request) (*http.Response, error)

PutDurationValidSender sends the PutDurationValid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) PutEmpty

func (client ArrayClient) PutEmpty(ctx context.Context, arrayBody []string) (result autorest.Response, err error)

PutEmpty set array value empty []

func (ArrayClient) PutEmptyPreparer

func (client ArrayClient) PutEmptyPreparer(ctx context.Context, arrayBody []string) (*http.Request, error)

PutEmptyPreparer prepares the PutEmpty request.

func (ArrayClient) PutEmptyResponder

func (client ArrayClient) PutEmptyResponder(resp *http.Response) (result autorest.Response, err error)

PutEmptyResponder handles the response to the PutEmpty request. The method always closes the http.Response Body.

func (ArrayClient) PutEmptySender

func (client ArrayClient) PutEmptySender(req *http.Request) (*http.Response, error)

PutEmptySender sends the PutEmpty request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) PutEnumValid

func (client ArrayClient) PutEnumValid(ctx context.Context, arrayBody []FooEnum) (result autorest.Response, err error)

PutEnumValid set array value ['foo1', 'foo2', 'foo3']

func (ArrayClient) PutEnumValidPreparer

func (client ArrayClient) PutEnumValidPreparer(ctx context.Context, arrayBody []FooEnum) (*http.Request, error)

PutEnumValidPreparer prepares the PutEnumValid request.

func (ArrayClient) PutEnumValidResponder

func (client ArrayClient) PutEnumValidResponder(resp *http.Response) (result autorest.Response, err error)

PutEnumValidResponder handles the response to the PutEnumValid request. The method always closes the http.Response Body.

func (ArrayClient) PutEnumValidSender

func (client ArrayClient) PutEnumValidSender(req *http.Request) (*http.Response, error)

PutEnumValidSender sends the PutEnumValid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) PutFloatValid

func (client ArrayClient) PutFloatValid(ctx context.Context, arrayBody []float64) (result autorest.Response, err error)

PutFloatValid set array value [0, -0.01, 1.2e20]

func (ArrayClient) PutFloatValidPreparer

func (client ArrayClient) PutFloatValidPreparer(ctx context.Context, arrayBody []float64) (*http.Request, error)

PutFloatValidPreparer prepares the PutFloatValid request.

func (ArrayClient) PutFloatValidResponder

func (client ArrayClient) PutFloatValidResponder(resp *http.Response) (result autorest.Response, err error)

PutFloatValidResponder handles the response to the PutFloatValid request. The method always closes the http.Response Body.

func (ArrayClient) PutFloatValidSender

func (client ArrayClient) PutFloatValidSender(req *http.Request) (*http.Response, error)

PutFloatValidSender sends the PutFloatValid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) PutIntegerValid

func (client ArrayClient) PutIntegerValid(ctx context.Context, arrayBody []int32) (result autorest.Response, err error)

PutIntegerValid set array value empty [1, -1, 3, 300]

func (ArrayClient) PutIntegerValidPreparer

func (client ArrayClient) PutIntegerValidPreparer(ctx context.Context, arrayBody []int32) (*http.Request, error)

PutIntegerValidPreparer prepares the PutIntegerValid request.

func (ArrayClient) PutIntegerValidResponder

func (client ArrayClient) PutIntegerValidResponder(resp *http.Response) (result autorest.Response, err error)

PutIntegerValidResponder handles the response to the PutIntegerValid request. The method always closes the http.Response Body.

func (ArrayClient) PutIntegerValidSender

func (client ArrayClient) PutIntegerValidSender(req *http.Request) (*http.Response, error)

PutIntegerValidSender sends the PutIntegerValid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) PutLongValid

func (client ArrayClient) PutLongValid(ctx context.Context, arrayBody []int64) (result autorest.Response, err error)

PutLongValid set array value empty [1, -1, 3, 300]

func (ArrayClient) PutLongValidPreparer

func (client ArrayClient) PutLongValidPreparer(ctx context.Context, arrayBody []int64) (*http.Request, error)

PutLongValidPreparer prepares the PutLongValid request.

func (ArrayClient) PutLongValidResponder

func (client ArrayClient) PutLongValidResponder(resp *http.Response) (result autorest.Response, err error)

PutLongValidResponder handles the response to the PutLongValid request. The method always closes the http.Response Body.

func (ArrayClient) PutLongValidSender

func (client ArrayClient) PutLongValidSender(req *http.Request) (*http.Response, error)

PutLongValidSender sends the PutLongValid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) PutStringEnumValid

func (client ArrayClient) PutStringEnumValid(ctx context.Context, arrayBody []string) (result autorest.Response, err error)

PutStringEnumValid set array value ['foo1', 'foo2', 'foo3']

func (ArrayClient) PutStringEnumValidPreparer

func (client ArrayClient) PutStringEnumValidPreparer(ctx context.Context, arrayBody []string) (*http.Request, error)

PutStringEnumValidPreparer prepares the PutStringEnumValid request.

func (ArrayClient) PutStringEnumValidResponder

func (client ArrayClient) PutStringEnumValidResponder(resp *http.Response) (result autorest.Response, err error)

PutStringEnumValidResponder handles the response to the PutStringEnumValid request. The method always closes the http.Response Body.

func (ArrayClient) PutStringEnumValidSender

func (client ArrayClient) PutStringEnumValidSender(req *http.Request) (*http.Response, error)

PutStringEnumValidSender sends the PutStringEnumValid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) PutStringValid

func (client ArrayClient) PutStringValid(ctx context.Context, arrayBody []string) (result autorest.Response, err error)

PutStringValid set array value ['foo1', 'foo2', 'foo3']

func (ArrayClient) PutStringValidPreparer

func (client ArrayClient) PutStringValidPreparer(ctx context.Context, arrayBody []string) (*http.Request, error)

PutStringValidPreparer prepares the PutStringValid request.

func (ArrayClient) PutStringValidResponder

func (client ArrayClient) PutStringValidResponder(resp *http.Response) (result autorest.Response, err error)

PutStringValidResponder handles the response to the PutStringValid request. The method always closes the http.Response Body.

func (ArrayClient) PutStringValidSender

func (client ArrayClient) PutStringValidSender(req *http.Request) (*http.Response, error)

PutStringValidSender sends the PutStringValid request. The method will close the http.Response Body if it receives an error.

func (ArrayClient) PutUUIDValid

func (client ArrayClient) PutUUIDValid(ctx context.Context, arrayBody []uuid.UUID) (result autorest.Response, err error)

PutUUIDValid set array value ['6dcc7237-45fe-45c4-8a6b-3a8a3f625652', 'd1399005-30f7-40d6-8da6-dd7c89ad34db', 'f42f6aa1-a5bc-4ddf-907e-5f915de43205']

func (ArrayClient) PutUUIDValidPreparer

func (client ArrayClient) PutUUIDValidPreparer(ctx context.Context, arrayBody []uuid.UUID) (*http.Request, error)

PutUUIDValidPreparer prepares the PutUUIDValid request.

func (ArrayClient) PutUUIDValidResponder

func (client ArrayClient) PutUUIDValidResponder(resp *http.Response) (result autorest.Response, err error)

PutUUIDValidResponder handles the response to the PutUUIDValid request. The method always closes the http.Response Body.

func (ArrayClient) PutUUIDValidSender

func (client ArrayClient) PutUUIDValidSender(req *http.Request) (*http.Response, error)

PutUUIDValidSender sends the PutUUIDValid request. The method will close the http.Response Body if it receives an error.

type BaseClient

type BaseClient struct {
	autorest.Client
	BaseURI string
}

BaseClient is the base client for Arraygroup.

func New

func New() BaseClient

New creates an instance of the BaseClient client.

func NewWithBaseURI

func NewWithBaseURI(baseURI string) BaseClient

NewWithBaseURI creates an instance of the BaseClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

type Error

type Error struct {
	Status  *int32  `json:"status,omitempty"`
	Message *string `json:"message,omitempty"`
}

Error ...

type FooEnum

type FooEnum string

FooEnum enumerates the values for foo enum.

const (
	// Foo1 ...
	Foo1 FooEnum = "foo1"
	// Foo2 ...
	Foo2 FooEnum = "foo2"
	// Foo3 ...
	Foo3 FooEnum = "foo3"
)

func PossibleFooEnumValues

func PossibleFooEnumValues() []FooEnum

PossibleFooEnumValues returns an array of possible values for the FooEnum const type.

type ListBase64URL

type ListBase64URL struct {
	autorest.Response `json:"-"`
	Value             *[]string `json:"value,omitempty"`
}

ListBase64URL ...

type ListBool

type ListBool struct {
	autorest.Response `json:"-"`
	Value             *[]bool `json:"value,omitempty"`
}

ListBool ...

type ListByteArray

type ListByteArray struct {
	autorest.Response `json:"-"`
	Value             *[][]byte `json:"value,omitempty"`
}

ListByteArray ...

type ListDate

type ListDate struct {
	autorest.Response `json:"-"`
	Value             *[]date.Date `json:"value,omitempty"`
}

ListDate ...

type ListDateTime

type ListDateTime struct {
	autorest.Response `json:"-"`
	Value             *[]date.Time `json:"value,omitempty"`
}

ListDateTime ...

type ListDateTimeRfc1123

type ListDateTimeRfc1123 struct {
	autorest.Response `json:"-"`
	Value             *[]date.TimeRFC1123 `json:"value,omitempty"`
}

ListDateTimeRfc1123 ...

type ListFloat64

type ListFloat64 struct {
	autorest.Response `json:"-"`
	Value             *[]float64 `json:"value,omitempty"`
}

ListFloat64 ...

type ListInt32

type ListInt32 struct {
	autorest.Response `json:"-"`
	Value             *[]int32 `json:"value,omitempty"`
}

ListInt32 ...

type ListInt64

type ListInt64 struct {
	autorest.Response `json:"-"`
	Value             *[]int64 `json:"value,omitempty"`
}

ListInt64 ...

type ListListString

type ListListString struct {
	autorest.Response `json:"-"`
	Value             *[][]string `json:"value,omitempty"`
}

ListListString ...

type ListProduct

type ListProduct struct {
	autorest.Response `json:"-"`
	Value             *[]Product `json:"value,omitempty"`
}

ListProduct ...

type ListSetString

type ListSetString struct {
	autorest.Response `json:"-"`
	Value             *[]map[string]*string `json:"value,omitempty"`
}

ListSetString ...

type ListString

type ListString struct {
	autorest.Response `json:"-"`
	Value             *[]string `json:"value,omitempty"`
}

ListString ...

type ListTimeSpan

type ListTimeSpan struct {
	autorest.Response `json:"-"`
	Value             *[]string `json:"value,omitempty"`
}

ListTimeSpan ...

type ListUUID

type ListUUID struct {
	autorest.Response `json:"-"`
	Value             *[]uuid.UUID `json:"value,omitempty"`
}

ListUUID ...

type Product

type Product struct {
	Integer *int32  `json:"integer,omitempty"`
	String  *string `json:"string,omitempty"`
}

Product ...

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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