9 lines
117 B
Go
9 lines
117 B
Go
|
package elasticstream
|
||
|
|
||
|
type Config struct {
|
||
|
Host string
|
||
|
Indexes []string
|
||
|
BatchSize int
|
||
|
DBPath string
|
||
|
}
|