data

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 11, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Exercise

type Exercise struct {
	ExerciseId int64
	WorkoutId  int64
	Name       string
	Sets       int
	Reps       int
}

type GymSession

type GymSession struct {
	SessionId int64
	WorkoutId int64
	StartedAt string
	EndedAt   string
	Notes     string
}

type GymSessionEntry

type GymSessionEntry struct {
	EntryId    int64
	SessionId  int64
	ExerciseId int64
	Exercise   string
	Workout    string
	StartedAt  string
	Sets       int
	Reps       int
	RepsDetail string
	Weight     float64
	Notes      string
}

type Program

type Program struct {
	ProgramId   int64
	ProgramName string
}

type Workout

type Workout struct {
	WorkoutId int64
	ProgramId int64
	Name      string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL