lotus/cbor_gen.go
2020-04-06 13:23:37 -07:00

38 lines
559 B
Go

// 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
}