Documentation
¶
Index ¶
- func And(first, second interface{}) interface{}
- func AttachToNode(first interface{}, parent *domu.Node)
- func CanBeNill(first interface{}) bool
- func Cap(first, second interface{}) int
- func Equal(first, second interface{}) bool
- func GreaterThan(first, second interface{}) bool
- func GreaterThanEqualTo(first, second interface{}) bool
- func Index(first interface{}, indexes ...int) (interface{}, error)
- func IsInvalid(first, second interface{}) bool
- func IsNill(first interface{}) bool
- func IsTrue(val interface{}) (truth, ok bool)
- func Len(first interface{}) int
- func LessThan(first, second interface{}) bool
- func LessThanEqualTo(first, second interface{}) bool
- func Not(first interface{}) bool
- func NotEqual(first, second interface{}) bool
- func Or(first, second interface{}) interface{}
- func Print(first interface{}) string
- func Printf(first interface{}, format string) string
- func Println(first interface{}) string
- func Slice(first interface{}, indexes ...int) (interface{}, error)
- func URLQuery(first ...interface{}) string
- func URLQueryEscaper(args ...interface{}) string
- type FuncMap
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AttachToNode ¶
func GreaterThan ¶
func GreaterThan(first, second interface{}) bool
func GreaterThanEqualTo ¶
func GreaterThanEqualTo(first, second interface{}) bool
func IsTrue ¶
func IsTrue(val interface{}) (truth, ok bool)
IsTrue reports whether the value is 'true', in the sense of not the zero of its type, and whether the value has a meaningful truth value. This is the definition of truth used by if and other such actions.
func LessThanEqualTo ¶
func LessThanEqualTo(first, second interface{}) bool
func URLQueryEscaper ¶
func URLQueryEscaper(args ...interface{}) string
URLQueryEscaper returns the escaped value of the textual representation of its arguments in a form suitable for embedding in a URL query.
Types ¶
Click to show internal directories.
Click to hide internal directories.