mirror of
https://github.com/foomo/posh-providers.git
synced 2025-10-16 12:35:41 +00:00
8 lines
93 B
Go
8 lines
93 B
Go
package cloudflared
|
|
|
|
type Process struct {
|
|
PID string
|
|
Exe string
|
|
Cmdline string
|
|
}
|