-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
Description
Right now bindings are a map so to use a struct I'd need to do something like the following:
bindings := map[string]interface{}{
"data": myStructVariable,
}It would be great if it was possible to pass in a struct directly to keep the liquid code accessing the variables cleaner.
Reactions are currently unavailable