influxdb/cluster/response_processor.go

8 lines
134 B
Go
Raw Normal View History

package cluster
import "github.com/influxdb/influxdb/protocol"
type ResponseChannel interface {
Yield(r *protocol.Response) bool
}