diff options
| author | s <[email protected]> | 2025-11-25 09:38:31 -0500 |
|---|---|---|
| committer | s <[email protected]> | 2025-11-25 09:38:31 -0500 |
| commit | 8472267b60b204cea5fbdeaf8fe06443822d1bfb (patch) | |
| tree | eba71104733067072ded109bf96904cd825c2f7f /internal/models/github.go | |
| parent | bc31d9cc8f93a5efef958872f48f3f4370ed5e29 (diff) | |
| download | dborg-8472267b60b204cea5fbdeaf8fe06443822d1bfb.tar.gz dborg-8472267b60b204cea5fbdeaf8fe06443822d1bfb.zip | |
feat: add crypto analysis, email verification, and telegram lookup commands
Diffstat (limited to 'internal/models/github.go')
| -rw-r--r-- | internal/models/github.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/models/github.go b/internal/models/github.go index fc1c9c3..3b7fc73 100644 --- a/internal/models/github.go +++ b/internal/models/github.go @@ -9,4 +9,5 @@ type GitHubLead struct { Website string `json:"website,omitempty"` Twitter string `json:"twitter,omitempty"` PFP string `json:"pfp,omitempty"` + Bio string `json:"bio,omitempty"` } |
