package
0.27.3
Repository: https://github.com/corestario/tendermint.git
Documentation: pkg.go.dev

# README

go-autofile

# Packages

No description provided by the author

# Functions

GroupCheckDuration allows you to overwrite default groupCheckDuration.
GroupHeadSizeLimit allows you to overwrite default head size limit - 10MB.
GroupTotalSizeLimit allows you to overwrite default total size limit of the group - 1GB.
A simple SearchFunc that assumes that the marker is of form <prefix><number>.
OpenAutoFile creates an AutoFile in the path (with random ID).
OpenGroup creates a new Group with head at headPath.

# Structs

AutoFile automatically closes and re-opens file for writing.
You can open a Group to keep restrictions on an AutoFile, like the maximum size of each chunk, and/or the total amount of bytes stored in the group.
GroupInfo holds information about the group.
GroupReader provides an interface for reading from a Group.

# Type aliases

Returns -1 if line comes after, 0 if found, 1 if line comes before.