Add comment description to cif/types.go
Go Test / test (push) Successful in 30s Details

This commit is contained in:
Fred Boniface 2024-04-11 21:06:23 +01:00
parent 251a190558
commit 94f880bcde
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ package cif
import "git.fjla.uk/owlboard/go-types/pkg/upstreamApi" 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 // Holds parsed data for processing
type parsedData struct { type parsedData struct {
header upstreamApi.JsonTimetableV1 header upstreamApi.JsonTimetableV1