实现缓存策略的部分功能

This commit is contained in:
刘祥超
2020-10-04 14:30:42 +08:00
parent 7f6a0e41d8
commit 3b3bd8efab
17 changed files with 1751 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
package nodes
import "testing"
func TestAPIStream_Start(t *testing.T) {
apiStream := NewAPIStream()
apiStream.Start()
}