diff options
| author | s <[email protected]> | 2025-11-18 06:36:53 -0500 |
|---|---|---|
| committer | s <[email protected]> | 2025-11-18 06:36:53 -0500 |
| commit | d77b81ec36a6995af6a8039121d19802bab8352e (patch) | |
| tree | f898f85631367b899ae3c75fbd117f185d07233d /internal/models/github.go | |
| parent | 76d0cff639988ca506b1dc6e848841944c96b263 (diff) | |
| download | dborg-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.go | 6 |
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"` -} |
