value

package
v0.0.0-...-4146708 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Value

type Value interface {
	Bool() bool
	Uint() uint
	Int() int
	Int32() int32
	Int64() int64
	Float32() float32
	Float64() float64
	String() string
	Time() time.Time
	Duration() time.Duration
	StringSlice() []string
	StringMap() map[string]string
	Scan(val interface{}) error
	Bytes() []byte
}

Value represents a value of any type

type Values

type Values interface {
	Bytes() []byte
	Value(key string) Value
	Scan(val interface{}) error
	Map() map[string]interface{}
}

Values is returned by the reader

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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