Files
crawlab/core/entity/grpc_event_service_message.go
2024-06-14 15:42:50 +08:00

9 lines
181 B
Go

package entity
type GrpcEventServiceMessage struct {
Type string `json:"type"`
Events []string `json:"events"`
Key string `json:"key"`
Data []byte `json:"data"`
}