//
pkg.gl
Category
github.com/ggvylf/learngo
architecturalpattern
microkernel
package
0.0.0-20241017075109-56ccb744ed38
Repository:
https://github.com/ggvylf/learngo.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
255 SLOC
#
Functions
NewAgent
创建agent.
NewDemoCollect
创建收集器实例.
#
Constants
Running
No description provided by the author
Waiting
agent的运行状态.
#
Variables
WrongStateError
No description provided by the author
#
Structs
Agent
No description provided by the author
CollectorsError
错误集.
DemoCollector
收集器结构体.
Event
事件结构体.
#
Interfaces
Collector
定义收集器接口.
EventReceiver
定义事件接收者 接口.