Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Value ¶
type Value interface {
Error() error
Raw() string
Scan(v interface{}) error
String() (string, bool)
StringOr(def string) string
Int32() (int32, bool)
Int32Or(def int32) int32
Int64() (int64, bool)
Int64Or(def int64) int64
Bool() (bool, bool)
BoolOr(def bool) bool
Float64() (float64, bool)
Float64Or(def float64) float64
Duration() (time.Duration, bool)
DurationOr(def time.Duration) time.Duration
}
Click to show internal directories.
Click to hide internal directories.