target/koji: delete unused fields from KojiTargetOptions
Delete unused fields from the `KojiTargetOptions` structure.
This commit is contained in:
parent
42d623b743
commit
da78a76751
1 changed files with 0 additions and 7 deletions
|
|
@ -1,16 +1,9 @@
|
|||
package target
|
||||
|
||||
type KojiTargetOptions struct {
|
||||
BuildID uint64 `json:"build_id"`
|
||||
TaskID uint64 `json:"task_id"`
|
||||
Token string `json:"token"`
|
||||
Name string `json:"name"`
|
||||
Version string `json:"version"`
|
||||
Release string `json:"release"`
|
||||
Filename string `json:"filename"`
|
||||
UploadDirectory string `json:"upload_directory"`
|
||||
Server string `json:"server"`
|
||||
KojiFilename string `json:"koji_filename"`
|
||||
}
|
||||
|
||||
func (KojiTargetOptions) isTargetOptions() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue