mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-19 20:32:35 +02:00
5 lines
70 B
Go
5 lines
70 B
Go
package dockerapi
|
|
|
|
import "time"
|
|
|
|
const reqTimeout = 10 * time.Second
|