summaryrefslogtreecommitdiffstats
path: root/internal/models/github.go
diff options
context:
space:
mode:
authors <[email protected]>2025-11-18 06:36:53 -0500
committers <[email protected]>2025-11-18 06:36:53 -0500
commitd77b81ec36a6995af6a8039121d19802bab8352e (patch)
treef898f85631367b899ae3c75fbd117f185d07233d /internal/models/github.go
parent76d0cff639988ca506b1dc6e848841944c96b263 (diff)
downloaddborg-0.8.5.tar.gz
dborg-0.8.5.zip
chore: remove api documentation and refactor github leads + crawl commands to add new parametersv0.8.5
Diffstat (limited to 'internal/models/github.go')
-rw-r--r--internal/models/github.go6
1 files changed, 1 insertions, 5 deletions
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"`
-}