lotus/node/modules/tracer/transport.go
2021-09-10 15:37:38 +02:00

6 lines
86 B
Go

package tracer
type TracerTransport interface {
Transport(jsonEvent []byte) error
}