Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmptyScanner ¶
type EmptyScanner struct{}
func (*EmptyScanner) Scan ¶
func (scanner *EmptyScanner) Scan(any) error
type NullIgnoreScanner ¶
type NullIgnoreScanner struct {
// contains filtered or unexported fields
}
func NewNullIgnoreScanner ¶
func NewNullIgnoreScanner(dst any) *NullIgnoreScanner
func (*NullIgnoreScanner) Scan ¶
func (s *NullIgnoreScanner) Scan(src any) error
Click to show internal directories.
Click to hide internal directories.