sesamy-cli/pkg/config/conversionlinker.go
2024-11-18 09:55:59 +01:00

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"`
}