headergroupapi

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 HeaderClientAPI

type HeaderClientAPI interface {
	CustomRequestID(ctx context.Context) (result autorest.Response, err error)
	ParamBool(ctx context.Context, scenario string, value bool) (result autorest.Response, err error)
	ParamByte(ctx context.Context, scenario string, value []byte) (result autorest.Response, err error)
	ParamDate(ctx context.Context, scenario string, value date.Date) (result autorest.Response, err error)
	ParamDatetime(ctx context.Context, scenario string, value date.Time) (result autorest.Response, err error)
	ParamDatetimeRfc1123(ctx context.Context, scenario string, value *date.TimeRFC1123) (result autorest.Response, err error)
	ParamDouble(ctx context.Context, scenario string, value float64) (result autorest.Response, err error)
	ParamDuration(ctx context.Context, scenario string, value string) (result autorest.Response, err error)
	ParamEnum(ctx context.Context, scenario string, value headergroup.GreyscaleColors) (result autorest.Response, err error)
	ParamExistingKey(ctx context.Context, userAgent string) (result autorest.Response, err error)
	ParamFloat(ctx context.Context, scenario string, value float64) (result autorest.Response, err error)
	ParamInteger(ctx context.Context, scenario string, value int32) (result autorest.Response, err error)
	ParamLong(ctx context.Context, scenario string, value int64) (result autorest.Response, err error)
	ParamProtectedKey(ctx context.Context, contentType string) (result autorest.Response, err error)
	ParamString(ctx context.Context, scenario string, value string) (result autorest.Response, err error)
	ResponseBool(ctx context.Context, scenario string) (result autorest.Response, err error)
	ResponseByte(ctx context.Context, scenario string) (result autorest.Response, err error)
	ResponseDate(ctx context.Context, scenario string) (result autorest.Response, err error)
	ResponseDatetime(ctx context.Context, scenario string) (result autorest.Response, err error)
	ResponseDatetimeRfc1123(ctx context.Context, scenario string) (result autorest.Response, err error)
	ResponseDouble(ctx context.Context, scenario string) (result autorest.Response, err error)
	ResponseDuration(ctx context.Context, scenario string) (result autorest.Response, err error)
	ResponseEnum(ctx context.Context, scenario string) (result autorest.Response, err error)
	ResponseExistingKey(ctx context.Context) (result autorest.Response, err error)
	ResponseFloat(ctx context.Context, scenario string) (result autorest.Response, err error)
	ResponseInteger(ctx context.Context, scenario string) (result autorest.Response, err error)
	ResponseLong(ctx context.Context, scenario string) (result autorest.Response, err error)
	ResponseProtectedKey(ctx context.Context) (result autorest.Response, err error)
	ResponseString(ctx context.Context, scenario string) (result autorest.Response, err error)
}

HeaderClientAPI contains the set of methods on the HeaderClient type.

Jump to

Keyboard shortcuts

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