The function parameter model has been modified to support the passing of named parameters
This commit is contained in:
@@ -5,8 +5,10 @@
|
||||
package expr
|
||||
|
||||
const (
|
||||
ParamArgs = "args"
|
||||
ParamCount = "count"
|
||||
ParamItem = "item"
|
||||
ParamIndex = "index"
|
||||
ParamParts = "parts"
|
||||
ParamSeparator = "separator"
|
||||
ParamSource = "source"
|
||||
@@ -19,6 +21,8 @@ const (
|
||||
ParamEllipsis = "..."
|
||||
ParamFilepath = "filepath"
|
||||
ParamDirpath = "dirpath"
|
||||
ParamHandle = "handle"
|
||||
ParamResource = "resource"
|
||||
ParamIterator = "iterator"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user