elasticstream/config/config.go

9 lines
110 B
Go
Raw Normal View History

2024-10-07 16:26:41 +05:30
package config
2024-10-03 12:40:46 +05:30
type Config struct {
2024-10-07 15:25:13 +05:30
Host string
2024-10-03 14:04:17 +05:30
Indexes []string
2024-10-03 12:40:46 +05:30
BatchSize int
2024-10-03 21:34:57 +05:30
DBPath string
2024-10-03 12:40:46 +05:30
}