github.com/jackc/pgtype.Box.Status (field)

10 uses

	github.com/jackc/pgtype (current package)
		box.go#L16: 	Status Status
		box.go#L24: 	switch dst.Status {
		box.go#L30: 		return dst.Status
		box.go#L40: 		*dst = Box{Status: Null}
		box.go#L81: 	*dst = Box{P: [2]Vec2{{x1, y1}, {x2, y2}}, Status: Present}
		box.go#L87: 		*dst = Box{Status: Null}
		box.go#L105: 		Status: Present,
		box.go#L111: 	switch src.Status {
		box.go#L128: 	switch src.Status {
		box.go#L146: 		*dst = Box{Status: Null}