testtypes

package
v1.18.0 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Binary

type Binary struct{ Value string }

func (*Binary) MarshalBinary

func (b *Binary) MarshalBinary() ([]byte, error)

func (*Binary) UnmarshalBinary

func (b *Binary) UnmarshalBinary(data []byte) error

type Number

type Number float64

type NumberJSON

type NumberJSON struct{ Value float64 }

func (*NumberJSON) MarshalJSON

func (j *NumberJSON) MarshalJSON() ([]byte, error)

func (*NumberJSON) UnmarshalJSON

func (j *NumberJSON) UnmarshalJSON(data []byte) error

type NumberOgen

type NumberOgen struct{ Value float64 }

func (*NumberOgen) Decode

func (o *NumberOgen) Decode(d *jx.Decoder) error

func (*NumberOgen) Encode

func (o *NumberOgen) Encode(e *jx.Encoder)

type String

type String string

type StringJSON

type StringJSON struct{ Value string }

func (*StringJSON) MarshalJSON

func (j *StringJSON) MarshalJSON() ([]byte, error)

func (*StringJSON) UnmarshalJSON

func (j *StringJSON) UnmarshalJSON(data []byte) error

type StringOgen

type StringOgen struct{ Value string }

func (*StringOgen) Decode

func (o *StringOgen) Decode(d *jx.Decoder) error

func (*StringOgen) Encode

func (o *StringOgen) Encode(e *jx.Encoder)

type Text

type Text struct{ Value string }

func (*Text) MarshalText

func (t *Text) MarshalText() ([]byte, error)

func (*Text) UnmarshalText

func (t *Text) UnmarshalText(data []byte) error

Directories

Path Synopsis
bar
baz
v2
foo

Jump to

Keyboard shortcuts

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