Files
tessera/core/data/events/custom.go
2025-11-27 20:34:34 +08:00

7 lines
79 B
Go

package events
type Custom struct {
Bytes []byte
ContentType string
}