summaryrefslogtreecommitdiffstats
path: root/internal/models/github.go
diff options
context:
space:
mode:
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"`
-}