优化代码

This commit is contained in:
刘祥超
2021-10-22 13:38:18 +08:00
parent c0f540cc2c
commit 7f8abccd2a
5 changed files with 35 additions and 31 deletions

View File

@@ -0,0 +1,11 @@
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
//go:build community
// +build community
package accesslogs
// 写入日志
func (this *StorageManager) Write(policyId int64, accessLogs []*pb.HTTPAccessLog) error {
return nil
}