mirror of
https://github.com/containers/podman.git
synced 2025-06-06 23:08:04 +08:00
migrate to go-modules
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
2
vendor/github.com/fsouza/go-dockerclient/swarm_service.go
generated
vendored
2
vendor/github.com/fsouza/go-dockerclient/swarm_service.go
generated
vendored
@ -176,10 +176,10 @@ type LogsServiceOptions struct {
|
||||
ErrorStream io.Writer `qs:"-"`
|
||||
InactivityTimeout time.Duration `qs:"-"`
|
||||
Tail string
|
||||
Since int64
|
||||
|
||||
// Use raw terminal? Usually true when the container contains a TTY.
|
||||
RawTerminal bool `qs:"-"`
|
||||
Since int64
|
||||
Follow bool
|
||||
Stdout bool
|
||||
Stderr bool
|
||||
|
Reference in New Issue
Block a user