Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ScanJSONToStructList ¶
ScanJSONToStructList scans a JSON array into a slice of structs.
func ScanLookupList ¶
func ScanRowLookup ¶
func ScanTimestamp ¶
Types ¶
type TextDecoder ¶
func GetCompositeTextScanFunction ¶
func GetCompositeTextScanFunction[T any](subScanPlan []func(*T) any, into *[]*T, callback func() error) TextDecoder
func (TextDecoder) DecodeText ¶
func (dec TextDecoder) DecodeText(_ *pgtype.ConnInfo, src []byte) error
func (TextDecoder) Scan ¶
func (dec TextDecoder) Scan(src any) error
Click to show internal directories.
Click to hide internal directories.