Documentation
¶
Index ¶
Constants ¶
View Source
const (
FullDateFormat = "2006-01-02T15:04:05.999-07:00"
)
Variables ¶
View Source
var (
JournalServiceClient = client.NewJournalServiceClient(http.NewJsonRestClient())
)
Functions ¶
This section is empty.
Types ¶
type Writer ¶
type Writer interface {
WriteRead(entry *entry.Entry) error
WriteSearch(entry *search.SearchResponse) error
io.Closer
}
func NewCsvWriter ¶
func NewCsvWriter(wr io.WriteCloser) Writer
func NewJsonWriter ¶
func NewJsonWriter(wr io.WriteCloser) Writer
func NewTextWriter ¶
func NewTextWriter(wr io.WriteCloser) Writer
Click to show internal directories.
Click to hide internal directories.