Versions in this module Expand all Collapse all v0 v0.8.1 Apr 30, 2018 v0.8.0 Apr 11, 2018 Changes in this version + const DataFileExt + const JSONExt + const ManifestExt + const RegoExt + func Write(w io.Writer, bundle Bundle) error + type Bundle struct + Data map[string]interface{} + Manifest Manifest + Modules []ModuleFile + func Read(r io.Reader) (Bundle, error) + func (b Bundle) Equal(other Bundle) bool + type Manifest struct + Revision string + type ModuleFile struct + Parsed *ast.Module + Path string + Raw []byte