Home
last modified time | relevance | path

Searched refs:AsyncSleepWhileCopying (Results 1 – 19 of 19) sorted by relevance

/dports/security/lego/lego-4.5.3/vendor/github.com/sacloud/libsacloud/api/
H A Dcdrom.go90 func (api *CDROMAPI) AsyncSleepWhileCopying(id sacloud.ID, timeout time.Duration) (chan (interface{… func
H A Dload_balancer.go243 func (api *LoadBalancerAPI) AsyncSleepWhileCopying(id sacloud.ID, timeout time.Duration, maxRetry i… func
H A Dnfs.go287 func (api *NFSAPI) AsyncSleepWhileCopying(id sacloud.ID, timeout time.Duration, maxRetry int) (chan… func
H A Darchive.go141 func (api *ArchiveAPI) AsyncSleepWhileCopying(id sacloud.ID, timeout time.Duration) (chan (interfac… func
H A Ddisk.go285 func (api *DiskAPI) AsyncSleepWhileCopying(id sacloud.ID, timeout time.Duration) (chan (interface{}… func
H A Ddatabase.go414 func (api *DatabaseAPI) AsyncSleepWhileCopying(id sacloud.ID, timeout time.Duration, maxRetry int) … func
H A Dvpc_router.go272 func (api *VPCRouterAPI) AsyncSleepWhileCopying(id sacloud.ID, timeout time.Duration, maxRetry int)… func
H A Dmobile_gateway.go255 func (api *MobileGatewayAPI) AsyncSleepWhileCopying(id sacloud.ID, timeout time.Duration, maxRetry … func
H A Ddatabase_test.go356 complete, progress, errChan := api.AsyncSleepWhileCopying(id, client.DefaultTimeoutDuration, 10)
H A Darchive_test.go260 …complete, progress, errChan := archiveAPI.AsyncSleepWhileCopying(archive.ID, client.DefaultTimeout…
/dports/net/traefik/traefik-2.6.1/vendor/github.com/sacloud/libsacloud/api/
H A Dcdrom.go90 func (api *CDROMAPI) AsyncSleepWhileCopying(id sacloud.ID, timeout time.Duration) (chan (interface{… func
H A Dload_balancer.go243 func (api *LoadBalancerAPI) AsyncSleepWhileCopying(id sacloud.ID, timeout time.Duration, maxRetry i… func
H A Dnfs.go287 func (api *NFSAPI) AsyncSleepWhileCopying(id sacloud.ID, timeout time.Duration, maxRetry int) (chan… func
H A Darchive.go141 func (api *ArchiveAPI) AsyncSleepWhileCopying(id sacloud.ID, timeout time.Duration) (chan (interfac… func
H A Ddisk.go285 func (api *DiskAPI) AsyncSleepWhileCopying(id sacloud.ID, timeout time.Duration) (chan (interface{}… func
H A Ddatabase.go414 func (api *DatabaseAPI) AsyncSleepWhileCopying(id sacloud.ID, timeout time.Duration, maxRetry int) … func
H A Dvpc_router.go272 func (api *VPCRouterAPI) AsyncSleepWhileCopying(id sacloud.ID, timeout time.Duration, maxRetry int)… func
H A Dmobile_gateway.go255 func (api *MobileGatewayAPI) AsyncSleepWhileCopying(id sacloud.ID, timeout time.Duration, maxRetry … func
/dports/security/lego/lego-4.5.3/vendor/github.com/sacloud/libsacloud/utils/setup/
H A Dsetup_test.go78 c, p, e := client.NFS.AsyncSleepWhileCopying(id, client.DefaultTimeoutDuration, 5)