package
4.7.1+incompatible
Repository: https://github.com/illacloud/builder-backend.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
The create action HTTP request body like: ```json
{ "actions":[ { "actionType": "postgresql", "displayName": "postgresql1", "resourceID": "ILAfx4p1C7cd", "content": { "mode": "sql", "query": "" }, "isVirtualResource": true, "transformer": { "rawData": "", "enable": false }, "triggerMode": "manually", "config": { "public": false, "advancedConfig": { "runtime": "none", "pages": [], "delayWhenLoaded": "", "displayLoadingPage": false, "isPeriodically": false, "periodInterval": "" } } }, ..
The create action HTTP request body like: ```json
{ "actionType": "postgresql", "displayName": "postgresql1", "resourceID": "ILAfx4p1C7cd", "content": { "mode": "sql", "query": "" }, "isVirtualResource": true, "transformer": { "rawData": "", "enable": false }, "triggerMode": "manually", "config": { "public": false, "advancedConfig": { "runtime": "none", "pages": [], "delayWhenLoaded": "", "displayLoadingPage": false, "isPeriodically": false, "periodInterval": "" } } }
```.
No description provided by the author
The create action HTTP request body like: ```json
{ "actionType": "postgresql", "displayName": "postgresql1", "resourceID": "ILAfx4p1C7cd", "content": { "mode": "sql", "query": "" }, "isVirtualResource": true, "transformer": { "rawData": "", "enable": false }, "triggerMode": "manually", "config": { "public": false, "advancedConfig": { "runtime": "none", "pages": [], "delayWhenLoaded": "", "displayLoadingPage": false, "isPeriodically": false, "periodInterval": "" } } }
```.
No description provided by the author
the create resource request like:
{ "resourceName": "sample", "resourceType": "postgresql", "content": { "host": "111.111.111.111", "port": "5432", "databaseName": "dbName", "databaseUsername": "username", "databasePassword": "password", "ssl": { "ssl": false, "clientKey": "", "clientCert": "", "serverCert": "" } } }.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
the test resource connection request like:
{ "resourceName": "sample", "resourceType": "postgresql", "content": { "host": "111.111.111.111", "port": "5432", "databaseName": "dbName", "databaseUsername": "username", "databasePassword": "password", "ssl": { "ssl": false, "clientKey": "", "clientCert": "", "serverCert": "" } } }.
The create action HTTP request body like: ```json
{ "actions":[ { "actionType": "postgresql", "displayName": "postgresql1", "resourceID": "ILAfx4p1C7cd", "content": { "mode": "sql", "query": "" }, "isVirtualResource": true, "transformer": { "rawData": "", "enable": false }, "triggerMode": "manually", "config": { "public": false, "advancedConfig": { "runtime": "none", "pages": [], "delayWhenLoaded": "", "displayLoadingPage": false, "isPeriodically": false, "periodInterval": "" } } }, ..
The update action HTTP request body like: ```json
{ "actionID": "ILAex4p1C7rD", "uid": "781f0ed4-62eb-4615-bd41-80bf2af8ceb4", "teamID": "ILAfx4p1C7bN", "resourceID": "ILAfx4p1C7cc", "displayName": "postgresql1", "actionType": "postgresql", "isVirtualResource": false, "content": { "mode": "sql", "query": "select * from data;" }, "transformer": { "enable": false, "rawData": "" }, "triggerMode": "manually", "config": { "public": false, "advancedConfig": { "runtime": "none", "pages": [], "delayWhenLoaded": "", "displayLoadingPage": false, "isPeriodically": false, "periodInterval": "" } }, "createdAt": "2023-08-25T10:18:21.914894943Z", "createdBy": "ILAfx4p1C7dX", "updatedAt": "2023-08-25T10:18:21.91489513Z", "updatedBy": "ILAfx4p1C7dX" }
```.
No description provided by the author
The update action HTTP request body like: ```json
{ "actionID": "ILAex4p1C7rD", "uid": "781f0ed4-62eb-4615-bd41-80bf2af8ceb4", "teamID": "ILAfx4p1C7bN", "resourceID": "ILAfx4p1C7cc", "displayName": "postgresql1", "actionType": "postgresql", "isVirtualResource": false, "content": { "mode": "sql", "query": "select * from data;" }, "transformer": { "enable": false, "rawData": "" }, "triggerMode": "manually", "config": { "public": false, "advancedConfig": { "runtime": "none", "pages": [], "delayWhenLoaded": "", "displayLoadingPage": false, "isPeriodically": false, "periodInterval": "" } }, "createdAt": "2023-08-25T10:18:21.914894943Z", "createdBy": "ILAfx4p1C7dX", "updatedAt": "2023-08-25T10:18:21.91489513Z", "updatedBy": "ILAfx4p1C7dX" }
```.
the update resource request like:
{ "resourceName": "sample", "resourceType": "postgresql", "content": { "host": "111.111.111.111", "port": "5432", "databaseName": "dbName", "databaseUsername": "username", "databasePassword": "password", "ssl": { "ssl": false, "clientKey": "", "clientCert": "", "serverCert": "" } } }.