Skip to content

Commit f17d7fd

Browse files
committed
chore: add todo comment as reference to undealt issue
1 parent 8359b42 commit f17d7fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/certificatetransparency/ct-parser.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import (
2424
// parseData converts a *ct.RawLogEntry struct into a certstream.Data struct by copying some values and calculating others.
2525
func parseData(entry *ct.RawLogEntry, operatorName, logName, ctURL string) (models.Data, error) {
2626
certLink := fmt.Sprintf("%s/ct/v1/get-entries?start=%d&end=%d", ctURL, entry.Index, entry.Index)
27+
// TODO implement tiled cert link
2728

2829
// Create main data structure
2930
data := models.Data{

0 commit comments

Comments
 (0)