types

package
v0.0.0-...-b0ebe96 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 14, 2026 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NullPoint

type NullPoint struct {
	Point Point
	Valid bool
}

func (*NullPoint) Scan

func (np *NullPoint) Scan(value interface{}) error

Scan implements the sql.Scanner interface.

func (NullPoint) Value

func (np NullPoint) Value() (driver.Value, error)

Value implements the driver.Valuer interface.

type Point

type Point struct {
	X float64
	Y float64
}

func (*Point) String

func (p *Point) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL