// Code generated by github.com/whyrusleeping/cbor-gen. DO NOT EDIT. package sealing import ( "io" xerrors "golang.org/x/xerrors" ) var _ = xerrors.Errorf func (t *Piece) MarshalCBOR(w io.Writer) error { return nil } func (t *Piece) UnmarshalCBOR(r io.Reader) error { return nil } func (t *SectorInfo) MarshalCBOR(w io.Writer) error { return nil } func (t *SectorInfo) UnmarshalCBOR(w io.Reader) error { return nil } func (t *Log) MarshalCBOR(w io.Writer) error { return nil } func (t *Log) UnmarshalCBOR(r io.Reader) error { return nil }