reader

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 19, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package reader provides functionality for reading MessagePack-encoded data files produced during LDAP ingestion.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MPReader

type MPReader struct {
	// contains filtered or unexported fields
}

func NewMPReader

func NewMPReader(filePath string) (*MPReader, error)

func (*MPReader) Close

func (r *MPReader) Close() error

func (*MPReader) GetPath

func (r *MPReader) GetPath() string

func (*MPReader) Length

func (r *MPReader) Length() int

func (*MPReader) ReadEntry

func (r *MPReader) ReadEntry(v interface{}) error

func (*MPReader) ReadLength

func (r *MPReader) ReadLength() (int, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL