mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-11-02 17:14:30 +08:00
7 lines
63 B
Go
7 lines
63 B
Go
package pkg
|
|
|
|
type Event[T any] struct {
|
|
Type string
|
|
Data T
|
|
}
|