vo2

package module
v0.0.11 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2025 License: MIT Imports: 3 Imported by: 0

README

vo2

Fitness data import.

Tools

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reader

type Reader interface {
	GetActivityEnduranceOutdoor(ctx context.Context, id uuid.UUID) (*activity.EnduranceOutdoorActivity, error)
	ListActivitiesEnduranceOutdoorByTag(ctx context.Context, providerID int, userID uuid.UUID, tag string) ([]*activity.EnduranceOutdoorActivity, error)
	GetActivityTags(ctx context.Context, activityID uuid.UUID) ([]*activity.ActivityTag, error)
}

Reader defines the interface for read-only database operations. It's implemented by DBStore.

type Store

type Store interface {
	Reader
	UpsertActivityEnduranceOutdoor(ctx context.Context, arg *activity.EnduranceOutdoorActivity) (*activity.EnduranceOutdoorActivity, error)
	UpsertTagsAndLinkActivity(ctx context.Context, a *activity.EnduranceOutdoorActivity, tags []*activity.ActivityTag) error
	SaveProviderActivityRawData(ctx context.Context, arg *activity.ProviderActivityRawData) error
}

Store defines the interface for read and write database operations. It's implemented by DBStore.

Directories

Path Synopsis
cmd
api command
cli command
lambda command

Jump to

Keyboard shortcuts

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