Fix go vet errors
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
This commit is contained in:
parent
e6f6261bae
commit
5d6fa7b886
2 changed files with 13 additions and 14 deletions
|
@ -36,7 +36,7 @@ type checkpoint struct {
|
|||
}
|
||||
|
||||
type processState struct {
|
||||
Terminal bool `json:terminal`
|
||||
Terminal bool `json:"terminal"`
|
||||
Exec bool `json:"exec"`
|
||||
Stdin string `json:"containerdStdin"`
|
||||
Stdout string `json:"containerdStdout"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue