Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repo ¶
type Repo interface { AddJourney(ctx context.Context, journey models.Journey) (uint64, error) MultiAddJourneys(ctx context.Context, journeys []models.Journey) ([]uint64, error) ListJourneys(ctx context.Context, limit, offset uint64) ([]models.Journey, error) DescribeJourney(ctx context.Context, journeyID uint64) (*models.Journey, error) RemoveJourney(ctx context.Context, journeyID uint64) error UpdateJourney(ctx context.Context, journey models.Journey) error }
Repo - represents the object for working with storage of Journeys
Click to show internal directories.
Click to hide internal directories.