Skip to content

childe/gohangout-input-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang 的 Plugin 文档参考 https://tip.golang.org/pkg/plugin/

编译

go build -buildmode=plugin -o redis.so redis.go

和gohangout源码一起编译(如果需要修改 gohangout )

将 redis.go 复制到 gohangout 主目录下面, 运行

go build -buildmode=plugin -o redis.so redis.go

gohangout 配置示例

inputs:
    - '/path/go/redis.so': {}
outputs:
    - Stdout: {}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages