parent
0510b54fc4
commit
fcfb446e4c
@ -1,10 +1,12 @@ |
||||
package main |
||||
|
||||
import "github.com/drone/drone-go/drone" |
||||
|
||||
// Params are the parameters that the GitHub Release plugin can parse.
|
||||
type Params struct { |
||||
BaseURL string `json:"base_url"` |
||||
UploadURL string `json:"upload_url"` |
||||
APIKey string `json:"api_key"` |
||||
Files []string `json:"files"` |
||||
Checksums []string `json:"checksums"` |
||||
Checksum drone.StringSlice `json:"checksum"` |
||||
} |
||||
|
Loading…
Reference in new issue