package
0.133.0
Repository: https://github.com/zhangshuyun/gitaly.git
Documentation: pkg.go.dev

# Functions

NewParser returns a new Parser.

# Constants

Enum values for ObjectType.
Enum values for ObjectType.
Enum values for ObjectType.

# Variables

ErrParse is returned when the parse of an entry was unsuccessful.

# Structs

Entry
Entry represents a single ls-tree entry.
Parser holds the necessary state for parsing the ls-tree output.

# Type aliases

Entries holds every ls-tree Entry.
ObjectType is an Enum for the type of object of the ls-tree entry, which can be can be tree, blob or commit.