mirror of
https://github.com/foomo/sesamy-go.git
synced 2025-10-16 12:35:43 +00:00
6 lines
102 B
Go
6 lines
102 B
Go
package params
|
|
|
|
type TracifyPageView struct {
|
|
PageLocation string `json:"page_location,omitempty"`
|
|
}
|