mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-09-26 18:51:13 +08:00
7 lines
63 B
Go
7 lines
63 B
Go
package pkg
|
|
|
|
type Event[T any] struct {
|
|
Type string
|
|
Data T
|
|
}
|