Documentation ¶
Overview ¶
Package nyctsubwaycsv contains logic for updating the stop headsign rules from the NYCT CSV file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Update ¶
func Update(ctx context.Context, updateCtx common.UpdateContext, rules []StopHeadsignRule) error
Types ¶
type StopHeadsignRule ¶
type StopHeadsignRule struct {
// contains filtered or unexported fields
}
func Parse ¶
func Parse(content []byte) ([]StopHeadsignRule, error)
Click to show internal directories.
Click to hide internal directories.