Documentation ¶
Index ¶
- func AddProject(db *sql.DB, project models.Project) error
- func CreateProjectTable(db *sql.DB) error
- func DisplayTables(db *sql.DB) error
- func GetCommandBlocks(db *sql.DB, projectAlias string) ([]string, error)
- func GetCommands(db *sql.DB, projectAlias string, cbAlias string) ([]string, error)
- func GetProjects(db *sql.DB) (map[string]string, error)
- func IsProjectPresent(db *sql.DB, alias string) (bool, error)
- func RemoveProject(db *sql.DB, alias string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateProjectTable ¶
func DisplayTables ¶
func GetCommands ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.