Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JSONSchema ¶
func JSONSchema() string
JSONSchema returns the JSON schema for the Fitness struct
Types ¶
type Fitness ¶
type Fitness struct {
profile.Profile
ActivitiesThisWeek []db.ActivityUnsafe `json:"activities_this_week"`
ActivitiesLastWeek []db.ActivityUnsafe `json:"activities_last_week"`
ActivitiesOlder []db.ActivityUnsafe `json:"activities_older"`
Skeleton profile.Skeleton `json:"skeleton"`
}
Click to show internal directories.
Click to hide internal directories.