Searched defs:NullString (Results 1 – 1 of 1) sorted by relevance
198 type NullString struct { struct199 String string200 Valid bool // Valid is true if String is not NULL204 func (ns *NullString) Scan(value any) error {214 func (ns NullString) Value() (driver.Value, error) {