aboutsummaryrefslogtreecommitdiffstats
path: root/modules/structs/attachment.go
Commit message (Collapse)AuthorAgeFilesLines
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
| | | | | | | | | Change all license headers to comply with REUSE specification. Fix #16132 Co-authored-by: flynnnnnnnnnn <flynnnnnnnnnn@github> Co-authored-by: John Olheiser <john.olheiser@gmail.com>
* Fix wrong hint when status checking is running on pull request view (#9886)Lunny Xiao2020-01-221-0/+1
| | | | | | | | | | | | | | | | * Fix wrong hint when status checking is running on pull request view * fix lint * fix test * fix test * fix wrong tmpl * fix import * rename function name
* Revert "make modules/structs as a spereate go mod (#7127)" (#7175)Lunny Xiao2019-06-101-1/+0
| | | This reverts commit 835b53fc259c82f38945a3e107a4eb51478967d5.
* make modules/structs as a spereate go mod (#7127)Lunny Xiao2019-06-101-0/+1
|
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-0/+27
* move sdk structs to moduels/structs * fix tests * fix fmt * fix swagger * fix vendor