doc(log): rename function for clarity and add cache cleanup comment
This commit is contained in:
@@ -18,7 +18,7 @@ type FilterTrafficLogDetailsLogic struct {
|
||||
svcCtx *svc.ServiceContext
|
||||
}
|
||||
|
||||
// Filter traffic log details
|
||||
// NewFilterTrafficLogDetailsLogic Filter traffic log details
|
||||
func NewFilterTrafficLogDetailsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FilterTrafficLogDetailsLogic {
|
||||
return &FilterTrafficLogDetailsLogic{
|
||||
Logger: logger.WithContext(ctx),
|
||||
|
||||
Reference in New Issue
Block a user