Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIWriter ¶ added in v0.1.3
type APIWriter struct {
// contains filtered or unexported fields
}
The APIWriter is meant to write to a custom API and assumes many things. So currently, it is better not to use this APIWriter.
func NewAPIWriter ¶ added in v0.1.3
func NewAPIWriter(wc *config.WriterConfig) *APIWriter
NewAPIWriter returns a new APIWriter
type StdoutWriter ¶ added in v0.1.3
type StdoutWriter struct{}
Click to show internal directories.
Click to hide internal directories.