Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArrayWriter ¶ added in v1.0.0
type ArrayWriter struct {
// contains filtered or unexported fields
}
func NewArrayWriter ¶ added in v1.0.0
func NewArrayWriter(wc io.WriteCloser) *ArrayWriter
func (*ArrayWriter) Close ¶ added in v1.0.0
func (a *ArrayWriter) Close() error
type Writer ¶
func NewWriter ¶
func NewWriter(writer io.WriteCloser, opts WriterOpts) *Writer
type WriterOpts ¶
type WriterOpts struct {
Pretty int
}
Click to show internal directories.
Click to hide internal directories.