internal

package
v6.15.1 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2018 License: BSD-2-Clause Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrMultiRows = Errorf("pg: multiple rows in result set")
View Source
var ErrNoRows = Errorf("pg: no rows in result set")
View Source
var Logger *log.Logger

Functions

func AssertOneRow

func AssertOneRow(l int) error

func Atoi added in v6.14.4

func Atoi(b []byte) (int, error)

func BytesToString

func BytesToString(b []byte) string

BytesToString converts byte slice to string.

func CamelCased added in v6.9.0

func CamelCased(s string) string

func IsLower added in v6.9.0

func IsLower(c byte) bool

func IsUpper added in v6.9.0

func IsUpper(c byte) bool

func Logf

func Logf(s string, args ...interface{})

func MakeSliceNextElemFunc added in v6.6.6

func MakeSliceNextElemFunc(v reflect.Value) func() reflect.Value

func ParseFloat added in v6.14.4

func ParseFloat(b []byte, bitSize int) (float64, error)

func ParseInt added in v6.14.4

func ParseInt(b []byte, base int, bitSize int) (int64, error)

func ParseUint added in v6.14.4

func ParseUint(b []byte, base int, bitSize int) (uint64, error)

func RetryBackoff

func RetryBackoff(retry int, minBackoff, maxBackoff time.Duration) time.Duration

Retry backoff with jitter sleep to prevent overloaded conditions during intervals https://www.awsarchitectureblog.com/2015/03/backoff.html

func StringToBytes

func StringToBytes(s string) []byte

StringToBytes converts string to byte slice.

func ToExported

func ToExported(s string) string

func ToLower added in v6.9.0

func ToLower(c byte) byte

func ToUpper

func ToUpper(c byte) byte

func Underscore

func Underscore(s string) string

Underscore converts "CamelCasedString" to "camel_cased_string".

func UpperString added in v6.9.0

func UpperString(s string) string

Types

type Error

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

func Errorf

func Errorf(s string, args ...interface{}) Error

func (Error) Error

func (err Error) Error() string

type PGError

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

func NewPGError

func NewPGError(m map[byte]string) PGError

func (PGError) Error

func (err PGError) Error() string

func (PGError) Field

func (err PGError) Field(k byte) string

func (PGError) IntegrityViolation

func (err PGError) IntegrityViolation() bool

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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