sesamy-cli/pkg/config/gt.go
2024-04-29 10:59:32 +02:00

7 lines
146 B
Go

package config
type GT struct {
ServerContainerURL string `yaml:"server_container_url"`
EnablePageViews bool `yaml:"enable_page_views"`
}