Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MySQL ¶
type MySQL struct {
// contains filtered or unexported fields
}
MySQL implements storage.Storage interface
func (*MySQL) GetPointsByDistance ¶
func (m *MySQL) GetPointsByDistance(p model.Point, distance int) (result []model.RelativePoint, err error)
GetPointsByDistance implements points.Storage interface
func (*MySQL) LoadPoints ¶
func (m *MySQL) LoadPoints(reader io.ReadSeeker) (err error)
LoadPoints implements points.Storage interface
Click to show internal directories.
Click to hide internal directories.