mirror of
https://github.com/foomo/sesamy-go.git
synced 2025-10-16 12:35:43 +00:00
8 lines
232 B
Go
8 lines
232 B
Go
package params
|
|
|
|
// Exception https://developers.google.com/tag-platform/gtagjs/reference/events#parameters_12
|
|
type Exception struct {
|
|
Description string `json:"description,omitempty"`
|
|
Fatal bool `json:"fatal,omitempty"`
|
|
}
|