Versions in this module Expand all Collapse all v0 v0.0.1 Jul 30, 2023 Changes in this version + func GenMapType(typeName, name string, tagKeys []string, data []byte) ([]byte, error) + type ShortWriteError struct + func (e ShortWriteError) Error() string + type Transmogrifier struct + ImportJSON bool + MapType bool + WriteJSON bool + func NewTransmogrifier(name string, r io.Reader, w io.Writer) *Transmogrifier + func (t *Transmogrifier) Gen() error + func (t *Transmogrifier) SetJSONWriter(w io.Writer) + func (t *Transmogrifier) SetPkg(s string) + func (t *Transmogrifier) SetStructName(s string) + func (t *Transmogrifier) SetTagKeys(v []string) error