Versions in this module Expand all Collapse all v0 v0.6.0 Nov 27, 2021 Changes in this version + var ErrorUnexpectedFormat = errors.New("unexpected format") + type Content struct + Name string + Path string + Raw json.RawMessage + Sha string + Size int + Target string + Type string + type Contents interface + Dir func() (c []Content, found bool) + File func() (c Content, found bool) + Submodule func() (c Content, found bool) + Symlink func() (c Content, found bool) + func NewContents(j es_json.Json) (c Contents, err error)