1
0
mirror of https://github.com/strongdm/comply synced 2024-07-08 17:31:47 +00:00
comply/vendor/github.com/aktau/github-release/commit.go

7 lines
87 B
Go
Raw Normal View History

2019-07-14 16:51:10 +00:00
package main
type Commit struct {
Sha string `json:"sha"`
Url string `json:"url"`
}