internal

package
v7.0.0-...-707ab24 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 12, 2024 License: BSD-2-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TypeName

func TypeName[T any]() string

func UnmarshalFloatJSON

func UnmarshalFloatJSON(data []byte, value *float64, valid *bool) error

func UnmarshalIntJSON

func UnmarshalIntJSON[T Integer, U int64 | uint64](data []byte, value *T, valid *bool, bits int, parse func(string, int, int) (U, error)) error

func UnmarshalIntText

func UnmarshalIntText[T Integer, U int64 | uint64](text []byte, value *T, valid *bool, bits int, parse func(string, int, int) (U, error)) error

Types

type Integer

type Integer interface {
	int64 | int32 | int16 | byte
}

Jump to

Keyboard shortcuts

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