Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AvroWriter ¶
type AvroWriter struct {
// contains filtered or unexported fields
}
func NewAvroWriter ¶
func NewAvroWriter(w io.Writer) (*AvroWriter, error)
NewAvroWriter creates avro writer for generating data in Xandr BSS avro uploading format.
func (*AvroWriter) Append ¶
func (w *AvroWriter) Append(users []*UserRecord) error
type UserRecord ¶
type UserRecord = xgen.UserRecord
Click to show internal directories.
Click to hide internal directories.