Documentation
¶
Index ¶
- func AddTableEntryController(c *fiber.Ctx) error
- func CreateTableController(c *fiber.Ctx) error
- func DeleteTableController(c *fiber.Ctx) error
- func EditTableEntryController(c *fiber.Ctx) error
- func GetAllTablesController(c *fiber.Ctx) error
- func GetTableColumnsController(c *fiber.Ctx) error
- func GetTableContentController(c *fiber.Ctx) error
- func RemoveTableEntryController(c *fiber.Ctx) error
- func RenameTableColumnController(c *fiber.Ctx) error
- func RenameTableController(c *fiber.Ctx) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddTableEntryController ¶
//////////////////////////////////////////////////////////////
//
AddTableEntryController //
This controller adds an table entry to the given table //
It requires login credentials and the table-name //
//
//////////////////////////////////////////////////////////////
func CreateTableController ¶
///////////////////////////////////////////////////////////
//
CreateTableController //
This controller creates a new table //
It requires login credentials and table //
//
///////////////////////////////////////////////////////////
func DeleteTableController ¶
///////////////////////////////////////////////////////////
//
DeleteTableController //
This controller deletes an table //
It requires deleteTableRequest instance //
//
///////////////////////////////////////////////////////////
func EditTableEntryController ¶
///////////////////////////////////////////////////////////
//
EditTableEntryController //
This controller changes values of the given row //
It requires editTableEntryRequest instance //
//
///////////////////////////////////////////////////////////
func GetAllTablesController ¶
//////////////////////////////////////////////////////////////////
//
GetAllTablesController //
This controller fetches all tables //
It requires models.LoginWithTokenRequest instance //
//
//////////////////////////////////////////////////////////////////
func GetTableColumnsController ¶
//////////////////////////////////////////////////////////////////
//
GetTableColumnsController //
This controller fetches all columns of table //
It requires getTableColumnsRequest instance //
//
//////////////////////////////////////////////////////////////////
func GetTableContentController ¶
//////////////////////////////////////////////////////////////////
//
GetTableContentController //
This controller fetches content of given table //
It requires getTableContentRequest instance //
//
//////////////////////////////////////////////////////////////////
func RemoveTableEntryController ¶
//////////////////////////////////////////////////////////////////
//
RemoveTableEntryController //
This controller removes entry from table //
It requires removeTableEntryRequest instance //
//
//////////////////////////////////////////////////////////////////
func RenameTableColumnController ¶
//////////////////////////////////////////////////////////////////
//
RenameTableColumnController //
This controller renames a table column //
It requires renameTableColumnRequest instance //
//
//////////////////////////////////////////////////////////////////
func RenameTableController ¶
//////////////////////////////////////////////////////////////////
//
RenameTableController //
This controller renames the table //
It requires renameTableRequest instance //
//
//////////////////////////////////////////////////////////////////
Types ¶
This section is empty.