parent
ed3214ce43
commit
f82e4ddac4
|
@ -9,9 +9,8 @@ import (
|
||||||
|
|
||||||
// Worker describes how many service workers to launch
|
// Worker describes how many service workers to launch
|
||||||
type Worker struct {
|
type Worker struct {
|
||||||
Count int32 `mapstructure:"count,omitempty"`
|
ChannelSize int64 `mapstructure:"channel_size,omitempty"`
|
||||||
Method string `mapstructure:"method,omitempty"`
|
WorkerCount int `mapstructure:"worker_count,omitempty"`
|
||||||
Struct string `mapstructure:"struct,omitempty"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// CacheSize describes how to chunkify resources
|
// CacheSize describes how to chunkify resources
|
||||||
|
|
Loading…
Reference in New Issue