Skip to content

Commit 12499df

Browse files
benjirewisBenjamin Rewis
authored andcommitted
GODRIVER-2154 Audit code generated by operationgen and remove operationgen (#809)
1 parent 0e4d846 commit 12499df

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+55
-2314
lines changed

cmd/operationgen/README.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

cmd/operationgen/main.go

Lines changed: 0 additions & 80 deletions
This file was deleted.

x/mongo/driver/DESIGN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ The `Operation` type handles executing a series of commands using a `Deployment`
1919
batch split write commands, such as insert. The type itself is heavily documented, so reading the
2020
code and comments together should provide an understanding of how the type works.
2121

22-
This type is not meant to be used directly by callers. Instead an wrapping type should be defined
23-
using the IDL and an implementation generated using `operationgen`.
22+
This type is not meant to be used directly by callers. Instead a wrapping type should be defined
23+
using the IDL.

0 commit comments

Comments
 (0)