table_management

package
v0.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2021 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddTableEntryController

func AddTableEntryController(c *fiber.Ctx) error

//////////////////////////////////////////////////////////////

                                                         //
                AddTableEntryController                  //
This controller adds an table entry to the given table   //
    It requires login credentials and the table-name     //
                                                         //

//////////////////////////////////////////////////////////////

func CreateTableController

func CreateTableController(c *fiber.Ctx) error

///////////////////////////////////////////////////////////

                                               //
         CreateTableController                 //
  This controller creates a new table          //
It requires login credentials and table        //
                                               //

///////////////////////////////////////////////////////////

func DeleteTableController

func DeleteTableController(c *fiber.Ctx) error

///////////////////////////////////////////////////////////

                                                //
        DeleteTableController                   //
   This controller deletes an table             //
It requires deleteTableRequest instance         //
                                                //

///////////////////////////////////////////////////////////

func EditTableEntryController

func EditTableEntryController(c *fiber.Ctx) error

///////////////////////////////////////////////////////////

                                                     //
            EditTableEntryController                 //
This controller changes values of the given row      //
   It requires editTableEntryRequest instance        //
                                                     //

///////////////////////////////////////////////////////////

func GetAllTablesController

func GetAllTablesController(c *fiber.Ctx) error

//////////////////////////////////////////////////////////////////

                                                        //
             GetAllTablesController                     //
       This controller fetches all tables               //
It requires models.LoginWithTokenRequest instance       //
                                                        //

//////////////////////////////////////////////////////////////////

func GetTableColumnsController

func GetTableColumnsController(c *fiber.Ctx) error

//////////////////////////////////////////////////////////////////

                                                      //
         GetTableColumnsController                    //
This controller fetches all columns of table          //
It requires getTableColumnsRequest instance           //
                                                      //

//////////////////////////////////////////////////////////////////

func GetTableContentController

func GetTableContentController(c *fiber.Ctx) error

//////////////////////////////////////////////////////////////////

                                                       //
          GetTableContentController                    //
This controller fetches content of given table         //
 It requires getTableContentRequest instance           //
                                                       //

//////////////////////////////////////////////////////////////////

func RemoveTableEntryController

func RemoveTableEntryController(c *fiber.Ctx) error

//////////////////////////////////////////////////////////////////

                                                        //
          RemoveTableEntryController                    //
  This controller removes entry from table              //
It requires removeTableEntryRequest instance            //
                                                        //

//////////////////////////////////////////////////////////////////

func RenameTableColumnController

func RenameTableColumnController(c *fiber.Ctx) error

//////////////////////////////////////////////////////////////////

                                                       //
         RenameTableColumnController                   //
    This controller renames a table column             //
It requires renameTableColumnRequest instance          //
                                                       //

//////////////////////////////////////////////////////////////////

func RenameTableController

func RenameTableController(c *fiber.Ctx) error

//////////////////////////////////////////////////////////////////

                                                    //
         RenameTableController                      //
   This controller renames the table                //
It requires renameTableRequest instance             //
                                                    //

//////////////////////////////////////////////////////////////////

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL