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
Raw Normal View History

2019-05-17 19:06:13 +05:00
package nats
type Handler struct {
Name string
Func func(data []byte)
}