mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-07-08 21:38:15 +02:00
f5e6f53d75
Signed-off-by: Ronni Skansing <rskansing@gmail.com>
9 lines
119 B
Go
9 lines
119 B
Go
package shared
|
|
|
|
// Message send between guard processes
|
|
type Message struct {
|
|
UID string
|
|
PID int
|
|
Error string
|
|
}
|