Documentation ¶
Index ¶
- func DefaultDBSecurityRulesHandler() http.HandlerFunc
- func DefaultDriverConfigHandler() http.HandlerFunc
- func DefaultOtherDBConfigHandler() http.HandlerFunc
- func EchoHandler(w http.ResponseWriter, r *http.Request)
- func GraphqlExecuteHandler(s module_store.ModuleStoreI) http.HandlerFunc
- func HelloHandler(w http.ResponseWriter, r *http.Request)
- func ProjectConfigHandler(s module_store.ModuleStoreI) http.HandlerFunc
- func ProjectDataSourceConfigHandler(s module_store.ModuleStoreI) http.HandlerFunc
- func ProjectDataSourceListHandler(s module_store.ModuleStoreI) http.HandlerFunc
- func ProjectDataSourceRemoveHandler(s module_store.ModuleStoreI) http.HandlerFunc
- func ProjectDataSourceSaveHandler(s module_store.ModuleStoreI) http.HandlerFunc
- func ProjectDataSourceSchemaAddJoinHandler(s module_store.ModuleStoreI) http.HandlerFunc
- func ProjectDataSourceSchemaAddTableHandler(s module_store.ModuleStoreI) http.HandlerFunc
- func ProjectDataSourceSchemaDropTableHandler(s module_store.ModuleStoreI) http.HandlerFunc
- func ProjectDataSourceSchemaHandler(s module_store.ModuleStoreI) http.HandlerFunc
- func ProjectDataSourceSchemaRemoveJoinHandler(s module_store.ModuleStoreI) http.HandlerFunc
- func ProjectDataSourceSchemaRemoveTableHandler(s module_store.ModuleStoreI) http.HandlerFunc
- func ProjectDataSourceSchemaSaveTableHandler(s module_store.ModuleStoreI) http.HandlerFunc
- func ProjectDataSourceSchemaSecureTableHandler(s module_store.ModuleStoreI) http.HandlerFunc
- func ProjectDataSourceSchemaTransformTableHandler(s module_store.ModuleStoreI) http.HandlerFunc
- func ProjectGenerateAesKeyHandler(s module_store.ModuleStoreI) http.HandlerFunc
- func ProjectListHandler(s module_store.ModuleStoreI) http.HandlerFunc
- func ProjectMyQueryConfigHandler(s module_store.ModuleStoreI) http.HandlerFunc
- func ProjectMyQueryExecuteHandler(s module_store.ModuleStoreI) http.HandlerFunc
- func ProjectMyQueryListHandler(s module_store.ModuleStoreI) http.HandlerFunc
- func ProjectMyQueryRemoveHandler(s module_store.ModuleStoreI) http.HandlerFunc
- func ProjectMyQuerySaveHandler(s module_store.ModuleStoreI) http.HandlerFunc
- func ProjectRemoveHandler(s module_store.ModuleStoreI) http.HandlerFunc
- func ProjectSaveHandler(s module_store.ModuleStoreI) http.HandlerFunc
- func ProjectSetingsSaveHandler(s module_store.ModuleStoreI) http.HandlerFunc
- func SqlExecuteHandler(s module_store.ModuleStoreI) http.HandlerFunc
- func StoreCompareHandler(s module_store.ModuleStoreI) http.HandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultDBSecurityRulesHandler ¶
func DefaultDBSecurityRulesHandler() http.HandlerFunc
func DefaultDriverConfigHandler ¶
func DefaultDriverConfigHandler() http.HandlerFunc
func DefaultOtherDBConfigHandler ¶
func DefaultOtherDBConfigHandler() http.HandlerFunc
func EchoHandler ¶
func EchoHandler(w http.ResponseWriter, r *http.Request)
func GraphqlExecuteHandler ¶
func GraphqlExecuteHandler(s module_store.ModuleStoreI) http.HandlerFunc
func HelloHandler ¶
func HelloHandler(w http.ResponseWriter, r *http.Request)
func ProjectConfigHandler ¶
func ProjectConfigHandler(s module_store.ModuleStoreI) http.HandlerFunc
func ProjectDataSourceConfigHandler ¶
func ProjectDataSourceConfigHandler(s module_store.ModuleStoreI) http.HandlerFunc
func ProjectDataSourceListHandler ¶
func ProjectDataSourceListHandler(s module_store.ModuleStoreI) http.HandlerFunc
func ProjectDataSourceRemoveHandler ¶
func ProjectDataSourceRemoveHandler(s module_store.ModuleStoreI) http.HandlerFunc
func ProjectDataSourceSaveHandler ¶
func ProjectDataSourceSaveHandler(s module_store.ModuleStoreI) http.HandlerFunc
func ProjectDataSourceSchemaAddJoinHandler ¶
func ProjectDataSourceSchemaAddJoinHandler(s module_store.ModuleStoreI) http.HandlerFunc
func ProjectDataSourceSchemaAddTableHandler ¶
func ProjectDataSourceSchemaAddTableHandler(s module_store.ModuleStoreI) http.HandlerFunc
func ProjectDataSourceSchemaDropTableHandler ¶
func ProjectDataSourceSchemaDropTableHandler(s module_store.ModuleStoreI) http.HandlerFunc
func ProjectDataSourceSchemaHandler ¶
func ProjectDataSourceSchemaHandler(s module_store.ModuleStoreI) http.HandlerFunc
func ProjectDataSourceSchemaRemoveJoinHandler ¶
func ProjectDataSourceSchemaRemoveJoinHandler(s module_store.ModuleStoreI) http.HandlerFunc
func ProjectDataSourceSchemaRemoveTableHandler ¶
func ProjectDataSourceSchemaRemoveTableHandler(s module_store.ModuleStoreI) http.HandlerFunc
func ProjectDataSourceSchemaSaveTableHandler ¶
func ProjectDataSourceSchemaSaveTableHandler(s module_store.ModuleStoreI) http.HandlerFunc
func ProjectDataSourceSchemaSecureTableHandler ¶
func ProjectDataSourceSchemaSecureTableHandler(s module_store.ModuleStoreI) http.HandlerFunc
func ProjectDataSourceSchemaTransformTableHandler ¶
func ProjectDataSourceSchemaTransformTableHandler(s module_store.ModuleStoreI) http.HandlerFunc
func ProjectGenerateAesKeyHandler ¶
func ProjectGenerateAesKeyHandler(s module_store.ModuleStoreI) http.HandlerFunc
func ProjectListHandler ¶
func ProjectListHandler(s module_store.ModuleStoreI) http.HandlerFunc
func ProjectMyQueryConfigHandler ¶
func ProjectMyQueryConfigHandler(s module_store.ModuleStoreI) http.HandlerFunc
func ProjectMyQueryExecuteHandler ¶
func ProjectMyQueryExecuteHandler(s module_store.ModuleStoreI) http.HandlerFunc
func ProjectMyQueryListHandler ¶
func ProjectMyQueryListHandler(s module_store.ModuleStoreI) http.HandlerFunc
func ProjectMyQueryRemoveHandler ¶
func ProjectMyQueryRemoveHandler(s module_store.ModuleStoreI) http.HandlerFunc
func ProjectMyQuerySaveHandler ¶
func ProjectMyQuerySaveHandler(s module_store.ModuleStoreI) http.HandlerFunc
func ProjectRemoveHandler ¶
func ProjectRemoveHandler(s module_store.ModuleStoreI) http.HandlerFunc
func ProjectSaveHandler ¶
func ProjectSaveHandler(s module_store.ModuleStoreI) http.HandlerFunc
func ProjectSetingsSaveHandler ¶
func ProjectSetingsSaveHandler(s module_store.ModuleStoreI) http.HandlerFunc
func SqlExecuteHandler ¶
func SqlExecuteHandler(s module_store.ModuleStoreI) http.HandlerFunc
func StoreCompareHandler ¶
func StoreCompareHandler(s module_store.ModuleStoreI) http.HandlerFunc
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.