Documentation ¶
Overview ¶
Package csa_testhelper contains test helpers to support the csa_test package
Index ¶
Constants ¶
View Source
const (
NA = -1 // Represents a not found connection for the stop
)
Variables ¶
This section is empty.
Functions ¶
func ExtractMapConnPtrsToIDs ¶
func ExtractMapConnPtrsToIDs(m map[string]*dbt.Connection) map[string]int
func MapInitialize ¶
func MapInitialize[TK comparable, TV any](keys []TK, value TV) map[TK]TV
func ReorderByDepartureTime ¶
func ReorderByDepartureTime(conns []dbt.Connection) *[]dbt.Connection
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.