mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-31 06:03:06 +02:00
api: docker endpoints
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