mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-23 17:53:23 +02:00
Merge pull request #544 from ciarand/fix-lowercase-json
Add JSON struct tags to Work for lowercase props
This commit is contained in:
commit
1b37515465
@ -3,10 +3,10 @@ package worker
|
|||||||
import "github.com/drone/drone/shared/model"
|
import "github.com/drone/drone/shared/model"
|
||||||
|
|
||||||
type Work struct {
|
type Work struct {
|
||||||
Host string
|
Host string `json:"host"`
|
||||||
User *model.User
|
User *model.User `json:"user"`
|
||||||
Repo *model.Repo
|
Repo *model.Repo `json:"repo"`
|
||||||
Commit *model.Commit
|
Commit *model.Commit `json:"commit"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Assignment struct {
|
type Assignment struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user