mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-16 18:10:30 +08:00
实现缓存策略的部分功能
This commit is contained in:
8
internal/nodes/api_stream_test.go
Normal file
8
internal/nodes/api_stream_test.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package nodes
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestAPIStream_Start(t *testing.T) {
|
||||
apiStream := NewAPIStream()
|
||||
apiStream.Start()
|
||||
}
|
||||
Reference in New Issue
Block a user