// Package logger 提供日志记录功能 package logger import ( "github.com/sirupsen/logrus" ) // Fields 类型是一个用于传递给日志函数的字段集合 type Fields logrus.Fields