package
Version:
v0.0.0-...-5c774c8
Opens a new window with list of versions in this module.
Published: Aug 16, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ConnectionPoolDetail struct {
MaxPoolSize uint64 `yaml:"maxPoolSize"`
MinPoolSize uint64 `yaml:"minPoolSize"`
MaxIdleTime int64 `yaml:"maxIdleTime"`
MaxConnIdleTime int64 `yaml:"maxConnIdleTime"`
ConnectTimeout int64 `yaml:"connectTimeout"`
}
type ResultCriteria struct {
Filters bson.M `json:"filters"`
Sort bson.D `json:"sort"`
Update bson.M `json:"update"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.