Documentation
¶
Index ¶
- Constants
- func AppendAsString(args ...interface{}) string
- func Float64ToString(f float64) string
- func FloatToStr(value float64) string
- func FormatDate(date string) string
- func GenerateInlineQR(htmlBody, qrData string) ([]byte, string, error)
- func GetCityTax(value float64) float64
- func GetCityTaxWithoutVat(value float64) float64
- func GetValidFloat(source interface{}) float64
- func GetValidString(source interface{}) string
- func GetVat(value float64) float64
- func GetVatWithCityTax(value float64) float64
- func NumberPrecision(value float64) float64
- func StrToUint(value string) (uint, error)
- type API
Constants ¶
View Source
const ( TimeFormatYYYYMMDDHHMMSS = "20060102150405" TimeFormatYYYYMMDD = "20060102" HttpContentType = "application/x-www-form-urlencoded" HttpAcceptPublic = "application/javascript, application/xml, application/json" HttpAcceptPrivate = "application/json" XForm = "application/x-www-form-urlencoded" XmlContent = "application/xml" )
Variables ¶
This section is empty.
Functions ¶
func AppendAsString ¶
func AppendAsString(args ...interface{}) string
func Float64ToString ¶
func FloatToStr ¶
func FormatDate ¶
func GetCityTax ¶
func GetCityTaxWithoutVat ¶
func GetValidFloat ¶
func GetValidFloat(source interface{}) float64
func GetValidString ¶
func GetValidString(source interface{}) string
func GetVatWithCityTax ¶
func NumberPrecision ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.