integergroupapi

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 IntClientAPI

type IntClientAPI interface {
	GetInvalid(ctx context.Context) (result integergroup.Int32, err error)
	GetInvalidUnixTime(ctx context.Context) (result integergroup.UnixTime, err error)
	GetNull(ctx context.Context) (result integergroup.Int32, err error)
	GetNullUnixTime(ctx context.Context) (result integergroup.UnixTime, err error)
	GetOverflowInt32(ctx context.Context) (result integergroup.Int32, err error)
	GetOverflowInt64(ctx context.Context) (result integergroup.Int64, err error)
	GetUnderflowInt32(ctx context.Context) (result integergroup.Int32, err error)
	GetUnderflowInt64(ctx context.Context) (result integergroup.Int64, err error)
	GetUnixTime(ctx context.Context) (result integergroup.UnixTime, err error)
	PutMax32(ctx context.Context, intBody int32) (result autorest.Response, err error)
	PutMax64(ctx context.Context, intBody int64) (result autorest.Response, err error)
	PutMin32(ctx context.Context, intBody int32) (result autorest.Response, err error)
	PutMin64(ctx context.Context, intBody int64) (result autorest.Response, err error)
	PutUnixTimeDate(ctx context.Context, intBody date.UnixTime) (result autorest.Response, err error)
}

IntClientAPI contains the set of methods on the IntClient type.

Jump to

Keyboard shortcuts

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