slices

package
v3.41.6+incompatible Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2018 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Float

type Float []float64

func (Float) Interface

func (f Float) Interface() interface{}

func (*Float) Scan

func (s *Float) Scan(src interface{}) error

func (*Float) UnmarshalText

func (s *Float) UnmarshalText(text []byte) error

func (Float) Value

func (s Float) Value() (driver.Value, error)

type Int

type Int []int

func (Int) Interface

func (i Int) Interface() interface{}

func (*Int) Scan

func (s *Int) Scan(src interface{}) error

func (*Int) UnmarshalText

func (s *Int) UnmarshalText(text []byte) error

func (Int) Value

func (s Int) Value() (driver.Value, error)

type Map

type Map map[string]interface{}

func (Map) Interface

func (m Map) Interface() interface{}

func (*Map) Scan

func (s *Map) Scan(src interface{}) error

func (Map) UnmarshalJSON

func (m Map) UnmarshalJSON(b []byte) error

func (Map) UnmarshalText

func (s Map) UnmarshalText(text []byte) error

func (Map) Value

func (s Map) Value() (driver.Value, error)

type String

type String []string

func (String) Format

func (s String) Format(sep string) string

func (String) Interface

func (s String) Interface() interface{}

func (*String) Scan

func (s *String) Scan(src interface{}) error

func (String) TagValue

func (s String) TagValue() string

func (*String) UnmarshalJSON

func (s *String) UnmarshalJSON(data []byte) error

func (*String) UnmarshalText

func (s *String) UnmarshalText(text []byte) error

func (String) Value

func (s String) Value() (driver.Value, error)

type UUID

type UUID []uuid.UUID

func (UUID) Format

func (s UUID) Format(sep string) string

func (UUID) Interface

func (s UUID) Interface() interface{}

func (*UUID) Scan

func (s *UUID) Scan(src interface{}) error

func (UUID) TagValue

func (s UUID) TagValue() string

func (*UUID) UnmarshalJSON

func (s *UUID) UnmarshalJSON(data []byte) error

func (*UUID) UnmarshalText

func (s *UUID) UnmarshalText(text []byte) error

func (UUID) Value

func (s UUID) Value() (driver.Value, error)

Jump to

Keyboard shortcuts

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