mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-10 04:20:26 +08:00
实现访问日志队列
This commit is contained in:
9
internal/zero/zero.go
Normal file
9
internal/zero/zero.go
Normal file
@@ -0,0 +1,9 @@
|
||||
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
||||
|
||||
package zero
|
||||
|
||||
type Zero = struct{}
|
||||
|
||||
func New() Zero {
|
||||
return Zero{}
|
||||
}
|
||||
Reference in New Issue
Block a user