package cif import "git.fjla.uk/owlboard/go-types/pkg/upstreamApi" // This file is for internal types to `package cif`, any types which represent // database or external API resources should be defined in git.fjla.uk/owlboard/go-types // Holds parsed data for processing type parsedData struct { header upstreamApi.JsonTimetableV1 assoc []upstreamApi.JsonAssociationV1 sched []upstreamApi.JsonScheduleV1 }