mirror of
https://github.com/duanhf2012/origin.git
synced 2026-05-17 14:27:30 +08:00
新增httpclientpool基础模块
This commit is contained in:
19
sysmodule/HttpClientPoolModule.go
Normal file
19
sysmodule/HttpClientPoolModule.go
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
package sysmodule
|
||||||
|
|
||||||
|
import "github.com/duanhf2012/origin/service"
|
||||||
|
|
||||||
|
type HttpClientPoolModule struct {
|
||||||
|
service.BaseModule
|
||||||
|
}
|
||||||
|
|
||||||
|
func (slf *HttpClientPoolModule) Init(maxpool int) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
func (slf *HttpClientPoolModule) SyncRequest() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
func (slf *HttpClientPoolModule) Request() {
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user