lotus/storiface/ffi.go
2020-05-26 10:25:17 +02:00

8 lines
122 B
Go

package storiface
import "errors"
var ErrSectorNotFound = errors.New("sector not found")
type UnpaddedByteIndex uint64