Documentation
¶
Overview ¶
Package express converts a postfix template expression into tapestry commands. Currently, it expects the user to define an activity pattern "print_name" to handle {.object} expressions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func Convert ¶
func Convert(xs template.Expression) (ret interface{}, err error)
Express converts a postfix expression into commands.
func WalkProperties ¶
func WalkProperties(rtype r.Type, fn PropertyFunc) (done bool)
Types ¶
type PropertyFunc ¶
type PropertyFunc func(f *r.StructField, path []int) (done bool)
Click to show internal directories.
Click to hide internal directories.