Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Key = func() *rsa.PrivateKey { k, err := rsa.GenerateKey(rand.Reader, 1024) if err != nil { panic(err) } return k }()
Functions ¶
func BoolFromString ¶
func CurrencyValueFromString ¶
func CurrencyValueFromString(s string) *types.CurrencyValue
func DecimalFromString ¶
func IntFromString ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.