lotus/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
import (
"io"
xerrors "golang.org/x/xerrors"
)
var _ = xerrors.Errorf
func (t *Piece) MarshalCBOR(w io.Writer) error {
return nil
2020-04-06 20:23:37 +00:00
}
func (t *Piece) UnmarshalCBOR(r io.Reader) error {
return nil
2020-04-06 20:23:37 +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 {
return nil
2020-04-06 20:23:37 +00:00
}