1
This commit is contained in:
parent
ba1f3f83f0
commit
af5d7a34de
@ -52,5 +52,5 @@ func (this *app) registerDataSources() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (this *app) HasTask() bool {
|
func (this *app) HasTask() bool {
|
||||||
return false //GetMailMgr().HasTask()
|
return false
|
||||||
}
|
}
|
||||||
|
@ -51,6 +51,7 @@ func (this *sApiForward) init() {
|
|||||||
p.userHash = &map[string]*SApiForwardLock{}
|
p.userHash = &map[string]*SApiForwardLock{}
|
||||||
this.userCache[i] = p
|
this.userCache[i] = p
|
||||||
}
|
}
|
||||||
|
this.LoadDownStreams()
|
||||||
}
|
}
|
||||||
|
|
||||||
func (this *sApiForward) unInit() {
|
func (this *sApiForward) unInit() {
|
||||||
@ -184,6 +185,10 @@ func (this *sApiForward) outputMonitorLog() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (this *sApiForward) LoadDownStreams() error {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
func (this *sApiForward) GetDownStreamHost() (string, string) {
|
func (this *sApiForward) GetDownStreamHost() (string, string) {
|
||||||
downStreams := this.downStreams
|
downStreams := this.downStreams
|
||||||
if len(downStreams) <= 0 {
|
if len(downStreams) <= 0 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user