numbergroup

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

Documentation

Overview

Package numbergroup implements the Azure ARM Numbergroup service API version 1.0.0.

Test Infrastructure for AutoRest

Index

Constants

View Source
const (
	// DefaultBaseURI is the default URI used for the service Numbergroup
	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 BaseClient

type BaseClient struct {
	autorest.Client
	BaseURI string
}

BaseClient is the base client for Numbergroup.

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 Decimal

type Decimal struct {
	autorest.Response `json:"-"`
	Value             *decimal.Decimal `json:"value,omitempty"`
}

Decimal ...

type Error

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

Error ...

type Float64

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

Float64 ...

type NumberClient

type NumberClient struct {
	BaseClient
}

NumberClient is the test Infrastructure for AutoRest

func NewNumberClient

func NewNumberClient() NumberClient

NewNumberClient creates an instance of the NumberClient client.

func NewNumberClientWithBaseURI

func NewNumberClientWithBaseURI(baseURI string) NumberClient

NewNumberClientWithBaseURI creates an instance of the NumberClient 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 (NumberClient) GetBigDecimal

func (client NumberClient) GetBigDecimal(ctx context.Context) (result Decimal, err error)

GetBigDecimal get big decimal value 2.5976931e+101

func (NumberClient) GetBigDecimalNegativeDecimal

func (client NumberClient) GetBigDecimalNegativeDecimal(ctx context.Context) (result Decimal, err error)

GetBigDecimalNegativeDecimal get big decimal value -99999999.99

func (NumberClient) GetBigDecimalNegativeDecimalPreparer

func (client NumberClient) GetBigDecimalNegativeDecimalPreparer(ctx context.Context) (*http.Request, error)

GetBigDecimalNegativeDecimalPreparer prepares the GetBigDecimalNegativeDecimal request.

func (NumberClient) GetBigDecimalNegativeDecimalResponder

func (client NumberClient) GetBigDecimalNegativeDecimalResponder(resp *http.Response) (result Decimal, err error)

GetBigDecimalNegativeDecimalResponder handles the response to the GetBigDecimalNegativeDecimal request. The method always closes the http.Response Body.

func (NumberClient) GetBigDecimalNegativeDecimalSender

func (client NumberClient) GetBigDecimalNegativeDecimalSender(req *http.Request) (*http.Response, error)

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

func (NumberClient) GetBigDecimalPositiveDecimal

func (client NumberClient) GetBigDecimalPositiveDecimal(ctx context.Context) (result Decimal, err error)

GetBigDecimalPositiveDecimal get big decimal value 99999999.99

func (NumberClient) GetBigDecimalPositiveDecimalPreparer

func (client NumberClient) GetBigDecimalPositiveDecimalPreparer(ctx context.Context) (*http.Request, error)

GetBigDecimalPositiveDecimalPreparer prepares the GetBigDecimalPositiveDecimal request.

func (NumberClient) GetBigDecimalPositiveDecimalResponder

func (client NumberClient) GetBigDecimalPositiveDecimalResponder(resp *http.Response) (result Decimal, err error)

GetBigDecimalPositiveDecimalResponder handles the response to the GetBigDecimalPositiveDecimal request. The method always closes the http.Response Body.

func (NumberClient) GetBigDecimalPositiveDecimalSender

func (client NumberClient) GetBigDecimalPositiveDecimalSender(req *http.Request) (*http.Response, error)

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

func (NumberClient) GetBigDecimalPreparer

func (client NumberClient) GetBigDecimalPreparer(ctx context.Context) (*http.Request, error)

GetBigDecimalPreparer prepares the GetBigDecimal request.

func (NumberClient) GetBigDecimalResponder

func (client NumberClient) GetBigDecimalResponder(resp *http.Response) (result Decimal, err error)

GetBigDecimalResponder handles the response to the GetBigDecimal request. The method always closes the http.Response Body.

func (NumberClient) GetBigDecimalSender

func (client NumberClient) GetBigDecimalSender(req *http.Request) (*http.Response, error)

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

func (NumberClient) GetBigDouble

func (client NumberClient) GetBigDouble(ctx context.Context) (result Float64, err error)

GetBigDouble get big double value 2.5976931e+101

func (NumberClient) GetBigDoubleNegativeDecimal

func (client NumberClient) GetBigDoubleNegativeDecimal(ctx context.Context) (result Float64, err error)

GetBigDoubleNegativeDecimal get big double value -99999999.99

func (NumberClient) GetBigDoubleNegativeDecimalPreparer

func (client NumberClient) GetBigDoubleNegativeDecimalPreparer(ctx context.Context) (*http.Request, error)

GetBigDoubleNegativeDecimalPreparer prepares the GetBigDoubleNegativeDecimal request.

func (NumberClient) GetBigDoubleNegativeDecimalResponder

func (client NumberClient) GetBigDoubleNegativeDecimalResponder(resp *http.Response) (result Float64, err error)

GetBigDoubleNegativeDecimalResponder handles the response to the GetBigDoubleNegativeDecimal request. The method always closes the http.Response Body.

func (NumberClient) GetBigDoubleNegativeDecimalSender

func (client NumberClient) GetBigDoubleNegativeDecimalSender(req *http.Request) (*http.Response, error)

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

func (NumberClient) GetBigDoublePositiveDecimal

func (client NumberClient) GetBigDoublePositiveDecimal(ctx context.Context) (result Float64, err error)

GetBigDoublePositiveDecimal get big double value 99999999.99

func (NumberClient) GetBigDoublePositiveDecimalPreparer

func (client NumberClient) GetBigDoublePositiveDecimalPreparer(ctx context.Context) (*http.Request, error)

GetBigDoublePositiveDecimalPreparer prepares the GetBigDoublePositiveDecimal request.

func (NumberClient) GetBigDoublePositiveDecimalResponder

func (client NumberClient) GetBigDoublePositiveDecimalResponder(resp *http.Response) (result Float64, err error)

GetBigDoublePositiveDecimalResponder handles the response to the GetBigDoublePositiveDecimal request. The method always closes the http.Response Body.

func (NumberClient) GetBigDoublePositiveDecimalSender

func (client NumberClient) GetBigDoublePositiveDecimalSender(req *http.Request) (*http.Response, error)

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

func (NumberClient) GetBigDoublePreparer

func (client NumberClient) GetBigDoublePreparer(ctx context.Context) (*http.Request, error)

GetBigDoublePreparer prepares the GetBigDouble request.

func (NumberClient) GetBigDoubleResponder

func (client NumberClient) GetBigDoubleResponder(resp *http.Response) (result Float64, err error)

GetBigDoubleResponder handles the response to the GetBigDouble request. The method always closes the http.Response Body.

func (NumberClient) GetBigDoubleSender

func (client NumberClient) GetBigDoubleSender(req *http.Request) (*http.Response, error)

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

func (NumberClient) GetBigFloat

func (client NumberClient) GetBigFloat(ctx context.Context) (result Float64, err error)

GetBigFloat get big float value 3.402823e+20

func (NumberClient) GetBigFloatPreparer

func (client NumberClient) GetBigFloatPreparer(ctx context.Context) (*http.Request, error)

GetBigFloatPreparer prepares the GetBigFloat request.

func (NumberClient) GetBigFloatResponder

func (client NumberClient) GetBigFloatResponder(resp *http.Response) (result Float64, err error)

GetBigFloatResponder handles the response to the GetBigFloat request. The method always closes the http.Response Body.

func (NumberClient) GetBigFloatSender

func (client NumberClient) GetBigFloatSender(req *http.Request) (*http.Response, error)

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

func (NumberClient) GetInvalidDecimal

func (client NumberClient) GetInvalidDecimal(ctx context.Context) (result Decimal, err error)

GetInvalidDecimal get invalid decimal Number value

func (NumberClient) GetInvalidDecimalPreparer

func (client NumberClient) GetInvalidDecimalPreparer(ctx context.Context) (*http.Request, error)

GetInvalidDecimalPreparer prepares the GetInvalidDecimal request.

func (NumberClient) GetInvalidDecimalResponder

func (client NumberClient) GetInvalidDecimalResponder(resp *http.Response) (result Decimal, err error)

GetInvalidDecimalResponder handles the response to the GetInvalidDecimal request. The method always closes the http.Response Body.

func (NumberClient) GetInvalidDecimalSender

func (client NumberClient) GetInvalidDecimalSender(req *http.Request) (*http.Response, error)

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

func (NumberClient) GetInvalidDouble

func (client NumberClient) GetInvalidDouble(ctx context.Context) (result Float64, err error)

GetInvalidDouble get invalid double Number value

func (NumberClient) GetInvalidDoublePreparer

func (client NumberClient) GetInvalidDoublePreparer(ctx context.Context) (*http.Request, error)

GetInvalidDoublePreparer prepares the GetInvalidDouble request.

func (NumberClient) GetInvalidDoubleResponder

func (client NumberClient) GetInvalidDoubleResponder(resp *http.Response) (result Float64, err error)

GetInvalidDoubleResponder handles the response to the GetInvalidDouble request. The method always closes the http.Response Body.

func (NumberClient) GetInvalidDoubleSender

func (client NumberClient) GetInvalidDoubleSender(req *http.Request) (*http.Response, error)

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

func (NumberClient) GetInvalidFloat

func (client NumberClient) GetInvalidFloat(ctx context.Context) (result Float64, err error)

GetInvalidFloat get invalid float Number value

func (NumberClient) GetInvalidFloatPreparer

func (client NumberClient) GetInvalidFloatPreparer(ctx context.Context) (*http.Request, error)

GetInvalidFloatPreparer prepares the GetInvalidFloat request.

func (NumberClient) GetInvalidFloatResponder

func (client NumberClient) GetInvalidFloatResponder(resp *http.Response) (result Float64, err error)

GetInvalidFloatResponder handles the response to the GetInvalidFloat request. The method always closes the http.Response Body.

func (NumberClient) GetInvalidFloatSender

func (client NumberClient) GetInvalidFloatSender(req *http.Request) (*http.Response, error)

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

func (NumberClient) GetNull

func (client NumberClient) GetNull(ctx context.Context) (result Float64, err error)

GetNull get null Number value

func (NumberClient) GetNullPreparer

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

GetNullPreparer prepares the GetNull request.

func (NumberClient) GetNullResponder

func (client NumberClient) GetNullResponder(resp *http.Response) (result Float64, err error)

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

func (NumberClient) GetNullSender

func (client NumberClient) 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 (NumberClient) GetSmallDecimal

func (client NumberClient) GetSmallDecimal(ctx context.Context) (result Decimal, err error)

GetSmallDecimal get small decimal value 2.5976931e-101

func (NumberClient) GetSmallDecimalPreparer

func (client NumberClient) GetSmallDecimalPreparer(ctx context.Context) (*http.Request, error)

GetSmallDecimalPreparer prepares the GetSmallDecimal request.

func (NumberClient) GetSmallDecimalResponder

func (client NumberClient) GetSmallDecimalResponder(resp *http.Response) (result Decimal, err error)

GetSmallDecimalResponder handles the response to the GetSmallDecimal request. The method always closes the http.Response Body.

func (NumberClient) GetSmallDecimalSender

func (client NumberClient) GetSmallDecimalSender(req *http.Request) (*http.Response, error)

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

func (NumberClient) GetSmallDouble

func (client NumberClient) GetSmallDouble(ctx context.Context) (result Float64, err error)

GetSmallDouble get big double value 2.5976931e-101

func (NumberClient) GetSmallDoublePreparer

func (client NumberClient) GetSmallDoublePreparer(ctx context.Context) (*http.Request, error)

GetSmallDoublePreparer prepares the GetSmallDouble request.

func (NumberClient) GetSmallDoubleResponder

func (client NumberClient) GetSmallDoubleResponder(resp *http.Response) (result Float64, err error)

GetSmallDoubleResponder handles the response to the GetSmallDouble request. The method always closes the http.Response Body.

func (NumberClient) GetSmallDoubleSender

func (client NumberClient) GetSmallDoubleSender(req *http.Request) (*http.Response, error)

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

func (NumberClient) GetSmallFloat

func (client NumberClient) GetSmallFloat(ctx context.Context) (result Float64, err error)

GetSmallFloat get big double value 3.402823e-20

func (NumberClient) GetSmallFloatPreparer

func (client NumberClient) GetSmallFloatPreparer(ctx context.Context) (*http.Request, error)

GetSmallFloatPreparer prepares the GetSmallFloat request.

func (NumberClient) GetSmallFloatResponder

func (client NumberClient) GetSmallFloatResponder(resp *http.Response) (result Float64, err error)

GetSmallFloatResponder handles the response to the GetSmallFloat request. The method always closes the http.Response Body.

func (NumberClient) GetSmallFloatSender

func (client NumberClient) GetSmallFloatSender(req *http.Request) (*http.Response, error)

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

func (NumberClient) PutBigDecimal

func (client NumberClient) PutBigDecimal(ctx context.Context, numberBody decimal.Decimal) (result autorest.Response, err error)

PutBigDecimal put big decimal value 2.5976931e+101

func (NumberClient) PutBigDecimalNegativeDecimal

func (client NumberClient) PutBigDecimalNegativeDecimal(ctx context.Context) (result autorest.Response, err error)

PutBigDecimalNegativeDecimal put big decimal value -99999999.99

func (NumberClient) PutBigDecimalNegativeDecimalPreparer

func (client NumberClient) PutBigDecimalNegativeDecimalPreparer(ctx context.Context) (*http.Request, error)

PutBigDecimalNegativeDecimalPreparer prepares the PutBigDecimalNegativeDecimal request.

func (NumberClient) PutBigDecimalNegativeDecimalResponder

func (client NumberClient) PutBigDecimalNegativeDecimalResponder(resp *http.Response) (result autorest.Response, err error)

PutBigDecimalNegativeDecimalResponder handles the response to the PutBigDecimalNegativeDecimal request. The method always closes the http.Response Body.

func (NumberClient) PutBigDecimalNegativeDecimalSender

func (client NumberClient) PutBigDecimalNegativeDecimalSender(req *http.Request) (*http.Response, error)

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

func (NumberClient) PutBigDecimalPositiveDecimal

func (client NumberClient) PutBigDecimalPositiveDecimal(ctx context.Context) (result autorest.Response, err error)

PutBigDecimalPositiveDecimal put big decimal value 99999999.99

func (NumberClient) PutBigDecimalPositiveDecimalPreparer

func (client NumberClient) PutBigDecimalPositiveDecimalPreparer(ctx context.Context) (*http.Request, error)

PutBigDecimalPositiveDecimalPreparer prepares the PutBigDecimalPositiveDecimal request.

func (NumberClient) PutBigDecimalPositiveDecimalResponder

func (client NumberClient) PutBigDecimalPositiveDecimalResponder(resp *http.Response) (result autorest.Response, err error)

PutBigDecimalPositiveDecimalResponder handles the response to the PutBigDecimalPositiveDecimal request. The method always closes the http.Response Body.

func (NumberClient) PutBigDecimalPositiveDecimalSender

func (client NumberClient) PutBigDecimalPositiveDecimalSender(req *http.Request) (*http.Response, error)

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

func (NumberClient) PutBigDecimalPreparer

func (client NumberClient) PutBigDecimalPreparer(ctx context.Context, numberBody decimal.Decimal) (*http.Request, error)

PutBigDecimalPreparer prepares the PutBigDecimal request.

func (NumberClient) PutBigDecimalResponder

func (client NumberClient) PutBigDecimalResponder(resp *http.Response) (result autorest.Response, err error)

PutBigDecimalResponder handles the response to the PutBigDecimal request. The method always closes the http.Response Body.

func (NumberClient) PutBigDecimalSender

func (client NumberClient) PutBigDecimalSender(req *http.Request) (*http.Response, error)

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

func (NumberClient) PutBigDouble

func (client NumberClient) PutBigDouble(ctx context.Context, numberBody float64) (result autorest.Response, err error)

PutBigDouble put big double value 2.5976931e+101

func (NumberClient) PutBigDoubleNegativeDecimal

func (client NumberClient) PutBigDoubleNegativeDecimal(ctx context.Context) (result autorest.Response, err error)

PutBigDoubleNegativeDecimal put big double value -99999999.99

func (NumberClient) PutBigDoubleNegativeDecimalPreparer

func (client NumberClient) PutBigDoubleNegativeDecimalPreparer(ctx context.Context) (*http.Request, error)

PutBigDoubleNegativeDecimalPreparer prepares the PutBigDoubleNegativeDecimal request.

func (NumberClient) PutBigDoubleNegativeDecimalResponder

func (client NumberClient) PutBigDoubleNegativeDecimalResponder(resp *http.Response) (result autorest.Response, err error)

PutBigDoubleNegativeDecimalResponder handles the response to the PutBigDoubleNegativeDecimal request. The method always closes the http.Response Body.

func (NumberClient) PutBigDoubleNegativeDecimalSender

func (client NumberClient) PutBigDoubleNegativeDecimalSender(req *http.Request) (*http.Response, error)

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

func (NumberClient) PutBigDoublePositiveDecimal

func (client NumberClient) PutBigDoublePositiveDecimal(ctx context.Context) (result autorest.Response, err error)

PutBigDoublePositiveDecimal put big double value 99999999.99

func (NumberClient) PutBigDoublePositiveDecimalPreparer

func (client NumberClient) PutBigDoublePositiveDecimalPreparer(ctx context.Context) (*http.Request, error)

PutBigDoublePositiveDecimalPreparer prepares the PutBigDoublePositiveDecimal request.

func (NumberClient) PutBigDoublePositiveDecimalResponder

func (client NumberClient) PutBigDoublePositiveDecimalResponder(resp *http.Response) (result autorest.Response, err error)

PutBigDoublePositiveDecimalResponder handles the response to the PutBigDoublePositiveDecimal request. The method always closes the http.Response Body.

func (NumberClient) PutBigDoublePositiveDecimalSender

func (client NumberClient) PutBigDoublePositiveDecimalSender(req *http.Request) (*http.Response, error)

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

func (NumberClient) PutBigDoublePreparer

func (client NumberClient) PutBigDoublePreparer(ctx context.Context, numberBody float64) (*http.Request, error)

PutBigDoublePreparer prepares the PutBigDouble request.

func (NumberClient) PutBigDoubleResponder

func (client NumberClient) PutBigDoubleResponder(resp *http.Response) (result autorest.Response, err error)

PutBigDoubleResponder handles the response to the PutBigDouble request. The method always closes the http.Response Body.

func (NumberClient) PutBigDoubleSender

func (client NumberClient) PutBigDoubleSender(req *http.Request) (*http.Response, error)

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

func (NumberClient) PutBigFloat

func (client NumberClient) PutBigFloat(ctx context.Context, numberBody float64) (result autorest.Response, err error)

PutBigFloat put big float value 3.402823e+20

func (NumberClient) PutBigFloatPreparer

func (client NumberClient) PutBigFloatPreparer(ctx context.Context, numberBody float64) (*http.Request, error)

PutBigFloatPreparer prepares the PutBigFloat request.

func (NumberClient) PutBigFloatResponder

func (client NumberClient) PutBigFloatResponder(resp *http.Response) (result autorest.Response, err error)

PutBigFloatResponder handles the response to the PutBigFloat request. The method always closes the http.Response Body.

func (NumberClient) PutBigFloatSender

func (client NumberClient) PutBigFloatSender(req *http.Request) (*http.Response, error)

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

func (NumberClient) PutSmallDecimal

func (client NumberClient) PutSmallDecimal(ctx context.Context, numberBody decimal.Decimal) (result autorest.Response, err error)

PutSmallDecimal put small decimal value 2.5976931e-101

func (NumberClient) PutSmallDecimalPreparer

func (client NumberClient) PutSmallDecimalPreparer(ctx context.Context, numberBody decimal.Decimal) (*http.Request, error)

PutSmallDecimalPreparer prepares the PutSmallDecimal request.

func (NumberClient) PutSmallDecimalResponder

func (client NumberClient) PutSmallDecimalResponder(resp *http.Response) (result autorest.Response, err error)

PutSmallDecimalResponder handles the response to the PutSmallDecimal request. The method always closes the http.Response Body.

func (NumberClient) PutSmallDecimalSender

func (client NumberClient) PutSmallDecimalSender(req *http.Request) (*http.Response, error)

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

func (NumberClient) PutSmallDouble

func (client NumberClient) PutSmallDouble(ctx context.Context, numberBody float64) (result autorest.Response, err error)

PutSmallDouble put small double value 2.5976931e-101

func (NumberClient) PutSmallDoublePreparer

func (client NumberClient) PutSmallDoublePreparer(ctx context.Context, numberBody float64) (*http.Request, error)

PutSmallDoublePreparer prepares the PutSmallDouble request.

func (NumberClient) PutSmallDoubleResponder

func (client NumberClient) PutSmallDoubleResponder(resp *http.Response) (result autorest.Response, err error)

PutSmallDoubleResponder handles the response to the PutSmallDouble request. The method always closes the http.Response Body.

func (NumberClient) PutSmallDoubleSender

func (client NumberClient) PutSmallDoubleSender(req *http.Request) (*http.Response, error)

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

func (NumberClient) PutSmallFloat

func (client NumberClient) PutSmallFloat(ctx context.Context, numberBody float64) (result autorest.Response, err error)

PutSmallFloat put small float value 3.402823e-20

func (NumberClient) PutSmallFloatPreparer

func (client NumberClient) PutSmallFloatPreparer(ctx context.Context, numberBody float64) (*http.Request, error)

PutSmallFloatPreparer prepares the PutSmallFloat request.

func (NumberClient) PutSmallFloatResponder

func (client NumberClient) PutSmallFloatResponder(resp *http.Response) (result autorest.Response, err error)

PutSmallFloatResponder handles the response to the PutSmallFloat request. The method always closes the http.Response Body.

func (NumberClient) PutSmallFloatSender

func (client NumberClient) PutSmallFloatSender(req *http.Request) (*http.Response, error)

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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