mirror of
https://github.com/foomo/sesamy-cli.git
synced 2025-10-16 12:35:36 +00:00
7 lines
146 B
Go
7 lines
146 B
Go
package config
|
|
|
|
type GT struct {
|
|
ServerContainerURL string `yaml:"server_container_url"`
|
|
EnablePageViews bool `yaml:"enable_page_views"`
|
|
}
|