Documentation ¶ Index ¶ type Importer func NewImporter(ctx context.Context, cfg *config.Config, log *zap.Logger, st *strava.Strava, ...) *Importer func (im *Importer) Import(user *strava.User) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Importer ¶ type Importer struct { // contains filtered or unexported fields } func NewImporter ¶ func NewImporter(ctx context.Context, cfg *config.Config, log *zap.Logger, st *strava.Strava, db *database.Database) *Importer func (*Importer) Import ¶ func (im *Importer) Import(user *strava.User) error Source Files ¶ View all Source files importer.go Click to show internal directories. Click to hide internal directories.