types

package
v0.0.0-...-5a7e91a Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2015 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Array

type Array struct {
	// contains filtered or unexported fields
}

func (*Array) MarshalJSON

func (a *Array) MarshalJSON() ([]byte, error)

func (Array) Split

func (a Array) Split() []string

func (Array) String

func (a Array) String() string

func (*Array) UnmarshalJSON

func (a *Array) UnmarshalJSON(b []byte) error

type Point

type Point struct {
	// contains filtered or unexported fields
}

func (*Point) MarshalJSON

func (p *Point) MarshalJSON() ([]byte, error)

func (Point) String

func (p Point) String() string

func (*Point) UnmarshalJSON

func (p *Point) UnmarshalJSON(b []byte) error

type Timestamp

type Timestamp time.Time

func (*Timestamp) MarshalJSON

func (ts *Timestamp) MarshalJSON() ([]byte, error)

func (*Timestamp) Scan

func (ts *Timestamp) Scan(src interface{}) error

func (Timestamp) String

func (ts Timestamp) String() string

func (*Timestamp) UnmarshalJSON

func (ts *Timestamp) UnmarshalJSON(b []byte) error

func (Timestamp) Value

func (ts Timestamp) Value() (driver.Value, error)

type Tuple

type Tuple map[string]interface{}

("(id,4b663084-3f6c-41c2-821a-3e36c924ccbf)","(title,Test)"),("(id,113426a9-6f32-4947-9d6b-ac195bd8c460)","(title,Default)")

func (*Tuple) Scan

func (t *Tuple) Scan(src interface{}) error

type TupleList

type TupleList []Tuple

func (*TupleList) Scan

func (tl *TupleList) Scan(src interface{}) error

type WallClock

type WallClock time.Time

func (*WallClock) MarshalJSON

func (wc *WallClock) MarshalJSON() ([]byte, error)

func (*WallClock) Scan

func (wc *WallClock) Scan(src interface{}) error

func (WallClock) String

func (wc WallClock) String() string

func (*WallClock) UnmarshalJSON

func (wc *WallClock) UnmarshalJSON(b []byte) error

func (WallClock) Value

func (wc WallClock) Value() (driver.Value, error)

Jump to

Keyboard shortcuts

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