generate

package
v0.0.0-...-1334a7b Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AppendBool

func AppendBool(dst []byte, b bool) []byte

func AppendByteAsUnicode

func AppendByteAsUnicode(dst []byte, b byte) []byte

func AppendFloat32

func AppendFloat32(dst []byte, f float32) []byte

func AppendFloat64

func AppendFloat64(dst []byte, f float64) []byte

func AppendInt

func AppendInt[T constraints.Signed](dst []byte, i T) []byte

func AppendNull

func AppendNull(dst []byte) []byte

func AppendRawString

func AppendRawString(dst []byte, s string) []byte

func AppendString

func AppendString(dst []byte, s string) []byte

AppendString appends a JSON encoding of a string to the provided byte slice.

func AppendUint

func AppendUint[T constraints.Unsigned](dst []byte, i T) []byte

Types

This section is empty.

Jump to

Keyboard shortcuts

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