const minimumSeats …
const maximumSeatsLimit …
const objectsPerSeat …
const watchesPerSeat …
const enableMutatingWorkEstimator …
var eventAdditionalDuration …
type WorkEstimatorConfig …
type ListWorkEstimatorConfig …
type MutatingWorkEstimatorConfig …
func DefaultWorkEstimatorConfig() *WorkEstimatorConfig { … }
func defaultListWorkEstimatorConfig() *ListWorkEstimatorConfig { … }
func defaultMutatingWorkEstimatorConfig() *MutatingWorkEstimatorConfig { … }
func (c *MutatingWorkEstimatorConfig) eventAdditionalDuration() time.Duration { … }