Versions in this module Expand all Collapse all v1 v1.0.2 Aug 25, 2018 v1.0.1 Aug 25, 2018 Changes in this version + const FileTypeBson + const FileTypeHCL + const FileTypeJSON + const FileTypeMsgpack + const FileTypePickle + const FileTypePlist + const FileTypeProperties + const FileTypeTOML + const FileTypeUnknown + const FileTypeXML + const FileTypeYAML + func CheckType(path string) string + func Marshal(data interface{}, outputFileType string) ([]byte, error) + func Typ(file string) string + func Unmarshal(input []byte, t string) (interface{}, error) + type FileType string + type Transform struct + InputType string + OutputType string + func (f *Transform) Setin() io.Reader + func (f *Transform) Setout() io.Writer + func (f Transform) PipeLine() error