types

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Byte32 added in v0.0.2

type Byte32 [32]byte

func Byte32FromFieldData added in v0.0.2

func Byte32FromFieldData(
	data *framework.FieldData,
	key string,
	errs *multierror.Error,
) (*Byte32, bool, *multierror.Error)

func (Byte32) MarshalJSON added in v0.0.2

func (b Byte32) MarshalJSON() ([]byte, error)

func (Byte32) String added in v0.0.2

func (b Byte32) String() string

func (*Byte32) UnmarshalJSON added in v0.0.2

func (b *Byte32) UnmarshalJSON(data []byte) error

type Byte48

type Byte48 [48]byte

func Byte48FromFieldData added in v0.0.2

func Byte48FromFieldData(
	data *framework.FieldData,
	key string,
	errs *multierror.Error,
) (*Byte48, bool, *multierror.Error)

func (Byte48) MarshalJSON

func (b Byte48) MarshalJSON() ([]byte, error)

func (Byte48) String added in v0.0.2

func (b Byte48) String() string

func (*Byte48) UnmarshalJSON

func (b *Byte48) UnmarshalJSON(data []byte) error

type Byte8

type Byte8 [8]byte

type Bytes added in v0.0.2

type Bytes []byte

func BytesFromFieldData added in v0.0.2

func BytesFromFieldData(
	data *framework.FieldData,
	key string,
	errs *multierror.Error,
) (Bytes, bool, *multierror.Error)

func (Bytes) MarshalJSON added in v0.0.2

func (b Bytes) MarshalJSON() ([]byte, error)

func (Bytes) String added in v0.0.2

func (b Bytes) String() string

func (*Bytes) UnmarshalJSON added in v0.0.2

func (b *Bytes) UnmarshalJSON(data []byte) error

Jump to

Keyboard shortcuts

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