Skip to content

Commit

Permalink
Added DSP links to pexsearch asset (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanbujnak authored Jan 17, 2024
1 parent 37f4a13 commit fa15055
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions common.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@ type Segment struct {

DebugInfo any `json:"debug_info,omitempty"`
}

type DSP struct {
Name string `json:"name"`
URL string `json:"url"`
}
2 changes: 2 additions & 0 deletions pex_search.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ type PexSearchAsset struct {
Month int `json:"month"`
Day int `json:"day"`
} `json:"release_date"`

DSP []*DSP `json:"dsp"`
}

// PexSearchMatch contains detailed information about the match,
Expand Down

0 comments on commit fa15055

Please sign in to comment.