Versions in this module Expand all Collapse all v0 v0.0.1 Sep 29, 2020 Changes in this version + type Commit struct + Author Signature + Committer Signature + Message string + Parents []cid.Cid + Tree cid.Cid + func FromNode(node format.Node) (*Commit, error) + func (c *Commit) Node() (format.Node, error) + type Signature struct + Email string + Name string + When time.Time