exporters

package
v0.0.0-...-32485fb Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Exportable

type Exportable[T any] interface {
	Export(ExporterSetter[T])
}

type ExporterSetter

type ExporterSetter[T any] interface {
	SetState(T)
}

type StringExporter

type StringExporter string

func (*StringExporter) SetState

func (ex *StringExporter) SetState(value string)

func (StringExporter) Value

func (ex StringExporter) Value() (driver.Value, error)

type Uint8Exporter

type Uint8Exporter uint8

func (*Uint8Exporter) SetState

func (ex *Uint8Exporter) SetState(value uint8)

func (Uint8Exporter) String

func (ex Uint8Exporter) String() string

func (Uint8Exporter) Value

func (ex Uint8Exporter) Value() (driver.Value, error)

type UintExporter

type UintExporter uint

func (*UintExporter) SetState

func (ex *UintExporter) SetState(value uint)

func (UintExporter) String

func (ex UintExporter) String() string

func (UintExporter) Value

func (ex UintExporter) Value() (driver.Value, error)

type UuidExporter

type UuidExporter uuid.Uuid

func (*UuidExporter) SetState

func (ex *UuidExporter) SetState(value uuid.Uuid)

func (UuidExporter) Value

func (ex UuidExporter) Value() (driver.Value, error)

Jump to

Keyboard shortcuts

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