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
Click to show internal directories.
Click to hide internal directories.