Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SeedData = []struct { OS string Command string Description string }{}/* 805 elements not displayed */
SeedData contains initial command data for different operating systems
Functions ¶
func SeedDatabase ¶
SeedDatabase populates the database with initial command data
Types ¶
type DB ¶
type DB struct {
// contains filtered or unexported fields
}
DB holds the database connection
func (*DB) AddCommand ¶
AddCommand adds a new command to the database
func (*DB) DeleteCommand ¶
DeleteCommand deletes a command by ID
Click to show internal directories.
Click to hide internal directories.