package manager import "io" type _device struct { UUID string IfaceName string Iface io.ReadWriter states map[string]interface{} propsToSync []string } type RecvEvent struct { Params map[string]interface{} }