Skip to content

Commit 5a22216

Browse files
auto commit
1 parent 0d60e1e commit 5a22216

File tree

1 file changed

+2
-2
lines changed
  • Examples/runtimes/go/searchableencryption/complexexample

1 file changed

+2
-2
lines changed

Examples/runtimes/go/searchableencryption/complexexample/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ This also walks through some example query expressions one can use to search the
1616
```
1717
.
1818
├── complexsearchableencryptionexample.go // Main entry point for example
19-
├── BeaconConfig // Sets up beacons and searchable encryption configuration
19+
├── beaconconfig.go // Sets up beacons and searchable encryption configuration
2020
├── putrequests.go // PUT requests added to the DDB table
21-
├── PutRequests // QUERY requests executed on the DDB table
21+
├── queryrequests.go // QUERY requests executed on the DDB table
2222
└── README.md
2323
```

0 commit comments

Comments
 (0)