types

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BoolString

type BoolString bool

func (*BoolString) UnmarshalCSV

func (b *BoolString) UnmarshalCSV(csv string) (err error)

type DateTime

type DateTime time.Time

func (*DateTime) Scan

func (dt *DateTime) Scan(src interface{}) error

func (*DateTime) UnmarshalCSV

func (dt *DateTime) UnmarshalCSV(csv string) (err error)

func (*DateTime) UnmarshalJSON

func (dt *DateTime) UnmarshalJSON(b []byte) error

func (*DateTime) UnmarshalText

func (dt *DateTime) UnmarshalText(text []byte) error

func (DateTime) Value

func (dt DateTime) Value() (driver.Value, error)

type NullableBool

type NullableBool struct {
	sql.NullBool
}

func (*NullableBool) UnmarshalCSV

func (b *NullableBool) UnmarshalCSV(csv string) error

Jump to

Keyboard shortcuts

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