mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-18 14:39:49 +02:00
api: implement several docker apis
This commit is contained in:
5
internal/api/v1/dockerapi/common.go
Normal file
5
internal/api/v1/dockerapi/common.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package dockerapi
|
||||
|
||||
import "time"
|
||||
|
||||
const reqTimeout = 10 * time.Second
|
||||
Reference in New Issue
Block a user