dictionarygroupapi

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DictionaryClientAPI

type DictionaryClientAPI interface {
	GetArrayEmpty(ctx context.Context) (result dictionarygroup.SetListString, err error)
	GetArrayItemEmpty(ctx context.Context) (result dictionarygroup.SetListString, err error)
	GetArrayItemNull(ctx context.Context) (result dictionarygroup.SetListString, err error)
	GetArrayNull(ctx context.Context) (result dictionarygroup.SetListString, err error)
	GetArrayValid(ctx context.Context) (result dictionarygroup.SetListString, err error)
	GetBase64URL(ctx context.Context) (result dictionarygroup.SetBase64URL, err error)
	GetBooleanInvalidNull(ctx context.Context) (result dictionarygroup.SetBool, err error)
	GetBooleanInvalidString(ctx context.Context) (result dictionarygroup.SetBool, err error)
	GetBooleanTfft(ctx context.Context) (result dictionarygroup.SetBool, err error)
	GetByteInvalidNull(ctx context.Context) (result dictionarygroup.SetByteArray, err error)
	GetByteValid(ctx context.Context) (result dictionarygroup.SetByteArray, err error)
	GetComplexEmpty(ctx context.Context) (result dictionarygroup.SetWidget, err error)
	GetComplexItemEmpty(ctx context.Context) (result dictionarygroup.SetWidget, err error)
	GetComplexItemNull(ctx context.Context) (result dictionarygroup.SetWidget, err error)
	GetComplexNull(ctx context.Context) (result dictionarygroup.SetWidget, err error)
	GetComplexValid(ctx context.Context) (result dictionarygroup.SetWidget, err error)
	GetDateInvalidChars(ctx context.Context) (result dictionarygroup.SetDate, err error)
	GetDateInvalidNull(ctx context.Context) (result dictionarygroup.SetDate, err error)
	GetDateTimeInvalidChars(ctx context.Context) (result dictionarygroup.SetDateTime, err error)
	GetDateTimeInvalidNull(ctx context.Context) (result dictionarygroup.SetDateTime, err error)
	GetDateTimeRfc1123Valid(ctx context.Context) (result dictionarygroup.SetDateTimeRfc1123, err error)
	GetDateTimeValid(ctx context.Context) (result dictionarygroup.SetDateTime, err error)
	GetDateValid(ctx context.Context) (result dictionarygroup.SetDate, err error)
	GetDictionaryEmpty(ctx context.Context) (result dictionarygroup.SetSetString, err error)
	GetDictionaryItemEmpty(ctx context.Context) (result dictionarygroup.SetSetString, err error)
	GetDictionaryItemNull(ctx context.Context) (result dictionarygroup.SetSetString, err error)
	GetDictionaryNull(ctx context.Context) (result dictionarygroup.SetSetString, err error)
	GetDictionaryValid(ctx context.Context) (result dictionarygroup.SetSetString, err error)
	GetDoubleInvalidNull(ctx context.Context) (result dictionarygroup.SetFloat64, err error)
	GetDoubleInvalidString(ctx context.Context) (result dictionarygroup.SetFloat64, err error)
	GetDoubleValid(ctx context.Context) (result dictionarygroup.SetFloat64, err error)
	GetDurationValid(ctx context.Context) (result dictionarygroup.SetTimeSpan, err error)
	GetEmpty(ctx context.Context) (result dictionarygroup.SetInt32, err error)
	GetEmptyStringKey(ctx context.Context) (result dictionarygroup.SetString, err error)
	GetFloatInvalidNull(ctx context.Context) (result dictionarygroup.SetFloat64, err error)
	GetFloatInvalidString(ctx context.Context) (result dictionarygroup.SetFloat64, err error)
	GetFloatValid(ctx context.Context) (result dictionarygroup.SetFloat64, err error)
	GetIntegerValid(ctx context.Context) (result dictionarygroup.SetInt32, err error)
	GetIntInvalidNull(ctx context.Context) (result dictionarygroup.SetInt32, err error)
	GetIntInvalidString(ctx context.Context) (result dictionarygroup.SetInt32, err error)
	GetInvalid(ctx context.Context) (result dictionarygroup.SetString, err error)
	GetLongInvalidNull(ctx context.Context) (result dictionarygroup.SetInt64, err error)
	GetLongInvalidString(ctx context.Context) (result dictionarygroup.SetInt64, err error)
	GetLongValid(ctx context.Context) (result dictionarygroup.SetInt64, err error)
	GetNull(ctx context.Context) (result dictionarygroup.SetInt32, err error)
	GetNullKey(ctx context.Context) (result dictionarygroup.SetString, err error)
	GetNullValue(ctx context.Context) (result dictionarygroup.SetString, err error)
	GetStringValid(ctx context.Context) (result dictionarygroup.SetString, err error)
	GetStringWithInvalid(ctx context.Context) (result dictionarygroup.SetString, err error)
	GetStringWithNull(ctx context.Context) (result dictionarygroup.SetString, err error)
	PutArrayValid(ctx context.Context, arrayBody map[string][]string) (result autorest.Response, err error)
	PutBooleanTfft(ctx context.Context, arrayBody map[string]*bool) (result autorest.Response, err error)
	PutByteValid(ctx context.Context, arrayBody map[string][]byte) (result autorest.Response, err error)
	PutComplexValid(ctx context.Context, arrayBody map[string]*dictionarygroup.Widget) (result autorest.Response, err error)
	PutDateTimeRfc1123Valid(ctx context.Context, arrayBody map[string]*date.TimeRFC1123) (result autorest.Response, err error)
	PutDateTimeValid(ctx context.Context, arrayBody map[string]*date.Time) (result autorest.Response, err error)
	PutDateValid(ctx context.Context, arrayBody map[string]*date.Date) (result autorest.Response, err error)
	PutDictionaryValid(ctx context.Context, arrayBody map[string]map[string]*string) (result autorest.Response, err error)
	PutDoubleValid(ctx context.Context, arrayBody map[string]*float64) (result autorest.Response, err error)
	PutDurationValid(ctx context.Context, arrayBody map[string]*string) (result autorest.Response, err error)
	PutEmpty(ctx context.Context, arrayBody map[string]*string) (result autorest.Response, err error)
	PutFloatValid(ctx context.Context, arrayBody map[string]*float64) (result autorest.Response, err error)
	PutIntegerValid(ctx context.Context, arrayBody map[string]*int32) (result autorest.Response, err error)
	PutLongValid(ctx context.Context, arrayBody map[string]*int64) (result autorest.Response, err error)
	PutStringValid(ctx context.Context, arrayBody map[string]*string) (result autorest.Response, err error)
}

DictionaryClientAPI contains the set of methods on the DictionaryClient type.

Jump to

Keyboard shortcuts

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