From 94f880bcdecda5511160e779cdc09b64559c3a6f Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 11 Apr 2024 21:06:23 +0100 Subject: [PATCH] Add comment description to cif/types.go --- cif/types.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cif/types.go b/cif/types.go index 48aaa28..ddc2839 100644 --- a/cif/types.go +++ b/cif/types.go @@ -2,6 +2,9 @@ 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