diff options
Diffstat (limited to 'vendor/github.com/d5/tengo/objects/user_function.go')
-rw-r--r-- | vendor/github.com/d5/tengo/objects/user_function.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vendor/github.com/d5/tengo/objects/user_function.go b/vendor/github.com/d5/tengo/objects/user_function.go index 1d9bb4f7..a896788b 100644 --- a/vendor/github.com/d5/tengo/objects/user_function.go +++ b/vendor/github.com/d5/tengo/objects/user_function.go @@ -6,8 +6,9 @@ import ( // UserFunction represents a user function. type UserFunction struct { - Name string - Value CallableFunc + Name string + Value CallableFunc + EncodingID string } // TypeName returns the name of the type. |