Add comments for later help

This commit is contained in:
Fred Boniface 2024-04-03 22:27:05 +01:00
parent 3ebe7bfe11
commit c8e6b9d7c8
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ import (
"go.uber.org/zap" "go.uber.org/zap"
) )
// REWRITING CifCheck into CheckCif (at bottom of file), CifCheck and parseMetadata become redundant
// Loads CifMetadata and passes it to parseMetadata, this function is what you should call to initiate the CifUpdate process. // Loads CifMetadata and passes it to parseMetadata, this function is what you should call to initiate the CifUpdate process.
func CifCheck(cfg *helpers.Configuration) error { func CifCheck(cfg *helpers.Configuration) error {
log.Msg.Debug("Checking age of CIF Data") log.Msg.Debug("Checking age of CIF Data")