Skip to content

Commit

Permalink
Update getDatastoreInfo() to getDataStoreInfo()
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Apr 18, 2024
1 parent 0b8d54f commit 6c7abc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proposals/SDKs-for-V4/canonical-names-condensed.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To see the expanded version, visit
|---------------|----------------|--------------|--------|
| G2Diagnostic_checkDBPerf(secondsToRun, responseBuf, bufSize, resizeFunc) | checkDatabasePerformance(secondsToRun) | string | |
| G2Diagnostic_destroy() | | - | |
| G2Diagnostic_getDatastoreInfo(responseBuf, bufSize, resizeFunc) | getDatastoreInfo() | string | |
| G2Diagnostic_getDatastoreInfo(responseBuf, bufSize, resizeFunc) | getDataStoreInfo() | string | |
| G2Diagnostic_getFeature(libFeatID, responseBuf, bufSize, resizeFunc) | getFeature(featureId) | string | ** Not approved yet |
| G2Diagnostic_init(moduleName, iniParams, verboseLogging) | initialize(instanceName, settings, configId, verboseLogging) | | `configId` can be `nil`, `None`, `null`. Consider single object |
| G2Diagnostic_purgeRepository(????) | purgeRepository(????) | | |
Expand Down
2 changes: 1 addition & 1 deletion proposals/SDKs-for-V4/canonical-names.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ list factors out `not-public`, `not-implemented`, and `collapsed` entries.
| G2Diagnostic_checkDBPerf(secondsToRun, responseBuf, bufSize, resizeFunc) | checkDatabasePerformance(secondsToRun) | string | |
| G2Diagnostic_clearLastException() | [not-public] | | |
| G2Diagnostic_destroy() | | - | |
| G2Diagnostic_getDatastoreInfo(responseBuf, bufSize, resizeFunc) | getDatastoreInfo() | string | |
| G2Diagnostic_getDatastoreInfo(responseBuf, bufSize, resizeFunc) | getDataStoreInfo() | string | |
| G2Diagnostic_getFeature(libFeatID, responseBuf, bufSize, resizeFunc) | getFeature(featureId) | string | ** Not approved yet |
| G2Diagnostic_getLastException(buffer, bufSize) | [not-public] | | |
| G2Diagnostic_getLastExceptionCode() | [not-public] | | |
Expand Down

0 comments on commit 6c7abc8

Please sign in to comment.