Documentation ¶ Index ¶ type CSV func (f *CSV) Ext() string func (f *CSV) Format(data domain.Serializable, writer io.Writer) error type JSON func NewJSON(pretty bool) *JSON func (f *JSON) Ext() string func (f *JSON) Format(data domain.Serializable, writer io.Writer) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type CSV ¶ type CSV struct{} func (*CSV) Ext ¶ func (f *CSV) Ext() string func (*CSV) Format ¶ func (f *CSV) Format(data domain.Serializable, writer io.Writer) error type JSON ¶ type JSON struct { // contains filtered or unexported fields } func NewJSON ¶ func NewJSON(pretty bool) *JSON func (*JSON) Ext ¶ func (f *JSON) Ext() string func (*JSON) Format ¶ func (f *JSON) Format(data domain.Serializable, writer io.Writer) error Source Files ¶ View all Source files csv.go json.go Click to show internal directories. Click to hide internal directories.