mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 03:41:01 +00:00
Fix json tag for Pos
at struct Line
(#422)
This commit is contained in:
parent
9b687a923e
commit
01ebbd8c2d
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ type Line struct {
|
||||||
Proc string `json:"proc,omitempty"`
|
Proc string `json:"proc,omitempty"`
|
||||||
Time int64 `json:"time,omitempty"`
|
Time int64 `json:"time,omitempty"`
|
||||||
Type int `json:"type,omitempty"`
|
Type int `json:"type,omitempty"`
|
||||||
Pos int `json:"pos,omityempty"`
|
Pos int `json:"pos,omitempty"`
|
||||||
Out string `json:"out,omitempty"`
|
Out string `json:"out,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ type Line struct {
|
||||||
Proc string `json:"proc,omitempty"`
|
Proc string `json:"proc,omitempty"`
|
||||||
Time int64 `json:"time,omitempty"`
|
Time int64 `json:"time,omitempty"`
|
||||||
Type int `json:"type,omitempty"`
|
Type int `json:"type,omitempty"`
|
||||||
Pos int `json:"pos,omityempty"`
|
Pos int `json:"pos,omitempty"`
|
||||||
Out string `json:"out,omitempty"`
|
Out string `json:"out,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue