numbergroupapi

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 NumberClientAPI

type NumberClientAPI interface {
	GetBigDecimal(ctx context.Context) (result numbergroup.Decimal, err error)
	GetBigDecimalNegativeDecimal(ctx context.Context) (result numbergroup.Decimal, err error)
	GetBigDecimalPositiveDecimal(ctx context.Context) (result numbergroup.Decimal, err error)
	GetBigDouble(ctx context.Context) (result numbergroup.Float64, err error)
	GetBigDoubleNegativeDecimal(ctx context.Context) (result numbergroup.Float64, err error)
	GetBigDoublePositiveDecimal(ctx context.Context) (result numbergroup.Float64, err error)
	GetBigFloat(ctx context.Context) (result numbergroup.Float64, err error)
	GetInvalidDecimal(ctx context.Context) (result numbergroup.Decimal, err error)
	GetInvalidDouble(ctx context.Context) (result numbergroup.Float64, err error)
	GetInvalidFloat(ctx context.Context) (result numbergroup.Float64, err error)
	GetNull(ctx context.Context) (result numbergroup.Float64, err error)
	GetSmallDecimal(ctx context.Context) (result numbergroup.Decimal, err error)
	GetSmallDouble(ctx context.Context) (result numbergroup.Float64, err error)
	GetSmallFloat(ctx context.Context) (result numbergroup.Float64, err error)
	PutBigDecimal(ctx context.Context, numberBody decimal.Decimal) (result autorest.Response, err error)
	PutBigDecimalNegativeDecimal(ctx context.Context) (result autorest.Response, err error)
	PutBigDecimalPositiveDecimal(ctx context.Context) (result autorest.Response, err error)
	PutBigDouble(ctx context.Context, numberBody float64) (result autorest.Response, err error)
	PutBigDoubleNegativeDecimal(ctx context.Context) (result autorest.Response, err error)
	PutBigDoublePositiveDecimal(ctx context.Context) (result autorest.Response, err error)
	PutBigFloat(ctx context.Context, numberBody float64) (result autorest.Response, err error)
	PutSmallDecimal(ctx context.Context, numberBody decimal.Decimal) (result autorest.Response, err error)
	PutSmallDouble(ctx context.Context, numberBody float64) (result autorest.Response, err error)
	PutSmallFloat(ctx context.Context, numberBody float64) (result autorest.Response, err error)
}

NumberClientAPI contains the set of methods on the NumberClient type.

Jump to

Keyboard shortcuts

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