Files
geziyor/export.go
T

7 lines
146 B
Go

package geziyor
// Exporter interface is for extracting data to external resources
type Exporter interface {
Export(exports chan interface{})
}