Documentation ¶
Index ¶
- func BulkAddSets(path string, allExs []models.Set)
- func BulkDeleteSetsByDate(path, date string)
- func ClearEx(path string)
- func ClearSet(path string)
- func Create(path string)
- func DeleteEx(path string, id int)
- func DeleteSet(path string, id int)
- func DeleteW(path string, id int)
- func InsertEx(path string, ex models.Exercise)
- func InsertSet(path string, ex models.Set)
- func InsertW(path string, ex models.BodyWeight)
- func SelectEx(path string) (exes []models.Exercise)
- func SelectSet(path string) (sets []models.Set)
- func SelectW(path string) (w []models.BodyWeight)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BulkDeleteSetsByDate ¶
func BulkDeleteSetsByDate(path, date string)
BulkDeleteSetsByDate - delete all Sets with date
func SelectW ¶
func SelectW(path string) (w []models.BodyWeight)
SelectW - select all weight from DB
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.