gitee.com/h79/goutils@v1.22.10/common/bus/event.go (about) 1 package bus 2 3 type Event struct { 4 Cmd string 5 Data interface{} 6 }