Documentation
¶
Index ¶
- Variables
- func AppendInt(buf []byte, u uint64) []byte
- func Bool(value interface{}) bool
- func Bytes(value interface{}) []byte
- func DecodeInt(buf []byte) uint64
- func DecryptAes(crypted string, key []byte, iv []byte) string
- func EncodeInt(u uint64) []byte
- func EncryptAes(origData string, key []byte, iv []byte) string
- func FixUpperCase(data []byte)
- func Float(value interface{}) float32
- func Float64(value interface{}) float64
- func Floats(value interface{}) []float64
- func If(i bool, a, b interface{}) interface{}
- func Int(value interface{}) int
- func Int64(value interface{}) int64
- func Ints(value interface{}) []int64
- func NewIntEncoder(digits string) (*intEncoder, error)
- func String(value interface{}) string
- func StringIf(i bool, a, b string) string
- func Strings(value interface{}) []string
- func Switch(i uint, args ...interface{}) interface{}
- func UniqueId() string
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func FixUpperCase ¶ added in v0.0.2
func FixUpperCase(data []byte)
func NewIntEncoder ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.