influxdb/wal/confirmation.go

7 lines
85 B
Go

package wal
type confirmation struct {
requestNumber uint32
err error
}