dcbot/internal/domain/domain.go

7 lines
110 B
Go
Raw Normal View History

package domain
type NullString struct {
String string
Valid bool // Valid is true if String is not NULL
}