6 lines
93 B
Go
6 lines
93 B
Go
package amplitude
|
|
|
|
type Config struct {
|
|
Environment string `yaml:"ampli_environment_env"`
|
|
}
|