1.4.5.2
This commit is contained in:
15
EdgeAPI/internal/nodes/api_node_ext_plus.go
Normal file
15
EdgeAPI/internal/nodes/api_node_ext_plus.go
Normal file
@@ -0,0 +1,15 @@
|
||||
// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn .
|
||||
//go:build plus
|
||||
|
||||
package nodes
|
||||
|
||||
import (
|
||||
"github.com/TeaOSLab/EdgeAPI/internal/accesslogs"
|
||||
"github.com/TeaOSLab/EdgeAPI/internal/goman"
|
||||
)
|
||||
|
||||
func (this *APINode) startAccessLogStorages() {
|
||||
goman.New(func() {
|
||||
accesslogs.SharedStorageManager.Start()
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user