lotus/storage/sealing/cbor_gen.go

38 lines
559 B
Go
Raw Normal View History

// Code generated by github.com/whyrusleeping/cbor-gen. DO NOT EDIT.
package sealing
2019-11-01 13:58:48 +00:00
import (
2019-11-05 18:02:28 +00:00
"io"
2019-11-01 13:58:48 +00:00
xerrors "golang.org/x/xerrors"
)
var _ = xerrors.Errorf
2019-11-07 18:27:23 +00:00
func (t *Piece) MarshalCBOR(w io.Writer) error {
return nil
2020-04-06 20:23:37 +00:00
2019-11-07 18:27:23 +00:00
}
func (t *Piece) UnmarshalCBOR(r io.Reader) error {
return nil
2020-04-06 20:23:37 +00:00
2019-11-07 18:27:23 +00:00
}
2019-11-01 13:58:48 +00:00
func (t *SectorInfo) MarshalCBOR(w io.Writer) error {
return nil
2020-01-22 02:41:39 +00:00
2020-04-06 20:23:37 +00:00
}
func (t *SectorInfo) UnmarshalCBOR(w io.Reader) error {
2020-01-22 02:41:39 +00:00
return nil
2020-04-06 20:23:37 +00:00
2020-01-22 02:41:39 +00:00
}
func (t *Log) MarshalCBOR(w io.Writer) error {
return nil
}
func (t *Log) UnmarshalCBOR(r io.Reader) error {
2019-11-01 13:58:48 +00:00
return nil
2020-04-06 20:23:37 +00:00
2019-11-01 13:58:48 +00:00
}