Home
last modified time | relevance | path

Searched refs:ListCollections (Results 1 – 25 of 197) sorted by relevance

12345678

/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/operation/
H A Dlist_collections.go24 type ListCollections struct { struct
42 return &ListCollections{
109 func (lc *ListCollections) Filter(filter bsoncore.Document) *ListCollections { argument
111 lc = new(ListCollections)
119 func (lc *ListCollections) NameOnly(nameOnly bool) *ListCollections { argument
121 lc = new(ListCollections)
129 func (lc *ListCollections) Session(session *session.Client) *ListCollections { argument
159 func (lc *ListCollections) Crypt(crypt *driver.Crypt) *ListCollections { argument
169 func (lc *ListCollections) Database(database string) *ListCollections { argument
210 func (lc *ListCollections) Retry(retry driver.RetryMode) *ListCollections { argument
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/operation/
H A Dlist_collections.go24 type ListCollections struct { struct
42 return &ListCollections{
109 func (lc *ListCollections) Filter(filter bsoncore.Document) *ListCollections { argument
111 lc = new(ListCollections)
119 func (lc *ListCollections) NameOnly(nameOnly bool) *ListCollections { argument
121 lc = new(ListCollections)
129 func (lc *ListCollections) Session(session *session.Client) *ListCollections { argument
159 func (lc *ListCollections) Crypt(crypt *driver.Crypt) *ListCollections { argument
169 func (lc *ListCollections) Database(database string) *ListCollections { argument
210 func (lc *ListCollections) Retry(retry driver.RetryMode) *ListCollections { argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/operation/
H A Dlist_collections.go24 type ListCollections struct { struct
41 return &ListCollections{
102 func (lc *ListCollections) Filter(filter bsoncore.Document) *ListCollections { argument
104 lc = new(ListCollections)
112 func (lc *ListCollections) NameOnly(nameOnly bool) *ListCollections { argument
114 lc = new(ListCollections)
122 func (lc *ListCollections) Session(session *session.Client) *ListCollections { argument
124 lc = new(ListCollections)
152 func (lc *ListCollections) Crypt(crypt *driver.Crypt) *ListCollections { argument
162 func (lc *ListCollections) Database(database string) *ListCollections { argument
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/operation/
H A Dlist_collections.go24 type ListCollections struct { struct
41 return &ListCollections{
102 func (lc *ListCollections) Filter(filter bsoncore.Document) *ListCollections { argument
104 lc = new(ListCollections)
112 func (lc *ListCollections) NameOnly(nameOnly bool) *ListCollections { argument
114 lc = new(ListCollections)
122 func (lc *ListCollections) Session(session *session.Client) *ListCollections { argument
124 lc = new(ListCollections)
152 func (lc *ListCollections) Crypt(crypt *driver.Crypt) *ListCollections { argument
162 func (lc *ListCollections) Database(database string) *ListCollections { argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-mongodbatlas/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/operation/
H A Dlist_collections.go24 type ListCollections struct { struct
41 return &ListCollections{
102 func (lc *ListCollections) Filter(filter bsoncore.Document) *ListCollections { argument
104 lc = new(ListCollections)
112 func (lc *ListCollections) NameOnly(nameOnly bool) *ListCollections { argument
114 lc = new(ListCollections)
122 func (lc *ListCollections) Session(session *session.Client) *ListCollections { argument
124 lc = new(ListCollections)
152 func (lc *ListCollections) Crypt(crypt *driver.Crypt) *ListCollections { argument
162 func (lc *ListCollections) Database(database string) *ListCollections { argument
[all …]
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/operation/
H A Dlist_collections.go24 type ListCollections struct { struct
41 return &ListCollections{
102 func (lc *ListCollections) Filter(filter bsoncore.Document) *ListCollections { argument
104 lc = new(ListCollections)
112 func (lc *ListCollections) NameOnly(nameOnly bool) *ListCollections { argument
114 lc = new(ListCollections)
122 func (lc *ListCollections) Session(session *session.Client) *ListCollections { argument
124 lc = new(ListCollections)
152 func (lc *ListCollections) Crypt(crypt *driver.Crypt) *ListCollections { argument
162 func (lc *ListCollections) Database(database string) *ListCollections { argument
[all …]
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/operation/
H A Dlist_collections.go24 type ListCollections struct { struct
41 return &ListCollections{
102 func (lc *ListCollections) Filter(filter bsoncore.Document) *ListCollections { argument
104 lc = new(ListCollections)
112 func (lc *ListCollections) NameOnly(nameOnly bool) *ListCollections { argument
114 lc = new(ListCollections)
122 func (lc *ListCollections) Session(session *session.Client) *ListCollections { argument
124 lc = new(ListCollections)
152 func (lc *ListCollections) Crypt(crypt *driver.Crypt) *ListCollections { argument
162 func (lc *ListCollections) Database(database string) *ListCollections { argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/data/retryable-reads/
H A DlistCollections-serverErrors.yml16 description: "ListCollections succeeds after InterruptedAtShutdown"
41 description: "ListCollections succeeds after NotMaster"
50 description: "ListCollections succeeds after NotMasterNoSlaveOk"
59 description: "ListCollections succeeds after NotMasterOrSecondary"
68 description: "ListCollections succeeds after PrimarySteppedDown"
77 description: "ListCollections succeeds after ShutdownInProgress"
86 description: "ListCollections succeeds after HostNotFound"
95 description: "ListCollections succeeds after HostUnreachable"
104 description: "ListCollections succeeds after NetworkTimeout"
113 description: "ListCollections succeeds after SocketException"
[all …]
H A DlistCollections.yml16 description: "ListCollections succeeds on first attempt"
27 description: "ListCollections succeeds on second attempt"
40 description: "ListCollections fails on first attempt"
51 description: "ListCollections fails on second attempt"
/dports/databases/p5-MongoDB/MongoDB-v2.2.2/t/data/retryable-reads/
H A DlistCollections-serverErrors.yml16 description: "ListCollections succeeds after InterruptedAtShutdown"
41 description: "ListCollections succeeds after NotMaster"
50 description: "ListCollections succeeds after NotMasterNoSlaveOk"
59 description: "ListCollections succeeds after NotMasterOrSecondary"
68 description: "ListCollections succeeds after PrimarySteppedDown"
77 description: "ListCollections succeeds after ShutdownInProgress"
86 description: "ListCollections succeeds after HostNotFound"
95 description: "ListCollections succeeds after HostUnreachable"
104 description: "ListCollections succeeds after NetworkTimeout"
113 description: "ListCollections succeeds after SocketException"
[all …]
H A DlistCollections.yml16 description: "ListCollections succeeds on first attempt"
27 description: "ListCollections succeeds on second attempt"
40 description: "ListCollections fails on first attempt"
51 description: "ListCollections fails on second attempt"
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/data/retryable-reads/
H A DlistCollections-serverErrors.yml16 description: "ListCollections succeeds after InterruptedAtShutdown"
41 description: "ListCollections succeeds after NotMaster"
50 description: "ListCollections succeeds after NotMasterNoSlaveOk"
59 description: "ListCollections succeeds after NotMasterOrSecondary"
68 description: "ListCollections succeeds after PrimarySteppedDown"
77 description: "ListCollections succeeds after ShutdownInProgress"
86 description: "ListCollections succeeds after HostNotFound"
95 description: "ListCollections succeeds after HostUnreachable"
104 description: "ListCollections succeeds after NetworkTimeout"
113 description: "ListCollections succeeds after SocketException"
[all …]
H A DlistCollections.yml16 description: "ListCollections succeeds on first attempt"
27 description: "ListCollections succeeds on second attempt"
40 description: "ListCollections fails on first attempt"
51 description: "ListCollections fails on second attempt"
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/data/retryable-reads/
H A DlistCollections-serverErrors.yml16 description: "ListCollections succeeds after InterruptedAtShutdown"
41 description: "ListCollections succeeds after NotMaster"
50 description: "ListCollections succeeds after NotMasterNoSlaveOk"
59 description: "ListCollections succeeds after NotMasterOrSecondary"
68 description: "ListCollections succeeds after PrimarySteppedDown"
77 description: "ListCollections succeeds after ShutdownInProgress"
86 description: "ListCollections succeeds after HostNotFound"
95 description: "ListCollections succeeds after HostUnreachable"
104 description: "ListCollections succeeds after NetworkTimeout"
113 description: "ListCollections succeeds after SocketException"
[all …]
H A DlistCollections.yml16 description: "ListCollections succeeds on first attempt"
27 description: "ListCollections succeeds on second attempt"
40 description: "ListCollections fails on first attempt"
51 description: "ListCollections fails on second attempt"
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/data/retryable-reads/
H A DlistCollections-serverErrors.yml16 description: "ListCollections succeeds after InterruptedAtShutdown"
41 description: "ListCollections succeeds after NotMaster"
50 description: "ListCollections succeeds after NotMasterNoSlaveOk"
59 description: "ListCollections succeeds after NotMasterOrSecondary"
68 description: "ListCollections succeeds after PrimarySteppedDown"
77 description: "ListCollections succeeds after ShutdownInProgress"
86 description: "ListCollections succeeds after HostNotFound"
95 description: "ListCollections succeeds after HostUnreachable"
104 description: "ListCollections succeeds after NetworkTimeout"
113 description: "ListCollections succeeds after SocketException"
[all …]
H A DlistCollections.yml16 description: "ListCollections succeeds on first attempt"
27 description: "ListCollections succeeds on second attempt"
40 description: "ListCollections fails on first attempt"
51 description: "ListCollections fails on second attempt"
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/go.mongodb.org/mongo-driver/data/retryable-reads/
H A DlistCollections-serverErrors.yml16 description: "ListCollections succeeds after InterruptedAtShutdown"
41 description: "ListCollections succeeds after NotMaster"
50 description: "ListCollections succeeds after NotMasterNoSlaveOk"
59 description: "ListCollections succeeds after NotMasterOrSecondary"
68 description: "ListCollections succeeds after PrimarySteppedDown"
77 description: "ListCollections succeeds after ShutdownInProgress"
86 description: "ListCollections succeeds after HostNotFound"
95 description: "ListCollections succeeds after HostUnreachable"
104 description: "ListCollections succeeds after NetworkTimeout"
113 description: "ListCollections succeeds after SocketException"
[all …]
H A DlistCollections.yml16 description: "ListCollections succeeds on first attempt"
27 description: "ListCollections succeeds on second attempt"
40 description: "ListCollections fails on first attempt"
51 description: "ListCollections fails on second attempt"
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/x/network/command/
H A Dlist_collections.go23 type ListCollections struct { struct
37 func (lc *ListCollections) Encode(desc description.SelectedServer) (wiremessage.WireMessage, error)… argument
45 func (lc *ListCollections) encode(desc description.SelectedServer) (*Read, error) { argument
64 func (lc *ListCollections) Decode(desc description.SelectedServer, wm wiremessage.WireMessage) *Lis… argument
73 func (lc *ListCollections) decode(desc description.SelectedServer, rdr bson.Raw) *ListCollections { argument
79 func (lc *ListCollections) Result() (bson.Raw, error) { argument
87 func (lc *ListCollections) Err() error { return lc.err } argument
90 func (lc *ListCollections) RoundTrip(ctx context.Context, desc description.SelectedServer, rw wirem… argument
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/mongo/options/
H A Dlistcollectionsoptions.go16 func ListCollections() *ListCollectionsOptions { func
29 lc := ListCollections()
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/go.mongodb.org/mongo-driver/mongo/options/
H A Dlistcollectionsoptions.go15 func ListCollections() *ListCollectionsOptions { func
28 lc := ListCollections()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-mongodbatlas/vendor/go.mongodb.org/mongo-driver/mongo/options/
H A Dlistcollectionsoptions.go16 func ListCollections() *ListCollectionsOptions { func
29 lc := ListCollections()
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/mongo/options/
H A Dlistcollectionsoptions.go15 func ListCollections() *ListCollectionsOptions { func
28 lc := ListCollections()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/mongo/options/
H A Dlistcollectionsoptions.go15 func ListCollections() *ListCollectionsOptions { func
28 lc := ListCollections()

12345678