mirror of
https://github.com/Chipazawra/v8-1c-cluster-pde.git
synced 2025-03-19 21:07:45 +02:00
6 lines
103 B
Go
6 lines
103 B
Go
package puller
|
|
|
|
type PullerConfig struct {
|
|
PULL_EXPOSE string `env:"PULL_EXPOSE" envDefault:"9096"`
|
|
}
|