elasticstream/config/config.go

9 lines
110 B
Go

package config
type Config struct {
Host string
Indexes []string
BatchSize int
DBPath string
}