Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
type Exporter interface {
Export(exports chan interface{}) error
}
Exporter interface is for extracting data to external resources. Export functions should wait for new data from exports chan.
type PrettyPrint ¶
type PrettyPrint struct{}
PrettyPrint logs exported data to console as pretty printed
func (*PrettyPrint) Export ¶
func (*PrettyPrint) Export(exports chan interface{}) error
Export logs exported data to console as pretty printed
Click to show internal directories.
Click to hide internal directories.