Versions in this module Expand all Collapse all v0 v0.6.2 Mar 16, 2020 v0.6.1 Jan 15, 2020 Changes in this version type Bundle + func Decode(r io.Reader) (*Bundle, []error) v0.5.1 Dec 19, 2018 Changes in this version + type Bundle struct + Objects []interface{} + func New() *Bundle + func (o *Bundle) AddObject(i interface{}) error + func (o *Bundle) Encode() ([]byte, error) + func (o *Bundle) EncodeToString() (string, error) + type BundleRawDecode struct + Objects []json.RawMessage + func DecodeRaw(r io.Reader) (*BundleRawDecode, error) + func (o *BundleRawDecode) EncodeToString() (string, error)