File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Fundamentals
17
17
Indexes </fundamentals/indexes>
18
18
Transactions </fundamentals/transactions>
19
19
Logging </fundamentals/logging>
20
- Run a Database Command </fundamentals/run-command>
20
+ Run a Command </fundamentals/run-command>
21
21
Collations </fundamentals/collations>
22
22
Monitoring </fundamentals/monitoring>
23
23
GridFS </fundamentals/gridfs>
Original file line number Diff line number Diff line change 1
1
.. _golang-run-command:
2
2
3
- ======================
4
- Run a Database Command
5
- ======================
3
+ =============
4
+ Run a Command
5
+ =============
6
6
7
7
.. contents:: On this page
8
8
:local:
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Usage Examples
25
25
Monitor Data Changes </usage-examples/changestream>
26
26
Count Documents Method Example </usage-examples/count>
27
27
Distinct Field Values </usage-examples/distinct>
28
- Run a Command </usage-examples/command>
28
+ Run a Command Example </usage-examples/command>
29
29
Use Struct Tags </usage-examples/struct-tagging>
30
30
31
31
Overview
Original file line number Diff line number Diff line change 1
1
.. _golang-run-command-usage-example:
2
2
3
- =============
4
- Run a Command
5
- =============
3
+ =====================
4
+ Run a Command Example
5
+ =====================
6
6
7
7
.. default-domain:: mongodb
8
8
You can’t perform that action at this time.
0 commit comments