Initial commit
parents
.gitignore
0 → 100644
README.md
0 → 100644
example/plugin_mgr/main.go
0 → 100644
example/plugin_rpc/README.md
0 → 100644
go.mod
0 → 100644
module linkfog.com/pluginx | |||
go 1.23.2 | |||
replace linkfog.com/public => web.lueluesay.top/git/lil/public v0.0.0-20241011060607-b0e6d54ac601 | |||
require ( | |||
github.com/golang/protobuf v1.5.4 | |||
github.com/satori/go.uuid v1.2.0 | |||
github.com/shirou/gopsutil v3.21.11+incompatible | |||
google.golang.org/grpc v1.67.1 | |||
linkfog.com/public v0.0.0-00010101000000-000000000000 | |||
) | |||
require ( | |||
github.com/go-ole/go-ole v1.2.6 // indirect | |||
github.com/stretchr/testify v1.9.0 // indirect | |||
github.com/tklauser/go-sysconf v0.3.14 // indirect | |||
github.com/tklauser/numcpus v0.8.0 // indirect | |||
github.com/yusufpapurcu/wmi v1.2.4 // indirect | |||
golang.org/x/net v0.28.0 // indirect | |||
golang.org/x/sys v0.26.0 // indirect | |||
golang.org/x/text v0.17.0 // indirect | |||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect | |||
google.golang.org/protobuf v1.34.2 // indirect | |||
) |
go.sum
0 → 100644
pluginmgr/plugin_proc.go
0 → 100644
pluginmgr/plugin_proc_mgr.go
0 → 100644
pluginmgr/util.go
0 → 100644
pluginrpc/util.go
0 → 100644
proto/plugin.pb.go
0 → 100644
proto/plugin.proto
0 → 100644
Please register or sign in to comment