Documentation
¶
Index ¶
- func Decimal(v string) decimal.Decimal
- func Limit(limit int, max int, args ...int) int
- func Max(args ...int) (max int)
- func Min(args ...int) (min int)
- func ParseInt64(s string) (int64, bool)
- func RandomPin() string
- type Values
- func (v Values) Add(key string, value decimal.Decimal)
- func (v Values) Del(key string)
- func (v Values) Encode() string
- func (v Values) Get(key string) decimal.Decimal
- func (v Values) Merge(other Values)
- func (v *Values) Scan(value interface{}) error
- func (v Values) Set(key string, value decimal.Decimal)
- func (v Values) String() string
- func (v Values) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseInt64 ¶
Types ¶
type Values ¶
func ParseValues ¶
Click to show internal directories.
Click to hide internal directories.