This commit is contained in:
aozhiwei 2024-08-30 17:27:57 +08:00
parent 8dde79e9d0
commit 254c5fca12
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ type downStreamHost struct {
type sApiForward struct {
userCache []*SApiForwardLockCache
downStreams []*downStreamHost
downStreams []downStreamHost
insessTimes int32
total int32
getTimes int32
@ -197,7 +197,7 @@ func (this *sApiForward) LoadDownStreams() error {
"t_apigate_host",
[][]string{})
if err == nil {
downStreams := []*downStreamHost{}
downStreams := []downStreamHost{}
q5.NewSlice(&downStreams, 0, 20)
for ds.Next() {
host := ds.GetByName("apigate_host")

2
third_party/f5 vendored

@ -1 +1 @@
Subproject commit cc336fdc0af560cc03b4d0bf6776b00054f5df64
Subproject commit e6b6ca73a1ad43c8950d037e9ac5de08d8e05f5c