ports

package
v0.0.0-...-ba3ee0b Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DepartureService

type DepartureService interface {
	GetDeparturesForMatchingStation(ctx context.Context, station string) (domains.Departures, error)
}

type KVBAdapter

type KVBAdapter interface {
	GetDeparturesForStationID(ctx context.Context, stationID int) (domains.Departures, error)
}

type StationMapperAdapter

type StationMapperAdapter interface {
	GetStationIDForName(ctx context.Context, name string) (int, error)
}

Jump to

Keyboard shortcuts

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