Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllExData ¶
type AllExData struct { Exs []Exercise Sets []Set Weight []BodyWeight }
AllExData - all sets and exercises
type BodyWeight ¶
BodyWeight - store weight
type Conf ¶
type Conf struct { Host string Port string Theme string Color string Icon string DBPath string DirPath string ConfPath string NodePath string HeatColor string PageStep int Auth bool }
Conf - web gui config
type Exercise ¶
type Exercise struct { ID int `db:"ID"` Group string `db:"GR"` Place string `db:"PLACE"` Name string `db:"NAME"` Descr string `db:"DESCR"` Image string `db:"IMAGE"` Color string `db:"COLOR"` Weight int `db:"WEIGHT"` Reps int `db:"REPS"` }
Exercise - one exercise
type GuiData ¶
type GuiData struct { Config Conf Themes []string ExData AllExData GroupMap map[string]string OneEx Exercise HeatMap []HeatMapData Version string Auth auth.Conf }
GuiData - web gui data
type HeatMapData ¶
HeatMapData - data for HeatMap
Click to show internal directories.
Click to hide internal directories.