7 lines
75 B
Go
7 lines
75 B
Go
package nats
|
|
|
|
type Handler struct {
|
|
Name string
|
|
Func func(data []byte)
|
|
}
|