Documentation
¶
Index ¶
- func AsBool(source interface{}, state data.Map) (interface{}, error)
- func AsCollection(source interface{}, state data.Map) (interface{}, error)
- func AsData(source interface{}, state data.Map) (interface{}, error)
- func AsFloat(source interface{}, state data.Map) (interface{}, error)
- func AsInt(source interface{}, state data.Map) (interface{}, error)
- func AsMap(source interface{}, state data.Map) (interface{}, error)
- func AsString(source interface{}, state data.Map) (interface{}, error)
- func Base64Decode(source interface{}, state data.Map) (interface{}, error)
- func Base64Encode(source interface{}, state data.Map) (interface{}, error)
- func FormatTime(source interface{}, state data.Map) (interface{}, error)
- func IndexOf(source interface{}, state data.Map) (interface{}, error)
- func Join(args interface{}, state data.Map) (interface{}, error)
- func Keys(source interface{}, state data.Map) (interface{}, error)
- func Length(source interface{}, state data.Map) (interface{}, error)
- func QueryEscape(source interface{}, state data.Map) (interface{}, error)
- func Register(aMap data.Map)
- func Values(source interface{}, state data.Map) (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AsCollection ¶
AsCollection converts source into a slice
func Base64Decode ¶ added in v0.6.6
Base64Decode decodes source using base64.StdEncoding
func Base64Encode ¶ added in v0.6.6
Base64Decode encodes source using base64.StdEncoding
func FormatTime ¶
FormatTime return formatted time, it takes an array of two arguments, the first id time, or now followed by java style time format.
func QueryEscape ¶
QueryEscape returns url escaped text
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.