mirror of
https://github.com/foomo/sesamy-cli.git
synced 2026-06-28 14:10:09 +00:00
10 lines
282 B
Go
10 lines
282 B
Go
package config
|
|
|
|
type Google struct {
|
|
GA4 GA4 `yaml:"ga4"`
|
|
GTM GTM `yaml:"gtm"`
|
|
CredentialsFile string `yaml:"credentials_file"`
|
|
CredentialsJSON string `yaml:"credentials_json"`
|
|
ServerContainerURL string `yaml:"server_container_url"`
|
|
}
|