engine-api
engine-api copied to clipboard
ContainerStop and ContainerRestart should use time.Duration for timeout
These API functions take an integer number of seconds for a timeout. It would be much more idiomatic Go to use time.Duaration to specify the timeout.
ohhh I like that 😃
I like that too