From d77b81ec36a6995af6a8039121d19802bab8352e Mon Sep 17 00:00:00 2001 From: s Date: Tue, 18 Nov 2025 06:36:53 -0500 Subject: chore: remove api documentation and refactor github leads + crawl commands to add new parameters --- internal/models/github.go | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'internal/models/github.go') diff --git a/internal/models/github.go b/internal/models/github.go index 722cbb8..1c9657c 100644 --- a/internal/models/github.go +++ b/internal/models/github.go @@ -1,6 +1,6 @@ package models -type GitHubLeadResult struct { +type GitHubLead struct { Repository string `json:"repository"` Author string `json:"author"` Email string `json:"email"` @@ -8,7 +8,3 @@ type GitHubLeadResult struct { Date string `json:"date"` Message string `json:"message"` } - -type GitHubLeadsStreamResponse struct { - Lead GitHubLeadResult `json:"lead"` -} -- cgit v1.2.3