github.com/jackc/pgtype.Path.Closed (field)

5 uses

	github.com/jackc/pgtype (current package)
		path.go#L16: 	Closed bool
		path.go#L78: 	*dst = Path{P: points, Closed: closed, Status: Present}
		path.go#L112: 		Closed: closed,
		path.go#L127: 	if src.Closed {
		path.go#L158: 	if src.Closed {