mirror of
https://github.com/foomo/sesamy-go.git
synced 2025-10-16 12:35:43 +00:00
feat: use items
This commit is contained in:
parent
0b0a8000aa
commit
199b141f1f
@ -1,6 +1,6 @@
|
||||
package params
|
||||
|
||||
type EmarsysView[I any] struct {
|
||||
Item I `json:"item,omitempty"`
|
||||
Items []I `json:"sitem,omitempty"`
|
||||
PageViewID string `json:"page_view_id,omitempty" dlv:"emarsys.page_view_id"`
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user