Documentation ¶
Index ¶
- func CreateFontsTable(db *sql.DB)
- func CreateInstalledFontsTable(db *sql.DB)
- func CreateLastCheckedTable(db *sql.DB)
- func CreateVersionTable(db *sql.DB)
- func DeleteFontsTable(db *sql.DB)
- func DeleteInstalledFont(db *sql.DB, name string)
- func FontExists(db *sql.DB, font string) bool
- func GetAllFonts(db *sql.DB) []types.Font
- func GetInstalledFont(db *sql.DB, font types.Font) types.Font
- func GetInstalledFonts(db *sql.DB) []types.Font
- func GetLastChecked(db *sql.DB) string
- func GetVersion(db *sql.DB) string
- func InsertIntoFonts(db *sql.DB, fonts []types.Font)
- func InsertIntoInstalledFonts(db *sql.DB, font types.Font, version string)
- func InsertIntoVersion(db *sql.DB, version string)
- func IsFontInstalled(db *sql.DB, font string) bool
- func OpenDB(path string) *sql.DB
- func TableIsEmpty(db *sql.DB, table string) bool
- func UpdateInstalledFont(db *sql.DB, name string, version string)
- func UpdateLastChecked(db *sql.DB)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateFontsTable ¶
func CreateLastCheckedTable ¶
func CreateVersionTable ¶
func DeleteFontsTable ¶
func DeleteInstalledFont ¶
func GetLastChecked ¶
func GetVersion ¶
func InsertIntoVersion ¶
func UpdateLastChecked ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.