forked from vieter-v/vieter
Fixed linting errors
This commit is contained in:
parent
732b53b6ce
commit
4a4362c138
3 changed files with 12 additions and 9 deletions
|
|
@ -20,8 +20,8 @@ pub struct NewContainer {
|
|||
entrypoint []string [json: Entrypoint]
|
||||
cmd []string [json: Cmd]
|
||||
env []string [json: Env]
|
||||
work_dir string [json: WorkingDir]
|
||||
user string [json: User]
|
||||
work_dir string [json: WorkingDir]
|
||||
user string [json: User]
|
||||
}
|
||||
|
||||
struct CreatedContainer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue