MCPcopy Create free account

hub / github.com/farseer-go/fs / types & classes

Types & classes123 in github.com/farseer-go/fs

↓ 1 callersTypeAliasEnum
trace/eumCallType/enum.go:3
StructApiResponse
ApiResponse 标准的API Response结构
core/apiResponse.go:11
TypeAliasApiResponseInt
ApiResponseInt 标准的API Response结构(默认int值)
core/apiResponseInt.go:4
TypeAliasApiResponseLong
ApiResponseLong 标准的API Response结构(默认int值)
core/apiResponseLong.go:4
TypeAliasApiResponseString
ApiResponseString 标准的API Response结构(默认string值)
core/apiResponseString.go:4
StructAsyncLocal
当前线程共享的变量
asyncLocal/newAsyncLocal.go:11
StructCompositionLogger
CompositionLogger 根据已添加的Provider,创建组合模式的Logger(壳)
flog/compositionLogger.go:10
StructConfig
flog/config.go:3
StructConsoleProvider
ConsoleProvider 控制台打印
flog/consoleProvider.go:10
StructConsumerContext
trace/trackContext.go:71
FuncTypeConsumerFunc
ConsumerFunc 订阅者的函数
core/eventArgs.go:18
StructDateTime
dateTime/dt.go:14
StructDefaultLoggerFactory
DefaultLoggerFactory 默认的日志创建工厂(不需要应用去实现)
flog/iLoggerFactory.go:16
StructEmptyInterface
EmptyInterface any底层结构,参考reflect.Value的emptyInterface设计
fastReflect/emptyInterface.go:26
StructEmptyManager
trace/emptyManager.go:3
TypeAliasEnum
container/eumLifecycle/enum.go:3
TypeAliasEnum
Enum 日志等级
core/eumLogLevel/enum.go:10
TypeAliasEnum
test/parse_convert_test.go:205
TypeAliasEnum
trace/eumTraceType/enum.go:3
TypeAliasEnumInt8
test/parse_convert_test.go:182
TypeAliasEnumUint8
test/parse_convert_test.go:171
StructEventArgs
EventArgs 事件属性
core/eventArgs.go:4
StructExceptionStack
trace/traceDetail.go:52
StructExceptionStackDetail
trace/traceDetail.go:58
InterfaceFarseerInitializeModule
FarseerInitializeModule 初始化(常用于根据配置设置初始化对象)
modules/farseerModule.go:17
StructFarseerKernelModule
modules/farseerKernelModule.go:14
InterfaceFarseerModule
FarseerModule 依赖的模块
modules/farseerModule.go:4
InterfaceFarseerPostInitializeModule
FarseerPostInitializeModule 初始化之后(常用于启动协程服务)
modules/farseerModule.go:24
InterfaceFarseerPreInitializeModule
FarseerPreInitializeModule 预初始化(常用于全局变量初始化)
modules/farseerModule.go:10
InterfaceFarseerShutdownModule
FarseerShutdownModule 应用关闭之前先关闭模块
modules/farseerModule.go:31
TypeAliasFieldType
fastReflect/valueMeta.go:9
StructFileProvider
FileProvider 控制台打印
flog/fileProvider.go:17
StructFopsProvider
FopsProvider 上传到FOPS
flog/fopsProvider.go:21
InterfaceIConfigProvider
configure/iConfigLoader.go:3
InterfaceIDatabase
test/container_interface_test.go:3
InterfaceIDatabaseFactory
test/container_method_test.go:9
InterfaceIEvent
IEvent 定义的一个通用的事件发布接口
core/iEvent.go:4
InterfaceIFormatter
IFormatter 日志格式
flog/iFormatter.go:12
InterfaceIHealthCheck
IHealthCheck 健康检查
core/iHealthCheck.go:4
InterfaceILock
ILock 锁
core/iLock.go:4
InterfaceILog
ILog 日志记录器的外壳,由ILoggerFactory创建
core/iLog.go:6
InterfaceILoggerFactory
flog/iLoggerFactory.go:8
InterfaceILoggerPersistent
ILoggerPersistent 实际的日志记录器
flog/iLoggerProvider.go:11
InterfaceILoggerProvider
flog/iLoggerProvider.go:5
InterfaceIManager
IManager 链路追踪管理
trace/iManager.go:4
InterfaceIMapperInit
core/iMapperInit.go:3
InterfaceIMyDb
test/container_inject_test.go:9
InterfaceITransaction
ITransaction 事务
core/iTransaction.go:6
FuncTypeInterfaceAddrs
func() ([]net.Addr, error)
sonyflake/sonyflake.go:29
StructJsonFormatter
JsonFormatter json格式输出
flog/iFormatter.go:17
StructLogData
LogData 日志结构
flog/logData.go:14
StructOp
Op 选项
timingWheel/timingWheel.go:17
FuncTypeOpOption
OpOption 选项
timingWheel/timingWheel.go:14
StructPointerMeta
PointerMeta 元数据
fastReflect/valueMeta.go:31
StructRefuseException
exception/refuseException.go:5
StructSettings
Settings configures Sonyflake: StartTime is the time since which the Sonyflake time is defined as the elapsed time. If StartTime is 0, the start time
sonyflake/sonyflake.go:52
StructSliceHeader
SliceHeader 切片的底层结构
fastReflect/emptyInterface.go:6
StructSonyflake
Sonyflake is a distributed unique ID generator.
sonyflake/sonyflake.go:59
StructStringHeader
StringHeader is the runtime representation of a string. It cannot be used safely or portably and its representation may change in a later release. Mor
fastReflect/emptyInterface.go:20
StructTaskContext
trace/trackContext.go:81
StructTextFormatter
TextFormatter 文本格式输出
flog/iFormatter.go:32
StructTimer
timingWheel/timer.go:7
StructTraceContext
trace/trackContext.go:14
StructTraceDetail
TraceDetail 埋点明细(基类)
trace/traceDetail.go:19
StructTraceDetailDatabase
trace/traceDetailDatabase.go:3
StructTraceDetailEs
trace/traceDetailEs.go:3
StructTraceDetailEtcd
trace/traceDetailEtcd.go:3
StructTraceDetailEvent
TraceDetailEvent 事件埋点
trace/traceDetailEvent.go:4
StructTraceDetailGrpc
trace/traceDetailGrpc.go:7
StructTraceDetailHand
TraceDetailHand 手动埋点
trace/traceDetailHand.go:4
StructTraceDetailHttp
trace/traceDetailHttp.go:7
StructTraceDetailMq
trace/TraceDetailMq.go:3
StructTraceDetailRedis
trace/traceDetailRedis.go:3
StructTypeMeta
TypeMeta 类型元数据
fastReflect/typeMeta.go:10
StructUnmarshalVO
test/snc_test.go:12
StructUploadRequest
flog/fopsProvider.go:83
StructWatch
stopwatch/startNew.go:11
StructWatchKeyContext
trace/trackContext.go:92
StructWebContext
trace/trackContext.go:55
StructWebException
WebException 此异常类型在链路上不会被认定为异常,仅为业务上作为拒绝的继续往下执行的一种中断行为
exception/webException.go:10
StructarrayType
arrayType represents a fixed array type.
fastReflect/rtype.go:22
FuncTypebrush
brush is a color join function
color/colors.go:11
StructcallbackFn
initialize.go:31
StructcatchException
exception/catchException.go:12
StructchanType
chanType represents a channel type.
fastReflect/rtype.go:30
StructcomponentConfig
组件日志
flog/config.go:12
StructcomponentModel
实现类模型
container/componentModel.go:11
Structconfig
configure/config.go:13
StructconsoleLoggerPersistent
flog/consoleProvider.go:17
Structcontainer
容器
container/container.go:14
StructdatabaseFactory
test/container_method_test.go:13
StructenvConfig
configure/envConfig.go:9
StructexchangeConfig
test/configure_parseConfig_test.go:22
StructfileConfig
flog/config.go:24
StructfileLoggerPersistent
flog/fileProvider.go:49
StructfopsConfigureVO
DomainObject 配置中心
configure/fopsConfigure.go:15
StructfopsLoggerPersistent
flog/fopsProvider.go:31
StructfuncType
fastReflect/rtype.go:36
StructhealthCheck1
test/healthCheck_test.go:13
StructhealthCheck1Module
test/healthCheck_test.go:29
next →1–100 of 123, ranked by callers