gormGIS

package module
v0.0.0-...-03632ff Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2016 License: MIT Imports: 5 Imported by: 0

README

gormGIS

Add simple types to use PostGIS with library gorm for GO lang

Types supported

  • geometry(Geometry,4326)

Documentation

Overview

Based on https://github.com/jinzhu/gorm/issues/142

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GeoPoint

type GeoPoint struct {
	Lng float64 `json:"lng"`
	Lat float64 `json:"lat"`
}

func (*GeoPoint) Scan

func (p *GeoPoint) Scan(val interface{}) error

func (*GeoPoint) String

func (p *GeoPoint) String() string

func (GeoPoint) Value

func (p GeoPoint) Value() (driver.Value, error)

Jump to

Keyboard shortcuts

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