Archived
1
0
This repository has been archived on 2022-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
ffmpeger/nats/handler.go

7 lines
75 B
Go

package nats
type Handler struct {
Name string
Func func(data []byte)
}