types

package
v0.0.0-...-098be99 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Any

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

func (*Any) Any

func (a *Any) Any() any

func (*Any) Boolean

func (a *Any) Boolean() bool

func (*Any) Float

func (a *Any) Float() float64

func (*Any) Int

func (a *Any) Int() int64

func (*Any) Scan

func (a *Any) Scan(v any) error

func (*Any) Set

func (a *Any) Set(val any) *Any

func (*Any) String

func (a *Any) String() string

func (*Any) Time

func (a *Any) Time() time.Time

func (*Any) Uint

func (a *Any) Uint() uint64

func (Any) Value

func (a Any) Value() (driver.Value, error)

type Binary

type Binary []byte

func (*Binary) Scan

func (a *Binary) Scan(v any) error

func (Binary) Value

func (a Binary) Value() (driver.Value, error)

type Text

type Text string

func (*Text) Scan

func (a *Text) Scan(v any) error

func (Text) Value

func (a Text) Value() (driver.Value, error)

Jump to

Keyboard shortcuts

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