mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 22:26:01 +00:00
AI refactor
This commit is contained in:
@@ -24,6 +24,10 @@ async function getAwsIamToken(params) {
|
||||
return null;
|
||||
}
|
||||
|
||||
async function callTextToSqlApi(text, structure, dialect) {
|
||||
return null;
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
isAuthProxySupported,
|
||||
authProxyGetRedirectUrl,
|
||||
@@ -32,4 +36,5 @@ module.exports = {
|
||||
getAuthProxyUrl,
|
||||
supportsAwsIam,
|
||||
getAwsIamToken,
|
||||
callTextToSqlApi,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user