mirror of
https://github.com/foomo/sesamy-cli.git
synced 2025-10-16 12:35:36 +00:00
9 lines
216 B
Go
9 lines
216 B
Go
package config
|
|
|
|
type ConversionLinker struct {
|
|
// Enable provider
|
|
Enabled bool `json:"enabled" yaml:"enabled"`
|
|
// Google Consent settings
|
|
GoogleConsent GoogleConsent `json:"googleConsent" yaml:"googleConsent"`
|
|
}
|